Console Output
Started by user yangjun
Obtained weifang-container-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 0088a0ad05634c30613c89dc9845429d6589ab82
The recommended git tool is: NONE
using credential gitlab_weilk
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/weifang-config-container-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 0088a0ad05634c30613c89dc9845429d6589ab82 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0088a0ad05634c30613c89dc9845429d6589ab82 # timeout=10
Commit message: "Update build.groovy"
 > git rev-list --no-walk 0088a0ad05634c30613c89dc9845429d6589ab82 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] echo
[A001, A002, A004, A006, A007, A008]
[Pipeline] echo
A001
[Pipeline] properties
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/weifang-config-container-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-container-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 999a9c38224b012a53a24555d37dab5e1b483d84 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 999a9c38224b012a53a24555d37dab5e1b483d84 # timeout=10
Commit message: "Update orin-test.jenkinsfile"
 > git rev-list --no-walk 999a9c38224b012a53a24555d37dab5e1b483d84 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (checkout)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
6
[Pipeline] sh
+ rm -rf /root/workspace/weifang-config/container/shared_config/
[Pipeline] echo
A001.json
[Pipeline] sh
+ cat /root/commtest/master-project/weifang/container/A001.json
[Pipeline] sh
+ cat /root/commtest/rcdev-project/weifang/container/A001.json
[Pipeline] sh
+ cat /root/commtest/dev-project/weifang/container/A001.json
[Pipeline] echo
A002.json
[Pipeline] sh
+ cat /root/commtest/master-project/weifang/container/A002.json
[Pipeline] sh
+ cat /root/commtest/rcdev-project/weifang/container/A002.json
[Pipeline] sh
+ cat /root/commtest/dev-project/weifang/container/A002.json
[Pipeline] echo
A004.json
[Pipeline] sh
+ cat /root/commtest/master-project/weifang/container/A004.json
[Pipeline] sh
+ cat /root/commtest/rcdev-project/weifang/container/A004.json
[Pipeline] sh
+ cat /root/commtest/dev-project/weifang/container/A004.json
[Pipeline] echo
A006.json
[Pipeline] sh
+ cat /root/commtest/master-project/weifang/container/A006.json
[Pipeline] sh
+ cat /root/commtest/rcdev-project/weifang/container/A006.json
[Pipeline] sh
+ cat /root/commtest/dev-project/weifang/container/A006.json
[Pipeline] echo
A007.json
[Pipeline] sh
+ cat /root/commtest/master-project/weifang/container/A007.json
[Pipeline] sh
+ cat /root/commtest/rcdev-project/weifang/container/A007.json
[Pipeline] sh
+ cat /root/commtest/dev-project/weifang/container/A007.json
[Pipeline] echo
A008.json
[Pipeline] sh
+ cat /root/commtest/master-project/weifang/container/A008.json
[Pipeline] sh
+ cat /root/commtest/rcdev-project/weifang/container/A008.json
[Pipeline] sh
+ cat /root/commtest/dev-project/weifang/container/A008.json
[Pipeline] echo
[A001, A002, A004, A006, A007, A008]
[Pipeline] echo
A001
[Pipeline] sh
+ mkdir -p /root/workspace/weifang-config/container/A001
[Pipeline] sh
+ mkdir -p /root/workspace/weifang-config/container/A001/params_A001
[Pipeline] sh
+ rm -rf /root/workspace/weifang-config/container/A001/params /root/workspace/weifang-config/container/A001/params_A001 /root/workspace/weifang-config/container/A001/params_new /root/workspace/weifang-config/container/A001/params_orin_master_A001_2024-05-24_08-36-59 /root/workspace/weifang-config/container/A001/params_orin_master_A001_2024-05-24_08-36-59.zip /root/workspace/weifang-config/container/A001/version.json
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A001
[Pipeline] {
[Pipeline] echo
[A001, A002, A004, A006, A007, A008]
[Pipeline] echo
更新A001参数
[Pipeline] echo
dev,http://159.27.226.4/config/weifang/container_port/A001.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/container/A001/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url http://159.27.226.4/config/weifang/container_port/A001.git # timeout=10
Using shallow fetch with depth 1
Fetching upstream changes from http://159.27.226.4/config/weifang/container_port/A001.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/container_port/A001.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/dev^{commit} # timeout=10
Checking out Revision 980dd49dacd9d0fc51e69c24fd2bad5e3b9d3111 (origin/dev)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 980dd49dacd9d0fc51e69c24fd2bad5e3b9d3111 # timeout=300000
Commit message: "feat_out:del hardware params."
 > git rev-list --no-walk 980dd49dacd9d0fc51e69c24fd2bad5e3b9d3111 # timeout=10
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ git rev-parse --short HEAD
[Pipeline] echo
/root/commtest/rcdev-project/weifang/container/A001.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=A001
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects?search=A001
Response Code: HTTP/1.1 200 OK
Response: 
[{"id":1309,"description":"","name":"A001","name_with_namespace":"Hardware / config / A001","path":"A001","path_with_namespace":"hardware/config/A001","created_at":"2024-01-04T13:08:56.445Z","default_branch":"dev","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:hardware/config/A001.git","http_url_to_repo":"http://159.27.226.4/hardware/config/A001.git","web_url":"http://159.27.226.4/hardware/config/A001","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-20T06:47:51.143Z","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/1309","issues":"http://159.27.226.4/api/v4/projects/1309/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1309/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1309/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1309/labels","events":"http://159.27.226.4/api/v4/projects/1309/events","members":"http://159.27.226.4/api/v4/projects/1309/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1309/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:08:56.458Z"},"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":1160,"description":null,"name":"A001","name_with_namespace":"Localization / config / A001","path":"A001","path_with_namespace":"localization/config/A001","created_at":"2023-10-24T03:58:32.792Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:localization/config/A001.git","http_url_to_repo":"http://159.27.226.4/localization/config/A001.git","web_url":"http://159.27.226.4/localization/config/A001","readme_url":"http://159.27.226.4/localization/config/A001/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-15T01:51:08.113Z","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/1160","issues":"http://159.27.226.4/api/v4/projects/1160/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1160/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1160/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1160/labels","events":"http://159.27.226.4/api/v4/projects/1160/events","members":"http://159.27.226.4/api/v4/projects/1160/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1160/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-25T03:58:32.812Z"},"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":4,"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":925,"description":null,"name":"A001","name_with_namespace":"Lidar / config / vehicles / A001","path":"A001","path_with_namespace":"lidar/config/vehicles/A001","created_at":"2023-07-28T07:56:22.367Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:lidar/config/vehicles/A001.git","http_url_to_repo":"http://159.27.226.4/lidar/config/vehicles/A001.git","web_url":"http://159.27.226.4/lidar/config/vehicles/A001","readme_url":"http://159.27.226.4/lidar/config/vehicles/A001/-/blob/master/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-02-05T09:38:08.037Z","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/925","issues":"http://159.27.226.4/api/v4/projects/925/issues","merge_requests":"http://159.27.226.4/api/v4/projects/925/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/925/repository/branches","labels":"http://159.27.226.4/api/v4/projects/925/labels","events":"http://159.27.226.4/api/v4/projects/925/events","members":"http://159.27.226.4/api/v4/projects/925/members","cluster_agents":"http://159.27.226.4/api/v4/projects/925/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-29T07:56:22.382Z"},"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":870,"description":"","name":"A001","name_with_namespace":"config / extrinsics / A001","path":"A001","path_with_namespace":"config/extrinsics/A001","created_at":"2023-07-24T08:03:34.866Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/extrinsics/A001.git","http_url_to_repo":"http://159.27.226.4/config/extrinsics/A001.git","web_url":"http://159.27.226.4/config/extrinsics/A001","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-02-18T07:28:24.487Z","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/870","issues":"http://159.27.226.4/api/v4/projects/870/issues","merge_requests":"http://159.27.226.4/api/v4/projects/870/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/870/repository/branches","labels":"http://159.27.226.4/api/v4/projects/870/labels","events":"http://159.27.226.4/api/v4/projects/870/events","members":"http://159.27.226.4/api/v4/projects/870/members","cluster_agents":"http://159.27.226.4/api/v4/projects/870/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-25T08:03:34.879Z"},"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":114,"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":815,"description":"","name":"A001","name_with_namespace":"config / vehicles / A001","path":"A001","path_with_namespace":"config/vehicles/A001","created_at":"2023-07-20T06:22:00.916Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/vehicles/A001.git","http_url_to_repo":"http://159.27.226.4/config/vehicles/A001.git","web_url":"http://159.27.226.4/config/vehicles/A001","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-07T01:48:21.807Z","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/815","issues":"http://159.27.226.4/api/v4/projects/815/issues","merge_requests":"http://159.27.226.4/api/v4/projects/815/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/815/repository/branches","labels":"http://159.27.226.4/api/v4/projects/815/labels","events":"http://159.27.226.4/api/v4/projects/815/events","members":"http://159.27.226.4/api/v4/projects/815/members","cluster_agents":"http://159.27.226.4/api/v4/projects/815/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-21T06:22:00.957Z"},"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":51,"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":626,"description":"","name":"A001","name_with_namespace":"config / weifang / container_port / A001","path":"A001","path_with_namespace":"config/weifang/container_port/A001","created_at":"2023-05-24T02:43:48.617Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/container_port/A001.git","http_url_to_repo":"http://159.27.226.4/config/weifang/container_port/A001.git","web_url":"http://159.27.226.4/config/weifang/container_port/A001","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-22T09:03:44.534Z","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/626","issues":"http://159.27.226.4/api/v4/projects/626/issues","merge_requests":"http://159.27.226.4/api/v4/projects/626/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/626/repository/branches","labels":"http://159.27.226.4/api/v4/projects/626/labels","events":"http://159.27.226.4/api/v4/projects/626/events","members":"http://159.27.226.4/api/v4/projects/626/members","cluster_agents":"http://159.27.226.4/api/v4/projects/626/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-25T02:43:48.638Z"},"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}}]
Success: Status code 200 is in the accepted range: 100:399
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] readJSON
[Pipeline] echo
config/weifang/container_port/A001
[Pipeline] echo
config/weifang/container_port/A001
[Pipeline] echo
config/weifang/container_port/A001
[Pipeline] echo
config/weifang/container_port/A001
[Pipeline] echo
config/weifang/container_port/A001
[Pipeline] echo
config/weifang/container_port/A001
[Pipeline] echo
626
[Pipeline] echo
626
[Pipeline] echo
980dd49
[Pipeline] sh
+ python3 /root/weilk/project/get_git_log.py 626 980dd49 980dd49
[Pipeline] echo
/root/commtest/rcdev-project/weifang/container/.A001.json
[Pipeline] readJSON
[Pipeline] echo
{"project":{"A001":"config/weifang/container_port/A001","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A001":"980dd49","shared_config":"14e9209"}}
[Pipeline] echo
{"project":{"A001":"config/weifang/container_port/A001","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A001":"980dd49","shared_config":"14e9209"}}
[Pipeline] sh
+ echo '{"project":{"A001":"config/weifang/container_port/A001","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A001":"980dd49","shared_config":"14e9209"}}'
[Pipeline] sh
+ cat /root/commtest/rcdev-project/weifang/container/.A001.json
{"project":{"A001":"config/weifang/container_port/A001","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A001":"980dd49","shared_config":"14e9209"}}
[Pipeline] echo
{"repo_name":"params_orin_slave_A001","branch":"dev","time":"2024-05-24_08-38-31","commit_id":"980dd49","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=A001
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects?search=A001
Response Code: HTTP/1.1 200 OK
Response: 
[{"id":1309,"description":"","name":"A001","name_with_namespace":"Hardware / config / A001","path":"A001","path_with_namespace":"hardware/config/A001","created_at":"2024-01-04T13:08:56.445Z","default_branch":"dev","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:hardware/config/A001.git","http_url_to_repo":"http://159.27.226.4/hardware/config/A001.git","web_url":"http://159.27.226.4/hardware/config/A001","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-20T06:47:51.143Z","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/1309","issues":"http://159.27.226.4/api/v4/projects/1309/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1309/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1309/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1309/labels","events":"http://159.27.226.4/api/v4/projects/1309/events","members":"http://159.27.226.4/api/v4/projects/1309/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1309/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:08:56.458Z"},"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":1160,"description":null,"name":"A001","name_with_namespace":"Localization / config / A001","path":"A001","path_with_namespace":"localization/config/A001","created_at":"2023-10-24T03:58:32.792Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:localization/config/A001.git","http_url_to_repo":"http://159.27.226.4/localization/config/A001.git","web_url":"http://159.27.226.4/localization/config/A001","readme_url":"http://159.27.226.4/localization/config/A001/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-15T01:51:08.113Z","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/1160","issues":"http://159.27.226.4/api/v4/projects/1160/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1160/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1160/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1160/labels","events":"http://159.27.226.4/api/v4/projects/1160/events","members":"http://159.27.226.4/api/v4/projects/1160/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1160/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-25T03:58:32.812Z"},"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":4,"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":925,"description":null,"name":"A001","name_with_namespace":"Lidar / config / vehicles / A001","path":"A001","path_with_namespace":"lidar/config/vehicles/A001","created_at":"2023-07-28T07:56:22.367Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:lidar/config/vehicles/A001.git","http_url_to_repo":"http://159.27.226.4/lidar/config/vehicles/A001.git","web_url":"http://159.27.226.4/lidar/config/vehicles/A001","readme_url":"http://159.27.226.4/lidar/config/vehicles/A001/-/blob/master/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-02-05T09:38:08.037Z","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/925","issues":"http://159.27.226.4/api/v4/projects/925/issues","merge_requests":"http://159.27.226.4/api/v4/projects/925/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/925/repository/branches","labels":"http://159.27.226.4/api/v4/projects/925/labels","events":"http://159.27.226.4/api/v4/projects/925/events","members":"http://159.27.226.4/api/v4/projects/925/members","cluster_agents":"http://159.27.226.4/api/v4/projects/925/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-29T07:56:22.382Z"},"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":870,"description":"","name":"A001","name_with_namespace":"config / extrinsics / A001","path":"A001","path_with_namespace":"config/extrinsics/A001","created_at":"2023-07-24T08:03:34.866Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/extrinsics/A001.git","http_url_to_repo":"http://159.27.226.4/config/extrinsics/A001.git","web_url":"http://159.27.226.4/config/extrinsics/A001","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-02-18T07:28:24.487Z","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/870","issues":"http://159.27.226.4/api/v4/projects/870/issues","merge_requests":"http://159.27.226.4/api/v4/projects/870/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/870/repository/branches","labels":"http://159.27.226.4/api/v4/projects/870/labels","events":"http://159.27.226.4/api/v4/projects/870/events","members":"http://159.27.226.4/api/v4/projects/870/members","cluster_agents":"http://159.27.226.4/api/v4/projects/870/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-25T08:03:34.879Z"},"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":114,"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":815,"description":"","name":"A001","name_with_namespace":"config / vehicles / A001","path":"A001","path_with_namespace":"config/vehicles/A001","created_at":"2023-07-20T06:22:00.916Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/vehicles/A001.git","http_url_to_repo":"http://159.27.226.4/config/vehicles/A001.git","web_url":"http://159.27.226.4/config/vehicles/A001","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-07T01:48:21.807Z","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/815","issues":"http://159.27.226.4/api/v4/projects/815/issues","merge_requests":"http://159.27.226.4/api/v4/projects/815/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/815/repository/branches","labels":"http://159.27.226.4/api/v4/projects/815/labels","events":"http://159.27.226.4/api/v4/projects/815/events","members":"http://159.27.226.4/api/v4/projects/815/members","cluster_agents":"http://159.27.226.4/api/v4/projects/815/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-21T06:22:00.957Z"},"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":51,"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":626,"description":"","name":"A001","name_with_namespace":"config / weifang / container_port / A001","path":"A001","path_with_namespace":"config/weifang/container_port/A001","created_at":"2023-05-24T02:43:48.617Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/container_port/A001.git","http_url_to_repo":"http://159.27.226.4/config/weifang/container_port/A001.git","web_url":"http://159.27.226.4/config/weifang/container_port/A001","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-22T09:03:44.534Z","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/626","issues":"http://159.27.226.4/api/v4/projects/626/issues","merge_requests":"http://159.27.226.4/api/v4/projects/626/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/626/repository/branches","labels":"http://159.27.226.4/api/v4/projects/626/labels","events":"http://159.27.226.4/api/v4/projects/626/events","members":"http://159.27.226.4/api/v4/projects/626/members","cluster_agents":"http://159.27.226.4/api/v4/projects/626/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-25T02:43:48.638Z"},"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}}]
Success: Status code 200 is in the accepted range: 100:399
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] readJSON
[Pipeline] echo
config/weifang/container_port/A001
[Pipeline] echo
config/weifang/container_port/A001
[Pipeline] echo
config/weifang/container_port/A001
[Pipeline] echo
config/weifang/container_port/A001
[Pipeline] echo
config/weifang/container_port/A001
[Pipeline] echo
config/weifang/container_port/A001
[Pipeline] echo
626
[Pipeline] echo
626
[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/626/repository/commits/980dd49
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects/626/repository/commits/980dd49
Response Code: HTTP/1.1 200 OK
Response: 
{"id":"980dd49dacd9d0fc51e69c24fd2bad5e3b9d3111","short_id":"980dd49d","created_at":"2024-03-22T17:03:43.000+08:00","parent_ids":["dfb3cb072ed4fbdb5827c29f524258a21d079f9d"],"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-22T17:03:43.000+08:00","committer_name":"liuyong","committer_email":"827415225@qq.com","committed_date":"2024-03-22T17:03:43.000+08:00","trailers":{},"web_url":"http://159.27.226.4/config/weifang/container_port/A001/-/commit/980dd49dacd9d0fc51e69c24fd2bad5e3b9d3111","stats":{"additions":0,"deletions":54,"total":54},"status":null,"project_id":626,"last_pipeline":null}
Success: Status code 200 is in the accepted range: 100:399
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] readJSON
[Pipeline] echo
2024/03/22/17:03:43
[Pipeline] echo
dev**: 980dd49.**2024/03/22/17:03:43**   
 
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A001/params_A001
[Pipeline] {
[Pipeline] fileExists
[Pipeline] sh
+ mkdir -p /root/workspace/weifang-config/container/shared_config/dev/
[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/container_port/shared_config.git
 > git init /root/workspace/weifang-config/container/A001/params_A001 # timeout=10
Fetching upstream changes from http://159.27.226.4/config/weifang/container_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/container_port/shared_config.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url http://159.27.226.4/config/weifang/container_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/dev^{commit} # timeout=10
Checking out Revision 14e9209f1bb4a5de8982b1ee2471be03d99419f4 (origin/dev)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 14e9209f1bb4a5de8982b1ee2471be03d99419f4 # timeout=30000
Commit message: "fix_out:update the params of hdmap"
 > git rev-list --no-walk 14e9209f1bb4a5de8982b1ee2471be03d99419f4 # timeout=10
[Pipeline] sh
+ cp -r .git/ params /root/workspace/weifang-config/container/shared_config/dev/
[Pipeline] sh
+ rm -rf params_A001@tmp
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ git rev-parse --short HEAD
[Pipeline] echo
/root/commtest/rcdev-project/weifang/container/A001.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":1440,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / qiangang / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/qiangang/shared_config","created_at":"2024-04-26T07:53:48.106Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/qiangang/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/qiangang/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/qiangang/shared_config","readme_url":"http://159.27.226.4/config/qingdao/qiangang/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-23T01:51:06.115Z","namespace":{"id":1585,"name":"qiangang","path":"qiangang","kind":"group","full_path":"config/qingdao/qiangang","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/qiangang"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1440","issues":"http://159.27.226.4/api/v4/projects/1440/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1440/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1440/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1440/labels","events":"http://159.27.226.4/api/v4/projects/1440/events","members":"http://159.27.226.4/api/v4/projects/1440/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1440/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-04-27T07:53:48.133Z"},"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":1436,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / dongfen / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/dongfen/shared_config","created_at":"2024-04-26T03:10:53.176Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/dongfen/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/dongfen/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/dongfen/shared_config","readme_url":"http://159.27.226.4/config/qingdao/dongfen/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-16T05:51:16.189Z","namespace":{"id":1580,"name":"dongfen","path":"dongfen","kind":"group","full_path":"config/qingdao/dongfen","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/dongfen"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1436","issues":"http://159.27.226.4/api/v4/projects/1436/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1436/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1436/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1436/labels","events":"http://159.27.226.4/api/v4/projects/1436/events","members":"http://159.27.226.4/api/v4/projects/1436/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1436/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-04-27T03:10:53.212Z"},"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":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-05-07T07:28:58.252Z","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":"2024-05-07T03:12:30.506Z","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":"2024-05-07T07:27:00.197Z","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-05-07T07:30:50.969Z","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-05-07T07:30:18.093Z","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-05-08T13:05:54.781Z","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-05-08T03:39:20.005Z","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/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
537
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
537
[Pipeline] echo
14e9209
[Pipeline] sh
+ python3 /root/weilk/project/get_git_log.py 537 14e9209 14e9209
[Pipeline] echo
/root/commtest/rcdev-project/weifang/container/.A001.json
[Pipeline] readJSON
[Pipeline] echo
{"project":{"A001":"config/weifang/container_port/A001","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A001":"980dd49","shared_config":"14e9209"}}
[Pipeline] echo
{"project":{"A001":"config/weifang/container_port/A001","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A001":"980dd49","shared_config":"14e9209"}}
[Pipeline] sh
+ echo '{"project":{"A001":"config/weifang/container_port/A001","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A001":"980dd49","shared_config":"14e9209"}}'
[Pipeline] sh
+ cat /root/commtest/rcdev-project/weifang/container/.A001.json
{"project":{"A001":"config/weifang/container_port/A001","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A001":"980dd49","shared_config":"14e9209"}}
[Pipeline] echo
{"repo_name":"params_computer_shared_config","branch":"dev","time":"2024-05-24_08-38-38","commit_id":"14e9209","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":1440,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / qiangang / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/qiangang/shared_config","created_at":"2024-04-26T07:53:48.106Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/qiangang/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/qiangang/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/qiangang/shared_config","readme_url":"http://159.27.226.4/config/qingdao/qiangang/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-23T01:51:06.115Z","namespace":{"id":1585,"name":"qiangang","path":"qiangang","kind":"group","full_path":"config/qingdao/qiangang","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/qiangang"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1440","issues":"http://159.27.226.4/api/v4/projects/1440/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1440/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1440/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1440/labels","events":"http://159.27.226.4/api/v4/projects/1440/events","members":"http://159.27.226.4/api/v4/projects/1440/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1440/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-04-27T07:53:48.133Z"},"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":1436,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / dongfen / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/dongfen/shared_config","created_at":"2024-04-26T03:10:53.176Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/dongfen/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/dongfen/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/dongfen/shared_config","readme_url":"http://159.27.226.4/config/qingdao/dongfen/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-16T05:51:16.189Z","namespace":{"id":1580,"name":"dongfen","path":"dongfen","kind":"group","full_path":"config/qingdao/dongfen","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/dongfen"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1436","issues":"http://159.27.226.4/api/v4/projects/1436/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1436/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1436/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1436/labels","events":"http://159.27.226.4/api/v4/projects/1436/events","members":"http://159.27.226.4/api/v4/projects/1436/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1436/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-04-27T03:10:53.212Z"},"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":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-05-07T07:28:58.252Z","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":"2024-05-07T03:12:30.506Z","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":"2024-05-07T07:27:00.197Z","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-05-07T07:30:50.969Z","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-05-07T07:30:18.093Z","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-05-08T13:05:54.781Z","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-05-08T03:39:20.005Z","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/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
537
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
537
[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/537/repository/commits/14e9209
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects/537/repository/commits/14e9209
Response Code: HTTP/1.1 200 OK
Response: 
{"id":"14e9209f1bb4a5de8982b1ee2471be03d99419f4","short_id":"14e9209f","created_at":"2024-05-07T07:30:50.000+00:00","parent_ids":["94f418f5355e92f115163ac5dba91de0cb0893cb"],"title":"fix_out:update the params of hdmap","message":"fix_out:update the params of hdmap","author_name":"huangxiaolong","author_email":"huangxiaolong@senior.auto","authored_date":"2024-05-07T07:30:50.000+00:00","committer_name":"huangxiaolong","committer_email":"huangxiaolong@senior.auto","committed_date":"2024-05-07T07:30:50.000+00:00","trailers":{},"web_url":"http://159.27.226.4/config/weifang/container_port/shared_config/-/commit/14e9209f1bb4a5de8982b1ee2471be03d99419f4","stats":{"additions":54,"deletions":25,"total":79},"status":null,"project_id":537,"last_pipeline":null}
Success: Status code 200 is in the accepted range: 100:399
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] readJSON
[Pipeline] echo
2024/05/07/07:30:50
[Pipeline] echo
dev**: 14e9209.**2024/05/07/07:30:50**   
 
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
{"module":[{"repo_name":"params_orin_slave_A001","branch":"dev","time":"2024-05-24_08-38-31","commit_id":"980dd49","version":"","commit_msgs":",,"},{"repo_name":"params_computer_shared_config","branch":"dev","time":"2024-05-24_08-38-38","commit_id":"14e9209","version":"","commit_msgs":",,"}],"device":2,"device_name":"A001_Slave","type":0,"project":6}
[Pipeline] sh
++ ls
++ grep -v params_A001
++ grep -v version.json
++ xargs
+ cp -r params params_A001/
[Pipeline] sh
+ echo '{"module":[{"repo_name":"params_orin_slave_A001","branch":"dev","time":"2024-05-24_08-38-31","commit_id":"980dd49","version":"","commit_msgs":",,"},{"repo_name":"params_computer_shared_config","branch":"dev","time":"2024-05-24_08-38-38","commit_id":"14e9209","version":"","commit_msgs":",,"}],"device":2,"device_name":"A001_Slave","type":0,"project":6}'
[Pipeline] sh
+ rm -rf params_A001@tmp
[Pipeline] echo
  >  - <font color=#3C3C3C> [A001slave]:   
 **公有dev**: 14e9209.**2024/05/07/07:30:50**   
 **私有dev**: 980dd49.**2024/03/22/17:03:43**   
 </font>  
 
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
A002
[Pipeline] sh
+ mkdir -p /root/workspace/weifang-config/container/A002
[Pipeline] sh
+ mkdir -p /root/workspace/weifang-config/container/A002/params_A002
[Pipeline] sh
+ rm -rf /root/workspace/weifang-config/container/A002/params /root/workspace/weifang-config/container/A002/params_A002 /root/workspace/weifang-config/container/A002/params_new /root/workspace/weifang-config/container/A002/params_orin_master_A002_2024-05-24_08-37-10 /root/workspace/weifang-config/container/A002/params_orin_master_A002_2024-05-24_08-37-10.zip /root/workspace/weifang-config/container/A002/version.json
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A002
[Pipeline] {
[Pipeline] echo
[A001, A002, A004, A006, A007, A008]
[Pipeline] echo
更新A002参数
[Pipeline] echo
dev,http://159.27.226.4/config/weifang/container_port/A002.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/container/A002/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url http://159.27.226.4/config/weifang/container_port/A002.git # timeout=10
Using shallow fetch with depth 1
Fetching upstream changes from http://159.27.226.4/config/weifang/container_port/A002.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/container_port/A002.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/dev^{commit} # timeout=10
Checking out Revision 99610e80b086bd285de29ec048c90526f827d284 (origin/dev)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 99610e80b086bd285de29ec048c90526f827d284 # timeout=300000
Commit message: "feat_out:del hardware params."
 > git rev-list --no-walk 99610e80b086bd285de29ec048c90526f827d284 # timeout=10
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ git rev-parse --short HEAD
[Pipeline] echo
/root/commtest/rcdev-project/weifang/container/A002.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=A002
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects?search=A002
Response Code: HTTP/1.1 200 OK
Response: 
[{"id":1310,"description":"","name":"A002","name_with_namespace":"Hardware / config / A002","path":"A002","path_with_namespace":"hardware/config/A002","created_at":"2024-01-04T13:09:14.254Z","default_branch":"dev","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:hardware/config/A002.git","http_url_to_repo":"http://159.27.226.4/hardware/config/A002.git","web_url":"http://159.27.226.4/hardware/config/A002","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-20T06:53:51.092Z","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/1310","issues":"http://159.27.226.4/api/v4/projects/1310/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1310/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1310/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1310/labels","events":"http://159.27.226.4/api/v4/projects/1310/events","members":"http://159.27.226.4/api/v4/projects/1310/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1310/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:09:14.269Z"},"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":1161,"description":null,"name":"A002","name_with_namespace":"Localization / config / A002","path":"A002","path_with_namespace":"localization/config/A002","created_at":"2023-10-24T03:58:33.806Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:localization/config/A002.git","http_url_to_repo":"http://159.27.226.4/localization/config/A002.git","web_url":"http://159.27.226.4/localization/config/A002","readme_url":"http://159.27.226.4/localization/config/A002/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-15T01:53:16.612Z","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/1161","issues":"http://159.27.226.4/api/v4/projects/1161/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1161/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1161/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1161/labels","events":"http://159.27.226.4/api/v4/projects/1161/events","members":"http://159.27.226.4/api/v4/projects/1161/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1161/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-25T03:58:33.822Z"},"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":4,"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":924,"description":null,"name":"A002","name_with_namespace":"Lidar / config / vehicles / A002","path":"A002","path_with_namespace":"lidar/config/vehicles/A002","created_at":"2023-07-28T07:56:21.753Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:lidar/config/vehicles/A002.git","http_url_to_repo":"http://159.27.226.4/lidar/config/vehicles/A002.git","web_url":"http://159.27.226.4/lidar/config/vehicles/A002","readme_url":"http://159.27.226.4/lidar/config/vehicles/A002/-/blob/master/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-02-05T09:38:08.751Z","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/924","issues":"http://159.27.226.4/api/v4/projects/924/issues","merge_requests":"http://159.27.226.4/api/v4/projects/924/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/924/repository/branches","labels":"http://159.27.226.4/api/v4/projects/924/labels","events":"http://159.27.226.4/api/v4/projects/924/events","members":"http://159.27.226.4/api/v4/projects/924/members","cluster_agents":"http://159.27.226.4/api/v4/projects/924/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-29T07:56:21.770Z"},"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":871,"description":"","name":"A002","name_with_namespace":"config / extrinsics / A002","path":"A002","path_with_namespace":"config/extrinsics/A002","created_at":"2023-07-24T08:03:51.897Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/extrinsics/A002.git","http_url_to_repo":"http://159.27.226.4/config/extrinsics/A002.git","web_url":"http://159.27.226.4/config/extrinsics/A002","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-02-18T07:28:25.612Z","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/871","issues":"http://159.27.226.4/api/v4/projects/871/issues","merge_requests":"http://159.27.226.4/api/v4/projects/871/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/871/repository/branches","labels":"http://159.27.226.4/api/v4/projects/871/labels","events":"http://159.27.226.4/api/v4/projects/871/events","members":"http://159.27.226.4/api/v4/projects/871/members","cluster_agents":"http://159.27.226.4/api/v4/projects/871/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-25T08:03:51.912Z"},"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":114,"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":816,"description":"","name":"A002","name_with_namespace":"config / vehicles / A002","path":"A002","path_with_namespace":"config/vehicles/A002","created_at":"2023-07-20T06:22:15.213Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/vehicles/A002.git","http_url_to_repo":"http://159.27.226.4/config/vehicles/A002.git","web_url":"http://159.27.226.4/config/vehicles/A002","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-07T01:48:23.726Z","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/816","issues":"http://159.27.226.4/api/v4/projects/816/issues","merge_requests":"http://159.27.226.4/api/v4/projects/816/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/816/repository/branches","labels":"http://159.27.226.4/api/v4/projects/816/labels","events":"http://159.27.226.4/api/v4/projects/816/events","members":"http://159.27.226.4/api/v4/projects/816/members","cluster_agents":"http://159.27.226.4/api/v4/projects/816/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-21T06:22:15.230Z"},"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":51,"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":627,"description":"","name":"A002","name_with_namespace":"config / weifang / container_port / A002","path":"A002","path_with_namespace":"config/weifang/container_port/A002","created_at":"2023-05-24T02:46:31.977Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/container_port/A002.git","http_url_to_repo":"http://159.27.226.4/config/weifang/container_port/A002.git","web_url":"http://159.27.226.4/config/weifang/container_port/A002","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-22T09:03:52.586Z","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/627","issues":"http://159.27.226.4/api/v4/projects/627/issues","merge_requests":"http://159.27.226.4/api/v4/projects/627/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/627/repository/branches","labels":"http://159.27.226.4/api/v4/projects/627/labels","events":"http://159.27.226.4/api/v4/projects/627/events","members":"http://159.27.226.4/api/v4/projects/627/members","cluster_agents":"http://159.27.226.4/api/v4/projects/627/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-25T02:46:31.993Z"},"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}}]
Success: Status code 200 is in the accepted range: 100:399
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] readJSON
[Pipeline] echo
config/weifang/container_port/A002
[Pipeline] echo
config/weifang/container_port/A002
[Pipeline] echo
config/weifang/container_port/A002
[Pipeline] echo
config/weifang/container_port/A002
[Pipeline] echo
config/weifang/container_port/A002
[Pipeline] echo
config/weifang/container_port/A002
[Pipeline] echo
627
[Pipeline] echo
627
[Pipeline] echo
99610e8
[Pipeline] sh
+ python3 /root/weilk/project/get_git_log.py 627 99610e8 99610e8
[Pipeline] echo
/root/commtest/rcdev-project/weifang/container/.A002.json
[Pipeline] readJSON
[Pipeline] echo
{"project":{"A002":"config/weifang/container_port/A002","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A002":"99610e8","shared_config":"14e9209"}}
[Pipeline] echo
{"project":{"A002":"config/weifang/container_port/A002","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A002":"99610e8","shared_config":"14e9209"}}
[Pipeline] sh
+ echo '{"project":{"A002":"config/weifang/container_port/A002","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A002":"99610e8","shared_config":"14e9209"}}'
[Pipeline] sh
+ cat /root/commtest/rcdev-project/weifang/container/.A002.json
{"project":{"A002":"config/weifang/container_port/A002","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A002":"99610e8","shared_config":"14e9209"}}
[Pipeline] echo
{"repo_name":"params_orin_slave_A002","branch":"dev","time":"2024-05-24_08-38-44","commit_id":"99610e8","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=A002
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects?search=A002
Response Code: HTTP/1.1 200 OK
Response: 
[{"id":1310,"description":"","name":"A002","name_with_namespace":"Hardware / config / A002","path":"A002","path_with_namespace":"hardware/config/A002","created_at":"2024-01-04T13:09:14.254Z","default_branch":"dev","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:hardware/config/A002.git","http_url_to_repo":"http://159.27.226.4/hardware/config/A002.git","web_url":"http://159.27.226.4/hardware/config/A002","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-20T06:53:51.092Z","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/1310","issues":"http://159.27.226.4/api/v4/projects/1310/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1310/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1310/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1310/labels","events":"http://159.27.226.4/api/v4/projects/1310/events","members":"http://159.27.226.4/api/v4/projects/1310/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1310/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:09:14.269Z"},"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":1161,"description":null,"name":"A002","name_with_namespace":"Localization / config / A002","path":"A002","path_with_namespace":"localization/config/A002","created_at":"2023-10-24T03:58:33.806Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:localization/config/A002.git","http_url_to_repo":"http://159.27.226.4/localization/config/A002.git","web_url":"http://159.27.226.4/localization/config/A002","readme_url":"http://159.27.226.4/localization/config/A002/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-15T01:53:16.612Z","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/1161","issues":"http://159.27.226.4/api/v4/projects/1161/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1161/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1161/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1161/labels","events":"http://159.27.226.4/api/v4/projects/1161/events","members":"http://159.27.226.4/api/v4/projects/1161/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1161/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-25T03:58:33.822Z"},"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":4,"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":924,"description":null,"name":"A002","name_with_namespace":"Lidar / config / vehicles / A002","path":"A002","path_with_namespace":"lidar/config/vehicles/A002","created_at":"2023-07-28T07:56:21.753Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:lidar/config/vehicles/A002.git","http_url_to_repo":"http://159.27.226.4/lidar/config/vehicles/A002.git","web_url":"http://159.27.226.4/lidar/config/vehicles/A002","readme_url":"http://159.27.226.4/lidar/config/vehicles/A002/-/blob/master/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-02-05T09:38:08.751Z","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/924","issues":"http://159.27.226.4/api/v4/projects/924/issues","merge_requests":"http://159.27.226.4/api/v4/projects/924/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/924/repository/branches","labels":"http://159.27.226.4/api/v4/projects/924/labels","events":"http://159.27.226.4/api/v4/projects/924/events","members":"http://159.27.226.4/api/v4/projects/924/members","cluster_agents":"http://159.27.226.4/api/v4/projects/924/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-29T07:56:21.770Z"},"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":871,"description":"","name":"A002","name_with_namespace":"config / extrinsics / A002","path":"A002","path_with_namespace":"config/extrinsics/A002","created_at":"2023-07-24T08:03:51.897Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/extrinsics/A002.git","http_url_to_repo":"http://159.27.226.4/config/extrinsics/A002.git","web_url":"http://159.27.226.4/config/extrinsics/A002","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-02-18T07:28:25.612Z","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/871","issues":"http://159.27.226.4/api/v4/projects/871/issues","merge_requests":"http://159.27.226.4/api/v4/projects/871/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/871/repository/branches","labels":"http://159.27.226.4/api/v4/projects/871/labels","events":"http://159.27.226.4/api/v4/projects/871/events","members":"http://159.27.226.4/api/v4/projects/871/members","cluster_agents":"http://159.27.226.4/api/v4/projects/871/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-25T08:03:51.912Z"},"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":114,"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":816,"description":"","name":"A002","name_with_namespace":"config / vehicles / A002","path":"A002","path_with_namespace":"config/vehicles/A002","created_at":"2023-07-20T06:22:15.213Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/vehicles/A002.git","http_url_to_repo":"http://159.27.226.4/config/vehicles/A002.git","web_url":"http://159.27.226.4/config/vehicles/A002","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-07T01:48:23.726Z","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/816","issues":"http://159.27.226.4/api/v4/projects/816/issues","merge_requests":"http://159.27.226.4/api/v4/projects/816/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/816/repository/branches","labels":"http://159.27.226.4/api/v4/projects/816/labels","events":"http://159.27.226.4/api/v4/projects/816/events","members":"http://159.27.226.4/api/v4/projects/816/members","cluster_agents":"http://159.27.226.4/api/v4/projects/816/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-21T06:22:15.230Z"},"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":51,"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":627,"description":"","name":"A002","name_with_namespace":"config / weifang / container_port / A002","path":"A002","path_with_namespace":"config/weifang/container_port/A002","created_at":"2023-05-24T02:46:31.977Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/container_port/A002.git","http_url_to_repo":"http://159.27.226.4/config/weifang/container_port/A002.git","web_url":"http://159.27.226.4/config/weifang/container_port/A002","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-22T09:03:52.586Z","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/627","issues":"http://159.27.226.4/api/v4/projects/627/issues","merge_requests":"http://159.27.226.4/api/v4/projects/627/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/627/repository/branches","labels":"http://159.27.226.4/api/v4/projects/627/labels","events":"http://159.27.226.4/api/v4/projects/627/events","members":"http://159.27.226.4/api/v4/projects/627/members","cluster_agents":"http://159.27.226.4/api/v4/projects/627/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-25T02:46:31.993Z"},"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}}]
Success: Status code 200 is in the accepted range: 100:399
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] readJSON
[Pipeline] echo
config/weifang/container_port/A002
[Pipeline] echo
config/weifang/container_port/A002
[Pipeline] echo
config/weifang/container_port/A002
[Pipeline] echo
config/weifang/container_port/A002
[Pipeline] echo
config/weifang/container_port/A002
[Pipeline] echo
config/weifang/container_port/A002
[Pipeline] echo
627
[Pipeline] echo
627
[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/627/repository/commits/99610e8
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects/627/repository/commits/99610e8
Response Code: HTTP/1.1 200 OK
Response: 
{"id":"99610e80b086bd285de29ec048c90526f827d284","short_id":"99610e80","created_at":"2024-03-22T17:03:51.000+08:00","parent_ids":["658165f50d2a74aa058c62ddc431ab29dbae56f9"],"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-22T17:03:51.000+08:00","committer_name":"liuyong","committer_email":"827415225@qq.com","committed_date":"2024-03-22T17:03:51.000+08:00","trailers":{},"web_url":"http://159.27.226.4/config/weifang/container_port/A002/-/commit/99610e80b086bd285de29ec048c90526f827d284","stats":{"additions":0,"deletions":54,"total":54},"status":null,"project_id":627,"last_pipeline":null}
Success: Status code 200 is in the accepted range: 100:399
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] readJSON
[Pipeline] echo
2024/03/22/17:03:51
[Pipeline] echo
dev**: 99610e8.**2024/03/22/17:03:51**   
 
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A002/params_A002
[Pipeline] {
[Pipeline] fileExists
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/shared_config/dev/params /root/workspace/weifang-config/container/shared_config/dev/.git/ ./
[Pipeline] sh
+ rm -rf params_A002@tmp
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ git rev-parse --short HEAD
[Pipeline] echo
/root/commtest/rcdev-project/weifang/container/A002.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":1440,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / qiangang / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/qiangang/shared_config","created_at":"2024-04-26T07:53:48.106Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/qiangang/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/qiangang/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/qiangang/shared_config","readme_url":"http://159.27.226.4/config/qingdao/qiangang/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-23T01:51:06.115Z","namespace":{"id":1585,"name":"qiangang","path":"qiangang","kind":"group","full_path":"config/qingdao/qiangang","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/qiangang"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1440","issues":"http://159.27.226.4/api/v4/projects/1440/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1440/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1440/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1440/labels","events":"http://159.27.226.4/api/v4/projects/1440/events","members":"http://159.27.226.4/api/v4/projects/1440/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1440/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-04-27T07:53:48.133Z"},"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":1436,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / dongfen / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/dongfen/shared_config","created_at":"2024-04-26T03:10:53.176Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/dongfen/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/dongfen/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/dongfen/shared_config","readme_url":"http://159.27.226.4/config/qingdao/dongfen/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-16T05:51:16.189Z","namespace":{"id":1580,"name":"dongfen","path":"dongfen","kind":"group","full_path":"config/qingdao/dongfen","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/dongfen"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1436","issues":"http://159.27.226.4/api/v4/projects/1436/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1436/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1436/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1436/labels","events":"http://159.27.226.4/api/v4/projects/1436/events","members":"http://159.27.226.4/api/v4/projects/1436/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1436/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-04-27T03:10:53.212Z"},"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":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-05-07T07:28:58.252Z","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":"2024-05-07T03:12:30.506Z","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":"2024-05-07T07:27:00.197Z","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-05-07T07:30:50.969Z","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-05-07T07:30:18.093Z","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-05-08T13:05:54.781Z","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-05-08T03:39:20.005Z","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/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
537
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
537
[Pipeline] echo
14e9209
[Pipeline] sh
+ python3 /root/weilk/project/get_git_log.py 537 14e9209 14e9209
[Pipeline] echo
/root/commtest/rcdev-project/weifang/container/.A002.json
[Pipeline] readJSON
[Pipeline] echo
{"project":{"A002":"config/weifang/container_port/A002","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A002":"99610e8","shared_config":"14e9209"}}
[Pipeline] echo
{"project":{"A002":"config/weifang/container_port/A002","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A002":"99610e8","shared_config":"14e9209"}}
[Pipeline] sh
+ echo '{"project":{"A002":"config/weifang/container_port/A002","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A002":"99610e8","shared_config":"14e9209"}}'
[Pipeline] sh
+ cat /root/commtest/rcdev-project/weifang/container/.A002.json
{"project":{"A002":"config/weifang/container_port/A002","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A002":"99610e8","shared_config":"14e9209"}}
[Pipeline] echo
{"repo_name":"params_computer_shared_config","branch":"dev","time":"2024-05-24_08-38-48","commit_id":"14e9209","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":1440,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / qiangang / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/qiangang/shared_config","created_at":"2024-04-26T07:53:48.106Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/qiangang/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/qiangang/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/qiangang/shared_config","readme_url":"http://159.27.226.4/config/qingdao/qiangang/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-23T01:51:06.115Z","namespace":{"id":1585,"name":"qiangang","path":"qiangang","kind":"group","full_path":"config/qingdao/qiangang","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/qiangang"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1440","issues":"http://159.27.226.4/api/v4/projects/1440/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1440/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1440/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1440/labels","events":"http://159.27.226.4/api/v4/projects/1440/events","members":"http://159.27.226.4/api/v4/projects/1440/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1440/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-04-27T07:53:48.133Z"},"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":1436,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / dongfen / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/dongfen/shared_config","created_at":"2024-04-26T03:10:53.176Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/dongfen/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/dongfen/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/dongfen/shared_config","readme_url":"http://159.27.226.4/config/qingdao/dongfen/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-16T05:51:16.189Z","namespace":{"id":1580,"name":"dongfen","path":"dongfen","kind":"group","full_path":"config/qingdao/dongfen","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/dongfen"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1436","issues":"http://159.27.226.4/api/v4/projects/1436/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1436/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1436/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1436/labels","events":"http://159.27.226.4/api/v4/projects/1436/events","members":"http://159.27.226.4/api/v4/projects/1436/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1436/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-04-27T03:10:53.212Z"},"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":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-05-07T07:28:58.252Z","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":"2024-05-07T03:12:30.506Z","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":"2024-05-07T07:27:00.197Z","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-05-07T07:30:50.969Z","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-05-07T07:30:18.093Z","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-05-08T13:05:54.781Z","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-05-08T03:39:20.005Z","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/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
537
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
537
[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/537/repository/commits/14e9209
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects/537/repository/commits/14e9209
Response Code: HTTP/1.1 200 OK
Response: 
{"id":"14e9209f1bb4a5de8982b1ee2471be03d99419f4","short_id":"14e9209f","created_at":"2024-05-07T07:30:50.000+00:00","parent_ids":["94f418f5355e92f115163ac5dba91de0cb0893cb"],"title":"fix_out:update the params of hdmap","message":"fix_out:update the params of hdmap","author_name":"huangxiaolong","author_email":"huangxiaolong@senior.auto","authored_date":"2024-05-07T07:30:50.000+00:00","committer_name":"huangxiaolong","committer_email":"huangxiaolong@senior.auto","committed_date":"2024-05-07T07:30:50.000+00:00","trailers":{},"web_url":"http://159.27.226.4/config/weifang/container_port/shared_config/-/commit/14e9209f1bb4a5de8982b1ee2471be03d99419f4","stats":{"additions":54,"deletions":25,"total":79},"status":null,"project_id":537,"last_pipeline":null}
Success: Status code 200 is in the accepted range: 100:399
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] readJSON
[Pipeline] echo
2024/05/07/07:30:50
[Pipeline] echo
dev**: 14e9209.**2024/05/07/07:30:50**   
 
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
{"module":[{"repo_name":"params_orin_slave_A002","branch":"dev","time":"2024-05-24_08-38-44","commit_id":"99610e8","version":"","commit_msgs":",,"},{"repo_name":"params_computer_shared_config","branch":"dev","time":"2024-05-24_08-38-48","commit_id":"14e9209","version":"","commit_msgs":",,"}],"device":2,"device_name":"A002_Slave","type":0,"project":6}
[Pipeline] sh
++ ls
++ grep -v params_A002
++ xargs
++ grep -v version.json
+ cp -r params params_A002/
[Pipeline] sh
+ echo '{"module":[{"repo_name":"params_orin_slave_A002","branch":"dev","time":"2024-05-24_08-38-44","commit_id":"99610e8","version":"","commit_msgs":",,"},{"repo_name":"params_computer_shared_config","branch":"dev","time":"2024-05-24_08-38-48","commit_id":"14e9209","version":"","commit_msgs":",,"}],"device":2,"device_name":"A002_Slave","type":0,"project":6}'
[Pipeline] sh
+ rm -rf params_A002@tmp
[Pipeline] echo
  >  - <font color=#3C3C3C> [A001slave]:   
 **公有dev**: 14e9209.**2024/05/07/07:30:50**   
 **私有dev**: 980dd49.**2024/03/22/17:03:43**   
 </font>  
  >  - <font color=#3C3C3C> [A002slave]:   
 **公有dev**: 14e9209.**2024/05/07/07:30:50**   
 **私有dev**: 99610e8.**2024/03/22/17:03:51**   
 </font>  
 
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
A004
[Pipeline] sh
+ mkdir -p /root/workspace/weifang-config/container/A004
[Pipeline] sh
+ mkdir -p /root/workspace/weifang-config/container/A004/params_A004
[Pipeline] sh
+ rm -rf /root/workspace/weifang-config/container/A004/params /root/workspace/weifang-config/container/A004/params_A004 /root/workspace/weifang-config/container/A004/params_new /root/workspace/weifang-config/container/A004/params_orin_master_A004_2024-05-24_08-37-24 /root/workspace/weifang-config/container/A004/params_orin_master_A004_2024-05-24_08-37-24.zip /root/workspace/weifang-config/container/A004/version.json
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A004
[Pipeline] {
[Pipeline] echo
[A001, A002, A004, A006, A007, A008]
[Pipeline] echo
更新A004参数
[Pipeline] echo
dev,http://159.27.226.4/config/weifang/container_port/A004.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/container/A004/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url http://159.27.226.4/config/weifang/container_port/A004.git # timeout=10
Using shallow fetch with depth 1
Fetching upstream changes from http://159.27.226.4/config/weifang/container_port/A004.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/container_port/A004.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/dev^{commit} # timeout=10
Checking out Revision 346ab6f17ea812f415e855a07491f71e74d08ca7 (origin/dev)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 346ab6f17ea812f415e855a07491f71e74d08ca7 # timeout=300000
Commit message: "feat_out:del hardware params."
 > git rev-list --no-walk 346ab6f17ea812f415e855a07491f71e74d08ca7 # timeout=10
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ git rev-parse --short HEAD
[Pipeline] echo
/root/commtest/rcdev-project/weifang/container/A004.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=A004
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects?search=A004
Response Code: HTTP/1.1 200 OK
Response: 
[{"id":1312,"description":"","name":"A004","name_with_namespace":"Hardware / config / A004","path":"a004","path_with_namespace":"hardware/config/a004","created_at":"2024-01-04T13:10:38.535Z","default_branch":"dev","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:hardware/config/a004.git","http_url_to_repo":"http://159.27.226.4/hardware/config/a004.git","web_url":"http://159.27.226.4/hardware/config/a004","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-20T06:53:53.677Z","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/1312","issues":"http://159.27.226.4/api/v4/projects/1312/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1312/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1312/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1312/labels","events":"http://159.27.226.4/api/v4/projects/1312/events","members":"http://159.27.226.4/api/v4/projects/1312/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1312/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:10:38.551Z"},"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":1163,"description":null,"name":"A004","name_with_namespace":"Localization / config / A004","path":"A004","path_with_namespace":"localization/config/A004","created_at":"2023-10-24T03:58:36.187Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:localization/config/A004.git","http_url_to_repo":"http://159.27.226.4/localization/config/A004.git","web_url":"http://159.27.226.4/localization/config/A004","readme_url":"http://159.27.226.4/localization/config/A004/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-15T01:53:45.967Z","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/1163","issues":"http://159.27.226.4/api/v4/projects/1163/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1163/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1163/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1163/labels","events":"http://159.27.226.4/api/v4/projects/1163/events","members":"http://159.27.226.4/api/v4/projects/1163/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1163/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-25T03:58:36.209Z"},"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":4,"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":922,"description":null,"name":"A004","name_with_namespace":"Lidar / config / vehicles / A004","path":"A004","path_with_namespace":"lidar/config/vehicles/A004","created_at":"2023-07-28T07:56:20.522Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:lidar/config/vehicles/A004.git","http_url_to_repo":"http://159.27.226.4/lidar/config/vehicles/A004.git","web_url":"http://159.27.226.4/lidar/config/vehicles/A004","readme_url":"http://159.27.226.4/lidar/config/vehicles/A004/-/blob/master/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-02-05T09:38:10.537Z","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/922","issues":"http://159.27.226.4/api/v4/projects/922/issues","merge_requests":"http://159.27.226.4/api/v4/projects/922/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/922/repository/branches","labels":"http://159.27.226.4/api/v4/projects/922/labels","events":"http://159.27.226.4/api/v4/projects/922/events","members":"http://159.27.226.4/api/v4/projects/922/members","cluster_agents":"http://159.27.226.4/api/v4/projects/922/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-29T07:56:20.533Z"},"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":873,"description":"","name":"A004","name_with_namespace":"config / extrinsics / A004","path":"A004","path_with_namespace":"config/extrinsics/A004","created_at":"2023-07-24T08:04:14.825Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/extrinsics/A004.git","http_url_to_repo":"http://159.27.226.4/config/extrinsics/A004.git","web_url":"http://159.27.226.4/config/extrinsics/A004","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-02-18T07:28:27.820Z","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/873","issues":"http://159.27.226.4/api/v4/projects/873/issues","merge_requests":"http://159.27.226.4/api/v4/projects/873/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/873/repository/branches","labels":"http://159.27.226.4/api/v4/projects/873/labels","events":"http://159.27.226.4/api/v4/projects/873/events","members":"http://159.27.226.4/api/v4/projects/873/members","cluster_agents":"http://159.27.226.4/api/v4/projects/873/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-25T08:04:14.839Z"},"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":114,"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":818,"description":"","name":"A004","name_with_namespace":"config / vehicles / A004","path":"A004","path_with_namespace":"config/vehicles/A004","created_at":"2023-07-20T06:22:46.078Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/vehicles/A004.git","http_url_to_repo":"http://159.27.226.4/config/vehicles/A004.git","web_url":"http://159.27.226.4/config/vehicles/A004","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-07T01:48:25.818Z","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/818","issues":"http://159.27.226.4/api/v4/projects/818/issues","merge_requests":"http://159.27.226.4/api/v4/projects/818/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/818/repository/branches","labels":"http://159.27.226.4/api/v4/projects/818/labels","events":"http://159.27.226.4/api/v4/projects/818/events","members":"http://159.27.226.4/api/v4/projects/818/members","cluster_agents":"http://159.27.226.4/api/v4/projects/818/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-21T06:22:46.093Z"},"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":51,"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":650,"description":"","name":"A004","name_with_namespace":"config / weifang / container_port / A004","path":"A004","path_with_namespace":"config/weifang/container_port/A004","created_at":"2023-06-14T02:13:48.635Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/container_port/A004.git","http_url_to_repo":"http://159.27.226.4/config/weifang/container_port/A004.git","web_url":"http://159.27.226.4/config/weifang/container_port/A004","readme_url":"http://159.27.226.4/config/weifang/container_port/A004/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-22T09:04:00.285Z","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/650","issues":"http://159.27.226.4/api/v4/projects/650/issues","merge_requests":"http://159.27.226.4/api/v4/projects/650/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/650/repository/branches","labels":"http://159.27.226.4/api/v4/projects/650/labels","events":"http://159.27.226.4/api/v4/projects/650/events","members":"http://159.27.226.4/api/v4/projects/650/members","cluster_agents":"http://159.27.226.4/api/v4/projects/650/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-06-15T02:13:48.661Z"},"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}}]
Success: Status code 200 is in the accepted range: 100:399
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] readJSON
[Pipeline] echo
config/weifang/container_port/A004
[Pipeline] echo
config/weifang/container_port/A004
[Pipeline] echo
config/weifang/container_port/A004
[Pipeline] echo
config/weifang/container_port/A004
[Pipeline] echo
config/weifang/container_port/A004
[Pipeline] echo
config/weifang/container_port/A004
[Pipeline] echo
650
[Pipeline] echo
650
[Pipeline] echo
346ab6f
[Pipeline] sh
+ python3 /root/weilk/project/get_git_log.py 650 346ab6f 346ab6f
[Pipeline] echo
/root/commtest/rcdev-project/weifang/container/.A004.json
[Pipeline] readJSON
[Pipeline] echo
{"project":{"A004":"config/weifang/container_port/A004","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A004":"346ab6f","shared_config":"14e9209"}}
[Pipeline] echo
{"project":{"A004":"config/weifang/container_port/A004","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A004":"346ab6f","shared_config":"14e9209"}}
[Pipeline] sh
+ echo '{"project":{"A004":"config/weifang/container_port/A004","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A004":"346ab6f","shared_config":"14e9209"}}'
[Pipeline] sh
+ cat /root/commtest/rcdev-project/weifang/container/.A004.json
{"project":{"A004":"config/weifang/container_port/A004","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A004":"346ab6f","shared_config":"14e9209"}}
[Pipeline] echo
{"repo_name":"params_orin_slave_A004","branch":"dev","time":"2024-05-24_08-38-54","commit_id":"346ab6f","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=A004
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects?search=A004
Response Code: HTTP/1.1 200 OK
Response: 
[{"id":1312,"description":"","name":"A004","name_with_namespace":"Hardware / config / A004","path":"a004","path_with_namespace":"hardware/config/a004","created_at":"2024-01-04T13:10:38.535Z","default_branch":"dev","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:hardware/config/a004.git","http_url_to_repo":"http://159.27.226.4/hardware/config/a004.git","web_url":"http://159.27.226.4/hardware/config/a004","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-20T06:53:53.677Z","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/1312","issues":"http://159.27.226.4/api/v4/projects/1312/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1312/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1312/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1312/labels","events":"http://159.27.226.4/api/v4/projects/1312/events","members":"http://159.27.226.4/api/v4/projects/1312/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1312/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:10:38.551Z"},"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":1163,"description":null,"name":"A004","name_with_namespace":"Localization / config / A004","path":"A004","path_with_namespace":"localization/config/A004","created_at":"2023-10-24T03:58:36.187Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:localization/config/A004.git","http_url_to_repo":"http://159.27.226.4/localization/config/A004.git","web_url":"http://159.27.226.4/localization/config/A004","readme_url":"http://159.27.226.4/localization/config/A004/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-15T01:53:45.967Z","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/1163","issues":"http://159.27.226.4/api/v4/projects/1163/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1163/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1163/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1163/labels","events":"http://159.27.226.4/api/v4/projects/1163/events","members":"http://159.27.226.4/api/v4/projects/1163/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1163/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-25T03:58:36.209Z"},"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":4,"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":922,"description":null,"name":"A004","name_with_namespace":"Lidar / config / vehicles / A004","path":"A004","path_with_namespace":"lidar/config/vehicles/A004","created_at":"2023-07-28T07:56:20.522Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:lidar/config/vehicles/A004.git","http_url_to_repo":"http://159.27.226.4/lidar/config/vehicles/A004.git","web_url":"http://159.27.226.4/lidar/config/vehicles/A004","readme_url":"http://159.27.226.4/lidar/config/vehicles/A004/-/blob/master/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-02-05T09:38:10.537Z","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/922","issues":"http://159.27.226.4/api/v4/projects/922/issues","merge_requests":"http://159.27.226.4/api/v4/projects/922/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/922/repository/branches","labels":"http://159.27.226.4/api/v4/projects/922/labels","events":"http://159.27.226.4/api/v4/projects/922/events","members":"http://159.27.226.4/api/v4/projects/922/members","cluster_agents":"http://159.27.226.4/api/v4/projects/922/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-29T07:56:20.533Z"},"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":873,"description":"","name":"A004","name_with_namespace":"config / extrinsics / A004","path":"A004","path_with_namespace":"config/extrinsics/A004","created_at":"2023-07-24T08:04:14.825Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/extrinsics/A004.git","http_url_to_repo":"http://159.27.226.4/config/extrinsics/A004.git","web_url":"http://159.27.226.4/config/extrinsics/A004","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-02-18T07:28:27.820Z","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/873","issues":"http://159.27.226.4/api/v4/projects/873/issues","merge_requests":"http://159.27.226.4/api/v4/projects/873/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/873/repository/branches","labels":"http://159.27.226.4/api/v4/projects/873/labels","events":"http://159.27.226.4/api/v4/projects/873/events","members":"http://159.27.226.4/api/v4/projects/873/members","cluster_agents":"http://159.27.226.4/api/v4/projects/873/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-25T08:04:14.839Z"},"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":114,"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":818,"description":"","name":"A004","name_with_namespace":"config / vehicles / A004","path":"A004","path_with_namespace":"config/vehicles/A004","created_at":"2023-07-20T06:22:46.078Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/vehicles/A004.git","http_url_to_repo":"http://159.27.226.4/config/vehicles/A004.git","web_url":"http://159.27.226.4/config/vehicles/A004","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-07T01:48:25.818Z","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/818","issues":"http://159.27.226.4/api/v4/projects/818/issues","merge_requests":"http://159.27.226.4/api/v4/projects/818/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/818/repository/branches","labels":"http://159.27.226.4/api/v4/projects/818/labels","events":"http://159.27.226.4/api/v4/projects/818/events","members":"http://159.27.226.4/api/v4/projects/818/members","cluster_agents":"http://159.27.226.4/api/v4/projects/818/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-21T06:22:46.093Z"},"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":51,"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":650,"description":"","name":"A004","name_with_namespace":"config / weifang / container_port / A004","path":"A004","path_with_namespace":"config/weifang/container_port/A004","created_at":"2023-06-14T02:13:48.635Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/container_port/A004.git","http_url_to_repo":"http://159.27.226.4/config/weifang/container_port/A004.git","web_url":"http://159.27.226.4/config/weifang/container_port/A004","readme_url":"http://159.27.226.4/config/weifang/container_port/A004/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-22T09:04:00.285Z","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/650","issues":"http://159.27.226.4/api/v4/projects/650/issues","merge_requests":"http://159.27.226.4/api/v4/projects/650/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/650/repository/branches","labels":"http://159.27.226.4/api/v4/projects/650/labels","events":"http://159.27.226.4/api/v4/projects/650/events","members":"http://159.27.226.4/api/v4/projects/650/members","cluster_agents":"http://159.27.226.4/api/v4/projects/650/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-06-15T02:13:48.661Z"},"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}}]
Success: Status code 200 is in the accepted range: 100:399
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] readJSON
[Pipeline] echo
config/weifang/container_port/A004
[Pipeline] echo
config/weifang/container_port/A004
[Pipeline] echo
config/weifang/container_port/A004
[Pipeline] echo
config/weifang/container_port/A004
[Pipeline] echo
config/weifang/container_port/A004
[Pipeline] echo
config/weifang/container_port/A004
[Pipeline] echo
650
[Pipeline] echo
650
[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/650/repository/commits/346ab6f
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects/650/repository/commits/346ab6f
Response Code: HTTP/1.1 200 OK
Response: 
{"id":"346ab6f17ea812f415e855a07491f71e74d08ca7","short_id":"346ab6f1","created_at":"2024-03-22T17:03:59.000+08:00","parent_ids":["0470ce1fee3fe0b977b71b46e30d249a2fb28854"],"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-22T17:03:59.000+08:00","committer_name":"liuyong","committer_email":"827415225@qq.com","committed_date":"2024-03-22T17:03:59.000+08:00","trailers":{},"web_url":"http://159.27.226.4/config/weifang/container_port/A004/-/commit/346ab6f17ea812f415e855a07491f71e74d08ca7","stats":{"additions":0,"deletions":54,"total":54},"status":null,"project_id":650,"last_pipeline":null}
Success: Status code 200 is in the accepted range: 100:399
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] readJSON
[Pipeline] echo
2024/03/22/17:03:59
[Pipeline] echo
dev**: 346ab6f.**2024/03/22/17:03:59**   
 
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A004/params_A004
[Pipeline] {
[Pipeline] fileExists
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/shared_config/dev/params /root/workspace/weifang-config/container/shared_config/dev/.git/ ./
[Pipeline] sh
+ rm -rf params_A004@tmp
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ git rev-parse --short HEAD
[Pipeline] echo
/root/commtest/rcdev-project/weifang/container/A004.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":1440,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / qiangang / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/qiangang/shared_config","created_at":"2024-04-26T07:53:48.106Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/qiangang/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/qiangang/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/qiangang/shared_config","readme_url":"http://159.27.226.4/config/qingdao/qiangang/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-23T01:51:06.115Z","namespace":{"id":1585,"name":"qiangang","path":"qiangang","kind":"group","full_path":"config/qingdao/qiangang","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/qiangang"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1440","issues":"http://159.27.226.4/api/v4/projects/1440/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1440/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1440/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1440/labels","events":"http://159.27.226.4/api/v4/projects/1440/events","members":"http://159.27.226.4/api/v4/projects/1440/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1440/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-04-27T07:53:48.133Z"},"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":1436,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / dongfen / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/dongfen/shared_config","created_at":"2024-04-26T03:10:53.176Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/dongfen/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/dongfen/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/dongfen/shared_config","readme_url":"http://159.27.226.4/config/qingdao/dongfen/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-16T05:51:16.189Z","namespace":{"id":1580,"name":"dongfen","path":"dongfen","kind":"group","full_path":"config/qingdao/dongfen","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/dongfen"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1436","issues":"http://159.27.226.4/api/v4/projects/1436/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1436/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1436/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1436/labels","events":"http://159.27.226.4/api/v4/projects/1436/events","members":"http://159.27.226.4/api/v4/projects/1436/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1436/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-04-27T03:10:53.212Z"},"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":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-05-07T07:28:58.252Z","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":"2024-05-07T03:12:30.506Z","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":"2024-05-07T07:27:00.197Z","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-05-07T07:30:50.969Z","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-05-07T07:30:18.093Z","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-05-08T13:05:54.781Z","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-05-08T03:39:20.005Z","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/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
537
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
537
[Pipeline] echo
14e9209
[Pipeline] sh
+ python3 /root/weilk/project/get_git_log.py 537 14e9209 14e9209
[Pipeline] echo
/root/commtest/rcdev-project/weifang/container/.A004.json
[Pipeline] readJSON
[Pipeline] echo
{"project":{"A004":"config/weifang/container_port/A004","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A004":"346ab6f","shared_config":"14e9209"}}
[Pipeline] echo
{"project":{"A004":"config/weifang/container_port/A004","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A004":"346ab6f","shared_config":"14e9209"}}
[Pipeline] sh
+ echo '{"project":{"A004":"config/weifang/container_port/A004","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A004":"346ab6f","shared_config":"14e9209"}}'
[Pipeline] sh
+ cat /root/commtest/rcdev-project/weifang/container/.A004.json
{"project":{"A004":"config/weifang/container_port/A004","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A004":"346ab6f","shared_config":"14e9209"}}
[Pipeline] echo
{"repo_name":"params_computer_shared_config","branch":"dev","time":"2024-05-24_08-38-58","commit_id":"14e9209","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":1440,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / qiangang / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/qiangang/shared_config","created_at":"2024-04-26T07:53:48.106Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/qiangang/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/qiangang/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/qiangang/shared_config","readme_url":"http://159.27.226.4/config/qingdao/qiangang/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-23T01:51:06.115Z","namespace":{"id":1585,"name":"qiangang","path":"qiangang","kind":"group","full_path":"config/qingdao/qiangang","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/qiangang"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1440","issues":"http://159.27.226.4/api/v4/projects/1440/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1440/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1440/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1440/labels","events":"http://159.27.226.4/api/v4/projects/1440/events","members":"http://159.27.226.4/api/v4/projects/1440/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1440/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-04-27T07:53:48.133Z"},"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":1436,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / dongfen / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/dongfen/shared_config","created_at":"2024-04-26T03:10:53.176Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/dongfen/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/dongfen/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/dongfen/shared_config","readme_url":"http://159.27.226.4/config/qingdao/dongfen/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-16T05:51:16.189Z","namespace":{"id":1580,"name":"dongfen","path":"dongfen","kind":"group","full_path":"config/qingdao/dongfen","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/dongfen"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1436","issues":"http://159.27.226.4/api/v4/projects/1436/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1436/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1436/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1436/labels","events":"http://159.27.226.4/api/v4/projects/1436/events","members":"http://159.27.226.4/api/v4/projects/1436/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1436/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-04-27T03:10:53.212Z"},"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":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-05-07T07:28:58.252Z","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":"2024-05-07T03:12:30.506Z","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":"2024-05-07T07:27:00.197Z","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-05-07T07:30:50.969Z","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-05-07T07:30:18.093Z","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-05-08T13:05:54.781Z","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-05-08T03:39:20.005Z","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/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
537
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
537
[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/537/repository/commits/14e9209
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects/537/repository/commits/14e9209
Response Code: HTTP/1.1 200 OK
Response: 
{"id":"14e9209f1bb4a5de8982b1ee2471be03d99419f4","short_id":"14e9209f","created_at":"2024-05-07T07:30:50.000+00:00","parent_ids":["94f418f5355e92f115163ac5dba91de0cb0893cb"],"title":"fix_out:update the params of hdmap","message":"fix_out:update the params of hdmap","author_name":"huangxiaolong","author_email":"huangxiaolong@senior.auto","authored_date":"2024-05-07T07:30:50.000+00:00","committer_name":"huangxiaolong","committer_email":"huangxiaolong@senior.auto","committed_date":"2024-05-07T07:30:50.000+00:00","trailers":{},"web_url":"http://159.27.226.4/config/weifang/container_port/shared_config/-/commit/14e9209f1bb4a5de8982b1ee2471be03d99419f4","stats":{"additions":54,"deletions":25,"total":79},"status":null,"project_id":537,"last_pipeline":null}
Success: Status code 200 is in the accepted range: 100:399
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] readJSON
[Pipeline] echo
2024/05/07/07:30:50
[Pipeline] echo
dev**: 14e9209.**2024/05/07/07:30:50**   
 
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
{"module":[{"repo_name":"params_orin_slave_A004","branch":"dev","time":"2024-05-24_08-38-54","commit_id":"346ab6f","version":"","commit_msgs":",,"},{"repo_name":"params_computer_shared_config","branch":"dev","time":"2024-05-24_08-38-58","commit_id":"14e9209","version":"","commit_msgs":",,"}],"device":2,"device_name":"A004_Slave","type":0,"project":6}
[Pipeline] sh
++ ls
++ grep -v params_A004
++ xargs
++ grep -v version.json
+ cp -r params params_A004/
[Pipeline] sh
+ echo '{"module":[{"repo_name":"params_orin_slave_A004","branch":"dev","time":"2024-05-24_08-38-54","commit_id":"346ab6f","version":"","commit_msgs":",,"},{"repo_name":"params_computer_shared_config","branch":"dev","time":"2024-05-24_08-38-58","commit_id":"14e9209","version":"","commit_msgs":",,"}],"device":2,"device_name":"A004_Slave","type":0,"project":6}'
[Pipeline] sh
+ rm -rf params_A004@tmp
[Pipeline] echo
  >  - <font color=#3C3C3C> [A001slave]:   
 **公有dev**: 14e9209.**2024/05/07/07:30:50**   
 **私有dev**: 980dd49.**2024/03/22/17:03:43**   
 </font>  
  >  - <font color=#3C3C3C> [A002slave]:   
 **公有dev**: 14e9209.**2024/05/07/07:30:50**   
 **私有dev**: 99610e8.**2024/03/22/17:03:51**   
 </font>  
  >  - <font color=#3C3C3C> [A004slave]:   
 **公有dev**: 14e9209.**2024/05/07/07:30:50**   
 **私有dev**: 346ab6f.**2024/03/22/17:03:59**   
 </font>  
 
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
A006
[Pipeline] sh
+ mkdir -p /root/workspace/weifang-config/container/A006
[Pipeline] sh
+ mkdir -p /root/workspace/weifang-config/container/A006/params_A006
[Pipeline] sh
+ rm -rf /root/workspace/weifang-config/container/A006/params /root/workspace/weifang-config/container/A006/params_A006 /root/workspace/weifang-config/container/A006/params_new /root/workspace/weifang-config/container/A006/params_orin_master_A006_2024-05-24_08-37-37 /root/workspace/weifang-config/container/A006/params_orin_master_A006_2024-05-24_08-37-37.zip /root/workspace/weifang-config/container/A006/version.json
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A006
[Pipeline] {
[Pipeline] echo
[A001, A002, A004, A006, A007, A008]
[Pipeline] echo
更新A006参数
[Pipeline] echo
dev,http://159.27.226.4/config/weifang/container_port/A006.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/container/A006/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url http://159.27.226.4/config/weifang/container_port/A006.git # timeout=10
Using shallow fetch with depth 1
Fetching upstream changes from http://159.27.226.4/config/weifang/container_port/A006.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/container_port/A006.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/dev^{commit} # timeout=10
Checking out Revision ce47d6fed9320b770863d41768a4f781ee199aee (origin/dev)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ce47d6fed9320b770863d41768a4f781ee199aee # timeout=300000
Commit message: "feat_out:del hardware params."
 > git rev-list --no-walk ce47d6fed9320b770863d41768a4f781ee199aee # timeout=10
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ git rev-parse --short HEAD
[Pipeline] echo
/root/commtest/rcdev-project/weifang/container/A006.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=A006
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects?search=A006
Response Code: HTTP/1.1 200 OK
Response: 
[{"id":1314,"description":"","name":"A006","name_with_namespace":"Hardware / config / A006","path":"A006","path_with_namespace":"hardware/config/A006","created_at":"2024-01-04T13:11:11.326Z","default_branch":"dev","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:hardware/config/A006.git","http_url_to_repo":"http://159.27.226.4/hardware/config/A006.git","web_url":"http://159.27.226.4/hardware/config/A006","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-20T06:53:55.128Z","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/1314","issues":"http://159.27.226.4/api/v4/projects/1314/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1314/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1314/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1314/labels","events":"http://159.27.226.4/api/v4/projects/1314/events","members":"http://159.27.226.4/api/v4/projects/1314/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1314/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:11:11.344Z"},"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":1165,"description":null,"name":"A006","name_with_namespace":"Localization / config / A006","path":"A006","path_with_namespace":"localization/config/A006","created_at":"2023-10-24T03:58:39.828Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:localization/config/A006.git","http_url_to_repo":"http://159.27.226.4/localization/config/A006.git","web_url":"http://159.27.226.4/localization/config/A006","readme_url":"http://159.27.226.4/localization/config/A006/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-04-18T08:36:50.406Z","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/1165","issues":"http://159.27.226.4/api/v4/projects/1165/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1165/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1165/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1165/labels","events":"http://159.27.226.4/api/v4/projects/1165/events","members":"http://159.27.226.4/api/v4/projects/1165/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1165/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-25T03:58:39.843Z"},"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":4,"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":920,"description":null,"name":"A006","name_with_namespace":"Lidar / config / vehicles / A006","path":"A006","path_with_namespace":"lidar/config/vehicles/A006","created_at":"2023-07-28T07:56:19.305Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:lidar/config/vehicles/A006.git","http_url_to_repo":"http://159.27.226.4/lidar/config/vehicles/A006.git","web_url":"http://159.27.226.4/lidar/config/vehicles/A006","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-02-05T09:38:12.778Z","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/920","issues":"http://159.27.226.4/api/v4/projects/920/issues","merge_requests":"http://159.27.226.4/api/v4/projects/920/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/920/repository/branches","labels":"http://159.27.226.4/api/v4/projects/920/labels","events":"http://159.27.226.4/api/v4/projects/920/events","members":"http://159.27.226.4/api/v4/projects/920/members","cluster_agents":"http://159.27.226.4/api/v4/projects/920/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-29T07:56:19.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":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":879,"description":"","name":"A006","name_with_namespace":"config / extrinsics / A006","path":"A006","path_with_namespace":"config/extrinsics/A006","created_at":"2023-07-24T11:05:10.741Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/extrinsics/A006.git","http_url_to_repo":"http://159.27.226.4/config/extrinsics/A006.git","web_url":"http://159.27.226.4/config/extrinsics/A006","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-02-18T07:28:29.671Z","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/879","issues":"http://159.27.226.4/api/v4/projects/879/issues","merge_requests":"http://159.27.226.4/api/v4/projects/879/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/879/repository/branches","labels":"http://159.27.226.4/api/v4/projects/879/labels","events":"http://159.27.226.4/api/v4/projects/879/events","members":"http://159.27.226.4/api/v4/projects/879/members","cluster_agents":"http://159.27.226.4/api/v4/projects/879/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-25T11:05:10.776Z"},"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":114,"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":820,"description":"","name":"A006","name_with_namespace":"config / vehicles / A006","path":"A006","path_with_namespace":"config/vehicles/A006","created_at":"2023-07-20T06:23:15.815Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/vehicles/A006.git","http_url_to_repo":"http://159.27.226.4/config/vehicles/A006.git","web_url":"http://159.27.226.4/config/vehicles/A006","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-23T07:29:58.049Z","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/820","issues":"http://159.27.226.4/api/v4/projects/820/issues","merge_requests":"http://159.27.226.4/api/v4/projects/820/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/820/repository/branches","labels":"http://159.27.226.4/api/v4/projects/820/labels","events":"http://159.27.226.4/api/v4/projects/820/events","members":"http://159.27.226.4/api/v4/projects/820/members","cluster_agents":"http://159.27.226.4/api/v4/projects/820/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-21T06:23:15.831Z"},"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":51,"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":790,"description":"","name":"A006","name_with_namespace":"config / weifang / container_port / A006","path":"A006","path_with_namespace":"config/weifang/container_port/A006","created_at":"2023-07-17T03:20:48.487Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/container_port/A006.git","http_url_to_repo":"http://159.27.226.4/config/weifang/container_port/A006.git","web_url":"http://159.27.226.4/config/weifang/container_port/A006","readme_url":"http://159.27.226.4/config/weifang/container_port/A006/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-22T09:04:02.336Z","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/790","issues":"http://159.27.226.4/api/v4/projects/790/issues","merge_requests":"http://159.27.226.4/api/v4/projects/790/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/790/repository/branches","labels":"http://159.27.226.4/api/v4/projects/790/labels","events":"http://159.27.226.4/api/v4/projects/790/events","members":"http://159.27.226.4/api/v4/projects/790/members","cluster_agents":"http://159.27.226.4/api/v4/projects/790/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-18T03:20:48.535Z"},"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/container_port/A006
[Pipeline] echo
config/weifang/container_port/A006
[Pipeline] echo
config/weifang/container_port/A006
[Pipeline] echo
config/weifang/container_port/A006
[Pipeline] echo
config/weifang/container_port/A006
[Pipeline] echo
config/weifang/container_port/A006
[Pipeline] echo
790
[Pipeline] echo
790
[Pipeline] echo
ce47d6f
[Pipeline] sh
+ python3 /root/weilk/project/get_git_log.py 790 ce47d6f ce47d6f
[Pipeline] echo
/root/commtest/rcdev-project/weifang/container/.A006.json
[Pipeline] readJSON
[Pipeline] echo
{"project":{"A006":"config/weifang/container_port/A006","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A006":"ce47d6f","shared_config":"14e9209"}}
[Pipeline] echo
{"project":{"A006":"config/weifang/container_port/A006","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A006":"ce47d6f","shared_config":"14e9209"}}
[Pipeline] sh
+ echo '{"project":{"A006":"config/weifang/container_port/A006","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A006":"ce47d6f","shared_config":"14e9209"}}'
[Pipeline] sh
+ cat /root/commtest/rcdev-project/weifang/container/.A006.json
{"project":{"A006":"config/weifang/container_port/A006","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A006":"ce47d6f","shared_config":"14e9209"}}
[Pipeline] echo
{"repo_name":"params_orin_slave_A006","branch":"dev","time":"2024-05-24_08-39-04","commit_id":"ce47d6f","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=A006
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects?search=A006
Response Code: HTTP/1.1 200 OK
Response: 
[{"id":1314,"description":"","name":"A006","name_with_namespace":"Hardware / config / A006","path":"A006","path_with_namespace":"hardware/config/A006","created_at":"2024-01-04T13:11:11.326Z","default_branch":"dev","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:hardware/config/A006.git","http_url_to_repo":"http://159.27.226.4/hardware/config/A006.git","web_url":"http://159.27.226.4/hardware/config/A006","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-20T06:53:55.128Z","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/1314","issues":"http://159.27.226.4/api/v4/projects/1314/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1314/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1314/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1314/labels","events":"http://159.27.226.4/api/v4/projects/1314/events","members":"http://159.27.226.4/api/v4/projects/1314/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1314/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:11:11.344Z"},"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":1165,"description":null,"name":"A006","name_with_namespace":"Localization / config / A006","path":"A006","path_with_namespace":"localization/config/A006","created_at":"2023-10-24T03:58:39.828Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:localization/config/A006.git","http_url_to_repo":"http://159.27.226.4/localization/config/A006.git","web_url":"http://159.27.226.4/localization/config/A006","readme_url":"http://159.27.226.4/localization/config/A006/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-04-18T08:36:50.406Z","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/1165","issues":"http://159.27.226.4/api/v4/projects/1165/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1165/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1165/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1165/labels","events":"http://159.27.226.4/api/v4/projects/1165/events","members":"http://159.27.226.4/api/v4/projects/1165/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1165/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-25T03:58:39.843Z"},"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":4,"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":920,"description":null,"name":"A006","name_with_namespace":"Lidar / config / vehicles / A006","path":"A006","path_with_namespace":"lidar/config/vehicles/A006","created_at":"2023-07-28T07:56:19.305Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:lidar/config/vehicles/A006.git","http_url_to_repo":"http://159.27.226.4/lidar/config/vehicles/A006.git","web_url":"http://159.27.226.4/lidar/config/vehicles/A006","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-02-05T09:38:12.778Z","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/920","issues":"http://159.27.226.4/api/v4/projects/920/issues","merge_requests":"http://159.27.226.4/api/v4/projects/920/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/920/repository/branches","labels":"http://159.27.226.4/api/v4/projects/920/labels","events":"http://159.27.226.4/api/v4/projects/920/events","members":"http://159.27.226.4/api/v4/projects/920/members","cluster_agents":"http://159.27.226.4/api/v4/projects/920/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-29T07:56:19.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":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":879,"description":"","name":"A006","name_with_namespace":"config / extrinsics / A006","path":"A006","path_with_namespace":"config/extrinsics/A006","created_at":"2023-07-24T11:05:10.741Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/extrinsics/A006.git","http_url_to_repo":"http://159.27.226.4/config/extrinsics/A006.git","web_url":"http://159.27.226.4/config/extrinsics/A006","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-02-18T07:28:29.671Z","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/879","issues":"http://159.27.226.4/api/v4/projects/879/issues","merge_requests":"http://159.27.226.4/api/v4/projects/879/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/879/repository/branches","labels":"http://159.27.226.4/api/v4/projects/879/labels","events":"http://159.27.226.4/api/v4/projects/879/events","members":"http://159.27.226.4/api/v4/projects/879/members","cluster_agents":"http://159.27.226.4/api/v4/projects/879/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-25T11:05:10.776Z"},"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":114,"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":820,"description":"","name":"A006","name_with_namespace":"config / vehicles / A006","path":"A006","path_with_namespace":"config/vehicles/A006","created_at":"2023-07-20T06:23:15.815Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/vehicles/A006.git","http_url_to_repo":"http://159.27.226.4/config/vehicles/A006.git","web_url":"http://159.27.226.4/config/vehicles/A006","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-23T07:29:58.049Z","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/820","issues":"http://159.27.226.4/api/v4/projects/820/issues","merge_requests":"http://159.27.226.4/api/v4/projects/820/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/820/repository/branches","labels":"http://159.27.226.4/api/v4/projects/820/labels","events":"http://159.27.226.4/api/v4/projects/820/events","members":"http://159.27.226.4/api/v4/projects/820/members","cluster_agents":"http://159.27.226.4/api/v4/projects/820/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-21T06:23:15.831Z"},"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":51,"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":790,"description":"","name":"A006","name_with_namespace":"config / weifang / container_port / A006","path":"A006","path_with_namespace":"config/weifang/container_port/A006","created_at":"2023-07-17T03:20:48.487Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/container_port/A006.git","http_url_to_repo":"http://159.27.226.4/config/weifang/container_port/A006.git","web_url":"http://159.27.226.4/config/weifang/container_port/A006","readme_url":"http://159.27.226.4/config/weifang/container_port/A006/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-22T09:04:02.336Z","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/790","issues":"http://159.27.226.4/api/v4/projects/790/issues","merge_requests":"http://159.27.226.4/api/v4/projects/790/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/790/repository/branches","labels":"http://159.27.226.4/api/v4/projects/790/labels","events":"http://159.27.226.4/api/v4/projects/790/events","members":"http://159.27.226.4/api/v4/projects/790/members","cluster_agents":"http://159.27.226.4/api/v4/projects/790/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-18T03:20:48.535Z"},"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/container_port/A006
[Pipeline] echo
config/weifang/container_port/A006
[Pipeline] echo
config/weifang/container_port/A006
[Pipeline] echo
config/weifang/container_port/A006
[Pipeline] echo
config/weifang/container_port/A006
[Pipeline] echo
config/weifang/container_port/A006
[Pipeline] echo
790
[Pipeline] echo
790
[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/790/repository/commits/ce47d6f
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects/790/repository/commits/ce47d6f
Response Code: HTTP/1.1 200 OK
Response: 
{"id":"ce47d6fed9320b770863d41768a4f781ee199aee","short_id":"ce47d6fe","created_at":"2024-03-22T17:04:01.000+08:00","parent_ids":["283703b4f687c8fbbb335b30e9e6e20cd0647488"],"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-22T17:04:01.000+08:00","committer_name":"liuyong","committer_email":"827415225@qq.com","committed_date":"2024-03-22T17:04:01.000+08:00","trailers":{},"web_url":"http://159.27.226.4/config/weifang/container_port/A006/-/commit/ce47d6fed9320b770863d41768a4f781ee199aee","stats":{"additions":0,"deletions":55,"total":55},"status":null,"project_id":790,"last_pipeline":null}
Success: Status code 200 is in the accepted range: 100:399
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] readJSON
[Pipeline] echo
2024/03/22/17:04:01
[Pipeline] echo
dev**: ce47d6f.**2024/03/22/17:04:01**   
 
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A006/params_A006
[Pipeline] {
[Pipeline] fileExists
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/shared_config/dev/params /root/workspace/weifang-config/container/shared_config/dev/.git/ ./
[Pipeline] sh
+ rm -rf params_A006@tmp
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ git rev-parse --short HEAD
[Pipeline] echo
/root/commtest/rcdev-project/weifang/container/A006.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":1440,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / qiangang / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/qiangang/shared_config","created_at":"2024-04-26T07:53:48.106Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/qiangang/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/qiangang/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/qiangang/shared_config","readme_url":"http://159.27.226.4/config/qingdao/qiangang/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-23T01:51:06.115Z","namespace":{"id":1585,"name":"qiangang","path":"qiangang","kind":"group","full_path":"config/qingdao/qiangang","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/qiangang"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1440","issues":"http://159.27.226.4/api/v4/projects/1440/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1440/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1440/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1440/labels","events":"http://159.27.226.4/api/v4/projects/1440/events","members":"http://159.27.226.4/api/v4/projects/1440/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1440/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-04-27T07:53:48.133Z"},"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":1436,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / dongfen / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/dongfen/shared_config","created_at":"2024-04-26T03:10:53.176Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/dongfen/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/dongfen/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/dongfen/shared_config","readme_url":"http://159.27.226.4/config/qingdao/dongfen/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-16T05:51:16.189Z","namespace":{"id":1580,"name":"dongfen","path":"dongfen","kind":"group","full_path":"config/qingdao/dongfen","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/dongfen"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1436","issues":"http://159.27.226.4/api/v4/projects/1436/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1436/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1436/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1436/labels","events":"http://159.27.226.4/api/v4/projects/1436/events","members":"http://159.27.226.4/api/v4/projects/1436/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1436/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-04-27T03:10:53.212Z"},"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":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-05-07T07:28:58.252Z","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":"2024-05-07T03:12:30.506Z","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":"2024-05-07T07:27:00.197Z","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-05-07T07:30:50.969Z","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-05-07T07:30:18.093Z","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-05-08T13:05:54.781Z","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-05-08T03:39:20.005Z","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/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
537
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
537
[Pipeline] echo
14e9209
[Pipeline] sh
+ python3 /root/weilk/project/get_git_log.py 537 14e9209 14e9209
[Pipeline] echo
/root/commtest/rcdev-project/weifang/container/.A006.json
[Pipeline] readJSON
[Pipeline] echo
{"project":{"A006":"config/weifang/container_port/A006","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A006":"ce47d6f","shared_config":"14e9209"}}
[Pipeline] echo
{"project":{"A006":"config/weifang/container_port/A006","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A006":"ce47d6f","shared_config":"14e9209"}}
[Pipeline] sh
+ echo '{"project":{"A006":"config/weifang/container_port/A006","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A006":"ce47d6f","shared_config":"14e9209"}}'
[Pipeline] sh
+ cat /root/commtest/rcdev-project/weifang/container/.A006.json
{"project":{"A006":"config/weifang/container_port/A006","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A006":"ce47d6f","shared_config":"14e9209"}}
[Pipeline] echo
{"repo_name":"params_computer_shared_config","branch":"dev","time":"2024-05-24_08-39-07","commit_id":"14e9209","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":1440,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / qiangang / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/qiangang/shared_config","created_at":"2024-04-26T07:53:48.106Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/qiangang/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/qiangang/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/qiangang/shared_config","readme_url":"http://159.27.226.4/config/qingdao/qiangang/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-23T01:51:06.115Z","namespace":{"id":1585,"name":"qiangang","path":"qiangang","kind":"group","full_path":"config/qingdao/qiangang","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/qiangang"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1440","issues":"http://159.27.226.4/api/v4/projects/1440/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1440/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1440/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1440/labels","events":"http://159.27.226.4/api/v4/projects/1440/events","members":"http://159.27.226.4/api/v4/projects/1440/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1440/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-04-27T07:53:48.133Z"},"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":1436,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / dongfen / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/dongfen/shared_config","created_at":"2024-04-26T03:10:53.176Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/dongfen/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/dongfen/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/dongfen/shared_config","readme_url":"http://159.27.226.4/config/qingdao/dongfen/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-16T05:51:16.189Z","namespace":{"id":1580,"name":"dongfen","path":"dongfen","kind":"group","full_path":"config/qingdao/dongfen","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/dongfen"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1436","issues":"http://159.27.226.4/api/v4/projects/1436/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1436/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1436/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1436/labels","events":"http://159.27.226.4/api/v4/projects/1436/events","members":"http://159.27.226.4/api/v4/projects/1436/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1436/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-04-27T03:10:53.212Z"},"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":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-05-07T07:28:58.252Z","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":"2024-05-07T03:12:30.506Z","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":"2024-05-07T07:27:00.197Z","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-05-07T07:30:50.969Z","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-05-07T07:30:18.093Z","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-05-08T13:05:54.781Z","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-05-08T03:39:20.005Z","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/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
537
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
537
[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/537/repository/commits/14e9209
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects/537/repository/commits/14e9209
Response Code: HTTP/1.1 200 OK
Response: 
{"id":"14e9209f1bb4a5de8982b1ee2471be03d99419f4","short_id":"14e9209f","created_at":"2024-05-07T07:30:50.000+00:00","parent_ids":["94f418f5355e92f115163ac5dba91de0cb0893cb"],"title":"fix_out:update the params of hdmap","message":"fix_out:update the params of hdmap","author_name":"huangxiaolong","author_email":"huangxiaolong@senior.auto","authored_date":"2024-05-07T07:30:50.000+00:00","committer_name":"huangxiaolong","committer_email":"huangxiaolong@senior.auto","committed_date":"2024-05-07T07:30:50.000+00:00","trailers":{},"web_url":"http://159.27.226.4/config/weifang/container_port/shared_config/-/commit/14e9209f1bb4a5de8982b1ee2471be03d99419f4","stats":{"additions":54,"deletions":25,"total":79},"status":null,"project_id":537,"last_pipeline":null}
Success: Status code 200 is in the accepted range: 100:399
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] readJSON
[Pipeline] echo
2024/05/07/07:30:50
[Pipeline] echo
dev**: 14e9209.**2024/05/07/07:30:50**   
 
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
{"module":[{"repo_name":"params_orin_slave_A006","branch":"dev","time":"2024-05-24_08-39-04","commit_id":"ce47d6f","version":"","commit_msgs":",,"},{"repo_name":"params_computer_shared_config","branch":"dev","time":"2024-05-24_08-39-07","commit_id":"14e9209","version":"","commit_msgs":",,"}],"device":2,"device_name":"A006_Slave","type":0,"project":6}
[Pipeline] sh
++ grep -v params_A006
++ grep -v version.json
++ xargs
++ ls
+ cp -r params params_A006/
[Pipeline] sh
+ echo '{"module":[{"repo_name":"params_orin_slave_A006","branch":"dev","time":"2024-05-24_08-39-04","commit_id":"ce47d6f","version":"","commit_msgs":",,"},{"repo_name":"params_computer_shared_config","branch":"dev","time":"2024-05-24_08-39-07","commit_id":"14e9209","version":"","commit_msgs":",,"}],"device":2,"device_name":"A006_Slave","type":0,"project":6}'
[Pipeline] sh
+ rm -rf params_A006@tmp
[Pipeline] echo
  >  - <font color=#3C3C3C> [A001slave]:   
 **公有dev**: 14e9209.**2024/05/07/07:30:50**   
 **私有dev**: 980dd49.**2024/03/22/17:03:43**   
 </font>  
  >  - <font color=#3C3C3C> [A002slave]:   
 **公有dev**: 14e9209.**2024/05/07/07:30:50**   
 **私有dev**: 99610e8.**2024/03/22/17:03:51**   
 </font>  
  >  - <font color=#3C3C3C> [A004slave]:   
 **公有dev**: 14e9209.**2024/05/07/07:30:50**   
 **私有dev**: 346ab6f.**2024/03/22/17:03:59**   
 </font>  
  >  - <font color=#3C3C3C> [A006slave]:   
 **公有dev**: 14e9209.**2024/05/07/07:30:50**   
 **私有dev**: ce47d6f.**2024/03/22/17:04:01**   
 </font>  
 
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
A007
[Pipeline] sh
+ mkdir -p /root/workspace/weifang-config/container/A007
[Pipeline] sh
+ mkdir -p /root/workspace/weifang-config/container/A007/params_A007
[Pipeline] sh
+ rm -rf /root/workspace/weifang-config/container/A007/params /root/workspace/weifang-config/container/A007/params_A007 /root/workspace/weifang-config/container/A007/params_new /root/workspace/weifang-config/container/A007/params_orin_master_A007_2024-05-24_08-37-51 /root/workspace/weifang-config/container/A007/params_orin_master_A007_2024-05-24_08-37-51.zip /root/workspace/weifang-config/container/A007/version.json
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A007
[Pipeline] {
[Pipeline] echo
[A001, A002, A004, A006, A007, A008]
[Pipeline] echo
更新A007参数
[Pipeline] echo
dev,http://159.27.226.4/config/weifang/container_port/A007.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/container/A007/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url http://159.27.226.4/config/weifang/container_port/A007.git # timeout=10
Using shallow fetch with depth 1
Fetching upstream changes from http://159.27.226.4/config/weifang/container_port/A007.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/container_port/A007.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/dev^{commit} # timeout=10
Checking out Revision 729732beb6dc8c984f61590c9865726fd6bf8ec6 (origin/dev)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 729732beb6dc8c984f61590c9865726fd6bf8ec6 # timeout=300000
Commit message: "feat_out:del hardware params."
 > git rev-list --no-walk 729732beb6dc8c984f61590c9865726fd6bf8ec6 # timeout=10
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ git rev-parse --short HEAD
[Pipeline] echo
/root/commtest/rcdev-project/weifang/container/A007.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=A007
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects?search=A007
Response Code: HTTP/1.1 200 OK
Response: 
[{"id":1315,"description":"","name":"A007","name_with_namespace":"Hardware / config / A007","path":"A007","path_with_namespace":"hardware/config/A007","created_at":"2024-01-04T13:11:32.242Z","default_branch":"dev","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:hardware/config/A007.git","http_url_to_repo":"http://159.27.226.4/hardware/config/A007.git","web_url":"http://159.27.226.4/hardware/config/A007","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-20T06:53:56.132Z","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/1315","issues":"http://159.27.226.4/api/v4/projects/1315/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1315/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1315/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1315/labels","events":"http://159.27.226.4/api/v4/projects/1315/events","members":"http://159.27.226.4/api/v4/projects/1315/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1315/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:11:32.388Z"},"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":1166,"description":null,"name":"A007","name_with_namespace":"Localization / config / A007","path":"A007","path_with_namespace":"localization/config/A007","created_at":"2023-10-24T03:58:42.098Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:localization/config/A007.git","http_url_to_repo":"http://159.27.226.4/localization/config/A007.git","web_url":"http://159.27.226.4/localization/config/A007","readme_url":"http://159.27.226.4/localization/config/A007/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-04-18T08:38:49.979Z","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/1166","issues":"http://159.27.226.4/api/v4/projects/1166/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1166/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1166/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1166/labels","events":"http://159.27.226.4/api/v4/projects/1166/events","members":"http://159.27.226.4/api/v4/projects/1166/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1166/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-25T03:58:42.124Z"},"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":4,"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":919,"description":null,"name":"A007","name_with_namespace":"Lidar / config / vehicles / A007","path":"A007","path_with_namespace":"lidar/config/vehicles/A007","created_at":"2023-07-28T07:56:18.729Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:lidar/config/vehicles/A007.git","http_url_to_repo":"http://159.27.226.4/lidar/config/vehicles/A007.git","web_url":"http://159.27.226.4/lidar/config/vehicles/A007","readme_url":"http://159.27.226.4/lidar/config/vehicles/A007/-/blob/master/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-04-01T06:58:48.338Z","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/919","issues":"http://159.27.226.4/api/v4/projects/919/issues","merge_requests":"http://159.27.226.4/api/v4/projects/919/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/919/repository/branches","labels":"http://159.27.226.4/api/v4/projects/919/labels","events":"http://159.27.226.4/api/v4/projects/919/events","members":"http://159.27.226.4/api/v4/projects/919/members","cluster_agents":"http://159.27.226.4/api/v4/projects/919/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-29T07:56:18.741Z"},"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":880,"description":"","name":"A007","name_with_namespace":"config / extrinsics / A007","path":"A007","path_with_namespace":"config/extrinsics/A007","created_at":"2023-07-24T11:05:23.035Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/extrinsics/A007.git","http_url_to_repo":"http://159.27.226.4/config/extrinsics/A007.git","web_url":"http://159.27.226.4/config/extrinsics/A007","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-02-18T07:28:30.741Z","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/880","issues":"http://159.27.226.4/api/v4/projects/880/issues","merge_requests":"http://159.27.226.4/api/v4/projects/880/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/880/repository/branches","labels":"http://159.27.226.4/api/v4/projects/880/labels","events":"http://159.27.226.4/api/v4/projects/880/events","members":"http://159.27.226.4/api/v4/projects/880/members","cluster_agents":"http://159.27.226.4/api/v4/projects/880/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-25T11:05:23.052Z"},"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":114,"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":821,"description":"","name":"A007","name_with_namespace":"config / vehicles / A007","path":"A007","path_with_namespace":"config/vehicles/A007","created_at":"2023-07-20T06:23:30.128Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/vehicles/A007.git","http_url_to_repo":"http://159.27.226.4/config/vehicles/A007.git","web_url":"http://159.27.226.4/config/vehicles/A007","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-07T01:48:29.758Z","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/821","issues":"http://159.27.226.4/api/v4/projects/821/issues","merge_requests":"http://159.27.226.4/api/v4/projects/821/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/821/repository/branches","labels":"http://159.27.226.4/api/v4/projects/821/labels","events":"http://159.27.226.4/api/v4/projects/821/events","members":"http://159.27.226.4/api/v4/projects/821/members","cluster_agents":"http://159.27.226.4/api/v4/projects/821/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-21T06:23:30.157Z"},"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":51,"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":785,"description":"","name":"A007","name_with_namespace":"config / weifang / container_port / A007","path":"A007","path_with_namespace":"config/weifang/container_port/A007","created_at":"2023-07-12T04:33:36.450Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/container_port/A007.git","http_url_to_repo":"http://159.27.226.4/config/weifang/container_port/A007.git","web_url":"http://159.27.226.4/config/weifang/container_port/A007","readme_url":"http://159.27.226.4/config/weifang/container_port/A007/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-22T09:04:03.399Z","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/785","issues":"http://159.27.226.4/api/v4/projects/785/issues","merge_requests":"http://159.27.226.4/api/v4/projects/785/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/785/repository/branches","labels":"http://159.27.226.4/api/v4/projects/785/labels","events":"http://159.27.226.4/api/v4/projects/785/events","members":"http://159.27.226.4/api/v4/projects/785/members","cluster_agents":"http://159.27.226.4/api/v4/projects/785/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-13T04:33:36.486Z"},"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/container_port/A007
[Pipeline] echo
config/weifang/container_port/A007
[Pipeline] echo
config/weifang/container_port/A007
[Pipeline] echo
config/weifang/container_port/A007
[Pipeline] echo
config/weifang/container_port/A007
[Pipeline] echo
config/weifang/container_port/A007
[Pipeline] echo
785
[Pipeline] echo
785
[Pipeline] echo
729732b
[Pipeline] sh
+ python3 /root/weilk/project/get_git_log.py 785 729732b 729732b
[Pipeline] echo
/root/commtest/rcdev-project/weifang/container/.A007.json
[Pipeline] readJSON
[Pipeline] echo
{"project":{"A007":"config/weifang/container_port/A007","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A007":"729732b","shared_config":"14e9209"}}
[Pipeline] echo
{"project":{"A007":"config/weifang/container_port/A007","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A007":"729732b","shared_config":"14e9209"}}
[Pipeline] sh
+ echo '{"project":{"A007":"config/weifang/container_port/A007","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A007":"729732b","shared_config":"14e9209"}}'
[Pipeline] sh
+ cat /root/commtest/rcdev-project/weifang/container/.A007.json
{"project":{"A007":"config/weifang/container_port/A007","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A007":"729732b","shared_config":"14e9209"}}
[Pipeline] echo
{"repo_name":"params_orin_slave_A007","branch":"dev","time":"2024-05-24_08-39-13","commit_id":"729732b","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=A007
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects?search=A007
Response Code: HTTP/1.1 200 OK
Response: 
[{"id":1315,"description":"","name":"A007","name_with_namespace":"Hardware / config / A007","path":"A007","path_with_namespace":"hardware/config/A007","created_at":"2024-01-04T13:11:32.242Z","default_branch":"dev","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:hardware/config/A007.git","http_url_to_repo":"http://159.27.226.4/hardware/config/A007.git","web_url":"http://159.27.226.4/hardware/config/A007","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-20T06:53:56.132Z","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/1315","issues":"http://159.27.226.4/api/v4/projects/1315/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1315/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1315/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1315/labels","events":"http://159.27.226.4/api/v4/projects/1315/events","members":"http://159.27.226.4/api/v4/projects/1315/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1315/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:11:32.388Z"},"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":1166,"description":null,"name":"A007","name_with_namespace":"Localization / config / A007","path":"A007","path_with_namespace":"localization/config/A007","created_at":"2023-10-24T03:58:42.098Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:localization/config/A007.git","http_url_to_repo":"http://159.27.226.4/localization/config/A007.git","web_url":"http://159.27.226.4/localization/config/A007","readme_url":"http://159.27.226.4/localization/config/A007/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-04-18T08:38:49.979Z","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/1166","issues":"http://159.27.226.4/api/v4/projects/1166/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1166/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1166/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1166/labels","events":"http://159.27.226.4/api/v4/projects/1166/events","members":"http://159.27.226.4/api/v4/projects/1166/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1166/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-25T03:58:42.124Z"},"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":4,"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":919,"description":null,"name":"A007","name_with_namespace":"Lidar / config / vehicles / A007","path":"A007","path_with_namespace":"lidar/config/vehicles/A007","created_at":"2023-07-28T07:56:18.729Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:lidar/config/vehicles/A007.git","http_url_to_repo":"http://159.27.226.4/lidar/config/vehicles/A007.git","web_url":"http://159.27.226.4/lidar/config/vehicles/A007","readme_url":"http://159.27.226.4/lidar/config/vehicles/A007/-/blob/master/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-04-01T06:58:48.338Z","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/919","issues":"http://159.27.226.4/api/v4/projects/919/issues","merge_requests":"http://159.27.226.4/api/v4/projects/919/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/919/repository/branches","labels":"http://159.27.226.4/api/v4/projects/919/labels","events":"http://159.27.226.4/api/v4/projects/919/events","members":"http://159.27.226.4/api/v4/projects/919/members","cluster_agents":"http://159.27.226.4/api/v4/projects/919/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-29T07:56:18.741Z"},"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":880,"description":"","name":"A007","name_with_namespace":"config / extrinsics / A007","path":"A007","path_with_namespace":"config/extrinsics/A007","created_at":"2023-07-24T11:05:23.035Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/extrinsics/A007.git","http_url_to_repo":"http://159.27.226.4/config/extrinsics/A007.git","web_url":"http://159.27.226.4/config/extrinsics/A007","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-02-18T07:28:30.741Z","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/880","issues":"http://159.27.226.4/api/v4/projects/880/issues","merge_requests":"http://159.27.226.4/api/v4/projects/880/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/880/repository/branches","labels":"http://159.27.226.4/api/v4/projects/880/labels","events":"http://159.27.226.4/api/v4/projects/880/events","members":"http://159.27.226.4/api/v4/projects/880/members","cluster_agents":"http://159.27.226.4/api/v4/projects/880/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-25T11:05:23.052Z"},"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":114,"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":821,"description":"","name":"A007","name_with_namespace":"config / vehicles / A007","path":"A007","path_with_namespace":"config/vehicles/A007","created_at":"2023-07-20T06:23:30.128Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/vehicles/A007.git","http_url_to_repo":"http://159.27.226.4/config/vehicles/A007.git","web_url":"http://159.27.226.4/config/vehicles/A007","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-07T01:48:29.758Z","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/821","issues":"http://159.27.226.4/api/v4/projects/821/issues","merge_requests":"http://159.27.226.4/api/v4/projects/821/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/821/repository/branches","labels":"http://159.27.226.4/api/v4/projects/821/labels","events":"http://159.27.226.4/api/v4/projects/821/events","members":"http://159.27.226.4/api/v4/projects/821/members","cluster_agents":"http://159.27.226.4/api/v4/projects/821/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-21T06:23:30.157Z"},"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":51,"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":785,"description":"","name":"A007","name_with_namespace":"config / weifang / container_port / A007","path":"A007","path_with_namespace":"config/weifang/container_port/A007","created_at":"2023-07-12T04:33:36.450Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/container_port/A007.git","http_url_to_repo":"http://159.27.226.4/config/weifang/container_port/A007.git","web_url":"http://159.27.226.4/config/weifang/container_port/A007","readme_url":"http://159.27.226.4/config/weifang/container_port/A007/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-22T09:04:03.399Z","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/785","issues":"http://159.27.226.4/api/v4/projects/785/issues","merge_requests":"http://159.27.226.4/api/v4/projects/785/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/785/repository/branches","labels":"http://159.27.226.4/api/v4/projects/785/labels","events":"http://159.27.226.4/api/v4/projects/785/events","members":"http://159.27.226.4/api/v4/projects/785/members","cluster_agents":"http://159.27.226.4/api/v4/projects/785/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-13T04:33:36.486Z"},"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/container_port/A007
[Pipeline] echo
config/weifang/container_port/A007
[Pipeline] echo
config/weifang/container_port/A007
[Pipeline] echo
config/weifang/container_port/A007
[Pipeline] echo
config/weifang/container_port/A007
[Pipeline] echo
config/weifang/container_port/A007
[Pipeline] echo
785
[Pipeline] echo
785
[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/785/repository/commits/729732b
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects/785/repository/commits/729732b
Response Code: HTTP/1.1 200 OK
Response: 
{"id":"729732beb6dc8c984f61590c9865726fd6bf8ec6","short_id":"729732be","created_at":"2024-03-22T17:04:02.000+08:00","parent_ids":["dd5d61c0a0cd85f9643fb20082d17789617fe7fc"],"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-22T17:04:02.000+08:00","committer_name":"liuyong","committer_email":"827415225@qq.com","committed_date":"2024-03-22T17:04:02.000+08:00","trailers":{},"web_url":"http://159.27.226.4/config/weifang/container_port/A007/-/commit/729732beb6dc8c984f61590c9865726fd6bf8ec6","stats":{"additions":0,"deletions":54,"total":54},"status":null,"project_id":785,"last_pipeline":null}
Success: Status code 200 is in the accepted range: 100:399
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] readJSON
[Pipeline] echo
2024/03/22/17:04:02
[Pipeline] echo
dev**: 729732b.**2024/03/22/17:04:02**   
 
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A007/params_A007
[Pipeline] {
[Pipeline] fileExists
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/shared_config/dev/params /root/workspace/weifang-config/container/shared_config/dev/.git/ ./
[Pipeline] sh
+ rm -rf params_A007@tmp
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ git rev-parse --short HEAD
[Pipeline] echo
/root/commtest/rcdev-project/weifang/container/A007.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":1440,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / qiangang / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/qiangang/shared_config","created_at":"2024-04-26T07:53:48.106Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/qiangang/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/qiangang/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/qiangang/shared_config","readme_url":"http://159.27.226.4/config/qingdao/qiangang/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-23T01:51:06.115Z","namespace":{"id":1585,"name":"qiangang","path":"qiangang","kind":"group","full_path":"config/qingdao/qiangang","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/qiangang"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1440","issues":"http://159.27.226.4/api/v4/projects/1440/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1440/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1440/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1440/labels","events":"http://159.27.226.4/api/v4/projects/1440/events","members":"http://159.27.226.4/api/v4/projects/1440/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1440/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-04-27T07:53:48.133Z"},"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":1436,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / dongfen / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/dongfen/shared_config","created_at":"2024-04-26T03:10:53.176Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/dongfen/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/dongfen/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/dongfen/shared_config","readme_url":"http://159.27.226.4/config/qingdao/dongfen/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-16T05:51:16.189Z","namespace":{"id":1580,"name":"dongfen","path":"dongfen","kind":"group","full_path":"config/qingdao/dongfen","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/dongfen"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1436","issues":"http://159.27.226.4/api/v4/projects/1436/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1436/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1436/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1436/labels","events":"http://159.27.226.4/api/v4/projects/1436/events","members":"http://159.27.226.4/api/v4/projects/1436/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1436/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-04-27T03:10:53.212Z"},"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":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-05-07T07:28:58.252Z","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":"2024-05-07T03:12:30.506Z","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":"2024-05-07T07:27:00.197Z","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-05-07T07:30:50.969Z","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-05-07T07:30:18.093Z","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-05-08T13:05:54.781Z","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-05-08T03:39:20.005Z","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/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
537
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
537
[Pipeline] echo
14e9209
[Pipeline] sh
+ python3 /root/weilk/project/get_git_log.py 537 14e9209 14e9209
[Pipeline] echo
/root/commtest/rcdev-project/weifang/container/.A007.json
[Pipeline] readJSON
[Pipeline] echo
{"project":{"A007":"config/weifang/container_port/A007","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A007":"729732b","shared_config":"14e9209"}}
[Pipeline] echo
{"project":{"A007":"config/weifang/container_port/A007","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A007":"729732b","shared_config":"14e9209"}}
[Pipeline] sh
+ echo '{"project":{"A007":"config/weifang/container_port/A007","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A007":"729732b","shared_config":"14e9209"}}'
[Pipeline] sh
+ cat /root/commtest/rcdev-project/weifang/container/.A007.json
{"project":{"A007":"config/weifang/container_port/A007","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A007":"729732b","shared_config":"14e9209"}}
[Pipeline] echo
{"repo_name":"params_computer_shared_config","branch":"dev","time":"2024-05-24_08-39-17","commit_id":"14e9209","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":1440,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / qiangang / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/qiangang/shared_config","created_at":"2024-04-26T07:53:48.106Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/qiangang/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/qiangang/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/qiangang/shared_config","readme_url":"http://159.27.226.4/config/qingdao/qiangang/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-23T01:51:06.115Z","namespace":{"id":1585,"name":"qiangang","path":"qiangang","kind":"group","full_path":"config/qingdao/qiangang","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/qiangang"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1440","issues":"http://159.27.226.4/api/v4/projects/1440/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1440/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1440/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1440/labels","events":"http://159.27.226.4/api/v4/projects/1440/events","members":"http://159.27.226.4/api/v4/projects/1440/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1440/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-04-27T07:53:48.133Z"},"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":1436,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / dongfen / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/dongfen/shared_config","created_at":"2024-04-26T03:10:53.176Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/dongfen/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/dongfen/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/dongfen/shared_config","readme_url":"http://159.27.226.4/config/qingdao/dongfen/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-16T05:51:16.189Z","namespace":{"id":1580,"name":"dongfen","path":"dongfen","kind":"group","full_path":"config/qingdao/dongfen","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/dongfen"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1436","issues":"http://159.27.226.4/api/v4/projects/1436/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1436/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1436/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1436/labels","events":"http://159.27.226.4/api/v4/projects/1436/events","members":"http://159.27.226.4/api/v4/projects/1436/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1436/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-04-27T03:10:53.212Z"},"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":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-05-07T07:28:58.252Z","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":"2024-05-07T03:12:30.506Z","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":"2024-05-07T07:27:00.197Z","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-05-07T07:30:50.969Z","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-05-07T07:30:18.093Z","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-05-08T13:05:54.781Z","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-05-08T03:39:20.005Z","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/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
537
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
537
[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/537/repository/commits/14e9209
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects/537/repository/commits/14e9209
Response Code: HTTP/1.1 200 OK
Response: 
{"id":"14e9209f1bb4a5de8982b1ee2471be03d99419f4","short_id":"14e9209f","created_at":"2024-05-07T07:30:50.000+00:00","parent_ids":["94f418f5355e92f115163ac5dba91de0cb0893cb"],"title":"fix_out:update the params of hdmap","message":"fix_out:update the params of hdmap","author_name":"huangxiaolong","author_email":"huangxiaolong@senior.auto","authored_date":"2024-05-07T07:30:50.000+00:00","committer_name":"huangxiaolong","committer_email":"huangxiaolong@senior.auto","committed_date":"2024-05-07T07:30:50.000+00:00","trailers":{},"web_url":"http://159.27.226.4/config/weifang/container_port/shared_config/-/commit/14e9209f1bb4a5de8982b1ee2471be03d99419f4","stats":{"additions":54,"deletions":25,"total":79},"status":null,"project_id":537,"last_pipeline":null}
Success: Status code 200 is in the accepted range: 100:399
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] readJSON
[Pipeline] echo
2024/05/07/07:30:50
[Pipeline] echo
dev**: 14e9209.**2024/05/07/07:30:50**   
 
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
{"module":[{"repo_name":"params_orin_slave_A007","branch":"dev","time":"2024-05-24_08-39-13","commit_id":"729732b","version":"","commit_msgs":",,"},{"repo_name":"params_computer_shared_config","branch":"dev","time":"2024-05-24_08-39-17","commit_id":"14e9209","version":"","commit_msgs":",,"}],"device":2,"device_name":"A007_Slave","type":0,"project":6}
[Pipeline] sh
++ grep -v params_A007
++ grep -v version.json
++ xargs
++ ls
+ cp -r params params_A007/
[Pipeline] sh
+ echo '{"module":[{"repo_name":"params_orin_slave_A007","branch":"dev","time":"2024-05-24_08-39-13","commit_id":"729732b","version":"","commit_msgs":",,"},{"repo_name":"params_computer_shared_config","branch":"dev","time":"2024-05-24_08-39-17","commit_id":"14e9209","version":"","commit_msgs":",,"}],"device":2,"device_name":"A007_Slave","type":0,"project":6}'
[Pipeline] sh
+ rm -rf params_A007@tmp
[Pipeline] echo
  >  - <font color=#3C3C3C> [A001slave]:   
 **公有dev**: 14e9209.**2024/05/07/07:30:50**   
 **私有dev**: 980dd49.**2024/03/22/17:03:43**   
 </font>  
  >  - <font color=#3C3C3C> [A002slave]:   
 **公有dev**: 14e9209.**2024/05/07/07:30:50**   
 **私有dev**: 99610e8.**2024/03/22/17:03:51**   
 </font>  
  >  - <font color=#3C3C3C> [A004slave]:   
 **公有dev**: 14e9209.**2024/05/07/07:30:50**   
 **私有dev**: 346ab6f.**2024/03/22/17:03:59**   
 </font>  
  >  - <font color=#3C3C3C> [A006slave]:   
 **公有dev**: 14e9209.**2024/05/07/07:30:50**   
 **私有dev**: ce47d6f.**2024/03/22/17:04:01**   
 </font>  
  >  - <font color=#3C3C3C> [A007slave]:   
 **公有dev**: 14e9209.**2024/05/07/07:30:50**   
 **私有dev**: 729732b.**2024/03/22/17:04:02**   
 </font>  
 
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
A008
[Pipeline] sh
+ mkdir -p /root/workspace/weifang-config/container/A008
[Pipeline] sh
+ mkdir -p /root/workspace/weifang-config/container/A008/params_A008
[Pipeline] sh
+ rm -rf /root/workspace/weifang-config/container/A008/params /root/workspace/weifang-config/container/A008/params_A008 /root/workspace/weifang-config/container/A008/params_new /root/workspace/weifang-config/container/A008/params_orin_master_A008_2024-05-24_08-38-02 /root/workspace/weifang-config/container/A008/params_orin_master_A008_2024-05-24_08-38-02.zip /root/workspace/weifang-config/container/A008/version.json
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A008
[Pipeline] {
[Pipeline] echo
[A001, A002, A004, A006, A007, A008]
[Pipeline] echo
更新A008参数
[Pipeline] echo
dev,http://159.27.226.4/config/weifang/container_port/A008.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/container/A008/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url http://159.27.226.4/config/weifang/container_port/A008.git # timeout=10
Using shallow fetch with depth 1
Fetching upstream changes from http://159.27.226.4/config/weifang/container_port/A008.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/container_port/A008.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/dev^{commit} # timeout=10
Checking out Revision f2fe49e5debe112d05d626a73203e525d486c704 (origin/dev)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f2fe49e5debe112d05d626a73203e525d486c704 # timeout=300000
Commit message: "feat_out:del hardware params."
 > git rev-list --no-walk f2fe49e5debe112d05d626a73203e525d486c704 # timeout=10
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ git rev-parse --short HEAD
[Pipeline] echo
/root/commtest/rcdev-project/weifang/container/A008.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=A008
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects?search=A008
Response Code: HTTP/1.1 200 OK
Response: 
[{"id":1316,"description":"","name":"A008","name_with_namespace":"Hardware / config / A008","path":"A008","path_with_namespace":"hardware/config/A008","created_at":"2024-01-04T13:11:48.630Z","default_branch":"dev","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:hardware/config/A008.git","http_url_to_repo":"http://159.27.226.4/hardware/config/A008.git","web_url":"http://159.27.226.4/hardware/config/A008","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-20T06:53:57.163Z","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/1316","issues":"http://159.27.226.4/api/v4/projects/1316/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1316/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1316/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1316/labels","events":"http://159.27.226.4/api/v4/projects/1316/events","members":"http://159.27.226.4/api/v4/projects/1316/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1316/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:11:48.643Z"},"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":1167,"description":null,"name":"A008","name_with_namespace":"Localization / config / A008","path":"A008","path_with_namespace":"localization/config/A008","created_at":"2023-10-24T03:58:44.022Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:localization/config/A008.git","http_url_to_repo":"http://159.27.226.4/localization/config/A008.git","web_url":"http://159.27.226.4/localization/config/A008","readme_url":"http://159.27.226.4/localization/config/A008/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-04-18T08:43:38.952Z","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/1167","issues":"http://159.27.226.4/api/v4/projects/1167/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1167/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1167/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1167/labels","events":"http://159.27.226.4/api/v4/projects/1167/events","members":"http://159.27.226.4/api/v4/projects/1167/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1167/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-25T03:58:44.049Z"},"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":4,"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":918,"description":null,"name":"A008","name_with_namespace":"Lidar / config / vehicles / A008","path":"A008","path_with_namespace":"lidar/config/vehicles/A008","created_at":"2023-07-28T07:56:18.213Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:lidar/config/vehicles/A008.git","http_url_to_repo":"http://159.27.226.4/lidar/config/vehicles/A008.git","web_url":"http://159.27.226.4/lidar/config/vehicles/A008","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-04-28T06:12:48.066Z","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/918","issues":"http://159.27.226.4/api/v4/projects/918/issues","merge_requests":"http://159.27.226.4/api/v4/projects/918/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/918/repository/branches","labels":"http://159.27.226.4/api/v4/projects/918/labels","events":"http://159.27.226.4/api/v4/projects/918/events","members":"http://159.27.226.4/api/v4/projects/918/members","cluster_agents":"http://159.27.226.4/api/v4/projects/918/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-29T07:56:18.232Z"},"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":881,"description":"","name":"A008","name_with_namespace":"config / extrinsics / A008","path":"A008","path_with_namespace":"config/extrinsics/A008","created_at":"2023-07-24T11:05:34.209Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/extrinsics/A008.git","http_url_to_repo":"http://159.27.226.4/config/extrinsics/A008.git","web_url":"http://159.27.226.4/config/extrinsics/A008","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-02-18T07:28:31.812Z","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/881","issues":"http://159.27.226.4/api/v4/projects/881/issues","merge_requests":"http://159.27.226.4/api/v4/projects/881/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/881/repository/branches","labels":"http://159.27.226.4/api/v4/projects/881/labels","events":"http://159.27.226.4/api/v4/projects/881/events","members":"http://159.27.226.4/api/v4/projects/881/members","cluster_agents":"http://159.27.226.4/api/v4/projects/881/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-25T11:05:34.224Z"},"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":114,"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":822,"description":"","name":"A008","name_with_namespace":"config / vehicles / A008","path":"A008","path_with_namespace":"config/vehicles/A008","created_at":"2023-07-20T06:23:44.904Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/vehicles/A008.git","http_url_to_repo":"http://159.27.226.4/config/vehicles/A008.git","web_url":"http://159.27.226.4/config/vehicles/A008","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-07T01:48:31.629Z","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/822","issues":"http://159.27.226.4/api/v4/projects/822/issues","merge_requests":"http://159.27.226.4/api/v4/projects/822/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/822/repository/branches","labels":"http://159.27.226.4/api/v4/projects/822/labels","events":"http://159.27.226.4/api/v4/projects/822/events","members":"http://159.27.226.4/api/v4/projects/822/members","cluster_agents":"http://159.27.226.4/api/v4/projects/822/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-21T06:23:44.916Z"},"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":51,"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":791,"description":"","name":"A008","name_with_namespace":"config / weifang / container_port / A008","path":"A008","path_with_namespace":"config/weifang/container_port/A008","created_at":"2023-07-17T03:21:03.291Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/container_port/A008.git","http_url_to_repo":"http://159.27.226.4/config/weifang/container_port/A008.git","web_url":"http://159.27.226.4/config/weifang/container_port/A008","readme_url":"http://159.27.226.4/config/weifang/container_port/A008/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-22T09:04:04.497Z","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/791","issues":"http://159.27.226.4/api/v4/projects/791/issues","merge_requests":"http://159.27.226.4/api/v4/projects/791/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/791/repository/branches","labels":"http://159.27.226.4/api/v4/projects/791/labels","events":"http://159.27.226.4/api/v4/projects/791/events","members":"http://159.27.226.4/api/v4/projects/791/members","cluster_agents":"http://159.27.226.4/api/v4/projects/791/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-18T03:21:03.340Z"},"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/container_port/A008
[Pipeline] echo
config/weifang/container_port/A008
[Pipeline] echo
config/weifang/container_port/A008
[Pipeline] echo
config/weifang/container_port/A008
[Pipeline] echo
config/weifang/container_port/A008
[Pipeline] echo
config/weifang/container_port/A008
[Pipeline] echo
791
[Pipeline] echo
791
[Pipeline] echo
f2fe49e
[Pipeline] sh
+ python3 /root/weilk/project/get_git_log.py 791 f2fe49e f2fe49e
[Pipeline] echo
/root/commtest/rcdev-project/weifang/container/.A008.json
[Pipeline] readJSON
[Pipeline] echo
{"project":{"A008":"config/weifang/container_port/A008","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A008":"f2fe49e","shared_config":"14e9209"}}
[Pipeline] echo
{"project":{"A008":"config/weifang/container_port/A008","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A008":"f2fe49e","shared_config":"14e9209"}}
[Pipeline] sh
+ echo '{"project":{"A008":"config/weifang/container_port/A008","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A008":"f2fe49e","shared_config":"14e9209"}}'
[Pipeline] sh
+ cat /root/commtest/rcdev-project/weifang/container/.A008.json
{"project":{"A008":"config/weifang/container_port/A008","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A008":"f2fe49e","shared_config":"14e9209"}}
[Pipeline] echo
{"repo_name":"params_orin_slave_A008","branch":"dev","time":"2024-05-24_08-39-24","commit_id":"f2fe49e","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=A008
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects?search=A008
Response Code: HTTP/1.1 200 OK
Response: 
[{"id":1316,"description":"","name":"A008","name_with_namespace":"Hardware / config / A008","path":"A008","path_with_namespace":"hardware/config/A008","created_at":"2024-01-04T13:11:48.630Z","default_branch":"dev","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:hardware/config/A008.git","http_url_to_repo":"http://159.27.226.4/hardware/config/A008.git","web_url":"http://159.27.226.4/hardware/config/A008","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-20T06:53:57.163Z","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/1316","issues":"http://159.27.226.4/api/v4/projects/1316/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1316/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1316/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1316/labels","events":"http://159.27.226.4/api/v4/projects/1316/events","members":"http://159.27.226.4/api/v4/projects/1316/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1316/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:11:48.643Z"},"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":1167,"description":null,"name":"A008","name_with_namespace":"Localization / config / A008","path":"A008","path_with_namespace":"localization/config/A008","created_at":"2023-10-24T03:58:44.022Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:localization/config/A008.git","http_url_to_repo":"http://159.27.226.4/localization/config/A008.git","web_url":"http://159.27.226.4/localization/config/A008","readme_url":"http://159.27.226.4/localization/config/A008/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-04-18T08:43:38.952Z","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/1167","issues":"http://159.27.226.4/api/v4/projects/1167/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1167/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1167/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1167/labels","events":"http://159.27.226.4/api/v4/projects/1167/events","members":"http://159.27.226.4/api/v4/projects/1167/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1167/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-25T03:58:44.049Z"},"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":4,"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":918,"description":null,"name":"A008","name_with_namespace":"Lidar / config / vehicles / A008","path":"A008","path_with_namespace":"lidar/config/vehicles/A008","created_at":"2023-07-28T07:56:18.213Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:lidar/config/vehicles/A008.git","http_url_to_repo":"http://159.27.226.4/lidar/config/vehicles/A008.git","web_url":"http://159.27.226.4/lidar/config/vehicles/A008","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-04-28T06:12:48.066Z","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/918","issues":"http://159.27.226.4/api/v4/projects/918/issues","merge_requests":"http://159.27.226.4/api/v4/projects/918/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/918/repository/branches","labels":"http://159.27.226.4/api/v4/projects/918/labels","events":"http://159.27.226.4/api/v4/projects/918/events","members":"http://159.27.226.4/api/v4/projects/918/members","cluster_agents":"http://159.27.226.4/api/v4/projects/918/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-29T07:56:18.232Z"},"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":881,"description":"","name":"A008","name_with_namespace":"config / extrinsics / A008","path":"A008","path_with_namespace":"config/extrinsics/A008","created_at":"2023-07-24T11:05:34.209Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/extrinsics/A008.git","http_url_to_repo":"http://159.27.226.4/config/extrinsics/A008.git","web_url":"http://159.27.226.4/config/extrinsics/A008","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-02-18T07:28:31.812Z","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/881","issues":"http://159.27.226.4/api/v4/projects/881/issues","merge_requests":"http://159.27.226.4/api/v4/projects/881/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/881/repository/branches","labels":"http://159.27.226.4/api/v4/projects/881/labels","events":"http://159.27.226.4/api/v4/projects/881/events","members":"http://159.27.226.4/api/v4/projects/881/members","cluster_agents":"http://159.27.226.4/api/v4/projects/881/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-25T11:05:34.224Z"},"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":114,"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":822,"description":"","name":"A008","name_with_namespace":"config / vehicles / A008","path":"A008","path_with_namespace":"config/vehicles/A008","created_at":"2023-07-20T06:23:44.904Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/vehicles/A008.git","http_url_to_repo":"http://159.27.226.4/config/vehicles/A008.git","web_url":"http://159.27.226.4/config/vehicles/A008","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-07T01:48:31.629Z","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/822","issues":"http://159.27.226.4/api/v4/projects/822/issues","merge_requests":"http://159.27.226.4/api/v4/projects/822/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/822/repository/branches","labels":"http://159.27.226.4/api/v4/projects/822/labels","events":"http://159.27.226.4/api/v4/projects/822/events","members":"http://159.27.226.4/api/v4/projects/822/members","cluster_agents":"http://159.27.226.4/api/v4/projects/822/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-21T06:23:44.916Z"},"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":51,"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":791,"description":"","name":"A008","name_with_namespace":"config / weifang / container_port / A008","path":"A008","path_with_namespace":"config/weifang/container_port/A008","created_at":"2023-07-17T03:21:03.291Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/container_port/A008.git","http_url_to_repo":"http://159.27.226.4/config/weifang/container_port/A008.git","web_url":"http://159.27.226.4/config/weifang/container_port/A008","readme_url":"http://159.27.226.4/config/weifang/container_port/A008/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-22T09:04:04.497Z","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/791","issues":"http://159.27.226.4/api/v4/projects/791/issues","merge_requests":"http://159.27.226.4/api/v4/projects/791/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/791/repository/branches","labels":"http://159.27.226.4/api/v4/projects/791/labels","events":"http://159.27.226.4/api/v4/projects/791/events","members":"http://159.27.226.4/api/v4/projects/791/members","cluster_agents":"http://159.27.226.4/api/v4/projects/791/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-18T03:21:03.340Z"},"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/container_port/A008
[Pipeline] echo
config/weifang/container_port/A008
[Pipeline] echo
config/weifang/container_port/A008
[Pipeline] echo
config/weifang/container_port/A008
[Pipeline] echo
config/weifang/container_port/A008
[Pipeline] echo
config/weifang/container_port/A008
[Pipeline] echo
791
[Pipeline] echo
791
[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/791/repository/commits/f2fe49e
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects/791/repository/commits/f2fe49e
Response Code: HTTP/1.1 200 OK
Response: 
{"id":"f2fe49e5debe112d05d626a73203e525d486c704","short_id":"f2fe49e5","created_at":"2024-03-22T17:04:03.000+08:00","parent_ids":["c5340ee9e7bf9eb9e7c6fe4e230c598a298f20cf"],"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-22T17:04:03.000+08:00","committer_name":"liuyong","committer_email":"827415225@qq.com","committed_date":"2024-03-22T17:04:03.000+08:00","trailers":{},"web_url":"http://159.27.226.4/config/weifang/container_port/A008/-/commit/f2fe49e5debe112d05d626a73203e525d486c704","stats":{"additions":0,"deletions":54,"total":54},"status":null,"project_id":791,"last_pipeline":null}
Success: Status code 200 is in the accepted range: 100:399
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] readJSON
[Pipeline] echo
2024/03/22/17:04:03
[Pipeline] echo
dev**: f2fe49e.**2024/03/22/17:04:03**   
 
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A008/params_A008
[Pipeline] {
[Pipeline] fileExists
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/shared_config/dev/params /root/workspace/weifang-config/container/shared_config/dev/.git/ ./
[Pipeline] sh
+ rm -rf params_A008@tmp
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ git rev-parse --short HEAD
[Pipeline] echo
/root/commtest/rcdev-project/weifang/container/A008.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":1440,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / qiangang / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/qiangang/shared_config","created_at":"2024-04-26T07:53:48.106Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/qiangang/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/qiangang/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/qiangang/shared_config","readme_url":"http://159.27.226.4/config/qingdao/qiangang/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-23T01:51:06.115Z","namespace":{"id":1585,"name":"qiangang","path":"qiangang","kind":"group","full_path":"config/qingdao/qiangang","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/qiangang"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1440","issues":"http://159.27.226.4/api/v4/projects/1440/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1440/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1440/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1440/labels","events":"http://159.27.226.4/api/v4/projects/1440/events","members":"http://159.27.226.4/api/v4/projects/1440/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1440/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-04-27T07:53:48.133Z"},"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":1436,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / dongfen / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/dongfen/shared_config","created_at":"2024-04-26T03:10:53.176Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/dongfen/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/dongfen/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/dongfen/shared_config","readme_url":"http://159.27.226.4/config/qingdao/dongfen/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-16T05:51:16.189Z","namespace":{"id":1580,"name":"dongfen","path":"dongfen","kind":"group","full_path":"config/qingdao/dongfen","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/dongfen"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1436","issues":"http://159.27.226.4/api/v4/projects/1436/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1436/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1436/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1436/labels","events":"http://159.27.226.4/api/v4/projects/1436/events","members":"http://159.27.226.4/api/v4/projects/1436/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1436/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-04-27T03:10:53.212Z"},"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":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-05-07T07:28:58.252Z","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":"2024-05-07T03:12:30.506Z","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":"2024-05-07T07:27:00.197Z","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-05-07T07:30:50.969Z","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-05-07T07:30:18.093Z","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-05-08T13:05:54.781Z","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-05-08T03:39:20.005Z","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/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
537
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
537
[Pipeline] echo
14e9209
[Pipeline] sh
+ python3 /root/weilk/project/get_git_log.py 537 14e9209 14e9209
[Pipeline] echo
/root/commtest/rcdev-project/weifang/container/.A008.json
[Pipeline] readJSON
[Pipeline] echo
{"project":{"A008":"config/weifang/container_port/A008","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A008":"f2fe49e","shared_config":"14e9209"}}
[Pipeline] echo
{"project":{"A008":"config/weifang/container_port/A008","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A008":"f2fe49e","shared_config":"14e9209"}}
[Pipeline] sh
+ echo '{"project":{"A008":"config/weifang/container_port/A008","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A008":"f2fe49e","shared_config":"14e9209"}}'
[Pipeline] sh
+ cat /root/commtest/rcdev-project/weifang/container/.A008.json
{"project":{"A008":"config/weifang/container_port/A008","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A008":"f2fe49e","shared_config":"14e9209"}}
[Pipeline] echo
{"repo_name":"params_computer_shared_config","branch":"dev","time":"2024-05-24_08-39-28","commit_id":"14e9209","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":1440,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / qiangang / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/qiangang/shared_config","created_at":"2024-04-26T07:53:48.106Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/qiangang/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/qiangang/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/qiangang/shared_config","readme_url":"http://159.27.226.4/config/qingdao/qiangang/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-23T01:51:06.115Z","namespace":{"id":1585,"name":"qiangang","path":"qiangang","kind":"group","full_path":"config/qingdao/qiangang","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/qiangang"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1440","issues":"http://159.27.226.4/api/v4/projects/1440/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1440/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1440/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1440/labels","events":"http://159.27.226.4/api/v4/projects/1440/events","members":"http://159.27.226.4/api/v4/projects/1440/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1440/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-04-27T07:53:48.133Z"},"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":1436,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / dongfen / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/dongfen/shared_config","created_at":"2024-04-26T03:10:53.176Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/dongfen/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/dongfen/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/dongfen/shared_config","readme_url":"http://159.27.226.4/config/qingdao/dongfen/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-16T05:51:16.189Z","namespace":{"id":1580,"name":"dongfen","path":"dongfen","kind":"group","full_path":"config/qingdao/dongfen","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/dongfen"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1436","issues":"http://159.27.226.4/api/v4/projects/1436/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1436/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1436/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1436/labels","events":"http://159.27.226.4/api/v4/projects/1436/events","members":"http://159.27.226.4/api/v4/projects/1436/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1436/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-04-27T03:10:53.212Z"},"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":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-05-07T07:28:58.252Z","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":"2024-05-07T03:12:30.506Z","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":"2024-05-07T07:27:00.197Z","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-05-07T07:30:50.969Z","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-05-07T07:30:18.093Z","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-05-08T13:05:54.781Z","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-05-08T03:39:20.005Z","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/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
537
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
config/weifang/container_port/shared_config
[Pipeline] echo
537
[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/537/repository/commits/14e9209
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects/537/repository/commits/14e9209
Response Code: HTTP/1.1 200 OK
Response: 
{"id":"14e9209f1bb4a5de8982b1ee2471be03d99419f4","short_id":"14e9209f","created_at":"2024-05-07T07:30:50.000+00:00","parent_ids":["94f418f5355e92f115163ac5dba91de0cb0893cb"],"title":"fix_out:update the params of hdmap","message":"fix_out:update the params of hdmap","author_name":"huangxiaolong","author_email":"huangxiaolong@senior.auto","authored_date":"2024-05-07T07:30:50.000+00:00","committer_name":"huangxiaolong","committer_email":"huangxiaolong@senior.auto","committed_date":"2024-05-07T07:30:50.000+00:00","trailers":{},"web_url":"http://159.27.226.4/config/weifang/container_port/shared_config/-/commit/14e9209f1bb4a5de8982b1ee2471be03d99419f4","stats":{"additions":54,"deletions":25,"total":79},"status":null,"project_id":537,"last_pipeline":null}
Success: Status code 200 is in the accepted range: 100:399
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] readJSON
[Pipeline] echo
2024/05/07/07:30:50
[Pipeline] echo
dev**: 14e9209.**2024/05/07/07:30:50**   
 
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
{"module":[{"repo_name":"params_orin_slave_A008","branch":"dev","time":"2024-05-24_08-39-24","commit_id":"f2fe49e","version":"","commit_msgs":",,"},{"repo_name":"params_computer_shared_config","branch":"dev","time":"2024-05-24_08-39-28","commit_id":"14e9209","version":"","commit_msgs":",,"}],"device":2,"device_name":"A008_Slave","type":0,"project":6}
[Pipeline] sh
++ grep -v params_A008
++ grep -v version.json
++ xargs
++ ls
+ cp -r params params_A008/
[Pipeline] sh
+ echo '{"module":[{"repo_name":"params_orin_slave_A008","branch":"dev","time":"2024-05-24_08-39-24","commit_id":"f2fe49e","version":"","commit_msgs":",,"},{"repo_name":"params_computer_shared_config","branch":"dev","time":"2024-05-24_08-39-28","commit_id":"14e9209","version":"","commit_msgs":",,"}],"device":2,"device_name":"A008_Slave","type":0,"project":6}'
[Pipeline] sh
+ rm -rf params_A008@tmp
[Pipeline] echo
  >  - <font color=#3C3C3C> [A001slave]:   
 **公有dev**: 14e9209.**2024/05/07/07:30:50**   
 **私有dev**: 980dd49.**2024/03/22/17:03:43**   
 </font>  
  >  - <font color=#3C3C3C> [A002slave]:   
 **公有dev**: 14e9209.**2024/05/07/07:30:50**   
 **私有dev**: 99610e8.**2024/03/22/17:03:51**   
 </font>  
  >  - <font color=#3C3C3C> [A004slave]:   
 **公有dev**: 14e9209.**2024/05/07/07:30:50**   
 **私有dev**: 346ab6f.**2024/03/22/17:03:59**   
 </font>  
  >  - <font color=#3C3C3C> [A006slave]:   
 **公有dev**: 14e9209.**2024/05/07/07:30:50**   
 **私有dev**: ce47d6f.**2024/03/22/17:04:01**   
 </font>  
  >  - <font color=#3C3C3C> [A007slave]:   
 **公有dev**: 14e9209.**2024/05/07/07:30:50**   
 **私有dev**: 729732b.**2024/03/22/17:04:02**   
 </font>  
  >  - <font color=#3C3C3C> [A008slave]:   
 **公有dev**: 14e9209.**2024/05/07/07:30:50**   
 **私有dev**: f2fe49e.**2024/03/22/17:04:03**   
 </font>  
 
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ rm -rf /root/workspace/weifang-config/container/A001@tmp /root/workspace/weifang-config/container/A002@tmp /root/workspace/weifang-config/container/A004@tmp /root/workspace/weifang-config/container/A006@tmp /root/workspace/weifang-config/container/A007@tmp /root/workspace/weifang-config/container/A008@tmp
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (checkout_new)
[Pipeline] script
[Pipeline] {
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] echo
 >>>>>>>>>>拉取新参数方式,合并旧参数(个别车)>>>>>>>>>> 
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] echo
A001拉取新参数方式
[Pipeline] sh
+ rm -rf /root/workspace/weifang-config/container/A001/params_new
[Pipeline] sh
+ mkdir -p /root/workspace/weifang-config/container/A001/params_new
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A001/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/A001.git
 > git init /root/workspace/weifang-config/container/A001/params_new # timeout=10
Fetching upstream changes from http://159.27.226.4/config/vehicles/A001.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/A001.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url http://159.27.226.4/config/vehicles/A001.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 532c757aa7ceda48f0298e94ef4e00108f17fe3d (origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 532c757aa7ceda48f0298e94ef4e00108f17fe3d # timeout=300000
Commit message: "Update module: perception_new_detection to the lastest commit of weifang-cont_truck_zq_3pxt32-2rsbp-anglesensor"
 > git rev-list --no-walk 532c757aa7ceda48f0298e94ef4e00108f17fe3d # 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/A001.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/A001.git) registered for path 'lidar-extrinsics'
Submodule 'lidar_loc_v2_common' (git@159.27.226.4:lidar_localization_mapping/config/lidar_loc_v2/lidar_loc_v2_common.git) registered for path 'lidar_loc_v2_common'
Submodule 'lidar_loc_v2_customized' (git@159.27.226.4:lidar_localization_mapping/config/lidar_loc_v2/lidar_loc_v2_customized.git) registered for path 'lidar_loc_v2_customized'
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/A001.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_data_collection' (git@159.27.226.4:lidar/config/modules/perception_data_collection.git) registered for path 'perception_data_collection'
Submodule 'perception_lane_detection' (git@159.27.226.4:lidar/config/modules/perception_lane_detection.git) registered for path 'perception_lane_detection'
Submodule 'perception_lidar_camera_fusion' (git@159.27.226.4:lidar/config/modules/perception_lidar_camera_fusion.git) registered for path 'perception_lidar_camera_fusion'
Submodule 'perception_new_detection' (git@159.27.226.4:lidar/config/modules/perception_new_detection.git) registered for path 'perception_new_detection'
Submodule 'perception_spreader_imv' (git@159.27.226.4:lidar/config/modules/perception_spreader_imv.git) registered for path 'perception_spreader_imv'
Submodule 'perception_spreader_truck' (git@159.27.226.4:lidar/config/modules/perception_spreader_truck.git) registered for path 'perception_spreader_truck'
Submodule 'perception_vehicles' (git@159.27.226.4:lidar/config/vehicles/A001.git) registered for path 'perception_vehicles'
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 'rslidar_sdk_customized' (git@159.27.226.4:lidar_localization_mapping/config/rslidar_sdk/rslidar_sdk_customized.git) registered for path 'rslidar_sdk_customized'
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-mqtt' (git@159.27.226.4:system/config/system-mqtt.git) registered for path 'system-mqtt'
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'
[Pipeline] sh
+ git submodule update --remote --progress
Cloning into '/root/workspace/weifang-config/container/A001/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:  58% (7/12)
Resolving deltas:  75% (9/12)
Resolving deltas: 100% (12/12)
Resolving deltas: 100% (12/12), done.
Cloning into '/root/workspace/weifang-config/container/A001/params_new/crane_align_customized'...
remote: Enumerating objects: 1631, done.        
remote: Counting objects:   1% (1/100)        
remote: Counting objects:   2% (2/100)        
remote: Counting objects:   3% (3/100)        
remote: Counting objects:   4% (4/100)        
remote: Counting objects:   5% (5/100)        
remote: Counting objects:   6% (6/100)        
remote: Counting objects:   7% (7/100)        
remote: Counting objects:   8% (8/100)        
remote: Counting objects:   9% (9/100)        
remote: Counting objects:  10% (10/100)        
remote: Counting objects:  11% (11/100)        
remote: Counting objects:  12% (12/100)        
remote: Counting objects:  13% (13/100)        
remote: Counting objects:  14% (14/100)        
remote: Counting objects:  15% (15/100)        
remote: Counting objects:  16% (16/100)        
remote: Counting objects:  17% (17/100)        
remote: Counting objects:  18% (18/100)        
remote: Counting objects:  19% (19/100)        
remote: Counting objects:  20% (20/100)        
remote: Counting objects:  21% (21/100)        
remote: Counting objects:  22% (22/100)        
remote: Counting objects:  23% (23/100)        
remote: Counting objects:  24% (24/100)        
remote: Counting objects:  25% (25/100)        
remote: Counting objects:  26% (26/100)        
remote: Counting objects:  27% (27/100)        
remote: Counting objects:  28% (28/100)        
remote: Counting objects:  29% (29/100)        
remote: Counting objects:  30% (30/100)        
remote: Counting objects:  31% (31/100)        
remote: Counting objects:  32% (32/100)        
remote: Counting objects:  33% (33/100)        
remote: Counting objects:  34% (34/100)        
remote: Counting objects:  35% (35/100)        
remote: Counting objects:  36% (36/100)        
remote: Counting objects:  37% (37/100)        
remote: Counting objects:  38% (38/100)        
remote: Counting objects:  39% (39/100)        
remote: Counting objects:  40% (40/100)        
remote: Counting objects:  41% (41/100)        
remote: Counting objects:  42% (42/100)        
remote: Counting objects:  43% (43/100)        
remote: Counting objects:  44% (44/100)        
remote: Counting objects:  45% (45/100)        
remote: Counting objects:  46% (46/100)        
remote: Counting objects:  47% (47/100)        
remote: Counting objects:  48% (48/100)        
remote: Counting objects:  49% (49/100)        
remote: Counting objects:  50% (50/100)        
remote: Counting objects:  51% (51/100)        
remote: Counting objects:  52% (52/100)        
remote: Counting objects:  53% (53/100)        
remote: Counting objects:  54% (54/100)        
remote: Counting objects:  55% (55/100)        
remote: Counting objects:  56% (56/100)        
remote: Counting objects:  57% (57/100)        
remote: Counting objects:  58% (58/100)        
remote: Counting objects:  59% (59/100)        
remote: Counting objects:  60% (60/100)        
remote: Counting objects:  61% (61/100)        
remote: Counting objects:  62% (62/100)        
remote: Counting objects:  63% (63/100)        
remote: Counting objects:  64% (64/100)        
remote: Counting objects:  65% (65/100)        
remote: Counting objects:  66% (66/100)        
remote: Counting objects:  67% (67/100)        
remote: Counting objects:  68% (68/100)        
remote: Counting objects:  69% (69/100)        
remote: Counting objects:  70% (70/100)        
remote: Counting objects:  71% (71/100)        
remote: Counting objects:  72% (72/100)        
remote: Counting objects:  73% (73/100)        
remote: Counting objects:  74% (74/100)        
remote: Counting objects:  75% (75/100)        
remote: Counting objects:  76% (76/100)        
remote: Counting objects:  77% (77/100)        
remote: Counting objects:  78% (78/100)        
remote: Counting objects:  79% (79/100)        
remote: Counting objects:  80% (80/100)        
remote: Counting objects:  81% (81/100)        
remote: Counting objects:  82% (82/100)        
remote: Counting objects:  83% (83/100)        
remote: Counting objects:  84% (84/100)        
remote: Counting objects:  85% (85/100)        
remote: Counting objects:  86% (86/100)        
remote: Counting objects:  87% (87/100)        
remote: Counting objects:  88% (88/100)        
remote: Counting objects:  89% (89/100)        
remote: Counting objects:  90% (90/100)        
remote: Counting objects:  91% (91/100)        
remote: Counting objects:  92% (92/100)        
remote: Counting objects:  93% (93/100)        
remote: Counting objects:  94% (94/100)        
remote: Counting objects:  95% (95/100)        
remote: Counting objects:  96% (96/100)        
remote: Counting objects:  97% (97/100)        
remote: Counting objects:  98% (98/100)        
remote: Counting objects:  99% (99/100)        
remote: Counting objects: 100% (100/100)        
remote: Counting objects: 100% (100/100), done.        
remote: Compressing objects:   1% (1/53)        
remote: Compressing objects:   3% (2/53)        
remote: Compressing objects:   5% (3/53)        
remote: Compressing objects:   7% (4/53)        
remote: Compressing objects:   9% (5/53)        
remote: Compressing objects:  11% (6/53)        
remote: Compressing objects:  13% (7/53)        
remote: Compressing objects:  15% (8/53)        
remote: Compressing objects:  16% (9/53)        
remote: Compressing objects:  18% (10/53)        
remote: Compressing objects:  20% (11/53)        
remote: Compressing objects:  22% (12/53)        
remote: Compressing objects:  24% (13/53)        
remote: Compressing objects:  26% (14/53)        
remote: Compressing objects:  28% (15/53)        
remote: Compressing objects:  30% (16/53)        
remote: Compressing objects:  32% (17/53)        
remote: Compressing objects:  33% (18/53)        
remote: Compressing objects:  35% (19/53)        
remote: Compressing objects:  37% (20/53)        
remote: Compressing objects:  39% (21/53)        
remote: Compressing objects:  41% (22/53)        
remote: Compressing objects:  43% (23/53)        
remote: Compressing objects:  45% (24/53)        
remote: Compressing objects:  47% (25/53)        
remote: Compressing objects:  49% (26/53)        
remote: Compressing objects:  50% (27/53)        
remote: Compressing objects:  52% (28/53)        
remote: Compressing objects:  54% (29/53)        
remote: Compressing objects:  56% (30/53)        
remote: Compressing objects:  58% (31/53)        
remote: Compressing objects:  60% (32/53)        
remote: Compressing objects:  62% (33/53)        
remote: Compressing objects:  64% (34/53)        
remote: Compressing objects:  66% (35/53)        
remote: Compressing objects:  67% (36/53)        
remote: Compressing objects:  69% (37/53)        
remote: Compressing objects:  71% (38/53)        
remote: Compressing objects:  73% (39/53)        
remote: Compressing objects:  75% (40/53)        
remote: Compressing objects:  77% (41/53)        
remote: Compressing objects:  79% (42/53)        
remote: Compressing objects:  81% (43/53)        
remote: Compressing objects:  83% (44/53)        
remote: Compressing objects:  84% (45/53)        
remote: Compressing objects:  86% (46/53)        
remote: Compressing objects:  88% (47/53)        
remote: Compressing objects:  90% (48/53)        
remote: Compressing objects:  92% (49/53)        
remote: Compressing objects:  94% (50/53)        
remote: Compressing objects:  96% (51/53)        
remote: Compressing objects:  98% (52/53)        
remote: Compressing objects: 100% (53/53)        
remote: Compressing objects: 100% (53/53), done.        
Receiving objects:   0% (1/1631)
Receiving objects:   1% (17/1631)
Receiving objects:   2% (33/1631)
Receiving objects:   3% (49/1631)
Receiving objects:   4% (66/1631)
Receiving objects:   5% (82/1631)
Receiving objects:   6% (98/1631)
Receiving objects:   7% (115/1631)
Receiving objects:   8% (131/1631)
Receiving objects:   9% (147/1631)
Receiving objects:  10% (164/1631)
Receiving objects:  11% (180/1631)
Receiving objects:  12% (196/1631)
Receiving objects:  13% (213/1631)
Receiving objects:  14% (229/1631)
Receiving objects:  15% (245/1631)
Receiving objects:  16% (261/1631)
Receiving objects:  17% (278/1631)
Receiving objects:  18% (294/1631)
Receiving objects:  19% (310/1631)
Receiving objects:  20% (327/1631)
Receiving objects:  21% (343/1631)
Receiving objects:  22% (359/1631)
Receiving objects:  23% (376/1631)
Receiving objects:  24% (392/1631)
Receiving objects:  25% (408/1631)
Receiving objects:  26% (425/1631)
Receiving objects:  27% (441/1631)
Receiving objects:  28% (457/1631)
Receiving objects:  29% (473/1631)
Receiving objects:  30% (490/1631)
Receiving objects:  31% (506/1631)
Receiving objects:  32% (522/1631)
Receiving objects:  33% (539/1631)
Receiving objects:  34% (555/1631)
Receiving objects:  35% (571/1631)
Receiving objects:  36% (588/1631)
Receiving objects:  37% (604/1631)
Receiving objects:  38% (620/1631)
Receiving objects:  39% (637/1631)
Receiving objects:  40% (653/1631)
Receiving objects:  41% (669/1631)
Receiving objects:  42% (686/1631)
Receiving objects:  43% (702/1631)
Receiving objects:  44% (718/1631)
Receiving objects:  45% (734/1631)
Receiving objects:  46% (751/1631)
Receiving objects:  47% (767/1631)
Receiving objects:  48% (783/1631)
Receiving objects:  49% (800/1631)
Receiving objects:  50% (816/1631)
Receiving objects:  51% (832/1631)
Receiving objects:  52% (849/1631)
Receiving objects:  53% (865/1631)
Receiving objects:  54% (881/1631)
Receiving objects:  55% (898/1631)
Receiving objects:  56% (914/1631)
Receiving objects:  57% (930/1631)
Receiving objects:  58% (946/1631)
Receiving objects:  59% (963/1631)
Receiving objects:  60% (979/1631)
Receiving objects:  61% (995/1631)
Receiving objects:  62% (1012/1631)
Receiving objects:  63% (1028/1631)
Receiving objects:  64% (1044/1631)
Receiving objects:  65% (1061/1631)
Receiving objects:  66% (1077/1631)
Receiving objects:  67% (1093/1631)
Receiving objects:  68% (1110/1631)
Receiving objects:  69% (1126/1631)
Receiving objects:  70% (1142/1631)
Receiving objects:  71% (1159/1631)
Receiving objects:  72% (1175/1631)
Receiving objects:  73% (1191/1631)
Receiving objects:  74% (1207/1631)
Receiving objects:  75% (1224/1631)
Receiving objects:  76% (1240/1631)
Receiving objects:  77% (1256/1631)
Receiving objects:  78% (1273/1631)
Receiving objects:  79% (1289/1631)
Receiving objects:  80% (1305/1631)
Receiving objects:  81% (1322/1631)
Receiving objects:  82% (1338/1631)
Receiving objects:  83% (1354/1631)
Receiving objects:  84% (1371/1631)
Receiving objects:  85% (1387/1631)
Receiving objects:  86% (1403/1631)
Receiving objects:  87% (1419/1631)
Receiving objects:  88% (1436/1631)
Receiving objects:  89% (1452/1631)
Receiving objects:  90% (1468/1631)
Receiving objects:  91% (1485/1631)
Receiving objects:  92% (1501/1631)
remote: Total 1631 (delta 36), reused 70 (delta 23), pack-reused 1531        
Receiving objects:  93% (1517/1631)
Receiving objects:  94% (1534/1631)
Receiving objects:  95% (1550/1631)
Receiving objects:  96% (1566/1631)
Receiving objects:  97% (1583/1631)
Receiving objects:  98% (1599/1631)
Receiving objects:  99% (1615/1631)
Receiving objects: 100% (1631/1631)
Receiving objects: 100% (1631/1631), 494.15 KiB | 30.88 MiB/s, done.
Resolving deltas:   0% (0/780)
Resolving deltas:   1% (8/780)
Resolving deltas:   2% (17/780)
Resolving deltas:   3% (24/780)
Resolving deltas:   4% (32/780)
Resolving deltas:   5% (39/780)
Resolving deltas:   6% (53/780)
Resolving deltas:  13% (108/780)
Resolving deltas:  15% (117/780)
Resolving deltas:  16% (127/780)
Resolving deltas:  17% (139/780)
Resolving deltas:  21% (167/780)
Resolving deltas:  23% (180/780)
Resolving deltas:  24% (188/780)
Resolving deltas:  25% (196/780)
Resolving deltas:  26% (206/780)
Resolving deltas:  27% (217/780)
Resolving deltas:  28% (220/780)
Resolving deltas:  34% (267/780)
Resolving deltas:  36% (288/780)
Resolving deltas:  37% (290/780)
Resolving deltas:  41% (323/780)
Resolving deltas:  42% (328/780)
Resolving deltas:  43% (342/780)
Resolving deltas:  44% (347/780)
Resolving deltas:  45% (351/780)
Resolving deltas:  47% (368/780)
Resolving deltas:  48% (377/780)
Resolving deltas:  49% (383/780)
Resolving deltas:  50% (391/780)
Resolving deltas:  51% (398/780)
Resolving deltas:  52% (408/780)
Resolving deltas:  54% (426/780)
Resolving deltas:  55% (430/780)
Resolving deltas:  56% (441/780)
Resolving deltas:  58% (456/780)
Resolving deltas:  59% (466/780)
Resolving deltas:  61% (477/780)
Resolving deltas:  62% (487/780)
Resolving deltas:  63% (498/780)
Resolving deltas:  64% (501/780)
Resolving deltas:  65% (511/780)
Resolving deltas:  67% (529/780)
Resolving deltas:  68% (531/780)
Resolving deltas:  69% (539/780)
Resolving deltas:  70% (549/780)
Resolving deltas:  71% (554/780)
Resolving deltas:  72% (562/780)
Resolving deltas:  73% (572/780)
Resolving deltas:  79% (617/780)
Resolving deltas: 100% (780/780)
Resolving deltas: 100% (780/780), done.
Cloning into '/root/workspace/weifang-config/container/A001/params_new/hardware'...
remote: Enumerating objects: 15, done.        
remote: Counting objects:   6% (1/15)        
remote: Counting objects:  13% (2/15)        
remote: Counting objects:  20% (3/15)        
remote: Counting objects:  26% (4/15)        
remote: Counting objects:  33% (5/15)        
remote: Counting objects:  40% (6/15)        
remote: Counting objects:  46% (7/15)        
remote: Counting objects:  53% (8/15)        
remote: Counting objects:  60% (9/15)        
remote: Counting objects:  66% (10/15)        
remote: Counting objects:  73% (11/15)        
remote: Counting objects:  80% (12/15)        
remote: Counting objects:  86% (13/15)        
remote: Counting objects:  93% (14/15)        
remote: Counting objects: 100% (15/15)        
remote: Counting objects: 100% (15/15), done.        
remote: Compressing objects:   8% (1/12)        
remote: Compressing objects:  16% (2/12)        
remote: Compressing objects:  25% (3/12)        
remote: Compressing objects:  33% (4/12)        
remote: Compressing objects:  41% (5/12)        
remote: Compressing objects:  50% (6/12)        
remote: Compressing objects:  58% (7/12)        
remote: Compressing objects:  66% (8/12)        
remote: Compressing objects:  75% (9/12)        
remote: Compressing objects:  83% (10/12)        
remote: Compressing objects:  91% (11/12)        
remote: Compressing objects: 100% (12/12)        
remote: Compressing objects: 100% (12/12), done.        
remote: Total 15 (delta 4), reused 0 (delta 0), pack-reused 0
Receiving objects:   6% (1/15)
Receiving objects:  13% (2/15)
Receiving objects:  20% (3/15)
Receiving objects:  26% (4/15)
Receiving objects:  33% (5/15)
Receiving objects:  40% (6/15)
Receiving objects:  46% (7/15)
Receiving objects:  53% (8/15)
Receiving objects:  60% (9/15)
Receiving objects:  66% (10/15)
Receiving objects:  73% (11/15)
Receiving objects:  80% (12/15)
Receiving objects:  86% (13/15)
Receiving objects:  93% (14/15)
Receiving objects: 100% (15/15)
Receiving objects: 100% (15/15), done.
Resolving deltas:   0% (0/4)
Resolving deltas:  50% (2/4)
Resolving deltas:  75% (3/4)
Resolving deltas: 100% (4/4)
Resolving deltas: 100% (4/4), done.
Cloning into '/root/workspace/weifang-config/container/A001/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/container/A001/params_new/lidar-extrinsics'...
remote: Enumerating objects: 110, done.        
remote: Counting objects:   1% (1/92)        
remote: Counting objects:   2% (2/92)        
remote: Counting objects:   3% (3/92)        
remote: Counting objects:   4% (4/92)        
remote: Counting objects:   5% (5/92)        
remote: Counting objects:   6% (6/92)        
remote: Counting objects:   7% (7/92)        
remote: Counting objects:   8% (8/92)        
remote: Counting objects:   9% (9/92)        
remote: Counting objects:  10% (10/92)        
remote: Counting objects:  11% (11/92)        
remote: Counting objects:  13% (12/92)        
remote: Counting objects:  14% (13/92)        
remote: Counting objects:  15% (14/92)        
remote: Counting objects:  16% (15/92)        
remote: Counting objects:  17% (16/92)        
remote: Counting objects:  18% (17/92)        
remote: Counting objects:  19% (18/92)        
remote: Counting objects:  20% (19/92)        
remote: Counting objects:  21% (20/92)        
remote: Counting objects:  22% (21/92)        
remote: Counting objects:  23% (22/92)        
remote: Counting objects:  25% (23/92)        
remote: Counting objects:  26% (24/92)        
remote: Counting objects:  27% (25/92)        
remote: Counting objects:  28% (26/92)        
remote: Counting objects:  29% (27/92)        
remote: Counting objects:  30% (28/92)        
remote: Counting objects:  31% (29/92)        
remote: Counting objects:  32% (30/92)        
remote: Counting objects:  33% (31/92)        
remote: Counting objects:  34% (32/92)        
remote: Counting objects:  35% (33/92)        
remote: Counting objects:  36% (34/92)        
remote: Counting objects:  38% (35/92)        
remote: Counting objects:  39% (36/92)        
remote: Counting objects:  40% (37/92)        
remote: Counting objects:  41% (38/92)        
remote: Counting objects:  42% (39/92)        
remote: Counting objects:  43% (40/92)        
remote: Counting objects:  44% (41/92)        
remote: Counting objects:  45% (42/92)        
remote: Counting objects:  46% (43/92)        
remote: Counting objects:  47% (44/92)        
remote: Counting objects:  48% (45/92)        
remote: Counting objects:  50% (46/92)        
remote: Counting objects:  51% (47/92)        
remote: Counting objects:  52% (48/92)        
remote: Counting objects:  53% (49/92)        
remote: Counting objects:  54% (50/92)        
remote: Counting objects:  55% (51/92)        
remote: Counting objects:  56% (52/92)        
remote: Counting objects:  57% (53/92)        
remote: Counting objects:  58% (54/92)        
remote: Counting objects:  59% (55/92)        
remote: Counting objects:  60% (56/92)        
remote: Counting objects:  61% (57/92)        
remote: Counting objects:  63% (58/92)        
remote: Counting objects:  64% (59/92)        
remote: Counting objects:  65% (60/92)        
remote: Counting objects:  66% (61/92)        
remote: Counting objects:  67% (62/92)        
remote: Counting objects:  68% (63/92)        
remote: Counting objects:  69% (64/92)        
remote: Counting objects:  70% (65/92)        
remote: Counting objects:  71% (66/92)        
remote: Counting objects:  72% (67/92)        
remote: Counting objects:  73% (68/92)        
remote: Counting objects:  75% (69/92)        
remote: Counting objects:  76% (70/92)        
remote: Counting objects:  77% (71/92)        
remote: Counting objects:  78% (72/92)        
remote: Counting objects:  79% (73/92)        
remote: Counting objects:  80% (74/92)        
remote: Counting objects:  81% (75/92)        
remote: Counting objects:  82% (76/92)        
remote: Counting objects:  83% (77/92)        
remote: Counting objects:  84% (78/92)        
remote: Counting objects:  85% (79/92)        
remote: Counting objects:  86% (80/92)        
remote: Counting objects:  88% (81/92)        
remote: Counting objects:  89% (82/92)        
remote: Counting objects:  90% (83/92)        
remote: Counting objects:  91% (84/92)        
remote: Counting objects:  92% (85/92)        
remote: Counting objects:  93% (86/92)        
remote: Counting objects:  94% (87/92)        
remote: Counting objects:  95% (88/92)        
remote: Counting objects:  96% (89/92)        
remote: Counting objects:  97% (90/92)        
remote: Counting objects:  98% (91/92)        
remote: Counting objects: 100% (92/92)        
remote: Counting objects: 100% (92/92), done.        
remote: Compressing objects:   1% (1/65)        
remote: Compressing objects:   3% (2/65)        
remote: Compressing objects:   4% (3/65)        
remote: Compressing objects:   6% (4/65)        
remote: Compressing objects:   7% (5/65)        
remote: Compressing objects:   9% (6/65)        
remote: Compressing objects:  10% (7/65)        
remote: Compressing objects:  12% (8/65)        
remote: Compressing objects:  13% (9/65)        
remote: Compressing objects:  15% (10/65)        
remote: Compressing objects:  16% (11/65)        
remote: Compressing objects:  18% (12/65)        
remote: Compressing objects:  20% (13/65)        
remote: Compressing objects:  21% (14/65)        
remote: Compressing objects:  23% (15/65)        
remote: Compressing objects:  24% (16/65)        
remote: Compressing objects:  26% (17/65)        
remote: Compressing objects:  27% (18/65)        
remote: Compressing objects:  29% (19/65)        
remote: Compressing objects:  30% (20/65)        
remote: Compressing objects:  32% (21/65)        
remote: Compressing objects:  33% (22/65)        
remote: Compressing objects:  35% (23/65)        
remote: Compressing objects:  36% (24/65)        
remote: Compressing objects:  38% (25/65)        
remote: Compressing objects:  40% (26/65)        
remote: Compressing objects:  41% (27/65)        
remote: Compressing objects:  43% (28/65)        
remote: Compressing objects:  44% (29/65)        
remote: Compressing objects:  46% (30/65)        
remote: Compressing objects:  47% (31/65)        
remote: Compressing objects:  49% (32/65)        
remote: Compressing objects:  50% (33/65)        
remote: Compressing objects:  52% (34/65)        
remote: Compressing objects:  53% (35/65)        
remote: Compressing objects:  55% (36/65)        
remote: Compressing objects:  56% (37/65)        
remote: Compressing objects:  58% (38/65)        
remote: Compressing objects:  60% (39/65)        
remote: Compressing objects:  61% (40/65)        
remote: Compressing objects:  63% (41/65)        
remote: Compressing objects:  64% (42/65)        
remote: Compressing objects:  66% (43/65)        
remote: Compressing objects:  67% (44/65)        
remote: Compressing objects:  69% (45/65)        
remote: Compressing objects:  70% (46/65)        
remote: Compressing objects:  72% (47/65)        
remote: Compressing objects:  73% (48/65)        
remote: Compressing objects:  75% (49/65)        
remote: Compressing objects:  76% (50/65)        
remote: Compressing objects:  78% (51/65)        
remote: Compressing objects:  80% (52/65)        
remote: Compressing objects:  81% (53/65)        
remote: Compressing objects:  83% (54/65)        
remote: Compressing objects:  84% (55/65)        
remote: Compressing objects:  86% (56/65)        
remote: Compressing objects:  87% (57/65)        
remote: Compressing objects:  89% (58/65)        
remote: Compressing objects:  90% (59/65)        
remote: Compressing objects:  92% (60/65)        
remote: Compressing objects:  93% (61/65)        
remote: Compressing objects:  95% (62/65)        
remote: Compressing objects:  96% (63/65)        
remote: Compressing objects:  98% (64/65)        
remote: Compressing objects: 100% (65/65)        
remote: Compressing objects: 100% (65/65), done.        
remote: Total 110 (delta 19), reused 84 (delta 17), pack-reused 18        
Receiving objects:   0% (1/110)
Receiving objects:   1% (2/110)
Receiving objects:   2% (3/110)
Receiving objects:   3% (4/110)
Receiving objects:   4% (5/110)
Receiving objects:   5% (6/110)
Receiving objects:   6% (7/110)
Receiving objects:   7% (8/110)
Receiving objects:   8% (9/110)
Receiving objects:   9% (10/110)
Receiving objects:  10% (11/110)
Receiving objects:  11% (13/110)
Receiving objects:  12% (14/110)
Receiving objects:  13% (15/110)
Receiving objects:  14% (16/110)
Receiving objects:  15% (17/110)
Receiving objects:  16% (18/110)
Receiving objects:  17% (19/110)
Receiving objects:  18% (20/110)
Receiving objects:  19% (21/110)
Receiving objects:  20% (22/110)
Receiving objects:  21% (24/110)
Receiving objects:  22% (25/110)
Receiving objects:  23% (26/110)
Receiving objects:  24% (27/110)
Receiving objects:  25% (28/110)
Receiving objects:  26% (29/110)
Receiving objects:  27% (30/110)
Receiving objects:  28% (31/110)
Receiving objects:  29% (32/110)
Receiving objects:  30% (33/110)
Receiving objects:  31% (35/110)
Receiving objects:  32% (36/110)
Receiving objects:  33% (37/110)
Receiving objects:  34% (38/110)
Receiving objects:  35% (39/110)
Receiving objects:  36% (40/110)
Receiving objects:  37% (41/110)
Receiving objects:  38% (42/110)
Receiving objects:  39% (43/110)
Receiving objects:  40% (44/110)
Receiving objects:  41% (46/110)
Receiving objects:  42% (47/110)
Receiving objects:  43% (48/110)
Receiving objects:  44% (49/110)
Receiving objects:  45% (50/110)
Receiving objects:  46% (51/110)
Receiving objects:  47% (52/110)
Receiving objects:  48% (53/110)
Receiving objects:  49% (54/110)
Receiving objects:  50% (55/110)
Receiving objects:  51% (57/110)
Receiving objects:  52% (58/110)
Receiving objects:  53% (59/110)
Receiving objects:  54% (60/110)
Receiving objects:  55% (61/110)
Receiving objects:  56% (62/110)
Receiving objects:  57% (63/110)
Receiving objects:  58% (64/110)
Receiving objects:  59% (65/110)
Receiving objects:  60% (66/110)
Receiving objects:  61% (68/110)
Receiving objects:  62% (69/110)
Receiving objects:  63% (70/110)
Receiving objects:  64% (71/110)
Receiving objects:  65% (72/110)
Receiving objects:  66% (73/110)
Receiving objects:  67% (74/110)
Receiving objects:  68% (75/110)
Receiving objects:  69% (76/110)
Receiving objects:  70% (77/110)
Receiving objects:  71% (79/110)
Receiving objects:  72% (80/110)
Receiving objects:  73% (81/110)
Receiving objects:  74% (82/110)
Receiving objects:  75% (83/110)
Receiving objects:  76% (84/110)
Receiving objects:  77% (85/110)
Receiving objects:  78% (86/110)
Receiving objects:  79% (87/110)
Receiving objects:  80% (88/110)
Receiving objects:  81% (90/110)
Receiving objects:  82% (91/110)
Receiving objects:  83% (92/110)
Receiving objects:  84% (93/110)
Receiving objects:  85% (94/110)
Receiving objects:  86% (95/110)
Receiving objects:  87% (96/110)
Receiving objects:  88% (97/110)
Receiving objects:  89% (98/110)
Receiving objects:  90% (99/110)
Receiving objects:  91% (101/110)
Receiving objects:  92% (102/110)
Receiving objects:  93% (103/110)
Receiving objects:  94% (104/110)
Receiving objects:  95% (105/110)
Receiving objects:  96% (106/110)
Receiving objects:  97% (107/110)
Receiving objects:  98% (108/110)
Receiving objects:  99% (109/110)
Receiving objects: 100% (110/110)
Receiving objects: 100% (110/110), 13.73 KiB | 13.73 MiB/s, done.
Resolving deltas:   0% (0/21)
Resolving deltas:   4% (1/21)
Resolving deltas:  14% (3/21)
Resolving deltas:  19% (4/21)
Resolving deltas:  33% (7/21)
Resolving deltas:  42% (9/21)
Resolving deltas:  47% (10/21)
Resolving deltas:  52% (11/21)
Resolving deltas:  57% (12/21)
Resolving deltas:  66% (14/21)
Resolving deltas: 100% (21/21)
Resolving deltas: 100% (21/21), done.
Cloning into '/root/workspace/weifang-config/container/A001/params_new/lidar_loc_v2_common'...
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:   4% (1/24)        
remote: Compressing objects:   8% (2/24)        
remote: Compressing objects:  12% (3/24)        
remote: Compressing objects:  16% (4/24)        
remote: Compressing objects:  20% (5/24)        
remote: Compressing objects:  25% (6/24)        
remote: Compressing objects:  29% (7/24)        
remote: Compressing objects:  33% (8/24)        
remote: Compressing objects:  37% (9/24)        
remote: Compressing objects:  41% (10/24)        
remote: Compressing objects:  45% (11/24)        
remote: Compressing objects:  50% (12/24)        
remote: Compressing objects:  54% (13/24)        
remote: Compressing objects:  58% (14/24)        
remote: Compressing objects:  62% (15/24)        
remote: Compressing objects:  66% (16/24)        
remote: Compressing objects:  70% (17/24)        
remote: Compressing objects:  75% (18/24)        
remote: Compressing objects:  79% (19/24)        
remote: Compressing objects:  83% (20/24)        
remote: Compressing objects:  87% (21/24)        
remote: Compressing objects:  91% (22/24)        
remote: Compressing objects:  95% (23/24)        
remote: Compressing objects: 100% (24/24)        
remote: Compressing objects: 100% (24/24), done.        
remote: Total 30 (delta 5), 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), 6.52 KiB | 6.52 MiB/s, done.
Resolving deltas:   0% (0/5)
Resolving deltas: 100% (5/5)
Resolving deltas: 100% (5/5), done.
Cloning into '/root/workspace/weifang-config/container/A001/params_new/lidar_loc_v2_customized'...
remote: Enumerating objects: 417, done.        
remote: Counting objects:   0% (1/216)        
remote: Counting objects:   1% (3/216)        
remote: Counting objects:   2% (5/216)        
remote: Counting objects:   3% (7/216)        
remote: Counting objects:   4% (9/216)        
remote: Counting objects:   5% (11/216)        
remote: Counting objects:   6% (13/216)        
remote: Counting objects:   7% (16/216)        
remote: Counting objects:   8% (18/216)        
remote: Counting objects:   9% (20/216)        
remote: Counting objects:  10% (22/216)        
remote: Counting objects:  11% (24/216)        
remote: Counting objects:  12% (26/216)        
remote: Counting objects:  13% (29/216)        
remote: Counting objects:  14% (31/216)        
remote: Counting objects:  15% (33/216)        
remote: Counting objects:  16% (35/216)        
remote: Counting objects:  17% (37/216)        
remote: Counting objects:  18% (39/216)        
remote: Counting objects:  19% (42/216)        
remote: Counting objects:  20% (44/216)        
remote: Counting objects:  21% (46/216)        
remote: Counting objects:  22% (48/216)        
remote: Counting objects:  23% (50/216)        
remote: Counting objects:  24% (52/216)        
remote: Counting objects:  25% (54/216)        
remote: Counting objects:  26% (57/216)        
remote: Counting objects:  27% (59/216)        
remote: Counting objects:  28% (61/216)        
remote: Counting objects:  29% (63/216)        
remote: Counting objects:  30% (65/216)        
remote: Counting objects:  31% (67/216)        
remote: Counting objects:  32% (70/216)        
remote: Counting objects:  33% (72/216)        
remote: Counting objects:  34% (74/216)        
remote: Counting objects:  35% (76/216)        
remote: Counting objects:  36% (78/216)        
remote: Counting objects:  37% (80/216)        
remote: Counting objects:  38% (83/216)        
remote: Counting objects:  39% (85/216)        
remote: Counting objects:  40% (87/216)        
remote: Counting objects:  41% (89/216)        
remote: Counting objects:  42% (91/216)        
remote: Counting objects:  43% (93/216)        
remote: Counting objects:  44% (96/216)        
remote: Counting objects:  45% (98/216)        
remote: Counting objects:  46% (100/216)        
remote: Counting objects:  47% (102/216)        
remote: Counting objects:  48% (104/216)        
remote: Counting objects:  49% (106/216)        
remote: Counting objects:  50% (108/216)        
remote: Counting objects:  51% (111/216)        
remote: Counting objects:  52% (113/216)        
remote: Counting objects:  53% (115/216)        
remote: Counting objects:  54% (117/216)        
remote: Counting objects:  55% (119/216)        
remote: Counting objects:  56% (121/216)        
remote: Counting objects:  57% (124/216)        
remote: Counting objects:  58% (126/216)        
remote: Counting objects:  59% (128/216)        
remote: Counting objects:  60% (130/216)        
remote: Counting objects:  61% (132/216)        
remote: Counting objects:  62% (134/216)        
remote: Counting objects:  63% (137/216)        
remote: Counting objects:  64% (139/216)        
remote: Counting objects:  65% (141/216)        
remote: Counting objects:  66% (143/216)        
remote: Counting objects:  67% (145/216)        
remote: Counting objects:  68% (147/216)        
remote: Counting objects:  69% (150/216)        
remote: Counting objects:  70% (152/216)        
remote: Counting objects:  71% (154/216)        
remote: Counting objects:  72% (156/216)        
remote: Counting objects:  73% (158/216)        
remote: Counting objects:  74% (160/216)        
remote: Counting objects:  75% (162/216)        
remote: Counting objects:  76% (165/216)        
remote: Counting objects:  77% (167/216)        
remote: Counting objects:  78% (169/216)        
remote: Counting objects:  79% (171/216)        
remote: Counting objects:  80% (173/216)        
remote: Counting objects:  81% (175/216)        
remote: Counting objects:  82% (178/216)        
remote: Counting objects:  83% (180/216)        
remote: Counting objects:  84% (182/216)        
remote: Counting objects:  85% (184/216)        
remote: Counting objects:  86% (186/216)        
remote: Counting objects:  87% (188/216)        
remote: Counting objects:  88% (191/216)        
remote: Counting objects:  89% (193/216)        
remote: Counting objects:  90% (195/216)        
remote: Counting objects:  91% (197/216)        
remote: Counting objects:  92% (199/216)        
remote: Counting objects:  93% (201/216)        
remote: Counting objects:  94% (204/216)        
remote: Counting objects:  95% (206/216)        
remote: Counting objects:  96% (208/216)        
remote: Counting objects:  97% (210/216)        
remote: Counting objects:  98% (212/216)        
remote: Counting objects:  99% (214/216)        
remote: Counting objects: 100% (216/216)        
remote: Counting objects: 100% (216/216), done.        
remote: Compressing objects:   0% (1/115)        
remote: Compressing objects:   1% (2/115)        
remote: Compressing objects:   2% (3/115)        
remote: Compressing objects:   3% (4/115)        
remote: Compressing objects:   4% (5/115)        
remote: Compressing objects:   5% (6/115)        
remote: Compressing objects:   6% (7/115)        
remote: Compressing objects:   7% (9/115)        
remote: Compressing objects:   8% (10/115)        
remote: Compressing objects:   9% (11/115)        
remote: Compressing objects:  10% (12/115)        
remote: Compressing objects:  11% (13/115)        
remote: Compressing objects:  12% (14/115)        
remote: Compressing objects:  13% (15/115)        
remote: Compressing objects:  14% (17/115)        
remote: Compressing objects:  15% (18/115)        
remote: Compressing objects:  16% (19/115)        
remote: Compressing objects:  17% (20/115)        
remote: Compressing objects:  18% (21/115)        
remote: Compressing objects:  19% (22/115)        
remote: Compressing objects:  20% (23/115)        
remote: Compressing objects:  21% (25/115)        
remote: Compressing objects:  22% (26/115)        
remote: Compressing objects:  23% (27/115)        
remote: Compressing objects:  24% (28/115)        
remote: Compressing objects:  25% (29/115)        
remote: Compressing objects:  26% (30/115)        
remote: Compressing objects:  27% (32/115)        
remote: Compressing objects:  28% (33/115)        
remote: Compressing objects:  29% (34/115)        
remote: Compressing objects:  30% (35/115)        
remote: Compressing objects:  31% (36/115)
remote: Compressing objects:  32% (37/115)        
remote: Compressing objects:  33% (38/115)        
remote: Compressing objects:  34% (40/115)        
remote: Compressing objects:  35% (41/115)        
remote: Compressing objects:  36% (42/115)        
remote: Compressing objects:  37% (43/115)        
remote: Compressing objects:  38% (44/115)        
remote: Compressing objects:  39% (45/115)        
remote: Compressing objects:  40% (46/115)        
remote: Compressing objects:  41% (48/115)        
remote: Compressing objects:  42% (49/115)        
remote: Compressing objects:  43% (50/115)        
remote: Compressing objects:  44% (51/115)        
remote: Compressing objects:  45% (52/115)        
remote: Compressing objects:  46% (53/115)        
remote: Compressing objects:  47% (55/115)        
remote: Compressing objects:  48% (56/115)        
remote: Compressing objects:  49% (57/115)        
remote: Compressing objects:  50% (58/115)        
remote: Compressing objects:  51% (59/115)        
remote: Compressing objects:  52% (60/115)        
remote: Compressing objects:  53% (61/115)        
remote: Compressing objects:  54% (63/115)        
remote: Compressing objects:  55% (64/115)        
remote: Compressing objects:  56% (65/115)        
remote: Compressing objects:  57% (66/115)        
remote: Compressing objects:  58% (67/115)        
remote: Compressing objects:  59% (68/115)        
remote: Compressing objects:  60% (69/115)        
remote: Compressing objects:  61% (71/115)        
remote: Compressing objects:  62% (72/115)        
remote: Compressing objects:  63% (73/115)        
remote: Compressing objects:  64% (74/115)        
remote: Compressing objects:  65% (75/115)        
remote: Compressing objects:  66% (76/115)        
remote: Compressing objects:  67% (78/115)        
remote: Compressing objects:  68% (79/115)        
remote: Compressing objects:  69% (80/115)        
remote: Compressing objects:  70% (81/115)        
remote: Compressing objects:  71% (82/115)        
remote: Compressing objects:  72% (83/115)        
remote: Compressing objects:  73% (84/115)        
remote: Compressing objects:  74% (86/115)        
remote: Compressing objects:  75% (87/115)        
remote: Compressing objects:  76% (88/115)        
remote: Compressing objects:  77% (89/115)        
remote: Compressing objects:  78% (90/115)        
remote: Compressing objects:  79% (91/115)        
remote: Compressing objects:  80% (92/115)        
remote: Compressing objects:  81% (94/115)        
remote: Compressing objects:  82% (95/115)        
remote: Compressing objects:  83% (96/115)        
remote: Compressing objects:  84% (97/115)        
remote: Compressing objects:  85% (98/115)        
remote: Compressing objects:  86% (99/115)        
remote: Compressing objects:  87% (101/115)        
remote: Compressing objects:  88% (102/115)        
remote: Compressing objects:  89% (103/115)        
remote: Compressing objects:  90% (104/115)        
remote: Compressing objects:  91% (105/115)        
remote: Compressing objects:  92% (106/115)        
remote: Compressing objects:  93% (107/115)        
remote: Compressing objects:  94% (109/115)        
remote: Compressing objects:  95% (110/115)        
remote: Compressing objects:  96% (111/115)        
remote: Compressing objects:  97% (112/115)        
remote: Compressing objects:  98% (113/115)        
remote: Compressing objects:  99% (114/115)        
remote: Compressing objects: 100% (115/115)        
remote: Compressing objects: 100% (115/115), done.        
Receiving objects:   0% (1/417)
Receiving objects:   1% (5/417)
Receiving objects:   2% (9/417)
Receiving objects:   3% (13/417)
Receiving objects:   4% (17/417)
Receiving objects:   5% (21/417)
Receiving objects:   6% (26/417)
Receiving objects:   7% (30/417)
Receiving objects:   8% (34/417)
Receiving objects:   9% (38/417)
Receiving objects:  10% (42/417)
Receiving objects:  11% (46/417)
Receiving objects:  12% (51/417)
Receiving objects:  13% (55/417)
Receiving objects:  14% (59/417)
Receiving objects:  15% (63/417)
Receiving objects:  16% (67/417)
Receiving objects:  17% (71/417)
Receiving objects:  18% (76/417)
Receiving objects:  19% (80/417)
Receiving objects:  20% (84/417)
Receiving objects:  21% (88/417)
Receiving objects:  22% (92/417)
Receiving objects:  23% (96/417)
Receiving objects:  24% (101/417)
Receiving objects:  25% (105/417)
Receiving objects:  26% (109/417)
Receiving objects:  27% (113/417)
Receiving objects:  28% (117/417)
Receiving objects:  29% (121/417)
Receiving objects:  30% (126/417)
Receiving objects:  31% (130/417)
Receiving objects:  32% (134/417)
Receiving objects:  33% (138/417)
Receiving objects:  34% (142/417)
Receiving objects:  35% (146/417)
Receiving objects:  36% (151/417)
Receiving objects:  37% (155/417)
Receiving objects:  38% (159/417)
Receiving objects:  39% (163/417)
Receiving objects:  40% (167/417)
Receiving objects:  41% (171/417)
Receiving objects:  42% (176/417)
Receiving objects:  43% (180/417)
Receiving objects:  44% (184/417)
Receiving objects:  45% (188/417)
Receiving objects:  46% (192/417)
Receiving objects:  47% (196/417)
Receiving objects:  48% (201/417)
Receiving objects:  49% (205/417)
Receiving objects:  50% (209/417)
Receiving objects:  51% (213/417)
Receiving objects:  52% (217/417)
Receiving objects:  53% (222/417)
Receiving objects:  54% (226/417)
Receiving objects:  55% (230/417)
Receiving objects:  56% (234/417)
Receiving objects:  57% (238/417)
Receiving objects:  58% (242/417)
Receiving objects:  59% (247/417)
Receiving objects:  60% (251/417)
Receiving objects:  61% (255/417)
Receiving objects:  62% (259/417)
Receiving objects:  63% (263/417)
Receiving objects:  64% (267/417)
Receiving objects:  65% (272/417)
Receiving objects:  66% (276/417)
Receiving objects:  67% (280/417)
Receiving objects:  68% (284/417)
Receiving objects:  69% (288/417)
Receiving objects:  70% (292/417)
Receiving objects:  71% (297/417)
Receiving objects:  72% (301/417)
Receiving objects:  73% (305/417)
Receiving objects:  74% (309/417)
Receiving objects:  75% (313/417)
Receiving objects:  76% (317/417)
Receiving objects:  77% (322/417)
Receiving objects:  78% (326/417)
Receiving objects:  79% (330/417)
Receiving objects:  80% (334/417)
Receiving objects:  81% (338/417)
Receiving objects:  82% (342/417)
Receiving objects:  83% (347/417)
Receiving objects:  84% (351/417)
Receiving objects:  85% (355/417)
Receiving objects:  86% (359/417)
Receiving objects:  87% (363/417)
Receiving objects:  88% (367/417)
Receiving objects:  89% (372/417)
Receiving objects:  90% (376/417)
Receiving objects:  91% (380/417)
Receiving objects:  92% (384/417)
remote: Total 417 (delta 92), reused 162 (delta 58), pack-reused 201        
Receiving objects:  93% (388/417)
Receiving objects:  94% (392/417)
Receiving objects:  95% (397/417)
Receiving objects:  96% (401/417)
Receiving objects:  97% (405/417)
Receiving objects:  98% (409/417)
Receiving objects:  99% (413/417)
Receiving objects: 100% (417/417)
Receiving objects: 100% (417/417), 76.33 KiB | 25.44 MiB/s, done.
Resolving deltas:   0% (0/165)
Resolving deltas:   3% (5/165)
Resolving deltas:   4% (7/165)
Resolving deltas:   5% (9/165)
Resolving deltas:  12% (20/165)
Resolving deltas:  23% (39/165)
Resolving deltas:  24% (41/165)
Resolving deltas:  26% (43/165)
Resolving deltas:  27% (46/165)
Resolving deltas:  28% (47/165)
Resolving deltas:  30% (50/165)
Resolving deltas:  31% (52/165)
Resolving deltas:  32% (53/165)
Resolving deltas:  33% (55/165)
Resolving deltas:  35% (58/165)
Resolving deltas:  36% (61/165)
Resolving deltas:  37% (62/165)
Resolving deltas:  38% (63/165)
Resolving deltas:  39% (65/165)
Resolving deltas:  40% (66/165)
Resolving deltas:  41% (69/165)
Resolving deltas:  42% (70/165)
Resolving deltas:  56% (94/165)
Resolving deltas:  64% (106/165)
Resolving deltas:  69% (115/165)
Resolving deltas:  71% (118/165)
Resolving deltas:  72% (119/165)
Resolving deltas:  76% (127/165)
Resolving deltas:  79% (131/165)
Resolving deltas:  83% (137/165)
Resolving deltas:  85% (141/165)
Resolving deltas:  87% (145/165)
Resolving deltas:  90% (149/165)
Resolving deltas:  91% (151/165)
Resolving deltas:  92% (153/165)
Resolving deltas:  93% (154/165)
Resolving deltas:  96% (159/165)
Resolving deltas: 100% (165/165)
Resolving deltas: 100% (165/165), done.
Cloning into '/root/workspace/weifang-config/container/A001/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)
remote: Total 102 (delta 18), reused 28 (delta 12), pack-reused 63        
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)
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:  16% (9/54)
Resolving deltas:  24% (13/54)
Resolving deltas:  27% (15/54)
Resolving deltas:  29% (16/54)
Resolving deltas:  37% (20/54)
Resolving deltas:  38% (21/54)
Resolving deltas:  44% (24/54)
Resolving deltas:  46% (25/54)
Resolving deltas:  48% (26/54)
Resolving deltas:  59% (32/54)
Resolving deltas:  64% (35/54)
Resolving deltas:  66% (36/54)
Resolving deltas:  68% (37/54)
Resolving deltas:  72% (39/54)
Resolving deltas:  74% (40/54)
Resolving deltas:  75% (41/54)
Resolving deltas:  77% (42/54)
Resolving deltas:  81% (44/54)
Resolving deltas:  83% (45/54)
Resolving deltas:  87% (47/54)
Resolving deltas:  94% (51/54)
Resolving deltas:  96% (52/54)
Resolving deltas: 100% (54/54)
Resolving deltas: 100% (54/54), done.
Cloning into '/root/workspace/weifang-config/container/A001/params_new/msf-vehicle'...
remote: Enumerating objects: 41, done.        
remote: Counting objects:  14% (1/7)        
remote: Counting objects:  28% (2/7)        
remote: Counting objects:  42% (3/7)        
remote: Counting objects:  57% (4/7)        
remote: Counting objects:  71% (5/7)        
remote: Counting objects:  85% (6/7)        
remote: Counting objects: 100% (7/7)        
remote: Counting objects: 100% (7/7), done.        
remote: Compressing objects:  14% (1/7)        
remote: Compressing objects:  28% (2/7)        
remote: Compressing objects:  42% (3/7)        
remote: Compressing objects:  57% (4/7)        
remote: Compressing objects:  71% (5/7)        
remote: Compressing objects:  85% (6/7)        
remote: Compressing objects: 100% (7/7)        
remote: Compressing objects: 100% (7/7), done.        
remote: Total 41 (delta 3), reused 0 (delta 0), pack-reused 34        
Receiving objects:   2% (1/41)
Receiving objects:   4% (2/41)
Receiving objects:   7% (3/41)
Receiving objects:   9% (4/41)
Receiving objects:  12% (5/41)
Receiving objects:  14% (6/41)
Receiving objects:  17% (7/41)
Receiving objects:  19% (8/41)
Receiving objects:  21% (9/41)
Receiving objects:  24% (10/41)
Receiving objects:  26% (11/41)
Receiving objects:  29% (12/41)
Receiving objects:  31% (13/41)
Receiving objects:  34% (14/41)
Receiving objects:  36% (15/41)
Receiving objects:  39% (16/41)
Receiving objects:  41% (17/41)
Receiving objects:  43% (18/41)
Receiving objects:  46% (19/41)
Receiving objects:  48% (20/41)
Receiving objects:  51% (21/41)
Receiving objects:  53% (22/41)
Receiving objects:  56% (23/41)
Receiving objects:  58% (24/41)
Receiving objects:  60% (25/41)
Receiving objects:  63% (26/41)
Receiving objects:  65% (27/41)
Receiving objects:  68% (28/41)
Receiving objects:  70% (29/41)
Receiving objects:  73% (30/41)
Receiving objects:  75% (31/41)
Receiving objects:  78% (32/41)
Receiving objects:  80% (33/41)
Receiving objects:  82% (34/41)
Receiving objects:  85% (35/41)
Receiving objects:  87% (36/41)
Receiving objects:  90% (37/41)
Receiving objects:  92% (38/41)
Receiving objects:  95% (39/41)
Receiving objects:  97% (40/41)
Receiving objects: 100% (41/41)
Receiving objects: 100% (41/41), 5.15 KiB | 5.15 MiB/s, done.
Resolving deltas:   0% (0/19)
Resolving deltas:  63% (12/19)
Resolving deltas:  68% (13/19)
Resolving deltas:  94% (18/19)
Resolving deltas: 100% (19/19)
Resolving deltas: 100% (19/19), done.
Cloning into '/root/workspace/weifang-config/container/A001/params_new/perception_camera_driver'...
remote: Enumerating objects: 26, done.        
remote: Counting objects:   3% (1/26)        
remote: Counting objects:   7% (2/26)        
remote: Counting objects:  11% (3/26)        
remote: Counting objects:  15% (4/26)        
remote: Counting objects:  19% (5/26)        
remote: Counting objects:  23% (6/26)        
remote: Counting objects:  26% (7/26)        
remote: Counting objects:  30% (8/26)        
remote: Counting objects:  34% (9/26)        
remote: Counting objects:  38% (10/26)        
remote: Counting objects:  42% (11/26)        
remote: Counting objects:  46% (12/26)        
remote: Counting objects:  50% (13/26)        
remote: Counting objects:  53% (14/26)        
remote: Counting objects:  57% (15/26)        
remote: Counting objects:  61% (16/26)        
remote: Counting objects:  65% (17/26)        
remote: Counting objects:  69% (18/26)        
remote: Counting objects:  73% (19/26)        
remote: Counting objects:  76% (20/26)        
remote: Counting objects:  80% (21/26)        
remote: Counting objects:  84% (22/26)        
remote: Counting objects:  88% (23/26)        
remote: Counting objects:  92% (24/26)        
remote: Counting objects:  96% (25/26)        
remote: Counting objects: 100% (26/26)        
remote: Counting objects: 100% (26/26), done.        
remote: Compressing objects:   8% (1/12)        
remote: Compressing objects:  16% (2/12)        
remote: Compressing objects:  25% (3/12)        
remote: Compressing objects:  33% (4/12)        
remote: Compressing objects:  41% (5/12)        
remote: Compressing objects:  50% (6/12)        
remote: Compressing objects:  58% (7/12)        
remote: Compressing objects:  66% (8/12)        
remote: Compressing objects:  75% (9/12)        
remote: Compressing objects:  83% (10/12)        
remote: Compressing objects:  91% (11/12)        
remote: Compressing objects: 100% (12/12)        
remote: Compressing objects: 100% (12/12), done.        
remote: Total 26 (delta 4), reused 0 (delta 0), pack-reused 0        
Receiving objects:   3% (1/26)
Receiving objects:   7% (2/26)
Receiving objects:  11% (3/26)
Receiving objects:  15% (4/26)
Receiving objects:  19% (5/26)
Receiving objects:  23% (6/26)
Receiving objects:  26% (7/26)
Receiving objects:  30% (8/26)
Receiving objects:  34% (9/26)
Receiving objects:  38% (10/26)
Receiving objects:  42% (11/26)
Receiving objects:  46% (12/26)
Receiving objects:  50% (13/26)
Receiving objects:  53% (14/26)
Receiving objects:  57% (15/26)
Receiving objects:  61% (16/26)
Receiving objects:  65% (17/26)
Receiving objects:  69% (18/26)
Receiving objects:  73% (19/26)
Receiving objects:  76% (20/26)
Receiving objects:  80% (21/26)
Receiving objects:  84% (22/26)
Receiving objects:  88% (23/26)
Receiving objects:  92% (24/26)
Receiving objects:  96% (25/26)
Receiving objects: 100% (26/26)
Receiving objects: 100% (26/26), done.
Resolving deltas:   0% (0/4)
Resolving deltas: 100% (4/4)
Resolving deltas: 100% (4/4), done.
Cloning into '/root/workspace/weifang-config/container/A001/params_new/perception_data_collection'...
remote: Enumerating objects: 106, done.        
remote: Counting objects:   1% (1/94)        
remote: Counting objects:   2% (2/94)        
remote: Counting objects:   3% (3/94)        
remote: Counting objects:   4% (4/94)        
remote: Counting objects:   5% (5/94)        
remote: Counting objects:   6% (6/94)        
remote: Counting objects:   7% (7/94)        
remote: Counting objects:   8% (8/94)        
remote: Counting objects:   9% (9/94)        
remote: Counting objects:  10% (10/94)        
remote: Counting objects:  11% (11/94)        
remote: Counting objects:  12% (12/94)        
remote: Counting objects:  13% (13/94)        
remote: Counting objects:  14% (14/94)        
remote: Counting objects:  15% (15/94)        
remote: Counting objects:  17% (16/94)        
remote: Counting objects:  18% (17/94)        
remote: Counting objects:  19% (18/94)        
remote: Counting objects:  20% (19/94)        
remote: Counting objects:  21% (20/94)        
remote: Counting objects:  22% (21/94)        
remote: Counting objects:  23% (22/94)        
remote: Counting objects:  24% (23/94)        
remote: Counting objects:  25% (24/94)        
remote: Counting objects:  26% (25/94)        
remote: Counting objects:  27% (26/94)        
remote: Counting objects:  28% (27/94)        
remote: Counting objects:  29% (28/94)        
remote: Counting objects:  30% (29/94)        
remote: Counting objects:  31% (30/94)        
remote: Counting objects:  32% (31/94)        
remote: Counting objects:  34% (32/94)        
remote: Counting objects:  35% (33/94)        
remote: Counting objects:  36% (34/94)        
remote: Counting objects:  37% (35/94)        
remote: Counting objects:  38% (36/94)        
remote: Counting objects:  39% (37/94)        
remote: Counting objects:  40% (38/94)        
remote: Counting objects:  41% (39/94)        
remote: Counting objects:  42% (40/94)        
remote: Counting objects:  43% (41/94)        
remote: Counting objects:  44% (42/94)        
remote: Counting objects:  45% (43/94)        
remote: Counting objects:  46% (44/94)        
remote: Counting objects:  47% (45/94)        
remote: Counting objects:  48% (46/94)        
remote: Counting objects:  50% (47/94)        
remote: Counting objects:  51% (48/94)        
remote: Counting objects:  52% (49/94)        
remote: Counting objects:  53% (50/94)        
remote: Counting objects:  54% (51/94)        
remote: Counting objects:  55% (52/94)        
remote: Counting objects:  56% (53/94)        
remote: Counting objects:  57% (54/94)        
remote: Counting objects:  58% (55/94)        
remote: Counting objects:  59% (56/94)        
remote: Counting objects:  60% (57/94)        
remote: Counting objects:  61% (58/94)        
remote: Counting objects:  62% (59/94)        
remote: Counting objects:  63% (60/94)        
remote: Counting objects:  64% (61/94)        
remote: Counting objects:  65% (62/94)        
remote: Counting objects:  67% (63/94)        
remote: Counting objects:  68% (64/94)        
remote: Counting objects:  69% (65/94)        
remote: Counting objects:  70% (66/94)        
remote: Counting objects:  71% (67/94)        
remote: Counting objects:  72% (68/94)        
remote: Counting objects:  73% (69/94)        
remote: Counting objects:  74% (70/94)        
remote: Counting objects:  75% (71/94)        
remote: Counting objects:  76% (72/94)        
remote: Counting objects:  77% (73/94)        
remote: Counting objects:  78% (74/94)        
remote: Counting objects:  79% (75/94)        
remote: Counting objects:  80% (76/94)        
remote: Counting objects:  81% (77/94)        
remote: Counting objects:  82% (78/94)        
remote: Counting objects:  84% (79/94)        
remote: Counting objects:  85% (80/94)        
remote: Counting objects:  86% (81/94)        
remote: Counting objects:  87% (82/94)        
remote: Counting objects:  88% (83/94)        
remote: Counting objects:  89% (84/94)        
remote: Counting objects:  90% (85/94)        
remote: Counting objects:  91% (86/94)        
remote: Counting objects:  92% (87/94)        
remote: Counting objects:  93% (88/94)        
remote: Counting objects:  94% (89/94)        
remote: Counting objects:  95% (90/94)        
remote: Counting objects:  96% (91/94)        
remote: Counting objects:  97% (92/94)        
remote: Counting objects:  98% (93/94)        
remote: Counting objects: 100% (94/94)        
remote: Counting objects: 100% (94/94), done.        
remote: Compressing objects:   1% (1/64)        
remote: Compressing objects:   3% (2/64)        
remote: Compressing objects:   4% (3/64)        
remote: Compressing objects:   6% (4/64)        
remote: Compressing objects:   7% (5/64)        
remote: Compressing objects:   9% (6/64)        
remote: Compressing objects:  10% (7/64)        
remote: Compressing objects:  12% (8/64)        
remote: Compressing objects:  14% (9/64)        
remote: Compressing objects:  15% (10/64)        
remote: Compressing objects:  17% (11/64)        
remote: Compressing objects:  18% (12/64)        
remote: Compressing objects:  20% (13/64)        
remote: Compressing objects:  21% (14/64)        
remote: Compressing objects:  23% (15/64)        
remote: Compressing objects:  25% (16/64)        
remote: Compressing objects:  26% (17/64)        
remote: Compressing objects:  28% (18/64)        
remote: Compressing objects:  29% (19/64)        
remote: Compressing objects:  31% (20/64)        
remote: Compressing objects:  32% (21/64)        
remote: Compressing objects:  34% (22/64)        
remote: Compressing objects:  35% (23/64)        
remote: Compressing objects:  37% (24/64)        
remote: Compressing objects:  39% (25/64)        
remote: Compressing objects:  40% (26/64)        
remote: Compressing objects:  42% (27/64)        
remote: Compressing objects:  43% (28/64)        
remote: Compressing objects:  45% (29/64)        
remote: Compressing objects:  46% (30/64)        
remote: Compressing objects:  48% (31/64)        
remote: Compressing objects:  50% (32/64)        
remote: Compressing objects:  51% (33/64)        
remote: Compressing objects:  53% (34/64)        
remote: Compressing objects:  54% (35/64)        
remote: Compressing objects:  56% (36/64)        
remote: Compressing objects:  57% (37/64)        
remote: Compressing objects:  59% (38/64)        
remote: Compressing objects:  60% (39/64)        
remote: Compressing objects:  62% (40/64)        
remote: Compressing objects:  64% (41/64)        
remote: Compressing objects:  65% (42/64)        
remote: Compressing objects:  67% (43/64)        
remote: Compressing objects:  68% (44/64)        
remote: Compressing objects:  70% (45/64)        
remote: Compressing objects:  71% (46/64)        
remote: Compressing objects:  73% (47/64)        
remote: Compressing objects:  75% (48/64)        
remote: Compressing objects:  76% (49/64)        
remote: Compressing objects:  78% (50/64)        
remote: Compressing objects:  79% (51/64)        
remote: Compressing objects:  81% (52/64)        
remote: Compressing objects:  82% (53/64)        
remote: Compressing objects:  84% (54/64)        
remote: Compressing objects:  85% (55/64)        
remote: Compressing objects:  87% (56/64)        
remote: Compressing objects:  89% (57/64)        
remote: Compressing objects:  90% (58/64)        
remote: Compressing objects:  92% (59/64)        
remote: Compressing objects:  93% (60/64)        
remote: Compressing objects:  95% (61/64)        
remote: Compressing objects:  96% (62/64)        
remote: Compressing objects:  98% (63/64)        
remote: Compressing objects: 100% (64/64)        
remote: Compressing objects: 100% (64/64), done.        
remote: Total 106 (delta 45), reused 46 (delta 18), pack-reused 12        
Receiving objects:   0% (1/106)
Receiving objects:   1% (2/106)
Receiving objects:   2% (3/106)
Receiving objects:   3% (4/106)
Receiving objects:   4% (5/106)
Receiving objects:   5% (6/106)
Receiving objects:   6% (7/106)
Receiving objects:   7% (8/106)
Receiving objects:   8% (9/106)
Receiving objects:   9% (10/106)
Receiving objects:  10% (11/106)
Receiving objects:  11% (12/106)
Receiving objects:  12% (13/106)
Receiving objects:  13% (14/106)
Receiving objects:  14% (15/106)
Receiving objects:  15% (16/106)
Receiving objects:  16% (17/106)
Receiving objects:  17% (19/106)
Receiving objects:  18% (20/106)
Receiving objects:  19% (21/106)
Receiving objects:  20% (22/106)
Receiving objects:  21% (23/106)
Receiving objects:  22% (24/106)
Receiving objects:  23% (25/106)
Receiving objects:  24% (26/106)
Receiving objects:  25% (27/106)
Receiving objects:  26% (28/106)
Receiving objects:  27% (29/106)
Receiving objects:  28% (30/106)
Receiving objects:  29% (31/106)
Receiving objects:  30% (32/106)
Receiving objects:  31% (33/106)
Receiving objects:  32% (34/106)
Receiving objects:  33% (35/106)
Receiving objects:  34% (37/106)
Receiving objects:  35% (38/106)
Receiving objects:  36% (39/106)
Receiving objects:  37% (40/106)
Receiving objects:  38% (41/106)
Receiving objects:  39% (42/106)
Receiving objects:  40% (43/106)
Receiving objects:  41% (44/106)
Receiving objects:  42% (45/106)
Receiving objects:  43% (46/106)
Receiving objects:  44% (47/106)
Receiving objects:  45% (48/106)
Receiving objects:  46% (49/106)
Receiving objects:  47% (50/106)
Receiving objects:  48% (51/106)
Receiving objects:  49% (52/106)
Receiving objects:  50% (53/106)
Receiving objects:  51% (55/106)
Receiving objects:  52% (56/106)
Receiving objects:  53% (57/106)
Receiving objects:  54% (58/106)
Receiving objects:  55% (59/106)
Receiving objects:  56% (60/106)
Receiving objects:  57% (61/106)
Receiving objects:  58% (62/106)
Receiving objects:  59% (63/106)
Receiving objects:  60% (64/106)
Receiving objects:  61% (65/106)
Receiving objects:  62% (66/106)
Receiving objects:  63% (67/106)
Receiving objects:  64% (68/106)
Receiving objects:  65% (69/106)
Receiving objects:  66% (70/106)
Receiving objects:  67% (72/106)
Receiving objects:  68% (73/106)
Receiving objects:  69% (74/106)
Receiving objects:  70% (75/106)
Receiving objects:  71% (76/106)
Receiving objects:  72% (77/106)
Receiving objects:  73% (78/106)
Receiving objects:  74% (79/106)
Receiving objects:  75% (80/106)
Receiving objects:  76% (81/106)
Receiving objects:  77% (82/106)
Receiving objects:  78% (83/106)
Receiving objects:  79% (84/106)
Receiving objects:  80% (85/106)
Receiving objects:  81% (86/106)
Receiving objects:  82% (87/106)
Receiving objects:  83% (88/106)
Receiving objects:  84% (90/106)
Receiving objects:  85% (91/106)
Receiving objects:  86% (92/106)
Receiving objects:  87% (93/106)
Receiving objects:  88% (94/106)
Receiving objects:  89% (95/106)
Receiving objects:  90% (96/106)
Receiving objects:  91% (97/106)
Receiving objects:  92% (98/106)
Receiving objects:  93% (99/106)
Receiving objects:  94% (100/106)
Receiving objects:  95% (101/106)
Receiving objects:  96% (102/106)
Receiving objects:  97% (103/106)
Receiving objects:  98% (104/106)
Receiving objects:  99% (105/106)
Receiving objects: 100% (106/106)
Receiving objects: 100% (106/106), 9.37 KiB | 9.37 MiB/s, done.
Resolving deltas:   0% (0/47)
Resolving deltas:   2% (1/47)
Resolving deltas:   4% (2/47)
Resolving deltas:   6% (3/47)
Resolving deltas:   8% (4/47)
Resolving deltas:  10% (5/47)
Resolving deltas:  27% (13/47)
Resolving deltas:  31% (15/47)
Resolving deltas:  40% (19/47)
Resolving deltas:  46% (22/47)
Resolving deltas:  53% (25/47)
Resolving deltas: 100% (47/47)
Resolving deltas: 100% (47/47), done.
Cloning into '/root/workspace/weifang-config/container/A001/params_new/perception_lane_detection'...
remote: Enumerating objects: 125, done.        
remote: Counting objects:   1% (1/84)        
remote: Counting objects:   2% (2/84)        
remote: Counting objects:   3% (3/84)        
remote: Counting objects:   4% (4/84)        
remote: Counting objects:   5% (5/84)        
remote: Counting objects:   7% (6/84)        
remote: Counting objects:   8% (7/84)        
remote: Counting objects:   9% (8/84)        
remote: Counting objects:  10% (9/84)        
remote: Counting objects:  11% (10/84)        
remote: Counting objects:  13% (11/84)        
remote: Counting objects:  14% (12/84)        
remote: Counting objects:  15% (13/84)        
remote: Counting objects:  16% (14/84)        
remote: Counting objects:  17% (15/84)        
remote: Counting objects:  19% (16/84)        
remote: Counting objects:  20% (17/84)        
remote: Counting objects:  21% (18/84)        
remote: Counting objects:  22% (19/84)        
remote: Counting objects:  23% (20/84)        
remote: Counting objects:  25% (21/84)        
remote: Counting objects:  26% (22/84)        
remote: Counting objects:  27% (23/84)        
remote: Counting objects:  28% (24/84)        
remote: Counting objects:  29% (25/84)        
remote: Counting objects:  30% (26/84)        
remote: Counting objects:  32% (27/84)        
remote: Counting objects:  33% (28/84)        
remote: Counting objects:  34% (29/84)        
remote: Counting objects:  35% (30/84)        
remote: Counting objects:  36% (31/84)        
remote: Counting objects:  38% (32/84)        
remote: Counting objects:  39% (33/84)        
remote: Counting objects:  40% (34/84)        
remote: Counting objects:  41% (35/84)        
remote: Counting objects:  42% (36/84)        
remote: Counting objects:  44% (37/84)        
remote: Counting objects:  45% (38/84)        
remote: Counting objects:  46% (39/84)        
remote: Counting objects:  47% (40/84)        
remote: Counting objects:  48% (41/84)        
remote: Counting objects:  50% (42/84)        
remote: Counting objects:  51% (43/84)        
remote: Counting objects:  52% (44/84)        
remote: Counting objects:  53% (45/84)        
remote: Counting objects:  54% (46/84)        
remote: Counting objects:  55% (47/84)        
remote: Counting objects:  57% (48/84)        
remote: Counting objects:  58% (49/84)        
remote: Counting objects:  59% (50/84)        
remote: Counting objects:  60% (51/84)        
remote: Counting objects:  61% (52/84)        
remote: Counting objects:  63% (53/84)        
remote: Counting objects:  64% (54/84)        
remote: Counting objects:  65% (55/84)        
remote: Counting objects:  66% (56/84)        
remote: Counting objects:  67% (57/84)        
remote: Counting objects:  69% (58/84)        
remote: Counting objects:  70% (59/84)        
remote: Counting objects:  71% (60/84)        
remote: Counting objects:  72% (61/84)        
remote: Counting objects:  73% (62/84)        
remote: Counting objects:  75% (63/84)        
remote: Counting objects:  76% (64/84)        
remote: Counting objects:  77% (65/84)        
remote: Counting objects:  78% (66/84)        
remote: Counting objects:  79% (67/84)        
remote: Counting objects:  80% (68/84)        
remote: Counting objects:  82% (69/84)        
remote: Counting objects:  83% (70/84)        
remote: Counting objects:  84% (71/84)        
remote: Counting objects:  85% (72/84)        
remote: Counting objects:  86% (73/84)        
remote: Counting objects:  88% (74/84)        
remote: Counting objects:  89% (75/84)        
remote: Counting objects:  90% (76/84)        
remote: Counting objects:  91% (77/84)        
remote: Counting objects:  92% (78/84)        
remote: Counting objects:  94% (79/84)        
remote: Counting objects:  95% (80/84)        
remote: Counting objects:  96% (81/84)        
remote: Counting objects:  97% (82/84)        
remote: Counting objects:  98% (83/84)        
remote: Counting objects: 100% (84/84)        
remote: Counting objects: 100% (84/84), done.        
remote: Compressing objects:   2% (1/39)        
remote: Compressing objects:   5% (2/39)        
remote: Compressing objects:   7% (3/39)        
remote: Compressing objects:  10% (4/39)        
remote: Compressing objects:  12% (5/39)        
remote: Compressing objects:  15% (6/39)        
remote: Compressing objects:  17% (7/39)        
remote: Compressing objects:  20% (8/39)        
remote: Compressing objects:  23% (9/39)        
remote: Compressing objects:  25% (10/39)        
remote: Compressing objects:  28% (11/39)        
remote: Compressing objects:  30% (12/39)        
remote: Compressing objects:  33% (13/39)        
remote: Compressing objects:  35% (14/39)        
remote: Compressing objects:  38% (15/39)        
remote: Compressing objects:  41% (16/39)        
remote: Compressing objects:  43% (17/39)        
remote: Compressing objects:  46% (18/39)        
remote: Compressing objects:  48% (19/39)        
remote: Compressing objects:  51% (20/39)        
remote: Compressing objects:  53% (21/39)        
remote: Compressing objects:  56% (22/39)        
remote: Compressing objects:  58% (23/39)        
remote: Compressing objects:  61% (24/39)        
remote: Compressing objects:  64% (25/39)        
remote: Compressing objects:  66% (26/39)        
remote: Compressing objects:  69% (27/39)        
remote: Compressing objects:  71% (28/39)        
remote: Compressing objects:  74% (29/39)        
remote: Compressing objects:  76% (30/39)        
remote: Compressing objects:  79% (31/39)        
remote: Compressing objects:  82% (32/39)        
remote: Compressing objects:  84% (33/39)        
remote: Compressing objects:  87% (34/39)        
remote: Compressing objects:  89% (35/39)        
remote: Compressing objects:  92% (36/39)        
remote: Compressing objects:  94% (37/39)        
remote: Compressing objects:  97% (38/39)        
remote: Compressing objects: 100% (39/39)        
remote: Compressing objects: 100% (39/39), done.        
remote: Total 125 (delta 15), reused 64 (delta 10), pack-reused 41        
Receiving objects:   0% (1/125)
Receiving objects:   1% (2/125)
Receiving objects:   2% (3/125)
Receiving objects:   3% (4/125)
Receiving objects:   4% (5/125)
Receiving objects:   5% (7/125)
Receiving objects:   6% (8/125)
Receiving objects:   7% (9/125)
Receiving objects:   8% (10/125)
Receiving objects:   9% (12/125)
Receiving objects:  10% (13/125)
Receiving objects:  11% (14/125)
Receiving objects:  12% (15/125)
Receiving objects:  13% (17/125)
Receiving objects:  14% (18/125)
Receiving objects:  15% (19/125)
Receiving objects:  16% (20/125)
Receiving objects:  17% (22/125)
Receiving objects:  18% (23/125)
Receiving objects:  19% (24/125)
Receiving objects:  20% (25/125)
Receiving objects:  21% (27/125)
Receiving objects:  22% (28/125)
Receiving objects:  23% (29/125)
Receiving objects:  24% (30/125)
Receiving objects:  25% (32/125)
Receiving objects:  26% (33/125)
Receiving objects:  27% (34/125)
Receiving objects:  28% (35/125)
Receiving objects:  29% (37/125)
Receiving objects:  30% (38/125)
Receiving objects:  31% (39/125)
Receiving objects:  32% (40/125)
Receiving objects:  33% (42/125)
Receiving objects:  34% (43/125)
Receiving objects:  35% (44/125)
Receiving objects:  36% (45/125)
Receiving objects:  37% (47/125)
Receiving objects:  38% (48/125)
Receiving objects:  39% (49/125)
Receiving objects:  40% (50/125)
Receiving objects:  41% (52/125)
Receiving objects:  42% (53/125)
Receiving objects:  43% (54/125)
Receiving objects:  44% (55/125)
Receiving objects:  45% (57/125)
Receiving objects:  46% (58/125)
Receiving objects:  47% (59/125)
Receiving objects:  48% (60/125)
Receiving objects:  49% (62/125)
Receiving objects:  50% (63/125)
Receiving objects:  51% (64/125)
Receiving objects:  52% (65/125)
Receiving objects:  53% (67/125)
Receiving objects:  54% (68/125)
Receiving objects:  55% (69/125)
Receiving objects:  56% (70/125)
Receiving objects:  57% (72/125)
Receiving objects:  58% (73/125)
Receiving objects:  59% (74/125)
Receiving objects:  60% (75/125)
Receiving objects:  61% (77/125)
Receiving objects:  62% (78/125)
Receiving objects:  63% (79/125)
Receiving objects:  64% (80/125)
Receiving objects:  65% (82/125)
Receiving objects:  66% (83/125)
Receiving objects:  67% (84/125)
Receiving objects:  68% (85/125)
Receiving objects:  69% (87/125)
Receiving objects:  70% (88/125)
Receiving objects:  71% (89/125)
Receiving objects:  72% (90/125)
Receiving objects:  73% (92/125)
Receiving objects:  74% (93/125)
Receiving objects:  75% (94/125)
Receiving objects:  76% (95/125)
Receiving objects:  77% (97/125)
Receiving objects:  78% (98/125)
Receiving objects:  79% (99/125)
Receiving objects:  80% (100/125)
Receiving objects:  81% (102/125)
Receiving objects:  82% (103/125)
Receiving objects:  83% (104/125)
Receiving objects:  84% (105/125)
Receiving objects:  85% (107/125)
Receiving objects:  86% (108/125)
Receiving objects:  87% (109/125)
Receiving objects:  88% (110/125)
Receiving objects:  89% (112/125)
Receiving objects:  90% (113/125)
Receiving objects:  91% (114/125)
Receiving objects:  92% (115/125)
Receiving objects:  93% (117/125)
Receiving objects:  94% (118/125)
Receiving objects:  95% (119/125)
Receiving objects:  96% (120/125)
Receiving objects:  97% (122/125)
Receiving objects:  98% (123/125)
Receiving objects:  99% (124/125)
Receiving objects: 100% (125/125)
Receiving objects: 100% (125/125), 12.10 KiB | 12.10 MiB/s, done.
Resolving deltas:   0% (0/26)
Resolving deltas:   3% (1/26)
Resolving deltas:  11% (3/26)
Resolving deltas:  69% (18/26)
Resolving deltas: 100% (26/26)
Resolving deltas: 100% (26/26), done.
Cloning into '/root/workspace/weifang-config/container/A001/params_new/perception_lidar_camera_fusion'...
remote: Enumerating objects: 30, done.        
remote: Counting objects:   5% (1/19)        
remote: Counting objects:  10% (2/19)        
remote: Counting objects:  15% (3/19)        
remote: Counting objects:  21% (4/19)        
remote: Counting objects:  26% (5/19)        
remote: Counting objects:  31% (6/19)        
remote: Counting objects:  36% (7/19)        
remote: Counting objects:  42% (8/19)        
remote: Counting objects:  47% (9/19)        
remote: Counting objects:  52% (10/19)        
remote: Counting objects:  57% (11/19)        
remote: Counting objects:  63% (12/19)        
remote: Counting objects:  68% (13/19)        
remote: Counting objects:  73% (14/19)        
remote: Counting objects:  78% (15/19)        
remote: Counting objects:  84% (16/19)        
remote: Counting objects:  89% (17/19)        
remote: Counting objects:  94% (18/19)        
remote: Counting objects: 100% (19/19)        
remote: Counting objects: 100% (19/19), done.        
remote: Compressing objects:   9% (1/11)        
remote: Compressing objects:  18% (2/11)        
remote: Compressing objects:  27% (3/11)        
remote: Compressing objects:  36% (4/11)        
remote: Compressing objects:  45% (5/11)        
remote: Compressing objects:  54% (6/11)        
remote: Compressing objects:  63% (7/11)        
remote: Compressing objects:  72% (8/11)        
remote: Compressing objects:  81% (9/11)        
remote: Compressing objects:  90% (10/11)        
remote: Compressing objects: 100% (11/11)        
remote: Compressing objects: 100% (11/11), done.        
remote: Total 30 (delta 2), reused 0 (delta 0), pack-reused 11        
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), 6.33 KiB | 6.33 MiB/s, done.
Resolving deltas:   0% (0/3)
Resolving deltas:  33% (1/3)
Resolving deltas:  66% (2/3)
Resolving deltas: 100% (3/3)
Resolving deltas: 100% (3/3), done.
Cloning into '/root/workspace/weifang-config/container/A001/params_new/perception_new_detection'...
remote: Enumerating objects: 4787, done.        
remote: Counting objects:   0% (1/183)        
remote: Counting objects:   1% (2/183)        
remote: Counting objects:   2% (4/183)        
remote: Counting objects:   3% (6/183)        
remote: Counting objects:   4% (8/183)        
remote: Counting objects:   5% (10/183)        
remote: Counting objects:   6% (11/183)        
remote: Counting objects:   7% (13/183)        
remote: Counting objects:   8% (15/183)        
remote: Counting objects:   9% (17/183)        
remote: Counting objects:  10% (19/183)        
remote: Counting objects:  11% (21/183)        
remote: Counting objects:  12% (22/183)        
remote: Counting objects:  13% (24/183)        
remote: Counting objects:  14% (26/183)        
remote: Counting objects:  15% (28/183)        
remote: Counting objects:  16% (30/183)        
remote: Counting objects:  17% (32/183)        
remote: Counting objects:  18% (33/183)        
remote: Counting objects:  19% (35/183)        
remote: Counting objects:  20% (37/183)        
remote: Counting objects:  21% (39/183)        
remote: Counting objects:  22% (41/183)        
remote: Counting objects:  23% (43/183)        
remote: Counting objects:  24% (44/183)        
remote: Counting objects:  25% (46/183)        
remote: Counting objects:  26% (48/183)        
remote: Counting objects:  27% (50/183)        
remote: Counting objects:  28% (52/183)        
remote: Counting objects:  29% (54/183)        
remote: Counting objects:  30% (55/183)        
remote: Counting objects:  31% (57/183)        
remote: Counting objects:  32% (59/183)        
remote: Counting objects:  33% (61/183)        
remote: Counting objects:  34% (63/183)        
remote: Counting objects:  35% (65/183)        
remote: Counting objects:  36% (66/183)        
remote: Counting objects:  37% (68/183)        
remote: Counting objects:  38% (70/183)        
remote: Counting objects:  39% (72/183)        
remote: Counting objects:  40% (74/183)        
remote: Counting objects:  41% (76/183)        
remote: Counting objects:  42% (77/183)        
remote: Counting objects:  43% (79/183)        
remote: Counting objects:  44% (81/183)        
remote: Counting objects:  45% (83/183)        
remote: Counting objects:  46% (85/183)        
remote: Counting objects:  47% (87/183)        
remote: Counting objects:  48% (88/183)        
remote: Counting objects:  49% (90/183)        
remote: Counting objects:  50% (92/183)        
remote: Counting objects:  51% (94/183)        
remote: Counting objects:  52% (96/183)        
remote: Counting objects:  53% (97/183)        
remote: Counting objects:  54% (99/183)        
remote: Counting objects:  55% (101/183)        
remote: Counting objects:  56% (103/183)        
remote: Counting objects:  57% (105/183)        
remote: Counting objects:  58% (107/183)        
remote: Counting objects:  59% (108/183)        
remote: Counting objects:  60% (110/183)        
remote: Counting objects:  61% (112/183)        
remote: Counting objects:  62% (114/183)        
remote: Counting objects:  63% (116/183)        
remote: Counting objects:  64% (118/183)        
remote: Counting objects:  65% (119/183)        
remote: Counting objects:  66% (121/183)        
remote: Counting objects:  67% (123/183)        
remote: Counting objects:  68% (125/183)        
remote: Counting objects:  69% (127/183)        
remote: Counting objects:  70% (129/183)        
remote: Counting objects:  71% (130/183)        
remote: Counting objects:  72% (132/183)        
remote: Counting objects:  73% (134/183)        
remote: Counting objects:  74% (136/183)        
remote: Counting objects:  75% (138/183)        
remote: Counting objects:  76% (140/183)        
remote: Counting objects:  77% (141/183)        
remote: Counting objects:  78% (143/183)        
remote: Counting objects:  79% (145/183)        
remote: Counting objects:  80% (147/183)        
remote: Counting objects:  81% (149/183)        
remote: Counting objects:  82% (151/183)        
remote: Counting objects:  83% (152/183)        
remote: Counting objects:  84% (154/183)        
remote: Counting objects:  85% (156/183)        
remote: Counting objects:  86% (158/183)        
remote: Counting objects:  87% (160/183)        
remote: Counting objects:  88% (162/183)        
remote: Counting objects:  89% (163/183)
remote: Counting objects:  90% (165/183)        
remote: Counting objects:  91% (167/183)        
remote: Counting objects:  92% (169/183)        
remote: Counting objects:  93% (171/183)        
remote: Counting objects:  94% (173/183)        
remote: Counting objects:  95% (174/183)        
remote: Counting objects:  96% (176/183)        
remote: Counting objects:  97% (178/183)        
remote: Counting objects:  98% (180/183)        
remote: Counting objects:  99% (182/183)        
remote: Counting objects: 100% (183/183)        
remote: Counting objects: 100% (183/183), done.        
remote: Compressing objects:   0% (1/120)        
remote: Compressing objects:   1% (2/120)        
remote: Compressing objects:   2% (3/120)        
remote: Compressing objects:   3% (4/120)        
remote: Compressing objects:   4% (5/120)        
remote: Compressing objects:   5% (6/120)        
remote: Compressing objects:   6% (8/120)        
remote: Compressing objects:   7% (9/120)        
remote: Compressing objects:   8% (10/120)        
remote: Compressing objects:   9% (11/120)        
remote: Compressing objects:  10% (12/120)        
remote: Compressing objects:  11% (14/120)        
remote: Compressing objects:  12% (15/120)        
remote: Compressing objects:  13% (16/120)        
remote: Compressing objects:  14% (17/120)        
remote: Compressing objects:  15% (18/120)        
remote: Compressing objects:  16% (20/120)        
remote: Compressing objects:  17% (21/120)        
remote: Compressing objects:  18% (22/120)        
remote: Compressing objects:  19% (23/120)        
remote: Compressing objects:  20% (24/120)
remote: Compressing objects:  21% (26/120)        
remote: Compressing objects:  22% (27/120)        
remote: Compressing objects:  23% (28/120)        
remote: Compressing objects:  24% (29/120)        
remote: Compressing objects:  25% (30/120)        
remote: Compressing objects:  26% (32/120)        
remote: Compressing objects:  27% (33/120)        
remote: Compressing objects:  28% (34/120)        
remote: Compressing objects:  29% (35/120)        
remote: Compressing objects:  30% (36/120)        
remote: Compressing objects:  31% (38/120)        
remote: Compressing objects:  32% (39/120)        
remote: Compressing objects:  33% (40/120)        
remote: Compressing objects:  34% (41/120)        
remote: Compressing objects:  35% (42/120)        
remote: Compressing objects:  36% (44/120)        
remote: Compressing objects:  37% (45/120)        
remote: Compressing objects:  38% (46/120)        
remote: Compressing objects:  39% (47/120)        
remote: Compressing objects:  40% (48/120)        
remote: Compressing objects:  41% (50/120)        
remote: Compressing objects:  42% (51/120)        
remote: Compressing objects:  43% (52/120)        
remote: Compressing objects:  44% (53/120)        
remote: Compressing objects:  45% (54/120)        
remote: Compressing objects:  46% (56/120)        
remote: Compressing objects:  47% (57/120)        
remote: Compressing objects:  48% (58/120)        
remote: Compressing objects:  49% (59/120)        
remote: Compressing objects:  50% (60/120)
remote: Compressing objects:  51% (62/120)        
remote: Compressing objects:  52% (63/120)        
remote: Compressing objects:  53% (64/120)        
remote: Compressing objects:  54% (65/120)        
remote: Compressing objects:  55% (66/120)        
remote: Compressing objects:  56% (68/120)        
remote: Compressing objects:  57% (69/120)        
remote: Compressing objects:  58% (70/120)        
remote: Compressing objects:  59% (71/120)        
remote: Compressing objects:  60% (72/120)        
remote: Compressing objects:  61% (74/120)        
remote: Compressing objects:  62% (75/120)        
remote: Compressing objects:  63% (76/120)        
remote: Compressing objects:  64% (77/120)        
remote: Compressing objects:  65% (78/120)        
remote: Compressing objects:  66% (80/120)        
remote: Compressing objects:  67% (81/120)        
remote: Compressing objects:  68% (82/120)        
remote: Compressing objects:  69% (83/120)        
remote: Compressing objects:  70% (84/120)        
remote: Compressing objects:  71% (86/120)        
remote: Compressing objects:  72% (87/120)        
remote: Compressing objects:  73% (88/120)        
remote: Compressing objects:  74% (89/120)        
remote: Compressing objects:  75% (90/120)        
remote: Compressing objects:  76% (92/120)        
remote: Compressing objects:  77% (93/120)        
remote: Compressing objects:  78% (94/120)        
remote: Compressing objects:  79% (95/120)        
remote: Compressing objects:  80% (96/120)        
remote: Compressing objects:  81% (98/120)        
remote: Compressing objects:  82% (99/120)        
remote: Compressing objects:  83% (100/120)        
remote: Compressing objects:  84% (101/120)        
remote: Compressing objects:  85% (102/120)        
remote: Compressing objects:  86% (104/120)        
remote: Compressing objects:  87% (105/120)        
remote: Compressing objects:  88% (106/120)        
remote: Compressing objects:  89% (107/120)        
remote: Compressing objects:  90% (108/120)
remote: Compressing objects:  91% (110/120)        
remote: Compressing objects:  92% (111/120)        
remote: Compressing objects:  93% (112/120)        
remote: Compressing objects:  94% (113/120)        
remote: Compressing objects:  95% (114/120)        
remote: Compressing objects:  96% (116/120)        
remote: Compressing objects:  97% (117/120)        
remote: Compressing objects:  98% (118/120)        
remote: Compressing objects:  99% (119/120)        
remote: Compressing objects: 100% (120/120)        
remote: Compressing objects: 100% (120/120), done.        
Receiving objects:   0% (1/4787)
Receiving objects:   1% (48/4787)
Receiving objects:   2% (96/4787)
Receiving objects:   3% (144/4787)
Receiving objects:   4% (192/4787)
Receiving objects:   5% (240/4787)
Receiving objects:   6% (288/4787)
Receiving objects:   7% (336/4787)
Receiving objects:   8% (383/4787)
Receiving objects:   9% (431/4787)
Receiving objects:  10% (479/4787)
Receiving objects:  11% (527/4787)
Receiving objects:  12% (575/4787)
Receiving objects:  13% (623/4787)
Receiving objects:  14% (671/4787)
Receiving objects:  15% (719/4787)
Receiving objects:  16% (766/4787)
Receiving objects:  17% (814/4787)
Receiving objects:  18% (862/4787)
Receiving objects:  19% (910/4787)
Receiving objects:  20% (958/4787)
Receiving objects:  21% (1006/4787)
Receiving objects:  22% (1054/4787)
Receiving objects:  23% (1102/4787)
Receiving objects:  24% (1149/4787)
Receiving objects:  25% (1197/4787)
Receiving objects:  26% (1245/4787)
Receiving objects:  27% (1293/4787)
Receiving objects:  28% (1341/4787)
Receiving objects:  29% (1389/4787)
Receiving objects:  30% (1437/4787)
Receiving objects:  31% (1484/4787)
Receiving objects:  32% (1532/4787)
Receiving objects:  33% (1580/4787)
Receiving objects:  34% (1628/4787)
Receiving objects:  35% (1676/4787)
Receiving objects:  36% (1724/4787)
Receiving objects:  37% (1772/4787)
Receiving objects:  38% (1820/4787)
Receiving objects:  39% (1867/4787)
Receiving objects:  40% (1915/4787)
Receiving objects:  41% (1963/4787)
Receiving objects:  42% (2011/4787)
Receiving objects:  43% (2059/4787)
Receiving objects:  44% (2107/4787)
Receiving objects:  45% (2155/4787)
Receiving objects:  46% (2203/4787)
Receiving objects:  47% (2250/4787)
Receiving objects:  48% (2298/4787)
Receiving objects:  49% (2346/4787)
Receiving objects:  50% (2394/4787)
Receiving objects:  51% (2442/4787)
Receiving objects:  52% (2490/4787)
Receiving objects:  53% (2538/4787)
Receiving objects:  54% (2585/4787)
Receiving objects:  55% (2633/4787)
Receiving objects:  56% (2681/4787)
Receiving objects:  57% (2729/4787)
Receiving objects:  58% (2777/4787)
Receiving objects:  59% (2825/4787)
Receiving objects:  60% (2873/4787)
Receiving objects:  61% (2921/4787)
Receiving objects:  62% (2968/4787)
Receiving objects:  63% (3016/4787)
Receiving objects:  64% (3064/4787)
Receiving objects:  65% (3112/4787)
Receiving objects:  66% (3160/4787)
Receiving objects:  67% (3208/4787)
Receiving objects:  68% (3256/4787)
Receiving objects:  69% (3304/4787)
Receiving objects:  70% (3351/4787)
Receiving objects:  71% (3399/4787)
Receiving objects:  72% (3447/4787)
Receiving objects:  73% (3495/4787)
Receiving objects:  74% (3543/4787)
Receiving objects:  75% (3591/4787)
Receiving objects:  76% (3639/4787)
Receiving objects:  77% (3686/4787)
Receiving objects:  78% (3734/4787)
Receiving objects:  79% (3782/4787)
Receiving objects:  80% (3830/4787)
Receiving objects:  81% (3878/4787)
Receiving objects:  82% (3926/4787)
Receiving objects:  83% (3974/4787)
Receiving objects:  84% (4022/4787)
Receiving objects:  85% (4069/4787)
Receiving objects:  86% (4117/4787)
remote: Total 4787 (delta 30), reused 170 (delta 26), pack-reused 4604        
Receiving objects:  87% (4165/4787)
Receiving objects:  88% (4213/4787)
Receiving objects:  89% (4261/4787)
Receiving objects:  90% (4309/4787)
Receiving objects:  91% (4357/4787)
Receiving objects:  92% (4405/4787)
Receiving objects:  93% (4452/4787)
Receiving objects:  94% (4500/4787)
Receiving objects:  95% (4548/4787)
Receiving objects:  96% (4596/4787)
Receiving objects:  97% (4644/4787)
Receiving objects:  98% (4692/4787)
Receiving objects:  99% (4740/4787)
Receiving objects: 100% (4787/4787)
Receiving objects: 100% (4787/4787), 501.05 KiB | 38.54 MiB/s, done.
Resolving deltas:   0% (0/919)
Resolving deltas:   1% (18/919)
Resolving deltas:   5% (51/919)
Resolving deltas:   7% (70/919)
Resolving deltas:   8% (74/919)
Resolving deltas:  10% (99/919)
Resolving deltas:  11% (102/919)
Resolving deltas:  12% (115/919)
Resolving deltas:  13% (126/919)
Resolving deltas:  15% (144/919)
Resolving deltas:  16% (148/919)
Resolving deltas:  17% (157/919)
Resolving deltas:  18% (166/919)
Resolving deltas:  19% (175/919)
Resolving deltas:  20% (184/919)
Resolving deltas:  22% (203/919)
Resolving deltas:  23% (212/919)
Resolving deltas:  24% (221/919)
Resolving deltas:  31% (290/919)
Resolving deltas:  34% (316/919)
Resolving deltas:  62% (576/919)
Resolving deltas: 100% (919/919)
Resolving deltas: 100% (919/919), done.
Cloning into '/root/workspace/weifang-config/container/A001/params_new/perception_spreader_imv'...
remote: Enumerating objects: 191, done.        
remote: Counting objects:   2% (1/40)        
remote: Counting objects:   5% (2/40)        
remote: Counting objects:   7% (3/40)        
remote: Counting objects:  10% (4/40)        
remote: Counting objects:  12% (5/40)        
remote: Counting objects:  15% (6/40)        
remote: Counting objects:  17% (7/40)        
remote: Counting objects:  20% (8/40)        
remote: Counting objects:  22% (9/40)        
remote: Counting objects:  25% (10/40)        
remote: Counting objects:  27% (11/40)        
remote: Counting objects:  30% (12/40)        
remote: Counting objects:  32% (13/40)        
remote: Counting objects:  35% (14/40)        
remote: Counting objects:  37% (15/40)        
remote: Counting objects:  40% (16/40)        
remote: Counting objects:  42% (17/40)        
remote: Counting objects:  45% (18/40)        
remote: Counting objects:  47% (19/40)        
remote: Counting objects:  50% (20/40)        
remote: Counting objects:  52% (21/40)        
remote: Counting objects:  55% (22/40)        
remote: Counting objects:  57% (23/40)        
remote: Counting objects:  60% (24/40)        
remote: Counting objects:  62% (25/40)        
remote: Counting objects:  65% (26/40)        
remote: Counting objects:  67% (27/40)        
remote: Counting objects:  70% (28/40)        
remote: Counting objects:  72% (29/40)        
remote: Counting objects:  75% (30/40)        
remote: Counting objects:  77% (31/40)        
remote: Counting objects:  80% (32/40)        
remote: Counting objects:  82% (33/40)        
remote: Counting objects:  85% (34/40)        
remote: Counting objects:  87% (35/40)        
remote: Counting objects:  90% (36/40)        
remote: Counting objects:  92% (37/40)        
remote: Counting objects:  95% (38/40)        
remote: Counting objects:  97% (39/40)        
remote: Counting objects: 100% (40/40)        
remote: Counting objects: 100% (40/40), done.        
remote: Compressing objects:   3% (1/32)        
remote: Compressing objects:   6% (2/32)        
remote: Compressing objects:   9% (3/32)        
remote: Compressing objects:  12% (4/32)        
remote: Compressing objects:  15% (5/32)        
remote: Compressing objects:  18% (6/32)        
remote: Compressing objects:  21% (7/32)        
remote: Compressing objects:  25% (8/32)        
remote: Compressing objects:  28% (9/32)        
remote: Compressing objects:  31% (10/32)        
remote: Compressing objects:  34% (11/32)        
remote: Compressing objects:  37% (12/32)        
remote: Compressing objects:  40% (13/32)        
remote: Compressing objects:  43% (14/32)        
remote: Compressing objects:  46% (15/32)        
remote: Compressing objects:  50% (16/32)        
remote: Compressing objects:  53% (17/32)        
remote: Compressing objects:  56% (18/32)        
remote: Compressing objects:  59% (19/32)        
remote: Compressing objects:  62% (20/32)        
remote: Compressing objects:  65% (21/32)        
remote: Compressing objects:  68% (22/32)        
remote: Compressing objects:  71% (23/32)        
remote: Compressing objects:  75% (24/32)        
remote: Compressing objects:  78% (25/32)        
remote: Compressing objects:  81% (26/32)        
remote: Compressing objects:  84% (27/32)        
remote: Compressing objects:  87% (28/32)        
remote: Compressing objects:  90% (29/32)        
remote: Compressing objects:  93% (30/32)        
remote: Compressing objects:  96% (31/32)        
remote: Compressing objects: 100% (32/32)        
remote: Compressing objects: 100% (32/32), done.        
remote: Total 191 (delta 9), reused 36 (delta 8), pack-reused 151        
Receiving objects:   0% (1/191)
Receiving objects:   1% (2/191)
Receiving objects:   2% (4/191)
Receiving objects:   3% (6/191)
Receiving objects:   4% (8/191)
Receiving objects:   5% (10/191)
Receiving objects:   6% (12/191)
Receiving objects:   7% (14/191)
Receiving objects:   8% (16/191)
Receiving objects:   9% (18/191)
Receiving objects:  10% (20/191)
Receiving objects:  11% (22/191)
Receiving objects:  12% (23/191)
Receiving objects:  13% (25/191)
Receiving objects:  14% (27/191)
Receiving objects:  15% (29/191)
Receiving objects:  16% (31/191)
Receiving objects:  17% (33/191)
Receiving objects:  18% (35/191)
Receiving objects:  19% (37/191)
Receiving objects:  20% (39/191)
Receiving objects:  21% (41/191)
Receiving objects:  22% (43/191)
Receiving objects:  23% (44/191)
Receiving objects:  24% (46/191)
Receiving objects:  25% (48/191)
Receiving objects:  26% (50/191)
Receiving objects:  27% (52/191)
Receiving objects:  28% (54/191)
Receiving objects:  29% (56/191)
Receiving objects:  30% (58/191)
Receiving objects:  31% (60/191)
Receiving objects:  32% (62/191)
Receiving objects:  33% (64/191)
Receiving objects:  34% (65/191)
Receiving objects:  35% (67/191)
Receiving objects:  36% (69/191)
Receiving objects:  37% (71/191)
Receiving objects:  38% (73/191)
Receiving objects:  39% (75/191)
Receiving objects:  40% (77/191)
Receiving objects:  41% (79/191)
Receiving objects:  42% (81/191)
Receiving objects:  43% (83/191)
Receiving objects:  44% (85/191)
Receiving objects:  45% (86/191)
Receiving objects:  46% (88/191)
Receiving objects:  47% (90/191)
Receiving objects:  48% (92/191)
Receiving objects:  49% (94/191)
Receiving objects:  50% (96/191)
Receiving objects:  51% (98/191)
Receiving objects:  52% (100/191)
Receiving objects:  53% (102/191)
Receiving objects:  54% (104/191)
Receiving objects:  55% (106/191)
Receiving objects:  56% (107/191)
Receiving objects:  57% (109/191)
Receiving objects:  58% (111/191)
Receiving objects:  59% (113/191)
Receiving objects:  60% (115/191)
Receiving objects:  61% (117/191)
Receiving objects:  62% (119/191)
Receiving objects:  63% (121/191)
Receiving objects:  64% (123/191)
Receiving objects:  65% (125/191)
Receiving objects:  66% (127/191)
Receiving objects:  67% (128/191)
Receiving objects:  68% (130/191)
Receiving objects:  69% (132/191)
Receiving objects:  70% (134/191)
Receiving objects:  71% (136/191)
Receiving objects:  72% (138/191)
Receiving objects:  73% (140/191)
Receiving objects:  74% (142/191)
Receiving objects:  75% (144/191)
Receiving objects:  76% (146/191)
Receiving objects:  77% (148/191)
Receiving objects:  78% (149/191)
Receiving objects:  79% (151/191)
Receiving objects:  80% (153/191)
Receiving objects:  81% (155/191)
Receiving objects:  82% (157/191)
Receiving objects:  83% (159/191)
Receiving objects:  84% (161/191)
Receiving objects:  85% (163/191)
Receiving objects:  86% (165/191)
Receiving objects:  87% (167/191)
Receiving objects:  88% (169/191)
Receiving objects:  89% (170/191)
Receiving objects:  90% (172/191)
Receiving objects:  91% (174/191)
Receiving objects:  92% (176/191)
Receiving objects:  93% (178/191)
Receiving objects:  94% (180/191)
Receiving objects:  95% (182/191)
Receiving objects:  96% (184/191)
Receiving objects:  97% (186/191)
Receiving objects:  98% (188/191)
Receiving objects:  99% (190/191)
Receiving objects: 100% (191/191)
Receiving objects: 100% (191/191), 19.60 KiB | 19.60 MiB/s, done.
Resolving deltas:   0% (0/57)
Resolving deltas:   8% (5/57)
Resolving deltas:  17% (10/57)
Resolving deltas:  19% (11/57)
Resolving deltas:  21% (12/57)
Resolving deltas:  22% (13/57)
Resolving deltas:  24% (14/57)
Resolving deltas:  26% (15/57)
Resolving deltas:  28% (16/57)
Resolving deltas:  66% (38/57)
Resolving deltas: 100% (57/57)
Resolving deltas: 100% (57/57), done.
Cloning into '/root/workspace/weifang-config/container/A001/params_new/perception_spreader_truck'...
remote: Enumerating objects: 71, done.        
remote: Counting objects:   2% (1/48)        
remote: Counting objects:   4% (2/48)        
remote: Counting objects:   6% (3/48)        
remote: Counting objects:   8% (4/48)        
remote: Counting objects:  10% (5/48)        
remote: Counting objects:  12% (6/48)        
remote: Counting objects:  14% (7/48)        
remote: Counting objects:  16% (8/48)        
remote: Counting objects:  18% (9/48)        
remote: Counting objects:  20% (10/48)        
remote: Counting objects:  22% (11/48)        
remote: Counting objects:  25% (12/48)        
remote: Counting objects:  27% (13/48)        
remote: Counting objects:  29% (14/48)        
remote: Counting objects:  31% (15/48)        
remote: Counting objects:  33% (16/48)        
remote: Counting objects:  35% (17/48)        
remote: Counting objects:  37% (18/48)        
remote: Counting objects:  39% (19/48)        
remote: Counting objects:  41% (20/48)        
remote: Counting objects:  43% (21/48)        
remote: Counting objects:  45% (22/48)        
remote: Counting objects:  47% (23/48)        
remote: Counting objects:  50% (24/48)        
remote: Counting objects:  52% (25/48)        
remote: Counting objects:  54% (26/48)        
remote: Counting objects:  56% (27/48)        
remote: Counting objects:  58% (28/48)        
remote: Counting objects:  60% (29/48)        
remote: Counting objects:  62% (30/48)        
remote: Counting objects:  64% (31/48)        
remote: Counting objects:  66% (32/48)        
remote: Counting objects:  68% (33/48)        
remote: Counting objects:  70% (34/48)        
remote: Counting objects:  72% (35/48)        
remote: Counting objects:  75% (36/48)        
remote: Counting objects:  77% (37/48)        
remote: Counting objects:  79% (38/48)        
remote: Counting objects:  81% (39/48)        
remote: Counting objects:  83% (40/48)        
remote: Counting objects:  85% (41/48)        
remote: Counting objects:  87% (42/48)        
remote: Counting objects:  89% (43/48)        
remote: Counting objects:  91% (44/48)        
remote: Counting objects:  93% (45/48)        
remote: Counting objects:  95% (46/48)        
remote: Counting objects:  97% (47/48)        
remote: Counting objects: 100% (48/48)        
remote: Counting objects: 100% (48/48), 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 71 (delta 22), reused 46 (delta 20), pack-reused 23        
Receiving objects:   1% (1/71)
Receiving objects:   2% (2/71)
Receiving objects:   4% (3/71)
Receiving objects:   5% (4/71)
Receiving objects:   7% (5/71)
Receiving objects:   8% (6/71)
Receiving objects:   9% (7/71)
Receiving objects:  11% (8/71)
Receiving objects:  12% (9/71)
Receiving objects:  14% (10/71)
Receiving objects:  15% (11/71)
Receiving objects:  16% (12/71)
Receiving objects:  18% (13/71)
Receiving objects:  19% (14/71)
Receiving objects:  21% (15/71)
Receiving objects:  22% (16/71)
Receiving objects:  23% (17/71)
Receiving objects:  25% (18/71)
Receiving objects:  26% (19/71)
Receiving objects:  28% (20/71)
Receiving objects:  29% (21/71)
Receiving objects:  30% (22/71)
Receiving objects:  32% (23/71)
Receiving objects:  33% (24/71)
Receiving objects:  35% (25/71)
Receiving objects:  36% (26/71)
Receiving objects:  38% (27/71)
Receiving objects:  39% (28/71)
Receiving objects:  40% (29/71)
Receiving objects:  42% (30/71)
Receiving objects:  43% (31/71)
Receiving objects:  45% (32/71)
Receiving objects:  46% (33/71)
Receiving objects:  47% (34/71)
Receiving objects:  49% (35/71)
Receiving objects:  50% (36/71)
Receiving objects:  52% (37/71)
Receiving objects:  53% (38/71)
Receiving objects:  54% (39/71)
Receiving objects:  56% (40/71)
Receiving objects:  57% (41/71)
Receiving objects:  59% (42/71)
Receiving objects:  60% (43/71)
Receiving objects:  61% (44/71)
Receiving objects:  63% (45/71)
Receiving objects:  64% (46/71)
Receiving objects:  66% (47/71)
Receiving objects:  67% (48/71)
Receiving objects:  69% (49/71)
Receiving objects:  70% (50/71)
Receiving objects:  71% (51/71)
Receiving objects:  73% (52/71)
Receiving objects:  74% (53/71)
Receiving objects:  76% (54/71)
Receiving objects:  77% (55/71)
Receiving objects:  78% (56/71)
Receiving objects:  80% (57/71)
Receiving objects:  81% (58/71)
Receiving objects:  83% (59/71)
Receiving objects:  84% (60/71)
Receiving objects:  85% (61/71)
Receiving objects:  87% (62/71)
Receiving objects:  88% (63/71)
Receiving objects:  90% (64/71)
Receiving objects:  91% (65/71)
Receiving objects:  92% (66/71)
Receiving objects:  94% (67/71)
Receiving objects:  95% (68/71)
Receiving objects:  97% (69/71)
Receiving objects:  98% (70/71)
Receiving objects: 100% (71/71)
Receiving objects: 100% (71/71), 7.24 KiB | 7.24 MiB/s, done.
Resolving deltas:   0% (0/30)
Resolving deltas:  20% (6/30)
Resolving deltas:  46% (14/30)
Resolving deltas:  86% (26/30)
Resolving deltas: 100% (30/30)
Resolving deltas: 100% (30/30), done.
Cloning into '/root/workspace/weifang-config/container/A001/params_new/perception_vehicles'...
remote: Enumerating objects: 27, done.        
remote: Counting objects:   3% (1/27)        
remote: Counting objects:   7% (2/27)        
remote: Counting objects:  11% (3/27)        
remote: Counting objects:  14% (4/27)        
remote: Counting objects:  18% (5/27)        
remote: Counting objects:  22% (6/27)        
remote: Counting objects:  25% (7/27)        
remote: Counting objects:  29% (8/27)        
remote: Counting objects:  33% (9/27)        
remote: Counting objects:  37% (10/27)        
remote: Counting objects:  40% (11/27)        
remote: Counting objects:  44% (12/27)        
remote: Counting objects:  48% (13/27)        
remote: Counting objects:  51% (14/27)        
remote: Counting objects:  55% (15/27)        
remote: Counting objects:  59% (16/27)        
remote: Counting objects:  62% (17/27)        
remote: Counting objects:  66% (18/27)        
remote: Counting objects:  70% (19/27)        
remote: Counting objects:  74% (20/27)        
remote: Counting objects:  77% (21/27)        
remote: Counting objects:  81% (22/27)        
remote: Counting objects:  85% (23/27)        
remote: Counting objects:  88% (24/27)        
remote: Counting objects:  92% (25/27)        
remote: Counting objects:  96% (26/27)        
remote: Counting objects: 100% (27/27)        
remote: Counting objects: 100% (27/27), done.        
remote: Compressing objects:   5% (1/19)        
remote: Compressing objects:  10% (2/19)        
remote: Compressing objects:  15% (3/19)        
remote: Compressing objects:  21% (4/19)        
remote: Compressing objects:  26% (5/19)        
remote: Compressing objects:  31% (6/19)        
remote: Compressing objects:  36% (7/19)        
remote: Compressing objects:  42% (8/19)        
remote: Compressing objects:  47% (9/19)        
remote: Compressing objects:  52% (10/19)        
remote: Compressing objects:  57% (11/19)        
remote: Compressing objects:  63% (12/19)        
remote: Compressing objects:  68% (13/19)        
remote: Compressing objects:  73% (14/19)        
remote: Compressing objects:  78% (15/19)        
remote: Compressing objects:  84% (16/19)        
remote: Compressing objects:  89% (17/19)        
remote: Compressing objects:  94% (18/19)        
remote: Compressing objects: 100% (19/19)        
remote: Compressing objects: 100% (19/19), done.        
remote: Total 27 (delta 4), reused 0 (delta 0), pack-reused 0        
Receiving objects:   3% (1/27)
Receiving objects:   7% (2/27)
Receiving objects:  11% (3/27)
Receiving objects:  14% (4/27)
Receiving objects:  18% (5/27)
Receiving objects:  22% (6/27)
Receiving objects:  25% (7/27)
Receiving objects:  29% (8/27)
Receiving objects:  33% (9/27)
Receiving objects:  37% (10/27)
Receiving objects:  40% (11/27)
Receiving objects:  44% (12/27)
Receiving objects:  48% (13/27)
Receiving objects:  51% (14/27)
Receiving objects:  55% (15/27)
Receiving objects:  59% (16/27)
Receiving objects:  62% (17/27)
Receiving objects:  66% (18/27)
Receiving objects:  70% (19/27)
Receiving objects:  74% (20/27)
Receiving objects:  77% (21/27)
Receiving objects:  81% (22/27)
Receiving objects:  85% (23/27)
Receiving objects:  88% (24/27)
Receiving objects:  92% (25/27)
Receiving objects:  96% (26/27)
Receiving objects: 100% (27/27)
Receiving objects: 100% (27/27), 4.11 KiB | 4.11 MiB/s, done.
Resolving deltas:   0% (0/4)
Resolving deltas:  25% (1/4)
Resolving deltas:  50% (2/4)
Resolving deltas: 100% (4/4)
Resolving deltas: 100% (4/4), done.
Cloning into '/root/workspace/weifang-config/container/A001/params_new/pointcloud_customized'...
remote: Enumerating objects: 348, done.        
remote: Counting objects:   1% (1/55)        
remote: Counting objects:   3% (2/55)        
remote: Counting objects:   5% (3/55)        
remote: Counting objects:   7% (4/55)        
remote: Counting objects:   9% (5/55)        
remote: Counting objects:  10% (6/55)        
remote: Counting objects:  12% (7/55)        
remote: Counting objects:  14% (8/55)        
remote: Counting objects:  16% (9/55)        
remote: Counting objects:  18% (10/55)        
remote: Counting objects:  20% (11/55)        
remote: Counting objects:  21% (12/55)        
remote: Counting objects:  23% (13/55)        
remote: Counting objects:  25% (14/55)        
remote: Counting objects:  27% (15/55)        
remote: Counting objects:  29% (16/55)        
remote: Counting objects:  30% (17/55)        
remote: Counting objects:  32% (18/55)        
remote: Counting objects:  34% (19/55)        
remote: Counting objects:  36% (20/55)        
remote: Counting objects:  38% (21/55)        
remote: Counting objects:  40% (22/55)        
remote: Counting objects:  41% (23/55)        
remote: Counting objects:  43% (24/55)        
remote: Counting objects:  45% (25/55)        
remote: Counting objects:  47% (26/55)        
remote: Counting objects:  49% (27/55)        
remote: Counting objects:  50% (28/55)        
remote: Counting objects:  52% (29/55)        
remote: Counting objects:  54% (30/55)        
remote: Counting objects:  56% (31/55)        
remote: Counting objects:  58% (32/55)        
remote: Counting objects:  60% (33/55)        
remote: Counting objects:  61% (34/55)        
remote: Counting objects:  63% (35/55)        
remote: Counting objects:  65% (36/55)        
remote: Counting objects:  67% (37/55)        
remote: Counting objects:  69% (38/55)        
remote: Counting objects:  70% (39/55)        
remote: Counting objects:  72% (40/55)        
remote: Counting objects:  74% (41/55)        
remote: Counting objects:  76% (42/55)        
remote: Counting objects:  78% (43/55)        
remote: Counting objects:  80% (44/55)        
remote: Counting objects:  81% (45/55)        
remote: Counting objects:  83% (46/55)        
remote: Counting objects:  85% (47/55)        
remote: Counting objects:  87% (48/55)        
remote: Counting objects:  89% (49/55)        
remote: Counting objects:  90% (50/55)        
remote: Counting objects:  92% (51/55)        
remote: Counting objects:  94% (52/55)        
remote: Counting objects:  96% (53/55)        
remote: Counting objects:  98% (54/55)        
remote: Counting objects: 100% (55/55)        
remote: Counting objects: 100% (55/55), 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/348)
Receiving objects:   1% (4/348)
Receiving objects:   2% (7/348)
Receiving objects:   3% (11/348)
Receiving objects:   4% (14/348)
Receiving objects:   5% (18/348)
Receiving objects:   6% (21/348)
Receiving objects:   7% (25/348)
Receiving objects:   8% (28/348)
Receiving objects:   9% (32/348)
Receiving objects:  10% (35/348)
Receiving objects:  11% (39/348)
Receiving objects:  12% (42/348)
Receiving objects:  13% (46/348)
Receiving objects:  13% (47/348), 47.25 MiB | 47.24 MiB/s
Receiving objects:  13% (48/348), 93.70 MiB | 46.87 MiB/s
Receiving objects:  13% (48/348), 143.51 MiB | 47.85 MiB/s
Receiving objects:  14% (49/348), 143.51 MiB | 47.85 MiB/s
Receiving objects:  15% (53/348), 163.87 MiB | 46.83 MiB/s
Receiving objects:  16% (56/348), 163.87 MiB | 46.83 MiB/s
Receiving objects:  17% (60/348), 163.87 MiB | 46.83 MiB/s
Receiving objects:  18% (63/348), 163.87 MiB | 46.83 MiB/s
Receiving objects:  19% (67/348), 163.87 MiB | 46.83 MiB/s
Receiving objects:  20% (70/348), 163.87 MiB | 46.83 MiB/s
Receiving objects:  21% (74/348), 163.87 MiB | 46.83 MiB/s
Receiving objects:  21% (74/348), 186.41 MiB | 46.61 MiB/s
Receiving objects:  22% (77/348), 186.41 MiB | 46.61 MiB/s
Receiving objects:  23% (81/348), 186.41 MiB | 46.61 MiB/s
Receiving objects:  24% (84/348), 186.41 MiB | 46.61 MiB/s
Receiving objects:  25% (87/348), 186.41 MiB | 46.61 MiB/s
Receiving objects:  26% (91/348), 186.41 MiB | 46.61 MiB/s
Receiving objects:  27% (94/348), 186.41 MiB | 46.61 MiB/s
Receiving objects:  28% (98/348), 186.41 MiB | 46.61 MiB/s
Receiving objects:  29% (101/348), 207.26 MiB | 46.07 MiB/s
Receiving objects:  30% (105/348), 207.26 MiB | 46.07 MiB/s
Receiving objects:  31% (108/348), 207.26 MiB | 46.07 MiB/s
Receiving objects:  32% (112/348), 207.26 MiB | 46.07 MiB/s
Receiving objects:  33% (115/348), 207.26 MiB | 46.07 MiB/s
Receiving objects:  34% (119/348), 207.26 MiB | 46.07 MiB/s
Receiving objects:  35% (122/348), 207.26 MiB | 46.07 MiB/s
Receiving objects:  36% (126/348), 207.26 MiB | 46.07 MiB/s
Receiving objects:  37% (129/348), 207.26 MiB | 46.07 MiB/s
Receiving objects:  38% (133/348), 207.26 MiB | 46.07 MiB/s
Receiving objects:  39% (136/348), 207.26 MiB | 46.07 MiB/s
Receiving objects:  39% (139/348), 226.43 MiB | 45.30 MiB/s
Receiving objects:  40% (140/348), 226.43 MiB | 45.30 MiB/s
Receiving objects:  41% (143/348), 226.43 MiB | 45.30 MiB/s
Receiving objects:  42% (147/348), 226.43 MiB | 45.30 MiB/s
Receiving objects:  43% (150/348), 226.43 MiB | 45.30 MiB/s
Receiving objects:  44% (154/348), 226.43 MiB | 45.30 MiB/s
Receiving objects:  45% (157/348), 226.43 MiB | 45.30 MiB/s
Receiving objects:  46% (161/348), 226.43 MiB | 45.30 MiB/s
Receiving objects:  47% (164/348), 254.52 MiB | 46.07 MiB/s
Receiving objects:  48% (168/348), 254.52 MiB | 46.07 MiB/s
Receiving objects:  48% (168/348), 276.53 MiB | 45.31 MiB/s
Receiving objects:  49% (171/348), 297.26 MiB | 45.23 MiB/s
Receiving objects:  50% (174/348), 297.26 MiB | 45.23 MiB/s
Receiving objects:  51% (178/348), 297.26 MiB | 45.23 MiB/s
Receiving objects:  52% (181/348), 297.26 MiB | 45.23 MiB/s
Receiving objects:  53% (185/348), 297.26 MiB | 45.23 MiB/s
Receiving objects:  53% (186/348), 319.39 MiB | 44.88 MiB/s
Receiving objects:  54% (188/348), 341.40 MiB | 43.98 MiB/s
Receiving objects:  55% (192/348), 341.40 MiB | 43.98 MiB/s
Receiving objects:  55% (192/348), 362.91 MiB | 44.23 MiB/s
Receiving objects:  56% (195/348), 382.16 MiB | 43.50 MiB/s
Receiving objects:  57% (199/348), 382.16 MiB | 43.50 MiB/s
Receiving objects:  57% (201/348), 403.80 MiB | 43.69 MiB/s
Receiving objects:  58% (202/348), 403.80 MiB | 43.69 MiB/s
Receiving objects:  59% (206/348), 424.52 MiB | 44.03 MiB/s
Receiving objects:  60% (209/348), 424.52 MiB | 44.03 MiB/s
Receiving objects:  61% (213/348), 424.52 MiB | 44.03 MiB/s
Receiving objects:  62% (216/348), 424.52 MiB | 44.03 MiB/s
Receiving objects:  63% (220/348), 424.52 MiB | 44.03 MiB/s
Receiving objects:  63% (221/348), 458.91 MiB | 45.43 MiB/s
Receiving objects:  64% (223/348), 458.91 MiB | 45.43 MiB/s
Receiving objects:  65% (227/348), 458.91 MiB | 45.43 MiB/s
Receiving objects:  66% (230/348), 458.91 MiB | 45.43 MiB/s
Receiving objects:  67% (234/348), 458.91 MiB | 45.43 MiB/s
Receiving objects:  68% (237/348), 458.91 MiB | 45.43 MiB/s
Receiving objects:  68% (238/348), 498.73 MiB | 44.78 MiB/s
Receiving objects:  69% (241/348), 517.39 MiB | 44.01 MiB/s
Receiving objects:  70% (244/348), 517.39 MiB | 44.01 MiB/s
Receiving objects:  70% (246/348), 538.15 MiB | 43.73 MiB/s
Receiving objects:  71% (248/348), 538.15 MiB | 43.73 MiB/s
Receiving objects:  72% (251/348), 538.15 MiB | 43.73 MiB/s
Receiving objects:  73% (255/348), 538.15 MiB | 43.73 MiB/s
Receiving objects:  74% (258/348), 538.15 MiB | 43.73 MiB/s
Receiving objects:  75% (261/348), 538.15 MiB | 43.73 MiB/s
Receiving objects:  76% (265/348), 538.15 MiB | 43.73 MiB/s
Receiving objects:  77% (268/348), 538.15 MiB | 43.73 MiB/s
Receiving objects:  78% (272/348), 538.15 MiB | 43.73 MiB/s
Receiving objects:  79% (275/348), 558.45 MiB | 43.46 MiB/s
Receiving objects:  80% (279/348), 558.45 MiB | 43.46 MiB/s
Receiving objects:  81% (282/348), 558.45 MiB | 43.46 MiB/s
Receiving objects:  82% (286/348), 558.45 MiB | 43.46 MiB/s
Receiving objects:  83% (289/348), 558.45 MiB | 43.46 MiB/s
Receiving objects:  84% (293/348), 558.45 MiB | 43.46 MiB/s
Receiving objects:  85% (296/348), 558.45 MiB | 43.46 MiB/s
Receiving objects:  86% (300/348), 558.45 MiB | 43.46 MiB/s
Receiving objects:  87% (303/348), 558.45 MiB | 43.46 MiB/s
Receiving objects:  88% (307/348), 558.45 MiB | 43.46 MiB/s
Receiving objects:  89% (310/348), 558.45 MiB | 43.46 MiB/s
Receiving objects:  89% (312/348), 579.90 MiB | 43.95 MiB/s
Receiving objects:  89% (313/348), 614.08 MiB | 21.22 MiB/s
Receiving objects:  90% (314/348), 614.08 MiB | 21.22 MiB/s
Receiving objects:  90% (314/348), 630.51 MiB | 17.47 MiB/s
Receiving objects:  91% (317/348), 630.51 MiB | 17.47 MiB/s
Receiving objects:  91% (318/348), 630.51 MiB | 17.47 MiB/s
Receiving objects:  91% (318/348), 641.48 MiB | 15.09 MiB/s
Receiving objects:  92% (321/348), 641.48 MiB | 15.09 MiB/s
Receiving objects:  93% (324/348), 641.48 MiB | 15.09 MiB/s
Receiving objects:  93% (326/348), 661.68 MiB | 15.22 MiB/s
Receiving objects:  94% (328/348), 661.68 MiB | 15.22 MiB/s
Receiving objects:  95% (331/348), 683.89 MiB | 15.55 MiB/s
Receiving objects:  96% (335/348), 705.89 MiB | 15.67 MiB/s
Receiving objects:  97% (338/348), 705.89 MiB | 15.67 MiB/s
Receiving objects:  97% (340/348), 722.83 MiB | 15.35 MiB/s
Receiving objects:  98% (342/348), 722.83 MiB | 15.35 MiB/s
remote: Total 348 (delta 11), reused 42 (delta 9), pack-reused 293        
Receiving objects:  99% (345/348), 722.83 MiB | 15.35 MiB/s
Receiving objects: 100% (348/348), 722.83 MiB | 15.35 MiB/s
Receiving objects: 100% (348/348), 729.16 MiB | 31.18 MiB/s, done.
Resolving deltas:   0% (0/61)
Resolving deltas:  19% (12/61)
Resolving deltas:  22% (14/61)
Resolving deltas:  26% (16/61)
Resolving deltas:  29% (18/61)
Resolving deltas:  31% (19/61)
Resolving deltas:  36% (22/61)
Resolving deltas:  39% (24/61)
Resolving deltas:  40% (25/61)
Resolving deltas:  45% (28/61)
Resolving deltas:  47% (29/61)
Resolving deltas:  57% (35/61)
Resolving deltas:  60% (37/61)
Resolving deltas:  63% (39/61)
Resolving deltas:  65% (40/61)
Resolving deltas:  68% (42/61)
Resolving deltas:  72% (44/61)
Resolving deltas:  75% (46/61)
Resolving deltas:  78% (48/61)
Resolving deltas:  86% (53/61)
Resolving deltas:  88% (54/61)
Resolving deltas:  91% (56/61)
Resolving deltas:  93% (57/61)
Resolving deltas:  95% (58/61)
Resolving deltas:  98% (60/61)
Resolving deltas: 100% (61/61)
Resolving deltas: 100% (61/61), done.
Cloning into '/root/workspace/weifang-config/container/A001/params_new/prediction_config'...
remote: Enumerating objects: 129, done.        
remote: Counting objects:   1% (1/85)        
remote: Counting objects:   2% (2/85)        
remote: Counting objects:   3% (3/85)        
remote: Counting objects:   4% (4/85)        
remote: Counting objects:   5% (5/85)        
remote: Counting objects:   7% (6/85)        
remote: Counting objects:   8% (7/85)        
remote: Counting objects:   9% (8/85)        
remote: Counting objects:  10% (9/85)        
remote: Counting objects:  11% (10/85)        
remote: Counting objects:  12% (11/85)        
remote: Counting objects:  14% (12/85)        
remote: Counting objects:  15% (13/85)        
remote: Counting objects:  16% (14/85)        
remote: Counting objects:  17% (15/85)        
remote: Counting objects:  18% (16/85)        
remote: Counting objects:  20% (17/85)        
remote: Counting objects:  21% (18/85)        
remote: Counting objects:  22% (19/85)        
remote: Counting objects:  23% (20/85)        
remote: Counting objects:  24% (21/85)        
remote: Counting objects:  25% (22/85)        
remote: Counting objects:  27% (23/85)        
remote: Counting objects:  28% (24/85)        
remote: Counting objects:  29% (25/85)        
remote: Counting objects:  30% (26/85)        
remote: Counting objects:  31% (27/85)        
remote: Counting objects:  32% (28/85)        
remote: Counting objects:  34% (29/85)        
remote: Counting objects:  35% (30/85)        
remote: Counting objects:  36% (31/85)        
remote: Counting objects:  37% (32/85)        
remote: Counting objects:  38% (33/85)        
remote: Counting objects:  40% (34/85)        
remote: Counting objects:  41% (35/85)        
remote: Counting objects:  42% (36/85)        
remote: Counting objects:  43% (37/85)        
remote: Counting objects:  44% (38/85)        
remote: Counting objects:  45% (39/85)        
remote: Counting objects:  47% (40/85)        
remote: Counting objects:  48% (41/85)        
remote: Counting objects:  49% (42/85)        
remote: Counting objects:  50% (43/85)        
remote: Counting objects:  51% (44/85)        
remote: Counting objects:  52% (45/85)        
remote: Counting objects:  54% (46/85)        
remote: Counting objects:  55% (47/85)        
remote: Counting objects:  56% (48/85)        
remote: Counting objects:  57% (49/85)        
remote: Counting objects:  58% (50/85)        
remote: Counting objects:  60% (51/85)        
remote: Counting objects:  61% (52/85)        
remote: Counting objects:  62% (53/85)        
remote: Counting objects:  63% (54/85)        
remote: Counting objects:  64% (55/85)        
remote: Counting objects:  65% (56/85)        
remote: Counting objects:  67% (57/85)        
remote: Counting objects:  68% (58/85)        
remote: Counting objects:  69% (59/85)        
remote: Counting objects:  70% (60/85)        
remote: Counting objects:  71% (61/85)        
remote: Counting objects:  72% (62/85)        
remote: Counting objects:  74% (63/85)        
remote: Counting objects:  75% (64/85)        
remote: Counting objects:  76% (65/85)        
remote: Counting objects:  77% (66/85)        
remote: Counting objects:  78% (67/85)        
remote: Counting objects:  80% (68/85)        
remote: Counting objects:  81% (69/85)        
remote: Counting objects:  82% (70/85)        
remote: Counting objects:  83% (71/85)        
remote: Counting objects:  84% (72/85)        
remote: Counting objects:  85% (73/85)        
remote: Counting objects:  87% (74/85)        
remote: Counting objects:  88% (75/85)        
remote: Counting objects:  89% (76/85)        
remote: Counting objects:  90% (77/85)        
remote: Counting objects:  91% (78/85)        
remote: Counting objects:  92% (79/85)        
remote: Counting objects:  94% (80/85)        
remote: Counting objects:  95% (81/85)        
remote: Counting objects:  96% (82/85)        
remote: Counting objects:  97% (83/85)        
remote: Counting objects:  98% (84/85)        
remote: Counting objects: 100% (85/85)        
remote: Counting objects: 100% (85/85), done.        
remote: Compressing objects:   1% (1/56)        
remote: Compressing objects:   3% (2/56)        
remote: Compressing objects:   5% (3/56)        
remote: Compressing objects:   7% (4/56)        
remote: Compressing objects:   8% (5/56)        
remote: Compressing objects:  10% (6/56)        
remote: Compressing objects:  12% (7/56)        
remote: Compressing objects:  14% (8/56)        
remote: Compressing objects:  16% (9/56)        
remote: Compressing objects:  17% (10/56)        
remote: Compressing objects:  19% (11/56)        
remote: Compressing objects:  21% (12/56)        
remote: Compressing objects:  23% (13/56)        
remote: Compressing objects:  25% (14/56)        
remote: Compressing objects:  26% (15/56)        
remote: Compressing objects:  28% (16/56)        
remote: Compressing objects:  30% (17/56)        
remote: Compressing objects:  32% (18/56)        
remote: Compressing objects:  33% (19/56)        
remote: Compressing objects:  35% (20/56)        
remote: Compressing objects:  37% (21/56)        
remote: Compressing objects:  39% (22/56)        
remote: Compressing objects:  41% (23/56)        
remote: Compressing objects:  42% (24/56)        
remote: Compressing objects:  44% (25/56)        
remote: Compressing objects:  46% (26/56)        
remote: Compressing objects:  48% (27/56)        
remote: Compressing objects:  50% (28/56)        
remote: Compressing objects:  51% (29/56)        
remote: Compressing objects:  53% (30/56)        
remote: Compressing objects:  55% (31/56)        
remote: Compressing objects:  57% (32/56)        
remote: Compressing objects:  58% (33/56)        
remote: Compressing objects:  60% (34/56)        
remote: Compressing objects:  62% (35/56)        
remote: Compressing objects:  64% (36/56)        
remote: Compressing objects:  66% (37/56)        
remote: Compressing objects:  67% (38/56)        
remote: Compressing objects:  69% (39/56)        
remote: Compressing objects:  71% (40/56)        
remote: Compressing objects:  73% (41/56)        
remote: Compressing objects:  75% (42/56)        
remote: Compressing objects:  76% (43/56)        
remote: Compressing objects:  78% (44/56)        
remote: Compressing objects:  80% (45/56)        
remote: Compressing objects:  82% (46/56)        
remote: Compressing objects:  83% (47/56)        
remote: Compressing objects:  85% (48/56)        
remote: Compressing objects:  87% (49/56)        
remote: Compressing objects:  89% (50/56)        
remote: Compressing objects:  91% (51/56)        
remote: Compressing objects:  92% (52/56)        
remote: Compressing objects:  94% (53/56)        
remote: Compressing objects:  96% (54/56)        
remote: Compressing objects:  98% (55/56)        
remote: Compressing objects: 100% (56/56)        
remote: Compressing objects: 100% (56/56), done.        
Receiving objects:   0% (1/129)
Receiving objects:   1% (2/129)
Receiving objects:   2% (3/129)
Receiving objects:   3% (4/129)
Receiving objects:   4% (6/129)
Receiving objects:   5% (7/129)
Receiving objects:   6% (8/129)
Receiving objects:   7% (10/129)
Receiving objects:   8% (11/129)
Receiving objects:   9% (12/129)
Receiving objects:  10% (13/129)
Receiving objects:  11% (15/129)
Receiving objects:  12% (16/129)
Receiving objects:  13% (17/129)
Receiving objects:  14% (19/129)
Receiving objects:  15% (20/129)
Receiving objects:  16% (21/129)
Receiving objects:  17% (22/129)
Receiving objects:  18% (24/129)
Receiving objects:  19% (25/129)
Receiving objects:  20% (26/129)
Receiving objects:  21% (28/129)
Receiving objects:  22% (29/129)
Receiving objects:  23% (30/129)
Receiving objects:  24% (31/129)
Receiving objects:  25% (33/129), 27.97 MiB | 55.92 MiB/s
Receiving objects:  26% (34/129), 27.97 MiB | 55.92 MiB/s
Receiving objects:  27% (35/129), 27.97 MiB | 55.92 MiB/s
Receiving objects:  28% (37/129), 27.97 MiB | 55.92 MiB/s
Receiving objects:  29% (38/129), 27.97 MiB | 55.92 MiB/s
Receiving objects:  30% (39/129), 27.97 MiB | 55.92 MiB/s
Receiving objects:  31% (40/129), 27.97 MiB | 55.92 MiB/s
Receiving objects:  32% (42/129), 27.97 MiB | 55.92 MiB/s
Receiving objects:  33% (43/129), 27.97 MiB | 55.92 MiB/s
Receiving objects:  34% (44/129), 27.97 MiB | 55.92 MiB/s
Receiving objects:  35% (46/129), 27.97 MiB | 55.92 MiB/s
Receiving objects:  36% (47/129), 27.97 MiB | 55.92 MiB/s
Receiving objects:  37% (48/129), 27.97 MiB | 55.92 MiB/s
Receiving objects:  38% (50/129), 27.97 MiB | 55.92 MiB/s
Receiving objects:  39% (51/129), 27.97 MiB | 55.92 MiB/s
Receiving objects:  40% (52/129), 27.97 MiB | 55.92 MiB/s
Receiving objects:  41% (53/129), 27.97 MiB | 55.92 MiB/s
Receiving objects:  42% (55/129), 27.97 MiB | 55.92 MiB/s
Receiving objects:  43% (56/129), 27.97 MiB | 55.92 MiB/s
Receiving objects:  44% (57/129), 27.97 MiB | 55.92 MiB/s
Receiving objects:  45% (59/129), 27.97 MiB | 55.92 MiB/s
Receiving objects:  46% (60/129), 27.97 MiB | 55.92 MiB/s
Receiving objects:  47% (61/129), 27.97 MiB | 55.92 MiB/s
Receiving objects:  48% (62/129), 27.97 MiB | 55.92 MiB/s
Receiving objects:  49% (64/129), 27.97 MiB | 55.92 MiB/s
Receiving objects:  50% (65/129), 27.97 MiB | 55.92 MiB/s
Receiving objects:  51% (66/129), 27.97 MiB | 55.92 MiB/s
Receiving objects:  52% (68/129), 27.97 MiB | 55.92 MiB/s
Receiving objects:  53% (69/129), 27.97 MiB | 55.92 MiB/s
Receiving objects:  54% (70/129), 27.97 MiB | 55.92 MiB/s
Receiving objects:  55% (71/129), 27.97 MiB | 55.92 MiB/s
Receiving objects:  56% (73/129), 27.97 MiB | 55.92 MiB/s
Receiving objects:  56% (73/129), 35.49 MiB | 35.48 MiB/s
Receiving objects:  57% (74/129), 35.49 MiB | 35.48 MiB/s
Receiving objects:  58% (75/129), 39.01 MiB | 23.54 MiB/s
Receiving objects:  58% (76/129), 46.22 MiB | 19.49 MiB/s
Receiving objects:  59% (77/129), 46.22 MiB | 19.49 MiB/s
Receiving objects:  60% (78/129), 46.22 MiB | 19.49 MiB/s
Receiving objects:  61% (79/129), 46.22 MiB | 19.49 MiB/s
Receiving objects:  62% (80/129), 46.22 MiB | 19.49 MiB/s
Receiving objects:  63% (82/129), 46.22 MiB | 19.49 MiB/s
Receiving objects:  64% (83/129), 46.22 MiB | 19.49 MiB/s
Receiving objects:  65% (84/129), 46.22 MiB | 19.49 MiB/s
Receiving objects:  66% (86/129), 46.22 MiB | 19.49 MiB/s
Receiving objects:  67% (87/129), 46.22 MiB | 19.49 MiB/s
Receiving objects:  68% (88/129), 46.22 MiB | 19.49 MiB/s
remote: Total 129 (delta 23), reused 9 (delta 0), pack-reused 44        
Receiving objects:  69% (90/129), 54.39 MiB | 18.94 MiB/s
Receiving objects:  70% (91/129), 54.39 MiB | 18.94 MiB/s
Receiving objects:  71% (92/129), 54.39 MiB | 18.94 MiB/s
Receiving objects:  72% (93/129), 54.39 MiB | 18.94 MiB/s
Receiving objects:  73% (95/129), 54.39 MiB | 18.94 MiB/s
Receiving objects:  74% (96/129), 54.39 MiB | 18.94 MiB/s
Receiving objects:  75% (97/129), 54.39 MiB | 18.94 MiB/s
Receiving objects:  76% (99/129), 54.39 MiB | 18.94 MiB/s
Receiving objects:  77% (100/129), 54.39 MiB | 18.94 MiB/s
Receiving objects:  78% (101/129), 54.39 MiB | 18.94 MiB/s
Receiving objects:  79% (102/129), 54.39 MiB | 18.94 MiB/s
Receiving objects:  80% (104/129), 54.39 MiB | 18.94 MiB/s
Receiving objects:  81% (105/129), 54.39 MiB | 18.94 MiB/s
Receiving objects:  82% (106/129), 54.39 MiB | 18.94 MiB/s
Receiving objects:  83% (108/129), 54.39 MiB | 18.94 MiB/s
Receiving objects:  84% (109/129), 54.39 MiB | 18.94 MiB/s
Receiving objects:  85% (110/129), 54.39 MiB | 18.94 MiB/s
Receiving objects:  86% (111/129), 54.39 MiB | 18.94 MiB/s
Receiving objects:  87% (113/129), 54.39 MiB | 18.94 MiB/s
Receiving objects:  88% (114/129), 54.39 MiB | 18.94 MiB/s
Receiving objects:  89% (115/129), 54.39 MiB | 18.94 MiB/s
Receiving objects:  90% (117/129), 54.39 MiB | 18.94 MiB/s
Receiving objects:  91% (118/129), 54.39 MiB | 18.94 MiB/s
Receiving objects:  92% (119/129), 54.39 MiB | 18.94 MiB/s
Receiving objects:  93% (120/129), 54.39 MiB | 18.94 MiB/s
Receiving objects:  94% (122/129), 54.39 MiB | 18.94 MiB/s
Receiving objects:  95% (123/129), 54.39 MiB | 18.94 MiB/s
Receiving objects:  96% (124/129), 54.39 MiB | 18.94 MiB/s
Receiving objects:  97% (126/129), 54.39 MiB | 18.94 MiB/s
Receiving objects:  98% (127/129), 54.39 MiB | 18.94 MiB/s
Receiving objects:  99% (128/129), 54.39 MiB | 18.94 MiB/s
Receiving objects: 100% (129/129), 54.39 MiB | 18.94 MiB/s
Receiving objects: 100% (129/129), 57.81 MiB | 19.67 MiB/s, done.
Resolving deltas:   0% (0/34)
Resolving deltas:   2% (1/34)
Resolving deltas:  17% (6/34)
Resolving deltas:  23% (8/34)
Resolving deltas:  55% (19/34)
Resolving deltas:  76% (26/34)
Resolving deltas:  79% (27/34)
Resolving deltas:  82% (28/34)
Resolving deltas:  91% (31/34)
Resolving deltas:  97% (33/34)
Resolving deltas: 100% (34/34)
Resolving deltas: 100% (34/34), done.
Cloning into '/root/workspace/weifang-config/container/A001/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/container/A001/params_new/rslidar_sdk_customized'...
remote: Enumerating objects: 71, done.        
remote: Counting objects:   2% (1/46)        
remote: Counting objects:   4% (2/46)        
remote: Counting objects:   6% (3/46)        
remote: Counting objects:   8% (4/46)        
remote: Counting objects:  10% (5/46)        
remote: Counting objects:  13% (6/46)        
remote: Counting objects:  15% (7/46)        
remote: Counting objects:  17% (8/46)        
remote: Counting objects:  19% (9/46)        
remote: Counting objects:  21% (10/46)        
remote: Counting objects:  23% (11/46)        
remote: Counting objects:  26% (12/46)        
remote: Counting objects:  28% (13/46)        
remote: Counting objects:  30% (14/46)        
remote: Counting objects:  32% (15/46)        
remote: Counting objects:  34% (16/46)        
remote: Counting objects:  36% (17/46)        
remote: Counting objects:  39% (18/46)        
remote: Counting objects:  41% (19/46)        
remote: Counting objects:  43% (20/46)        
remote: Counting objects:  45% (21/46)        
remote: Counting objects:  47% (22/46)        
remote: Counting objects:  50% (23/46)        
remote: Counting objects:  52% (24/46)        
remote: Counting objects:  54% (25/46)        
remote: Counting objects:  56% (26/46)        
remote: Counting objects:  58% (27/46)        
remote: Counting objects:  60% (28/46)        
remote: Counting objects:  63% (29/46)        
remote: Counting objects:  65% (30/46)        
remote: Counting objects:  67% (31/46)        
remote: Counting objects:  69% (32/46)        
remote: Counting objects:  71% (33/46)        
remote: Counting objects:  73% (34/46)        
remote: Counting objects:  76% (35/46)        
remote: Counting objects:  78% (36/46)        
remote: Counting objects:  80% (37/46)        
remote: Counting objects:  82% (38/46)        
remote: Counting objects:  84% (39/46)        
remote: Counting objects:  86% (40/46)        
remote: Counting objects:  89% (41/46)        
remote: Counting objects:  91% (42/46)        
remote: Counting objects:  93% (43/46)        
remote: Counting objects:  95% (44/46)        
remote: Counting objects:  97% (45/46)        
remote: Counting objects: 100% (46/46)        
remote: Counting objects: 100% (46/46), done.        
remote: Compressing objects:   4% (1/25)        
remote: Compressing objects:   8% (2/25)        
remote: Compressing objects:  12% (3/25)        
remote: Compressing objects:  16% (4/25)        
remote: Compressing objects:  20% (5/25)        
remote: Compressing objects:  24% (6/25)        
remote: Compressing objects:  28% (7/25)        
remote: Compressing objects:  32% (8/25)        
remote: Compressing objects:  36% (9/25)        
remote: Compressing objects:  40% (10/25)        
remote: Compressing objects:  44% (11/25)        
remote: Compressing objects:  48% (12/25)        
remote: Compressing objects:  52% (13/25)        
remote: Compressing objects:  56% (14/25)        
remote: Compressing objects:  60% (15/25)        
remote: Compressing objects:  64% (16/25)        
remote: Compressing objects:  68% (17/25)        
remote: Compressing objects:  72% (18/25)        
remote: Compressing objects:  76% (19/25)        
remote: Compressing objects:  80% (20/25)        
remote: Compressing objects:  84% (21/25)        
remote: Compressing objects:  88% (22/25)        
remote: Compressing objects:  92% (23/25)        
remote: Compressing objects:  96% (24/25)        
remote: Compressing objects: 100% (25/25)        
remote: Compressing objects: 100% (25/25), done.        
Receiving objects:   1% (1/71)
Receiving objects:   2% (2/71)
Receiving objects:   4% (3/71)
Receiving objects:   5% (4/71)
Receiving objects:   7% (5/71)
Receiving objects:   8% (6/71)
remote: Total 71 (delta 23), reused 32 (delta 16), pack-reused 25        
Receiving objects:   9% (7/71)
Receiving objects:  11% (8/71)
Receiving objects:  12% (9/71)
Receiving objects:  14% (10/71)
Receiving objects:  15% (11/71)
Receiving objects:  16% (12/71)
Receiving objects:  18% (13/71)
Receiving objects:  19% (14/71)
Receiving objects:  21% (15/71)
Receiving objects:  22% (16/71)
Receiving objects:  23% (17/71)
Receiving objects:  25% (18/71)
Receiving objects:  26% (19/71)
Receiving objects:  28% (20/71)
Receiving objects:  29% (21/71)
Receiving objects:  30% (22/71)
Receiving objects:  32% (23/71)
Receiving objects:  33% (24/71)
Receiving objects:  35% (25/71)
Receiving objects:  36% (26/71)
Receiving objects:  38% (27/71)
Receiving objects:  39% (28/71)
Receiving objects:  40% (29/71)
Receiving objects:  42% (30/71)
Receiving objects:  43% (31/71)
Receiving objects:  45% (32/71)
Receiving objects:  46% (33/71)
Receiving objects:  47% (34/71)
Receiving objects:  49% (35/71)
Receiving objects:  50% (36/71)
Receiving objects:  52% (37/71)
Receiving objects:  53% (38/71)
Receiving objects:  54% (39/71)
Receiving objects:  56% (40/71)
Receiving objects:  57% (41/71)
Receiving objects:  59% (42/71)
Receiving objects:  60% (43/71)
Receiving objects:  61% (44/71)
Receiving objects:  63% (45/71)
Receiving objects:  64% (46/71)
Receiving objects:  66% (47/71)
Receiving objects:  67% (48/71)
Receiving objects:  69% (49/71)
Receiving objects:  70% (50/71)
Receiving objects:  71% (51/71)
Receiving objects:  73% (52/71)
Receiving objects:  74% (53/71)
Receiving objects:  76% (54/71)
Receiving objects:  77% (55/71)
Receiving objects:  78% (56/71)
Receiving objects:  80% (57/71)
Receiving objects:  81% (58/71)
Receiving objects:  83% (59/71)
Receiving objects:  84% (60/71)
Receiving objects:  85% (61/71)
Receiving objects:  87% (62/71)
Receiving objects:  88% (63/71)
Receiving objects:  90% (64/71)
Receiving objects:  91% (65/71)
Receiving objects:  92% (66/71)
Receiving objects:  94% (67/71)
Receiving objects:  95% (68/71)
Receiving objects:  97% (69/71)
Receiving objects:  98% (70/71)
Receiving objects: 100% (71/71)
Receiving objects: 100% (71/71), 13.10 KiB | 13.10 MiB/s, done.
Resolving deltas:   0% (0/37)
Resolving deltas:   2% (1/37)
Resolving deltas:   5% (2/37)
Resolving deltas:  29% (11/37)
Resolving deltas:  91% (34/37)
Resolving deltas: 100% (37/37)
Resolving deltas: 100% (37/37), done.
Cloning into '/root/workspace/weifang-config/container/A001/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/container/A001/params_new/system-common'...
remote: Enumerating objects: 197, done.        
remote: Counting objects:   0% (1/159)        
remote: Counting objects:   1% (2/159)        
remote: Counting objects:   2% (4/159)        
remote: Counting objects:   3% (5/159)        
remote: Counting objects:   4% (7/159)        
remote: Counting objects:   5% (8/159)        
remote: Counting objects:   6% (10/159)        
remote: Counting objects:   7% (12/159)        
remote: Counting objects:   8% (13/159)        
remote: Counting objects:   9% (15/159)        
remote: Counting objects:  10% (16/159)        
remote: Counting objects:  11% (18/159)        
remote: Counting objects:  12% (20/159)        
remote: Counting objects:  13% (21/159)        
remote: Counting objects:  14% (23/159)        
remote: Counting objects:  15% (24/159)        
remote: Counting objects:  16% (26/159)        
remote: Counting objects:  17% (28/159)        
remote: Counting objects:  18% (29/159)        
remote: Counting objects:  19% (31/159)        
remote: Counting objects:  20% (32/159)        
remote: Counting objects:  21% (34/159)        
remote: Counting objects:  22% (35/159)        
remote: Counting objects:  23% (37/159)        
remote: Counting objects:  24% (39/159)        
remote: Counting objects:  25% (40/159)        
remote: Counting objects:  26% (42/159)        
remote: Counting objects:  27% (43/159)        
remote: Counting objects:  28% (45/159)        
remote: Counting objects:  29% (47/159)        
remote: Counting objects:  30% (48/159)        
remote: Counting objects:  31% (50/159)        
remote: Counting objects:  32% (51/159)        
remote: Counting objects:  33% (53/159)        
remote: Counting objects:  34% (55/159)        
remote: Counting objects:  35% (56/159)        
remote: Counting objects:  36% (58/159)        
remote: Counting objects:  37% (59/159)        
remote: Counting objects:  38% (61/159)        
remote: Counting objects:  39% (63/159)        
remote: Counting objects:  40% (64/159)        
remote: Counting objects:  41% (66/159)        
remote: Counting objects:  42% (67/159)        
remote: Counting objects:  43% (69/159)        
remote: Counting objects:  44% (70/159)        
remote: Counting objects:  45% (72/159)        
remote: Counting objects:  46% (74/159)        
remote: Counting objects:  47% (75/159)        
remote: Counting objects:  48% (77/159)        
remote: Counting objects:  49% (78/159)        
remote: Counting objects:  50% (80/159)        
remote: Counting objects:  51% (82/159)        
remote: Counting objects:  52% (83/159)        
remote: Counting objects:  53% (85/159)        
remote: Counting objects:  54% (86/159)        
remote: Counting objects:  55% (88/159)        
remote: Counting objects:  56% (90/159)        
remote: Counting objects:  57% (91/159)        
remote: Counting objects:  58% (93/159)        
remote: Counting objects:  59% (94/159)        
remote: Counting objects:  60% (96/159)        
remote: Counting objects:  61% (97/159)        
remote: Counting objects:  62% (99/159)        
remote: Counting objects:  63% (101/159)        
remote: Counting objects:  64% (102/159)        
remote: Counting objects:  65% (104/159)        
remote: Counting objects:  66% (105/159)        
remote: Counting objects:  67% (107/159)        
remote: Counting objects:  68% (109/159)        
remote: Counting objects:  69% (110/159)        
remote: Counting objects:  70% (112/159)        
remote: Counting objects:  71% (113/159)        
remote: Counting objects:  72% (115/159)        
remote: Counting objects:  73% (117/159)        
remote: Counting objects:  74% (118/159)        
remote: Counting objects:  75% (120/159)        
remote: Counting objects:  76% (121/159)        
remote: Counting objects:  77% (123/159)        
remote: Counting objects:  78% (125/159)        
remote: Counting objects:  79% (126/159)        
remote: Counting objects:  80% (128/159)        
remote: Counting objects:  81% (129/159)        
remote: Counting objects:  82% (131/159)        
remote: Counting objects:  83% (132/159)        
remote: Counting objects:  84% (134/159)        
remote: Counting objects:  85% (136/159)        
remote: Counting objects:  86% (137/159)        
remote: Counting objects:  87% (139/159)        
remote: Counting objects:  88% (140/159)        
remote: Counting objects:  89% (142/159)        
remote: Counting objects:  90% (144/159)        
remote: Counting objects:  91% (145/159)        
remote: Counting objects:  92% (147/159)        
remote: Counting objects:  93% (148/159)        
remote: Counting objects:  94% (150/159)        
remote: Counting objects:  95% (152/159)
remote: Counting objects:  96% (153/159)        
remote: Counting objects:  97% (155/159)        
remote: Counting objects:  98% (156/159)        
remote: Counting objects:  99% (158/159)        
remote: Counting objects: 100% (159/159)        
remote: Counting objects: 100% (159/159), done.        
remote: Compressing objects:   1% (1/59)        
remote: Compressing objects:   3% (2/59)        
remote: Compressing objects:   5% (3/59)        
remote: Compressing objects:   6% (4/59)        
remote: Compressing objects:   8% (5/59)        
remote: Compressing objects:  10% (6/59)        
remote: Compressing objects:  11% (7/59)        
remote: Compressing objects:  13% (8/59)        
remote: Compressing objects:  15% (9/59)        
remote: Compressing objects:  16% (10/59)        
remote: Compressing objects:  18% (11/59)        
remote: Compressing objects:  20% (12/59)        
remote: Compressing objects:  22% (13/59)        
remote: Compressing objects:  23% (14/59)        
remote: Compressing objects:  25% (15/59)        
remote: Compressing objects:  27% (16/59)        
remote: Compressing objects:  28% (17/59)        
remote: Compressing objects:  30% (18/59)        
remote: Compressing objects:  32% (19/59)        
remote: Compressing objects:  33% (20/59)        
remote: Compressing objects:  35% (21/59)        
remote: Compressing objects:  37% (22/59)        
remote: Compressing objects:  38% (23/59)        
remote: Compressing objects:  40% (24/59)        
remote: Compressing objects:  42% (25/59)        
remote: Compressing objects:  44% (26/59)        
remote: Compressing objects:  45% (27/59)        
remote: Compressing objects:  47% (28/59)        
remote: Compressing objects:  49% (29/59)        
remote: Compressing objects:  50% (30/59)        
remote: Compressing objects:  52% (31/59)        
remote: Compressing objects:  54% (32/59)        
remote: Compressing objects:  55% (33/59)        
remote: Compressing objects:  57% (34/59)        
remote: Compressing objects:  59% (35/59)        
remote: Compressing objects:  61% (36/59)        
remote: Compressing objects:  62% (37/59)        
remote: Compressing objects:  64% (38/59)        
remote: Compressing objects:  66% (39/59)        
remote: Compressing objects:  67% (40/59)        
remote: Compressing objects:  69% (41/59)        
remote: Compressing objects:  71% (42/59)        
remote: Compressing objects:  72% (43/59)        
remote: Compressing objects:  74% (44/59)        
remote: Compressing objects:  76% (45/59)        
remote: Compressing objects:  77% (46/59)        
remote: Compressing objects:  79% (47/59)        
remote: Compressing objects:  81% (48/59)        
remote: Compressing objects:  83% (49/59)        
remote: Compressing objects:  84% (50/59)        
remote: Compressing objects:  86% (51/59)        
remote: Compressing objects:  88% (52/59)        
remote: Compressing objects:  89% (53/59)        
remote: Compressing objects:  91% (54/59)        
remote: Compressing objects:  93% (55/59)        
remote: Compressing objects:  94% (56/59)        
remote: Compressing objects:  96% (57/59)        
remote: Compressing objects:  98% (58/59)        
remote: Compressing objects: 100% (59/59)        
remote: Compressing objects: 100% (59/59), done.        
Receiving objects:   0% (1/197)
Receiving objects:   1% (2/197)
Receiving objects:   2% (4/197)
Receiving objects:   3% (6/197)
Receiving objects:   4% (8/197)
Receiving objects:   5% (10/197)
Receiving objects:   6% (12/197)
Receiving objects:   7% (14/197)
Receiving objects:   8% (16/197)
Receiving objects:   9% (18/197)
Receiving objects:  10% (20/197)
Receiving objects:  11% (22/197)
Receiving objects:  12% (24/197)
Receiving objects:  13% (26/197)
Receiving objects:  14% (28/197)
Receiving objects:  15% (30/197)
Receiving objects:  16% (32/197)
Receiving objects:  17% (34/197)
Receiving objects:  18% (36/197)
Receiving objects:  19% (38/197)
Receiving objects:  20% (40/197)
Receiving objects:  21% (42/197)
Receiving objects:  22% (44/197)
Receiving objects:  23% (46/197)
Receiving objects:  24% (48/197)
Receiving objects:  25% (50/197)
Receiving objects:  26% (52/197)
Receiving objects:  27% (54/197)
Receiving objects:  28% (56/197)
Receiving objects:  29% (58/197)
Receiving objects:  30% (60/197)
Receiving objects:  31% (62/197)
Receiving objects:  32% (64/197)
Receiving objects:  33% (66/197)
Receiving objects:  34% (67/197)
Receiving objects:  35% (69/197)
Receiving objects:  36% (71/197)
Receiving objects:  37% (73/197)
Receiving objects:  38% (75/197)
remote: Total 197 (delta 36), reused 101 (delta 20), pack-reused 38        
Receiving objects:  39% (77/197)
Receiving objects:  40% (79/197)
Receiving objects:  41% (81/197)
Receiving objects:  42% (83/197)
Receiving objects:  43% (85/197)
Receiving objects:  44% (87/197)
Receiving objects:  45% (89/197)
Receiving objects:  46% (91/197)
Receiving objects:  47% (93/197)
Receiving objects:  48% (95/197)
Receiving objects:  49% (97/197)
Receiving objects:  50% (99/197)
Receiving objects:  51% (101/197)
Receiving objects:  52% (103/197)
Receiving objects:  53% (105/197)
Receiving objects:  54% (107/197)
Receiving objects:  55% (109/197)
Receiving objects:  56% (111/197)
Receiving objects:  57% (113/197)
Receiving objects:  58% (115/197)
Receiving objects:  59% (117/197)
Receiving objects:  60% (119/197)
Receiving objects:  61% (121/197)
Receiving objects:  62% (123/197)
Receiving objects:  63% (125/197)
Receiving objects:  64% (127/197)
Receiving objects:  65% (129/197)
Receiving objects:  66% (131/197)
Receiving objects:  67% (132/197)
Receiving objects:  68% (134/197)
Receiving objects:  69% (136/197)
Receiving objects:  70% (138/197)
Receiving objects:  71% (140/197)
Receiving objects:  72% (142/197)
Receiving objects:  73% (144/197)
Receiving objects:  74% (146/197)
Receiving objects:  75% (148/197)
Receiving objects:  76% (150/197)
Receiving objects:  77% (152/197)
Receiving objects:  78% (154/197)
Receiving objects:  79% (156/197)
Receiving objects:  80% (158/197)
Receiving objects:  81% (160/197)
Receiving objects:  82% (162/197)
Receiving objects:  83% (164/197)
Receiving objects:  84% (166/197)
Receiving objects:  85% (168/197)
Receiving objects:  86% (170/197)
Receiving objects:  87% (172/197)
Receiving objects:  88% (174/197)
Receiving objects:  89% (176/197)
Receiving objects:  90% (178/197)
Receiving objects:  91% (180/197)
Receiving objects:  92% (182/197)
Receiving objects:  93% (184/197)
Receiving objects:  94% (186/197)
Receiving objects:  95% (188/197)
Receiving objects:  96% (190/197)
Receiving objects:  97% (192/197)
Receiving objects:  98% (194/197)
Receiving objects:  99% (196/197)
Receiving objects: 100% (197/197)
Receiving objects: 100% (197/197), 30.53 KiB | 15.26 MiB/s, done.
Resolving deltas:   0% (0/41)
Resolving deltas:   2% (1/41)
Resolving deltas:   9% (4/41)
Resolving deltas:  24% (10/41)
Resolving deltas:  26% (11/41)
Resolving deltas:  31% (13/41)
Resolving deltas:  34% (14/41)
Resolving deltas:  39% (16/41)
Resolving deltas:  56% (23/41)
Resolving deltas: 100% (41/41)
Resolving deltas: 100% (41/41), done.
Cloning into '/root/workspace/weifang-config/container/A001/params_new/system-device'...
remote: Enumerating objects: 1670, done.        
remote: Counting objects:   0% (1/209)        
remote: Counting objects:   1% (3/209)        
remote: Counting objects:   2% (5/209)        
remote: Counting objects:   3% (7/209)        
remote: Counting objects:   4% (9/209)        
remote: Counting objects:   5% (11/209)        
remote: Counting objects:   6% (13/209)        
remote: Counting objects:   7% (15/209)        
remote: Counting objects:   8% (17/209)        
remote: Counting objects:   9% (19/209)        
remote: Counting objects:  10% (21/209)        
remote: Counting objects:  11% (23/209)        
remote: Counting objects:  12% (26/209)        
remote: Counting objects:  13% (28/209)        
remote: Counting objects:  14% (30/209)        
remote: Counting objects:  15% (32/209)        
remote: Counting objects:  16% (34/209)        
remote: Counting objects:  17% (36/209)        
remote: Counting objects:  18% (38/209)        
remote: Counting objects:  19% (40/209)        
remote: Counting objects:  20% (42/209)        
remote: Counting objects:  21% (44/209)        
remote: Counting objects:  22% (46/209)        
remote: Counting objects:  23% (49/209)        
remote: Counting objects:  24% (51/209)        
remote: Counting objects:  25% (53/209)        
remote: Counting objects:  26% (55/209)        
remote: Counting objects:  27% (57/209)        
remote: Counting objects:  28% (59/209)        
remote: Counting objects:  29% (61/209)        
remote: Counting objects:  30% (63/209)        
remote: Counting objects:  31% (65/209)        
remote: Counting objects:  32% (67/209)        
remote: Counting objects:  33% (69/209)        
remote: Counting objects:  34% (72/209)        
remote: Counting objects:  35% (74/209)        
remote: Counting objects:  36% (76/209)        
remote: Counting objects:  37% (78/209)        
remote: Counting objects:  38% (80/209)        
remote: Counting objects:  39% (82/209)        
remote: Counting objects:  40% (84/209)        
remote: Counting objects:  41% (86/209)        
remote: Counting objects:  42% (88/209)        
remote: Counting objects:  43% (90/209)        
remote: Counting objects:  44% (92/209)        
remote: Counting objects:  45% (95/209)        
remote: Counting objects:  46% (97/209)        
remote: Counting objects:  47% (99/209)        
remote: Counting objects:  48% (101/209)        
remote: Counting objects:  49% (103/209)        
remote: Counting objects:  50% (105/209)        
remote: Counting objects:  51% (107/209)        
remote: Counting objects:  52% (109/209)        
remote: Counting objects:  53% (111/209)        
remote: Counting objects:  54% (113/209)        
remote: Counting objects:  55% (115/209)        
remote: Counting objects:  56% (118/209)        
remote: Counting objects:  57% (120/209)        
remote: Counting objects:  58% (122/209)        
remote: Counting objects:  59% (124/209)        
remote: Counting objects:  60% (126/209)        
remote: Counting objects:  61% (128/209)        
remote: Counting objects:  62% (130/209)        
remote: Counting objects:  63% (132/209)        
remote: Counting objects:  64% (134/209)        
remote: Counting objects:  65% (136/209)        
remote: Counting objects:  66% (138/209)        
remote: Counting objects:  67% (141/209)        
remote: Counting objects:  68% (143/209)        
remote: Counting objects:  69% (145/209)        
remote: Counting objects:  70% (147/209)        
remote: Counting objects:  71% (149/209)        
remote: Counting objects:  72% (151/209)        
remote: Counting objects:  73% (153/209)        
remote: Counting objects:  74% (155/209)        
remote: Counting objects:  75% (157/209)        
remote: Counting objects:  76% (159/209)        
remote: Counting objects:  77% (161/209)        
remote: Counting objects:  78% (164/209)        
remote: Counting objects:  79% (166/209)        
remote: Counting objects:  80% (168/209)        
remote: Counting objects:  81% (170/209)        
remote: Counting objects:  82% (172/209)        
remote: Counting objects:  83% (174/209)        
remote: Counting objects:  84% (176/209)        
remote: Counting objects:  85% (178/209)        
remote: Counting objects:  86% (180/209)        
remote: Counting objects:  87% (182/209)        
remote: Counting objects:  88% (184/209)        
remote: Counting objects:  89% (187/209)        
remote: Counting objects:  90% (189/209)        
remote: Counting objects:  91% (191/209)        
remote: Counting objects:  92% (193/209)        
remote: Counting objects:  93% (195/209)        
remote: Counting objects:  94% (197/209)        
remote: Counting objects:  95% (199/209)        
remote: Counting objects:  96% (201/209)        
remote: Counting objects:  97% (203/209)        
remote: Counting objects:  98% (205/209)        
remote: Counting objects:  99% (207/209)        
remote: Counting objects: 100% (209/209)        
remote: Counting objects: 100% (209/209), done.        
remote: Compressing objects:   0% (1/123)        
remote: Compressing objects:   1% (2/123)        
remote: Compressing objects:   2% (3/123)        
remote: Compressing objects:   3% (4/123)        
remote: Compressing objects:   4% (5/123)        
remote: Compressing objects:   5% (7/123)        
remote: Compressing objects:   6% (8/123)        
remote: Compressing objects:   7% (9/123)        
remote: Compressing objects:   8% (10/123)        
remote: Compressing objects:   9% (12/123)        
remote: Compressing objects:  10% (13/123)        
remote: Compressing objects:  11% (14/123)        
remote: Compressing objects:  12% (15/123)        
remote: Compressing objects:  13% (16/123)        
remote: Compressing objects:  14% (18/123)        
remote: Compressing objects:  15% (19/123)        
remote: Compressing objects:  16% (20/123)        
remote: Compressing objects:  17% (21/123)        
remote: Compressing objects:  18% (23/123)        
remote: Compressing objects:  19% (24/123)        
remote: Compressing objects:  20% (25/123)        
remote: Compressing objects:  21% (26/123)        
remote: Compressing objects:  22% (28/123)        
remote: Compressing objects:  23% (29/123)        
remote: Compressing objects:  24% (30/123)        
remote: Compressing objects:  25% (31/123)        
remote: Compressing objects:  26% (32/123)        
remote: Compressing objects:  27% (34/123)        
remote: Compressing objects:  28% (35/123)        
remote: Compressing objects:  29% (36/123)        
remote: Compressing objects:  30% (37/123)        
remote: Compressing objects:  31% (39/123)        
remote: Compressing objects:  32% (40/123)        
remote: Compressing objects:  33% (41/123)        
remote: Compressing objects:  34% (42/123)        
remote: Compressing objects:  35% (44/123)        
remote: Compressing objects:  36% (45/123)        
remote: Compressing objects:  37% (46/123)        
remote: Compressing objects:  38% (47/123)        
remote: Compressing objects:  39% (48/123)        
remote: Compressing objects:  40% (50/123)
remote: Compressing objects:  41% (51/123)        
remote: Compressing objects:  42% (52/123)        
remote: Compressing objects:  43% (53/123)        
remote: Compressing objects:  44% (55/123)        
remote: Compressing objects:  45% (56/123)        
remote: Compressing objects:  46% (57/123)        
remote: Compressing objects:  47% (58/123)        
remote: Compressing objects:  48% (60/123)        
remote: Compressing objects:  49% (61/123)        
remote: Compressing objects:  50% (62/123)        
remote: Compressing objects:  51% (63/123)        
remote: Compressing objects:  52% (64/123)        
remote: Compressing objects:  53% (66/123)        
remote: Compressing objects:  54% (67/123)        
remote: Compressing objects:  55% (68/123)        
remote: Compressing objects:  56% (69/123)        
remote: Compressing objects:  57% (71/123)        
remote: Compressing objects:  58% (72/123)        
remote: Compressing objects:  59% (73/123)        
remote: Compressing objects:  60% (74/123)        
remote: Compressing objects:  61% (76/123)        
remote: Compressing objects:  62% (77/123)        
remote: Compressing objects:  63% (78/123)        
remote: Compressing objects:  64% (79/123)        
remote: Compressing objects:  65% (80/123)        
remote: Compressing objects:  66% (82/123)        
remote: Compressing objects:  67% (83/123)        
remote: Compressing objects:  68% (84/123)        
remote: Compressing objects:  69% (85/123)        
remote: Compressing objects:  70% (87/123)        
remote: Compressing objects:  71% (88/123)        
remote: Compressing objects:  72% (89/123)        
remote: Compressing objects:  73% (90/123)        
remote: Compressing objects:  74% (92/123)        
remote: Compressing objects:  75% (93/123)        
remote: Compressing objects:  76% (94/123)        
remote: Compressing objects:  77% (95/123)        
remote: Compressing objects:  78% (96/123)        
remote: Compressing objects:  79% (98/123)        
remote: Compressing objects:  80% (99/123)        
remote: Compressing objects:  81% (100/123)        
remote: Compressing objects:  82% (101/123)        
remote: Compressing objects:  83% (103/123)        
remote: Compressing objects:  84% (104/123)        
remote: Compressing objects:  85% (105/123)        
remote: Compressing objects:  86% (106/123)        
remote: Compressing objects:  87% (108/123)        
remote: Compressing objects:  88% (109/123)        
remote: Compressing objects:  89% (110/123)        
remote: Compressing objects:  90% (111/123)        
remote: Compressing objects:  91% (112/123)        
remote: Compressing objects:  92% (114/123)        
remote: Compressing objects:  93% (115/123)        
remote: Compressing objects:  94% (116/123)        
remote: Compressing objects:  95% (117/123)        
remote: Compressing objects:  96% (119/123)        
remote: Compressing objects:  97% (120/123)        
remote: Compressing objects:  98% (121/123)        
remote: Compressing objects:  99% (122/123)        
remote: Compressing objects: 100% (123/123)        
remote: Compressing objects: 100% (123/123), done.        
Receiving objects:   0% (1/1670)
Receiving objects:   1% (17/1670)
Receiving objects:   2% (34/1670)
Receiving objects:   3% (51/1670)
Receiving objects:   4% (67/1670)
Receiving objects:   5% (84/1670)
Receiving objects:   6% (101/1670)
Receiving objects:   7% (117/1670)
Receiving objects:   8% (134/1670)
Receiving objects:   9% (151/1670)
Receiving objects:  10% (167/1670)
Receiving objects:  11% (184/1670)
Receiving objects:  12% (201/1670)
Receiving objects:  13% (218/1670)
Receiving objects:  14% (234/1670)
Receiving objects:  15% (251/1670)
Receiving objects:  16% (268/1670)
Receiving objects:  17% (284/1670)
Receiving objects:  18% (301/1670)
Receiving objects:  19% (318/1670)
Receiving objects:  20% (334/1670)
Receiving objects:  21% (351/1670)
Receiving objects:  22% (368/1670)
Receiving objects:  23% (385/1670)
Receiving objects:  24% (401/1670)
Receiving objects:  25% (418/1670)
Receiving objects:  26% (435/1670)
Receiving objects:  27% (451/1670)
Receiving objects:  28% (468/1670)
Receiving objects:  29% (485/1670)
Receiving objects:  30% (501/1670)
Receiving objects:  31% (518/1670)
Receiving objects:  32% (535/1670)
Receiving objects:  33% (552/1670)
Receiving objects:  34% (568/1670)
Receiving objects:  35% (585/1670)
Receiving objects:  36% (602/1670)
Receiving objects:  37% (618/1670)
Receiving objects:  38% (635/1670)
Receiving objects:  39% (652/1670)
Receiving objects:  40% (668/1670)
Receiving objects:  41% (685/1670)
Receiving objects:  42% (702/1670)
Receiving objects:  43% (719/1670)
Receiving objects:  44% (735/1670)
Receiving objects:  45% (752/1670)
Receiving objects:  46% (769/1670)
Receiving objects:  47% (785/1670)
Receiving objects:  48% (802/1670)
Receiving objects:  49% (819/1670)
Receiving objects:  50% (835/1670)
Receiving objects:  51% (852/1670)
Receiving objects:  52% (869/1670)
Receiving objects:  53% (886/1670)
Receiving objects:  54% (902/1670)
Receiving objects:  55% (919/1670)
Receiving objects:  56% (936/1670)
Receiving objects:  57% (952/1670)
Receiving objects:  58% (969/1670)
Receiving objects:  59% (986/1670)
Receiving objects:  60% (1002/1670)
Receiving objects:  61% (1019/1670)
Receiving objects:  62% (1036/1670)
Receiving objects:  63% (1053/1670)
Receiving objects:  64% (1069/1670)
Receiving objects:  65% (1086/1670)
Receiving objects:  66% (1103/1670)
Receiving objects:  67% (1119/1670)
Receiving objects:  68% (1136/1670)
Receiving objects:  69% (1153/1670)
Receiving objects:  70% (1169/1670)
Receiving objects:  71% (1186/1670)
Receiving objects:  72% (1203/1670)
remote: Total 1670 (delta 97), reused 190 (delta 85), pack-reused 1461        
Receiving objects:  73% (1220/1670)
Receiving objects:  74% (1236/1670)
Receiving objects:  75% (1253/1670)
Receiving objects:  76% (1270/1670)
Receiving objects:  77% (1286/1670)
Receiving objects:  78% (1303/1670)
Receiving objects:  79% (1320/1670)
Receiving objects:  80% (1336/1670)
Receiving objects:  81% (1353/1670)
Receiving objects:  82% (1370/1670)
Receiving objects:  83% (1387/1670)
Receiving objects:  84% (1403/1670)
Receiving objects:  85% (1420/1670)
Receiving objects:  86% (1437/1670)
Receiving objects:  87% (1453/1670)
Receiving objects:  88% (1470/1670)
Receiving objects:  89% (1487/1670)
Receiving objects:  90% (1503/1670)
Receiving objects:  91% (1520/1670)
Receiving objects:  92% (1537/1670)
Receiving objects:  93% (1554/1670)
Receiving objects:  94% (1570/1670)
Receiving objects:  95% (1587/1670)
Receiving objects:  96% (1604/1670)
Receiving objects:  97% (1620/1670)
Receiving objects:  98% (1637/1670)
Receiving objects:  99% (1654/1670)
Receiving objects: 100% (1670/1670)
Receiving objects: 100% (1670/1670), 196.50 KiB | 28.07 MiB/s, done.
Resolving deltas:   0% (0/583)
Resolving deltas:   1% (6/583)
Resolving deltas:   4% (27/583)
Resolving deltas:   9% (54/583)
Resolving deltas:  17% (101/583)
Resolving deltas:  26% (152/583)
Resolving deltas:  27% (161/583)
Resolving deltas:  28% (168/583)
Resolving deltas:  29% (171/583)
Resolving deltas:  34% (203/583)
Resolving deltas:  39% (233/583)
Resolving deltas:  40% (235/583)
Resolving deltas:  42% (250/583)
Resolving deltas:  44% (259/583)
Resolving deltas:  47% (275/583)
Resolving deltas:  48% (282/583)
Resolving deltas:  49% (288/583)
Resolving deltas:  51% (298/583)
Resolving deltas:  54% (318/583)
Resolving deltas:  56% (329/583)
Resolving deltas:  58% (342/583)
Resolving deltas:  61% (358/583)
Resolving deltas:  62% (363/583)
Resolving deltas:  63% (372/583)
Resolving deltas:  64% (375/583)
Resolving deltas:  66% (385/583)
Resolving deltas:  67% (392/583)
Resolving deltas:  68% (398/583)
Resolving deltas:  69% (403/583)
Resolving deltas:  70% (409/583)
Resolving deltas:  71% (414/583)
Resolving deltas:  74% (436/583)
Resolving deltas:  75% (438/583)
Resolving deltas:  76% (444/583)
Resolving deltas:  77% (454/583)
Resolving deltas:  78% (455/583)
Resolving deltas:  79% (461/583)
Resolving deltas:  80% (468/583)
Resolving deltas:  81% (474/583)
Resolving deltas:  82% (479/583)
Resolving deltas:  83% (484/583)
Resolving deltas:  85% (497/583)
Resolving deltas:  86% (502/583)
Resolving deltas:  87% (508/583)
Resolving deltas:  90% (525/583)
Resolving deltas:  91% (533/583)
Resolving deltas:  92% (537/583)
Resolving deltas:  93% (544/583)
Resolving deltas:  94% (550/583)
Resolving deltas: 100% (583/583)
Resolving deltas: 100% (583/583), done.
Cloning into '/root/workspace/weifang-config/container/A001/params_new/system-mqtt'...
remote: Enumerating objects: 158, done.        
remote: Counting objects:   0% (1/130)        
remote: Counting objects:   1% (2/130)        
remote: Counting objects:   2% (3/130)        
remote: Counting objects:   3% (4/130)        
remote: Counting objects:   4% (6/130)        
remote: Counting objects:   5% (7/130)        
remote: Counting objects:   6% (8/130)        
remote: Counting objects:   7% (10/130)        
remote: Counting objects:   8% (11/130)        
remote: Counting objects:   9% (12/130)        
remote: Counting objects:  10% (13/130)        
remote: Counting objects:  11% (15/130)        
remote: Counting objects:  12% (16/130)        
remote: Counting objects:  13% (17/130)        
remote: Counting objects:  14% (19/130)        
remote: Counting objects:  15% (20/130)        
remote: Counting objects:  16% (21/130)        
remote: Counting objects:  17% (23/130)        
remote: Counting objects:  18% (24/130)        
remote: Counting objects:  19% (25/130)        
remote: Counting objects:  20% (26/130)        
remote: Counting objects:  21% (28/130)        
remote: Counting objects:  22% (29/130)        
remote: Counting objects:  23% (30/130)        
remote: Counting objects:  24% (32/130)        
remote: Counting objects:  25% (33/130)        
remote: Counting objects:  26% (34/130)        
remote: Counting objects:  27% (36/130)        
remote: Counting objects:  28% (37/130)        
remote: Counting objects:  29% (38/130)        
remote: Counting objects:  30% (39/130)        
remote: Counting objects:  31% (41/130)        
remote: Counting objects:  32% (42/130)        
remote: Counting objects:  33% (43/130)        
remote: Counting objects:  34% (45/130)        
remote: Counting objects:  35% (46/130)        
remote: Counting objects:  36% (47/130)        
remote: Counting objects:  37% (49/130)        
remote: Counting objects:  38% (50/130)        
remote: Counting objects:  39% (51/130)        
remote: Counting objects:  40% (52/130)        
remote: Counting objects:  41% (54/130)        
remote: Counting objects:  42% (55/130)        
remote: Counting objects:  43% (56/130)        
remote: Counting objects:  44% (58/130)        
remote: Counting objects:  45% (59/130)        
remote: Counting objects:  46% (60/130)        
remote: Counting objects:  47% (62/130)        
remote: Counting objects:  48% (63/130)        
remote: Counting objects:  49% (64/130)        
remote: Counting objects:  50% (65/130)        
remote: Counting objects:  51% (67/130)        
remote: Counting objects:  52% (68/130)        
remote: Counting objects:  53% (69/130)        
remote: Counting objects:  54% (71/130)        
remote: Counting objects:  55% (72/130)        
remote: Counting objects:  56% (73/130)        
remote: Counting objects:  57% (75/130)        
remote: Counting objects:  58% (76/130)        
remote: Counting objects:  59% (77/130)        
remote: Counting objects:  60% (78/130)        
remote: Counting objects:  61% (80/130)        
remote: Counting objects:  62% (81/130)        
remote: Counting objects:  63% (82/130)        
remote: Counting objects:  64% (84/130)        
remote: Counting objects:  65% (85/130)        
remote: Counting objects:  66% (86/130)        
remote: Counting objects:  67% (88/130)        
remote: Counting objects:  68% (89/130)        
remote: Counting objects:  69% (90/130)        
remote: Counting objects:  70% (91/130)        
remote: Counting objects:  71% (93/130)        
remote: Counting objects:  72% (94/130)        
remote: Counting objects:  73% (95/130)        
remote: Counting objects:  74% (97/130)        
remote: Counting objects:  75% (98/130)        
remote: Counting objects:  76% (99/130)        
remote: Counting objects:  77% (101/130)        
remote: Counting objects:  78% (102/130)        
remote: Counting objects:  79% (103/130)        
remote: Counting objects:  80% (104/130)        
remote: Counting objects:  81% (106/130)        
remote: Counting objects:  82% (107/130)        
remote: Counting objects:  83% (108/130)        
remote: Counting objects:  84% (110/130)        
remote: Counting objects:  85% (111/130)        
remote: Counting objects:  86% (112/130)        
remote: Counting objects:  87% (114/130)        
remote: Counting objects:  88% (115/130)        
remote: Counting objects:  89% (116/130)        
remote: Counting objects:  90% (117/130)        
remote: Counting objects:  91% (119/130)        
remote: Counting objects:  92% (120/130)        
remote: Counting objects:  93% (121/130)        
remote: Counting objects:  94% (123/130)        
remote: Counting objects:  95% (124/130)        
remote: Counting objects:  96% (125/130)        
remote: Counting objects:  97% (127/130)        
remote: Counting objects:  98% (128/130)        
remote: Counting objects:  99% (129/130)        
remote: Counting objects: 100% (130/130)        
remote: Counting objects: 100% (130/130), done.        
remote: Compressing objects:   1% (1/54)        
remote: Compressing objects:   3% (2/54)        
remote: Compressing objects:   5% (3/54)        
remote: Compressing objects:   7% (4/54)        
remote: Compressing objects:   9% (5/54)        
remote: Compressing objects:  11% (6/54)        
remote: Compressing objects:  12% (7/54)        
remote: Compressing objects:  14% (8/54)        
remote: Compressing objects:  16% (9/54)        
remote: Compressing objects:  18% (10/54)        
remote: Compressing objects:  20% (11/54)        
remote: Compressing objects:  22% (12/54)        
remote: Compressing objects:  24% (13/54)        
remote: Compressing objects:  25% (14/54)        
remote: Compressing objects:  27% (15/54)        
remote: Compressing objects:  29% (16/54)        
remote: Compressing objects:  31% (17/54)        
remote: Compressing objects:  33% (18/54)        
remote: Compressing objects:  35% (19/54)        
remote: Compressing objects:  37% (20/54)        
remote: Compressing objects:  38% (21/54)        
remote: Compressing objects:  40% (22/54)        
remote: Compressing objects:  42% (23/54)        
remote: Compressing objects:  44% (24/54)        
remote: Compressing objects:  46% (25/54)        
remote: Compressing objects:  48% (26/54)        
remote: Compressing objects:  50% (27/54)        
remote: Compressing objects:  51% (28/54)        
remote: Compressing objects:  53% (29/54)        
remote: Compressing objects:  55% (30/54)        
remote: Compressing objects:  57% (31/54)        
remote: Compressing objects:  59% (32/54)        
remote: Compressing objects:  61% (33/54)        
remote: Compressing objects:  62% (34/54)        
remote: Compressing objects:  64% (35/54)        
remote: Compressing objects:  66% (36/54)        
remote: Compressing objects:  68% (37/54)        
remote: Compressing objects:  70% (38/54)        
remote: Compressing objects:  72% (39/54)        
remote: Compressing objects:  74% (40/54)        
remote: Compressing objects:  75% (41/54)        
remote: Compressing objects:  77% (42/54)        
remote: Compressing objects:  79% (43/54)        
remote: Compressing objects:  81% (44/54)        
remote: Compressing objects:  83% (45/54)        
remote: Compressing objects:  85% (46/54)        
remote: Compressing objects:  87% (47/54)        
remote: Compressing objects:  88% (48/54)        
remote: Compressing objects:  90% (49/54)        
remote: Compressing objects:  92% (50/54)        
remote: Compressing objects:  94% (51/54)        
remote: Compressing objects:  96% (52/54)        
remote: Compressing objects:  98% (53/54)        
remote: Compressing objects: 100% (54/54)        
remote: Compressing objects: 100% (54/54), done.        
Receiving objects:   0% (1/158)
Receiving objects:   1% (2/158)
Receiving objects:   2% (4/158)
Receiving objects:   3% (5/158)
Receiving objects:   4% (7/158)
Receiving objects:   5% (8/158)
Receiving objects:   6% (10/158)
Receiving objects:   7% (12/158)
Receiving objects:   8% (13/158)
Receiving objects:   9% (15/158)
Receiving objects:  10% (16/158)
Receiving objects:  11% (18/158)
Receiving objects:  12% (19/158)
remote: Total 158 (delta 34), reused 97 (delta 22), pack-reused 28        
Receiving objects:  13% (21/158)
Receiving objects:  14% (23/158)
Receiving objects:  15% (24/158)
Receiving objects:  16% (26/158)
Receiving objects:  17% (27/158)
Receiving objects:  18% (29/158)
Receiving objects:  19% (31/158)
Receiving objects:  20% (32/158)
Receiving objects:  21% (34/158)
Receiving objects:  22% (35/158)
Receiving objects:  23% (37/158)
Receiving objects:  24% (38/158)
Receiving objects:  25% (40/158)
Receiving objects:  26% (42/158)
Receiving objects:  27% (43/158)
Receiving objects:  28% (45/158)
Receiving objects:  29% (46/158)
Receiving objects:  30% (48/158)
Receiving objects:  31% (49/158)
Receiving objects:  32% (51/158)
Receiving objects:  33% (53/158)
Receiving objects:  34% (54/158)
Receiving objects:  35% (56/158)
Receiving objects:  36% (57/158)
Receiving objects:  37% (59/158)
Receiving objects:  38% (61/158)
Receiving objects:  39% (62/158)
Receiving objects:  40% (64/158)
Receiving objects:  41% (65/158)
Receiving objects:  42% (67/158)
Receiving objects:  43% (68/158)
Receiving objects:  44% (70/158)
Receiving objects:  45% (72/158)
Receiving objects:  46% (73/158)
Receiving objects:  47% (75/158)
Receiving objects:  48% (76/158)
Receiving objects:  49% (78/158)
Receiving objects:  50% (79/158)
Receiving objects:  51% (81/158)
Receiving objects:  52% (83/158)
Receiving objects:  53% (84/158)
Receiving objects:  54% (86/158)
Receiving objects:  55% (87/158)
Receiving objects:  56% (89/158)
Receiving objects:  57% (91/158)
Receiving objects:  58% (92/158)
Receiving objects:  59% (94/158)
Receiving objects:  60% (95/158)
Receiving objects:  61% (97/158)
Receiving objects:  62% (98/158)
Receiving objects:  63% (100/158)
Receiving objects:  64% (102/158)
Receiving objects:  65% (103/158)
Receiving objects:  66% (105/158)
Receiving objects:  67% (106/158)
Receiving objects:  68% (108/158)
Receiving objects:  69% (110/158)
Receiving objects:  70% (111/158)
Receiving objects:  71% (113/158)
Receiving objects:  72% (114/158)
Receiving objects:  73% (116/158)
Receiving objects:  74% (117/158)
Receiving objects:  75% (119/158)
Receiving objects:  76% (121/158)
Receiving objects:  77% (122/158)
Receiving objects:  78% (124/158)
Receiving objects:  79% (125/158)
Receiving objects:  80% (127/158)
Receiving objects:  81% (128/158)
Receiving objects:  82% (130/158)
Receiving objects:  83% (132/158)
Receiving objects:  84% (133/158)
Receiving objects:  85% (135/158)
Receiving objects:  86% (136/158)
Receiving objects:  87% (138/158)
Receiving objects:  88% (140/158)
Receiving objects:  89% (141/158)
Receiving objects:  90% (143/158)
Receiving objects:  91% (144/158)
Receiving objects:  92% (146/158)
Receiving objects:  93% (147/158)
Receiving objects:  94% (149/158)
Receiving objects:  95% (151/158)
Receiving objects:  96% (152/158)
Receiving objects:  97% (154/158)
Receiving objects:  98% (155/158)
Receiving objects:  99% (157/158)
Receiving objects: 100% (158/158)
Receiving objects: 100% (158/158), 16.37 KiB | 16.37 MiB/s, done.
Resolving deltas:   0% (0/37)
Resolving deltas:   2% (1/37)
Resolving deltas:   5% (2/37)
Resolving deltas:  10% (4/37)
Resolving deltas:  13% (5/37)
Resolving deltas:  16% (6/37)
Resolving deltas:  21% (8/37)
Resolving deltas:  24% (9/37)
Resolving deltas:  27% (10/37)
Resolving deltas:  29% (11/37)
Resolving deltas:  48% (18/37)
Resolving deltas:  51% (19/37)
Resolving deltas:  81% (30/37)
Resolving deltas: 100% (37/37)
Resolving deltas: 100% (37/37), done.
Cloning into '/root/workspace/weifang-config/container/A001/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/container/A001/params_new/system-port'...
remote: Enumerating objects: 282, done.        
remote: Counting objects:   0% (1/162)        
remote: Counting objects:   1% (2/162)        
remote: Counting objects:   2% (4/162)        
remote: Counting objects:   3% (5/162)        
remote: Counting objects:   4% (7/162)        
remote: Counting objects:   5% (9/162)        
remote: Counting objects:   6% (10/162)        
remote: Counting objects:   7% (12/162)        
remote: Counting objects:   8% (13/162)        
remote: Counting objects:   9% (15/162)        
remote: Counting objects:  10% (17/162)        
remote: Counting objects:  11% (18/162)        
remote: Counting objects:  12% (20/162)        
remote: Counting objects:  13% (22/162)        
remote: Counting objects:  14% (23/162)        
remote: Counting objects:  15% (25/162)        
remote: Counting objects:  16% (26/162)        
remote: Counting objects:  17% (28/162)        
remote: Counting objects:  18% (30/162)        
remote: Counting objects:  19% (31/162)        
remote: Counting objects:  20% (33/162)        
remote: Counting objects:  21% (35/162)        
remote: Counting objects:  22% (36/162)        
remote: Counting objects:  23% (38/162)        
remote: Counting objects:  24% (39/162)        
remote: Counting objects:  25% (41/162)        
remote: Counting objects:  26% (43/162)        
remote: Counting objects:  27% (44/162)        
remote: Counting objects:  28% (46/162)        
remote: Counting objects:  29% (47/162)        
remote: Counting objects:  30% (49/162)        
remote: Counting objects:  31% (51/162)        
remote: Counting objects:  32% (52/162)        
remote: Counting objects:  33% (54/162)        
remote: Counting objects:  34% (56/162)        
remote: Counting objects:  35% (57/162)        
remote: Counting objects:  36% (59/162)        
remote: Counting objects:  37% (60/162)        
remote: Counting objects:  38% (62/162)        
remote: Counting objects:  39% (64/162)        
remote: Counting objects:  40% (65/162)        
remote: Counting objects:  41% (67/162)        
remote: Counting objects:  42% (69/162)        
remote: Counting objects:  43% (70/162)        
remote: Counting objects:  44% (72/162)        
remote: Counting objects:  45% (73/162)        
remote: Counting objects:  46% (75/162)        
remote: Counting objects:  47% (77/162)        
remote: Counting objects:  48% (78/162)        
remote: Counting objects:  49% (80/162)        
remote: Counting objects:  50% (81/162)        
remote: Counting objects:  51% (83/162)        
remote: Counting objects:  52% (85/162)        
remote: Counting objects:  53% (86/162)        
remote: Counting objects:  54% (88/162)        
remote: Counting objects:  55% (90/162)        
remote: Counting objects:  56% (91/162)        
remote: Counting objects:  57% (93/162)        
remote: Counting objects:  58% (94/162)        
remote: Counting objects:  59% (96/162)        
remote: Counting objects:  60% (98/162)        
remote: Counting objects:  61% (99/162)        
remote: Counting objects:  62% (101/162)        
remote: Counting objects:  63% (103/162)        
remote: Counting objects:  64% (104/162)        
remote: Counting objects:  65% (106/162)        
remote: Counting objects:  66% (107/162)        
remote: Counting objects:  67% (109/162)        
remote: Counting objects:  68% (111/162)        
remote: Counting objects:  69% (112/162)        
remote: Counting objects:  70% (114/162)        
remote: Counting objects:  71% (116/162)        
remote: Counting objects:  72% (117/162)        
remote: Counting objects:  73% (119/162)        
remote: Counting objects:  74% (120/162)        
remote: Counting objects:  75% (122/162)        
remote: Counting objects:  76% (124/162)        
remote: Counting objects:  77% (125/162)        
remote: Counting objects:  78% (127/162)        
remote: Counting objects:  79% (128/162)        
remote: Counting objects:  80% (130/162)        
remote: Counting objects:  81% (132/162)        
remote: Counting objects:  82% (133/162)        
remote: Counting objects:  83% (135/162)        
remote: Counting objects:  84% (137/162)        
remote: Counting objects:  85% (138/162)        
remote: Counting objects:  86% (140/162)        
remote: Counting objects:  87% (141/162)        
remote: Counting objects:  88% (143/162)        
remote: Counting objects:  89% (145/162)        
remote: Counting objects:  90% (146/162)        
remote: Counting objects:  91% (148/162)        
remote: Counting objects:  92% (150/162)        
remote: Counting objects:  93% (151/162)        
remote: Counting objects:  94% (153/162)        
remote: Counting objects:  95% (154/162)        
remote: Counting objects:  96% (156/162)        
remote: Counting objects:  97% (158/162)        
remote: Counting objects:  98% (159/162)        
remote: Counting objects:  99% (161/162)        
remote: Counting objects: 100% (162/162)        
remote: Counting objects: 100% (162/162), done.        
remote: Compressing objects:   0% (1/117)        
remote: Compressing objects:   1% (2/117)        
remote: Compressing objects:   2% (3/117)        
remote: Compressing objects:   3% (4/117)        
remote: Compressing objects:   4% (5/117)        
remote: Compressing objects:   5% (6/117)        
remote: Compressing objects:   6% (8/117)        
remote: Compressing objects:   7% (9/117)        
remote: Compressing objects:   8% (10/117)        
remote: Compressing objects:   9% (11/117)        
remote: Compressing objects:  10% (12/117)        
remote: Compressing objects:  11% (13/117)        
remote: Compressing objects:  12% (15/117)        
remote: Compressing objects:  13% (16/117)        
remote: Compressing objects:  14% (17/117)        
remote: Compressing objects:  15% (18/117)        
remote: Compressing objects:  16% (19/117)        
remote: Compressing objects:  17% (20/117)        
remote: Compressing objects:  18% (22/117)        
remote: Compressing objects:  19% (23/117)        
remote: Compressing objects:  20% (24/117)        
remote: Compressing objects:  21% (25/117)        
remote: Compressing objects:  22% (26/117)        
remote: Compressing objects:  23% (27/117)        
remote: Compressing objects:  24% (29/117)        
remote: Compressing objects:  25% (30/117)        
remote: Compressing objects:  26% (31/117)        
remote: Compressing objects:  27% (32/117)        
remote: Compressing objects:  28% (33/117)        
remote: Compressing objects:  29% (34/117)
remote: Compressing objects:  30% (36/117)        
remote: Compressing objects:  31% (37/117)        
remote: Compressing objects:  32% (38/117)        
remote: Compressing objects:  33% (39/117)        
remote: Compressing objects:  34% (40/117)        
remote: Compressing objects:  35% (41/117)        
remote: Compressing objects:  36% (43/117)        
remote: Compressing objects:  37% (44/117)        
remote: Compressing objects:  38% (45/117)        
remote: Compressing objects:  39% (46/117)        
remote: Compressing objects:  40% (47/117)        
remote: Compressing objects:  41% (48/117)        
remote: Compressing objects:  42% (50/117)        
remote: Compressing objects:  43% (51/117)        
remote: Compressing objects:  44% (52/117)        
remote: Compressing objects:  45% (53/117)
remote: Compressing objects:  46% (54/117)        
remote: Compressing objects:  47% (55/117)        
remote: Compressing objects:  48% (57/117)        
remote: Compressing objects:  49% (58/117)        
remote: Compressing objects:  50% (59/117)        
remote: Compressing objects:  51% (60/117)        
remote: Compressing objects:  52% (61/117)        
remote: Compressing objects:  53% (63/117)        
remote: Compressing objects:  54% (64/117)        
remote: Compressing objects:  55% (65/117)        
remote: Compressing objects:  56% (66/117)        
remote: Compressing objects:  57% (67/117)        
remote: Compressing objects:  58% (68/117)        
remote: Compressing objects:  59% (70/117)        
remote: Compressing objects:  60% (71/117)        
remote: Compressing objects:  61% (72/117)        
remote: Compressing objects:  62% (73/117)        
remote: Compressing objects:  63% (74/117)        
remote: Compressing objects:  64% (75/117)        
remote: Compressing objects:  65% (77/117)        
remote: Compressing objects:  66% (78/117)        
remote: Compressing objects:  67% (79/117)        
remote: Compressing objects:  68% (80/117)        
remote: Compressing objects:  69% (81/117)        
remote: Compressing objects:  70% (82/117)        
remote: Compressing objects:  71% (84/117)        
remote: Compressing objects:  72% (85/117)        
remote: Compressing objects:  73% (86/117)        
remote: Compressing objects:  74% (87/117)        
remote: Compressing objects:  75% (88/117)        
remote: Compressing objects:  76% (89/117)        
remote: Compressing objects:  77% (91/117)        
remote: Compressing objects:  78% (92/117)        
remote: Compressing objects:  79% (93/117)        
remote: Compressing objects:  80% (94/117)        
remote: Compressing objects:  81% (95/117)        
remote: Compressing objects:  82% (96/117)        
remote: Compressing objects:  83% (98/117)        
remote: Compressing objects:  84% (99/117)        
remote: Compressing objects:  85% (100/117)        
remote: Compressing objects:  86% (101/117)        
remote: Compressing objects:  87% (102/117)        
remote: Compressing objects:  88% (103/117)        
remote: Compressing objects:  89% (105/117)        
remote: Compressing objects:  90% (106/117)        
remote: Compressing objects:  91% (107/117)        
remote: Compressing objects:  92% (108/117)        
remote: Compressing objects:  93% (109/117)        
remote: Compressing objects:  94% (110/117)        
remote: Compressing objects:  95% (112/117)        
remote: Compressing objects:  96% (113/117)        
remote: Compressing objects:  97% (114/117)        
remote: Compressing objects:  98% (115/117)        
remote: Compressing objects:  99% (116/117)        
remote: Compressing objects: 100% (117/117)        
remote: Compressing objects: 100% (117/117), done.        
Receiving objects:   0% (1/282)
Receiving objects:   1% (3/282)
Receiving objects:   2% (6/282)
Receiving objects:   3% (9/282)
Receiving objects:   4% (12/282)
Receiving objects:   5% (15/282)
Receiving objects:   6% (17/282)
Receiving objects:   7% (20/282)
Receiving objects:   8% (23/282)
Receiving objects:   9% (26/282)
Receiving objects:  10% (29/282)
Receiving objects:  11% (32/282)
Receiving objects:  12% (34/282)
Receiving objects:  13% (37/282)
Receiving objects:  14% (40/282)
Receiving objects:  15% (43/282)
Receiving objects:  16% (46/282)
Receiving objects:  17% (48/282)
Receiving objects:  18% (51/282)
Receiving objects:  19% (54/282)
Receiving objects:  20% (57/282)
Receiving objects:  21% (60/282)
Receiving objects:  22% (63/282)
Receiving objects:  23% (65/282)
Receiving objects:  24% (68/282)
Receiving objects:  25% (71/282)
Receiving objects:  26% (74/282)
Receiving objects:  27% (77/282)
Receiving objects:  28% (79/282)
Receiving objects:  29% (82/282)
Receiving objects:  30% (85/282)
Receiving objects:  31% (88/282)
Receiving objects:  32% (91/282)
Receiving objects:  33% (94/282)
Receiving objects:  34% (96/282)
Receiving objects:  35% (99/282)
Receiving objects:  36% (102/282)
Receiving objects:  37% (105/282)
Receiving objects:  38% (108/282)
Receiving objects:  39% (110/282)
Receiving objects:  40% (113/282)
Receiving objects:  41% (116/282)
Receiving objects:  42% (119/282)
Receiving objects:  43% (122/282)
Receiving objects:  44% (125/282)
Receiving objects:  45% (127/282)
Receiving objects:  46% (130/282)
Receiving objects:  47% (133/282)
Receiving objects:  48% (136/282)
Receiving objects:  49% (139/282)
Receiving objects:  50% (141/282)
Receiving objects:  51% (144/282)
Receiving objects:  52% (147/282)
Receiving objects:  53% (150/282)
Receiving objects:  54% (153/282)
Receiving objects:  55% (156/282)
Receiving objects:  56% (158/282)
Receiving objects:  57% (161/282)
Receiving objects:  58% (164/282)
Receiving objects:  59% (167/282)
Receiving objects:  60% (170/282)
Receiving objects:  61% (173/282)
Receiving objects:  62% (175/282)
Receiving objects:  63% (178/282)
Receiving objects:  64% (181/282)
Receiving objects:  65% (184/282)
Receiving objects:  66% (187/282)
Receiving objects:  67% (189/282)
Receiving objects:  68% (192/282)
Receiving objects:  69% (195/282)
Receiving objects:  70% (198/282)
Receiving objects:  71% (201/282)
Receiving objects:  72% (204/282)
Receiving objects:  73% (206/282)
Receiving objects:  74% (209/282)
Receiving objects:  75% (212/282)
Receiving objects:  76% (215/282)
Receiving objects:  77% (218/282)
Receiving objects:  78% (220/282)
Receiving objects:  79% (223/282)
Receiving objects:  80% (226/282)
Receiving objects:  81% (229/282)
Receiving objects:  82% (232/282)
Receiving objects:  83% (235/282)
remote: Total 282 (delta 78), reused 92 (delta 33), pack-reused 120        
Receiving objects:  84% (237/282)
Receiving objects:  85% (240/282)
Receiving objects:  86% (243/282)
Receiving objects:  87% (246/282)
Receiving objects:  88% (249/282)
Receiving objects:  89% (251/282)
Receiving objects:  90% (254/282)
Receiving objects:  91% (257/282)
Receiving objects:  92% (260/282)
Receiving objects:  93% (263/282)
Receiving objects:  94% (266/282)
Receiving objects:  95% (268/282)
Receiving objects:  96% (271/282)
Receiving objects:  97% (274/282)
Receiving objects:  98% (277/282)
Receiving objects:  99% (280/282)
Receiving objects: 100% (282/282)
Receiving objects: 100% (282/282), 176.54 KiB | 29.42 MiB/s, done.
Resolving deltas:   0% (0/122)
Resolving deltas:   1% (2/122)
Resolving deltas:   2% (3/122)
Resolving deltas:  13% (16/122)
Resolving deltas:  23% (29/122)
Resolving deltas:  24% (30/122)
Resolving deltas:  26% (32/122)
Resolving deltas:  28% (35/122)
Resolving deltas:  30% (37/122)
Resolving deltas:  31% (38/122)
Resolving deltas:  34% (42/122)
Resolving deltas:  35% (43/122)
Resolving deltas:  36% (44/122)
Resolving deltas:  37% (46/122)
Resolving deltas:  38% (47/122)
Resolving deltas:  39% (48/122)
Resolving deltas:  40% (49/122)
Resolving deltas:  42% (52/122)
Resolving deltas:  43% (53/122)
Resolving deltas:  45% (56/122)
Resolving deltas:  46% (57/122)
Resolving deltas:  47% (58/122)
Resolving deltas:  53% (65/122)
Resolving deltas:  54% (66/122)
Resolving deltas:  56% (69/122)
Resolving deltas:  57% (70/122)
Resolving deltas:  63% (77/122)
Resolving deltas:  65% (80/122)
Resolving deltas:  67% (82/122)
Resolving deltas:  68% (83/122)
Resolving deltas:  75% (92/122)
Resolving deltas:  76% (93/122)
Resolving deltas:  97% (119/122)
Resolving deltas: 100% (122/122)
Resolving deltas: 100% (122/122), done.
Submodule path 'crane_align_common': checked out '954ba1c96df2e7fb63dbd882b3b7abd22189fa4d'
Submodule path 'crane_align_customized': checked out '0bf9d9dbf6e8cfba4ff33081417a51db4dde44ec'
Submodule path 'hardware': checked out '3ec6dec49996a31bc74379eb0c5fae2e8a654917'
Submodule path 'hesai_lidar_customized': checked out '9ca584cebe961958e030ff1056c9b013e0723175'
Submodule path 'lidar-extrinsics': checked out '1776c67530df1841f96911fd2fa03005cb14913b'
Submodule path 'lidar_loc_v2_common': checked out 'dd6ec8131f022ee08f81455a09d94802a582ee5f'
Submodule path 'lidar_loc_v2_customized': checked out 'f456b02e485e8eccdecfa45e07d842777b968d61'
Submodule path 'msf-port': checked out 'a8149a798e11c048d88d208d57ca85594ff5f1bc'
Submodule path 'msf-vehicle': checked out 'aa676ee9a5128d4d2126286f63f0211f51defe8c'
Submodule path 'perception_camera_driver': checked out '82f6ae6d33aa2f9cfe16047ac1ea8ade9aa6e5da'
Submodule path 'perception_data_collection': checked out 'b36dc0a6ea51808e48bda66eef6aa3e5338685ac'
Submodule path 'perception_lane_detection': checked out '3dcecc6a1cab5b58d59274dc57d94f2a5a1a5266'
Submodule path 'perception_lidar_camera_fusion': checked out 'd6411e8e7496fed5c621cfa668ba0e1e0aa07545'
Submodule path 'perception_new_detection': checked out '2247da34054ca746c31dbba893e19b148f8a13e1'
Submodule path 'perception_spreader_imv': checked out '4419cd9ee6da785b6a6ff6a471810264eb9ebccc'
Submodule path 'perception_spreader_truck': checked out '87357350892ab66df93a7eed89c8616b28fb8d20'
Submodule path 'perception_vehicles': checked out '76aca2cb5433e508bd66e53a0bd2152a7772d0a8'
Submodule path 'pointcloud_customized': checked out '37092b6ed6d5ce663b37f450ec4b633991626bfd'
Submodule path 'prediction_config': checked out '5752a4cc58c48a04990cf84bc3db06c61f709753'
Submodule path 'rslidar_sdk_common': checked out '3b3ec601072717ab0a4037dd9f5abcef0c9ad337'
Submodule path 'rslidar_sdk_customized': checked out 'c67fb869443c2c9c0f8c366f3596dc8cf5aa6821'
Submodule path 'static_transform_common': checked out '79606d0a8d1b7bab782d8279cb27d4d11e0212dd'
Submodule path 'system-common': checked out '4961e234efc1e60a77fcfb7352f10c5956ec03a1'
Submodule path 'system-device': checked out '753f30df39b08deecc9829cfe13a047c282c409e'
Submodule path 'system-mqtt': checked out 'a917e8ef386bd52983140020adb1671e27a6c7ce'
Submodule path 'system-node-weifang': checked out '85dfb55831c10ce7a8dcd93684fc8b990eb68b45'
Submodule path 'system-port': checked out '6f95e740d94ac6727164bbfd616a53c6072a2894'
[Pipeline] sh
+ ls -d crane_align_common/ crane_align_customized/ hardware/ hesai_lidar_customized/ lidar-extrinsics/ lidar_loc_v2_common/ lidar_loc_v2_customized/ msf-port/ msf-vehicle/ perception_camera_driver/ perception_data_collection/ perception_lane_detection/ perception_lidar_camera_fusion/ perception_new_detection/ perception_spreader_imv/ perception_spreader_truck/ perception_vehicles/ pointcloud_customized/ prediction_config/ rslidar_sdk_common/ rslidar_sdk_customized/ static_transform_common/ system-common/ system-device/ system-mqtt/ system-node-weifang/ system-port/
[Pipeline] echo
[crane_align_common, crane_align_customized, hardware, hesai_lidar_customized, lidar-extrinsics, lidar_loc_v2_common, lidar_loc_v2_customized, msf-port, msf-vehicle, perception_camera_driver, perception_data_collection, perception_lane_detection, perception_lidar_camera_fusion, perception_new_detection, perception_spreader_imv, perception_spreader_truck, perception_vehicles, pointcloud_customized, prediction_config, rslidar_sdk_common, rslidar_sdk_customized, static_transform_common, system-common, system-device, system-mqtt, system-node-weifang, system-port]
[Pipeline] sh
+ mkdir -p /root/workspace/weifang-config/container/A001/params_new/params_new
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A001/params_new/crane_align_common/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
crane_align_common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A001/params_new/crane_align_common/crane_align /root/workspace/weifang-config/container/A001/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A001/params_new/crane_align_customized/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
crane_align_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A001/params_new/crane_align_customized/crane_align /root/workspace/weifang-config/container/A001/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A001/params_new/hardware/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
hardware 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A001/params_new/hardware/hardware /root/workspace/weifang-config/container/A001/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A001/params_new/hesai_lidar_customized/
+ wc -l
[Pipeline] echo
2
[Pipeline] echo
hesai_lidar_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A001/params_new/hesai_lidar_customized/hesai_lidar /root/workspace/weifang-config/container/A001/params_new/hesai_lidar_customized/README.md /root/workspace/weifang-config/container/A001/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A001/params_new/lidar-extrinsics/
+ wc -l
[Pipeline] echo
3
[Pipeline] echo
lidar-extrinsics 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A001/params_new/lidar-extrinsics/crane_align /root/workspace/weifang-config/container/A001/params_new/lidar-extrinsics/extrinsics /root/workspace/weifang-config/container/A001/params_new/lidar-extrinsics/lidar_correction_files /root/workspace/weifang-config/container/A001/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A001/params_new/lidar_loc_v2_common/
[Pipeline] echo
1
[Pipeline] echo
lidar_loc_v2_common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A001/params_new/lidar_loc_v2_common/lidar_loc_v2 /root/workspace/weifang-config/container/A001/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A001/params_new/lidar_loc_v2_customized/
[Pipeline] echo
1
[Pipeline] echo
lidar_loc_v2_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A001/params_new/lidar_loc_v2_customized/lidar_loc_v2 /root/workspace/weifang-config/container/A001/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A001/params_new/msf-port/
[Pipeline] echo
3
[Pipeline] echo
msf-port 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A001/params_new/msf-port/msf_assistant.yaml /root/workspace/weifang-config/container/A001/params_new/msf-port/msf_localization_share.yaml /root/workspace/weifang-config/container/A001/params_new/msf-port/README.md /root/workspace/weifang-config/container/A001/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A001/params_new/msf-vehicle/
+ wc -l
[Pipeline] echo
4
[Pipeline] echo
msf-vehicle 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A001/params_new/msf-vehicle/extrinsics /root/workspace/weifang-config/container/A001/params_new/msf-vehicle/msf_localization_calibration.yaml /root/workspace/weifang-config/container/A001/params_new/msf-vehicle/msf_localization.yaml /root/workspace/weifang-config/container/A001/params_new/msf-vehicle/README.md /root/workspace/weifang-config/container/A001/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A001/params_new/perception_camera_driver/
[Pipeline] echo
1
[Pipeline] echo
perception_camera_driver 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A001/params_new/perception_camera_driver/slave /root/workspace/weifang-config/container/A001/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A001/params_new/perception_data_collection/
[Pipeline] echo
2
[Pipeline] echo
perception_data_collection 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A001/params_new/perception_data_collection/data_collection /root/workspace/weifang-config/container/A001/params_new/perception_data_collection/README.md /root/workspace/weifang-config/container/A001/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A001/params_new/perception_lane_detection/
+ wc -l
[Pipeline] echo
2
[Pipeline] echo
perception_lane_detection 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A001/params_new/perception_lane_detection/lane_detection /root/workspace/weifang-config/container/A001/params_new/perception_lane_detection/README.md /root/workspace/weifang-config/container/A001/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A001/params_new/perception_lidar_camera_fusion/
[Pipeline] echo
1
[Pipeline] echo
perception_lidar_camera_fusion 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A001/params_new/perception_lidar_camera_fusion/lidar_camera_fusion /root/workspace/weifang-config/container/A001/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A001/params_new/perception_new_detection/
+ wc -l
[Pipeline] echo
2
[Pipeline] echo
perception_new_detection 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A001/params_new/perception_new_detection/perception /root/workspace/weifang-config/container/A001/params_new/perception_new_detection/README.md /root/workspace/weifang-config/container/A001/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A001/params_new/perception_spreader_imv/
+ wc -l
[Pipeline] echo
2
[Pipeline] echo
perception_spreader_imv 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A001/params_new/perception_spreader_imv/imv_spreader_detection /root/workspace/weifang-config/container/A001/params_new/perception_spreader_imv/README.md /root/workspace/weifang-config/container/A001/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A001/params_new/perception_spreader_truck/
[Pipeline] echo
2
[Pipeline] echo
perception_spreader_truck 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A001/params_new/perception_spreader_truck/new_truck_spreader_detection /root/workspace/weifang-config/container/A001/params_new/perception_spreader_truck/README.md /root/workspace/weifang-config/container/A001/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A001/params_new/perception_vehicles/
+ wc -l
[Pipeline] echo
3
[Pipeline] echo
perception_vehicles 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A001/params_new/perception_vehicles/extrinsics /root/workspace/weifang-config/container/A001/params_new/perception_vehicles/master /root/workspace/weifang-config/container/A001/params_new/perception_vehicles/README.md /root/workspace/weifang-config/container/A001/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A001/params_new/pointcloud_customized/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
pointcloud_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A001/params_new/pointcloud_customized/pointcloud /root/workspace/weifang-config/container/A001/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A001/params_new/prediction_config/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
prediction_config 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A001/params_new/prediction_config/prediction /root/workspace/weifang-config/container/A001/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A001/params_new/rslidar_sdk_common/
[Pipeline] echo
1
[Pipeline] echo
rslidar_sdk_common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A001/params_new/rslidar_sdk_common/rslidar_sdk /root/workspace/weifang-config/container/A001/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A001/params_new/rslidar_sdk_customized/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
rslidar_sdk_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A001/params_new/rslidar_sdk_customized/rslidar_sdk /root/workspace/weifang-config/container/A001/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A001/params_new/static_transform_common/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
static_transform_common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A001/params_new/static_transform_common/static_transform.yaml /root/workspace/weifang-config/container/A001/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A001/params_new/system-common/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
system-common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A001/params_new/system-common/system-ros /root/workspace/weifang-config/container/A001/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A001/params_new/system-device/
+ wc -l
[Pipeline] echo
3
[Pipeline] echo
system-device 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A001/params_new/system-device/master /root/workspace/weifang-config/container/A001/params_new/system-device/slave /root/workspace/weifang-config/container/A001/params_new/system-device/system-ros /root/workspace/weifang-config/container/A001/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A001/params_new/system-mqtt/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
system-mqtt 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A001/params_new/system-mqtt/system-ros /root/workspace/weifang-config/container/A001/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A001/params_new/system-node-weifang/
[Pipeline] echo
3
[Pipeline] echo
system-node-weifang 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A001/params_new/system-node-weifang/master /root/workspace/weifang-config/container/A001/params_new/system-node-weifang/slave /root/workspace/weifang-config/container/A001/params_new/system-node-weifang/system-ros /root/workspace/weifang-config/container/A001/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A001/params_new/system-port/
[Pipeline] echo
3
[Pipeline] echo
system-port 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A001/params_new/system-port/peripheral_controller.toml /root/workspace/weifang-config/container/A001/params_new/system-port/ros_can_interpreter.toml /root/workspace/weifang-config/container/A001/params_new/system-port/system-ros /root/workspace/weifang-config/container/A001/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A001/params_new/params_new/
crane_align
data_collection
extrinsics
hardware
hesai_lidar
imv_spreader_detection
lane_detection
lidar_camera_fusion
lidar_correction_files
lidar_loc_v2
master
msf_assistant.yaml
msf_localization_calibration.yaml
msf_localization_share.yaml
msf_localization.yaml
new_truck_spreader_detection
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/container/A001/params_new/params_new/crane_align /root/workspace/weifang-config/container/A001/params_new/params_new/data_collection /root/workspace/weifang-config/container/A001/params_new/params_new/extrinsics /root/workspace/weifang-config/container/A001/params_new/params_new/hardware /root/workspace/weifang-config/container/A001/params_new/params_new/hesai_lidar /root/workspace/weifang-config/container/A001/params_new/params_new/imv_spreader_detection /root/workspace/weifang-config/container/A001/params_new/params_new/lane_detection /root/workspace/weifang-config/container/A001/params_new/params_new/lidar_camera_fusion /root/workspace/weifang-config/container/A001/params_new/params_new/lidar_correction_files /root/workspace/weifang-config/container/A001/params_new/params_new/lidar_loc_v2 /root/workspace/weifang-config/container/A001/params_new/params_new/master /root/workspace/weifang-config/container/A001/params_new/params_new/msf_assistant.yaml /root/workspace/weifang-config/container/A001/params_new/params_new/msf_localization_calibration.yaml /root/workspace/weifang-config/container/A001/params_new/params_new/msf_localization_share.yaml /root/workspace/weifang-config/container/A001/params_new/params_new/msf_localization.yaml /root/workspace/weifang-config/container/A001/params_new/params_new/new_truck_spreader_detection /root/workspace/weifang-config/container/A001/params_new/params_new/perception /root/workspace/weifang-config/container/A001/params_new/params_new/peripheral_controller.toml /root/workspace/weifang-config/container/A001/params_new/params_new/pointcloud /root/workspace/weifang-config/container/A001/params_new/params_new/prediction /root/workspace/weifang-config/container/A001/params_new/params_new/README.md /root/workspace/weifang-config/container/A001/params_new/params_new/ros_can_interpreter.toml /root/workspace/weifang-config/container/A001/params_new/params_new/rslidar_sdk /root/workspace/weifang-config/container/A001/params_new/params_new/slave /root/workspace/weifang-config/container/A001/params_new/params_new/static_transform.yaml /root/workspace/weifang-config/container/A001/params_new/params_new/system-ros /root/workspace/weifang-config/container/A001/params_A001/params/
[Pipeline] echo
A002拉取新参数方式
[Pipeline] sh
+ rm -rf /root/workspace/weifang-config/container/A002/params_new
[Pipeline] sh
+ mkdir -p /root/workspace/weifang-config/container/A002/params_new
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A002/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/A002.git
 > git init /root/workspace/weifang-config/container/A002/params_new # timeout=10
Fetching upstream changes from http://159.27.226.4/config/vehicles/A002.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/A002.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url http://159.27.226.4/config/vehicles/A002.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 5c49475f5466bc6f56346cbcb0ac3fd7dfd84048 (origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5c49475f5466bc6f56346cbcb0ac3fd7dfd84048 # timeout=300000
Commit message: "Update module: perception_new_detection to the lastest commit of weifang-cont_truck_zq_3pxt32-2rsbp-anglesensor"
 > git rev-list --no-walk 5c49475f5466bc6f56346cbcb0ac3fd7dfd84048 # 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/A002.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/A002.git) registered for path 'lidar-extrinsics'
Submodule 'lidar_loc_v2_common' (git@159.27.226.4:lidar_localization_mapping/config/lidar_loc_v2/lidar_loc_v2_common.git) registered for path 'lidar_loc_v2_common'
Submodule 'lidar_loc_v2_customized' (git@159.27.226.4:lidar_localization_mapping/config/lidar_loc_v2/lidar_loc_v2_customized.git) registered for path 'lidar_loc_v2_customized'
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/A002.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_data_collection' (git@159.27.226.4:lidar/config/modules/perception_data_collection.git) registered for path 'perception_data_collection'
Submodule 'perception_lane_detection' (git@159.27.226.4:lidar/config/modules/perception_lane_detection.git) registered for path 'perception_lane_detection'
Submodule 'perception_lidar_camera_fusion' (git@159.27.226.4:lidar/config/modules/perception_lidar_camera_fusion.git) registered for path 'perception_lidar_camera_fusion'
Submodule 'perception_new_detection' (git@159.27.226.4:lidar/config/modules/perception_new_detection.git) registered for path 'perception_new_detection'
Submodule 'perception_spreader_imv' (git@159.27.226.4:lidar/config/modules/perception_spreader_imv.git) registered for path 'perception_spreader_imv'
Submodule 'perception_spreader_truck' (git@159.27.226.4:lidar/config/modules/perception_spreader_truck.git) registered for path 'perception_spreader_truck'
Submodule 'perception_vehicles' (git@159.27.226.4:lidar/config/vehicles/A002.git) registered for path 'perception_vehicles'
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 'rslidar_sdk_customized' (git@159.27.226.4:lidar_localization_mapping/config/rslidar_sdk/rslidar_sdk_customized.git) registered for path 'rslidar_sdk_customized'
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-mqtt' (git@159.27.226.4:system/config/system-mqtt.git) registered for path 'system-mqtt'
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'
[Pipeline] sh
+ git submodule update --remote --progress
Cloning into '/root/workspace/weifang-config/container/A002/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:  58% (7/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/container/A002/params_new/crane_align_customized'...
remote: Enumerating objects: 1631, done.        
remote: Counting objects:   1% (1/100)        
remote: Counting objects:   2% (2/100)        
remote: Counting objects:   3% (3/100)        
remote: Counting objects:   4% (4/100)        
remote: Counting objects:   5% (5/100)        
remote: Counting objects:   6% (6/100)        
remote: Counting objects:   7% (7/100)        
remote: Counting objects:   8% (8/100)        
remote: Counting objects:   9% (9/100)        
remote: Counting objects:  10% (10/100)        
remote: Counting objects:  11% (11/100)        
remote: Counting objects:  12% (12/100)        
remote: Counting objects:  13% (13/100)        
remote: Counting objects:  14% (14/100)        
remote: Counting objects:  15% (15/100)        
remote: Counting objects:  16% (16/100)        
remote: Counting objects:  17% (17/100)        
remote: Counting objects:  18% (18/100)        
remote: Counting objects:  19% (19/100)        
remote: Counting objects:  20% (20/100)        
remote: Counting objects:  21% (21/100)        
remote: Counting objects:  22% (22/100)        
remote: Counting objects:  23% (23/100)        
remote: Counting objects:  24% (24/100)        
remote: Counting objects:  25% (25/100)        
remote: Counting objects:  26% (26/100)        
remote: Counting objects:  27% (27/100)        
remote: Counting objects:  28% (28/100)        
remote: Counting objects:  29% (29/100)        
remote: Counting objects:  30% (30/100)        
remote: Counting objects:  31% (31/100)        
remote: Counting objects:  32% (32/100)        
remote: Counting objects:  33% (33/100)        
remote: Counting objects:  34% (34/100)        
remote: Counting objects:  35% (35/100)        
remote: Counting objects:  36% (36/100)        
remote: Counting objects:  37% (37/100)        
remote: Counting objects:  38% (38/100)        
remote: Counting objects:  39% (39/100)        
remote: Counting objects:  40% (40/100)        
remote: Counting objects:  41% (41/100)        
remote: Counting objects:  42% (42/100)        
remote: Counting objects:  43% (43/100)        
remote: Counting objects:  44% (44/100)        
remote: Counting objects:  45% (45/100)        
remote: Counting objects:  46% (46/100)        
remote: Counting objects:  47% (47/100)        
remote: Counting objects:  48% (48/100)        
remote: Counting objects:  49% (49/100)        
remote: Counting objects:  50% (50/100)        
remote: Counting objects:  51% (51/100)        
remote: Counting objects:  52% (52/100)        
remote: Counting objects:  53% (53/100)        
remote: Counting objects:  54% (54/100)        
remote: Counting objects:  55% (55/100)        
remote: Counting objects:  56% (56/100)        
remote: Counting objects:  57% (57/100)        
remote: Counting objects:  58% (58/100)        
remote: Counting objects:  59% (59/100)        
remote: Counting objects:  60% (60/100)        
remote: Counting objects:  61% (61/100)        
remote: Counting objects:  62% (62/100)        
remote: Counting objects:  63% (63/100)        
remote: Counting objects:  64% (64/100)        
remote: Counting objects:  65% (65/100)        
remote: Counting objects:  66% (66/100)        
remote: Counting objects:  67% (67/100)        
remote: Counting objects:  68% (68/100)        
remote: Counting objects:  69% (69/100)        
remote: Counting objects:  70% (70/100)        
remote: Counting objects:  71% (71/100)        
remote: Counting objects:  72% (72/100)        
remote: Counting objects:  73% (73/100)        
remote: Counting objects:  74% (74/100)        
remote: Counting objects:  75% (75/100)        
remote: Counting objects:  76% (76/100)        
remote: Counting objects:  77% (77/100)        
remote: Counting objects:  78% (78/100)        
remote: Counting objects:  79% (79/100)        
remote: Counting objects:  80% (80/100)        
remote: Counting objects:  81% (81/100)        
remote: Counting objects:  82% (82/100)        
remote: Counting objects:  83% (83/100)        
remote: Counting objects:  84% (84/100)        
remote: Counting objects:  85% (85/100)        
remote: Counting objects:  86% (86/100)        
remote: Counting objects:  87% (87/100)        
remote: Counting objects:  88% (88/100)        
remote: Counting objects:  89% (89/100)        
remote: Counting objects:  90% (90/100)        
remote: Counting objects:  91% (91/100)        
remote: Counting objects:  92% (92/100)        
remote: Counting objects:  93% (93/100)        
remote: Counting objects:  94% (94/100)        
remote: Counting objects:  95% (95/100)        
remote: Counting objects:  96% (96/100)        
remote: Counting objects:  97% (97/100)        
remote: Counting objects:  98% (98/100)        
remote: Counting objects:  99% (99/100)        
remote: Counting objects: 100% (100/100)        
remote: Counting objects: 100% (100/100), done.        
remote: Compressing objects:   1% (1/53)        
remote: Compressing objects:   3% (2/53)        
remote: Compressing objects:   5% (3/53)        
remote: Compressing objects:   7% (4/53)        
remote: Compressing objects:   9% (5/53)        
remote: Compressing objects:  11% (6/53)        
remote: Compressing objects:  13% (7/53)        
remote: Compressing objects:  15% (8/53)        
remote: Compressing objects:  16% (9/53)        
remote: Compressing objects:  18% (10/53)        
remote: Compressing objects:  20% (11/53)        
remote: Compressing objects:  22% (12/53)        
remote: Compressing objects:  24% (13/53)        
remote: Compressing objects:  26% (14/53)        
remote: Compressing objects:  28% (15/53)        
remote: Compressing objects:  30% (16/53)        
remote: Compressing objects:  32% (17/53)        
remote: Compressing objects:  33% (18/53)        
remote: Compressing objects:  35% (19/53)        
remote: Compressing objects:  37% (20/53)        
remote: Compressing objects:  39% (21/53)        
remote: Compressing objects:  41% (22/53)        
remote: Compressing objects:  43% (23/53)        
remote: Compressing objects:  45% (24/53)        
remote: Compressing objects:  47% (25/53)        
remote: Compressing objects:  49% (26/53)        
remote: Compressing objects:  50% (27/53)        
remote: Compressing objects:  52% (28/53)        
remote: Compressing objects:  54% (29/53)        
remote: Compressing objects:  56% (30/53)        
remote: Compressing objects:  58% (31/53)        
remote: Compressing objects:  60% (32/53)        
remote: Compressing objects:  62% (33/53)        
remote: Compressing objects:  64% (34/53)        
remote: Compressing objects:  66% (35/53)        
remote: Compressing objects:  67% (36/53)        
remote: Compressing objects:  69% (37/53)        
remote: Compressing objects:  71% (38/53)        
remote: Compressing objects:  73% (39/53)        
remote: Compressing objects:  75% (40/53)        
remote: Compressing objects:  77% (41/53)        
remote: Compressing objects:  79% (42/53)        
remote: Compressing objects:  81% (43/53)        
remote: Compressing objects:  83% (44/53)        
remote: Compressing objects:  84% (45/53)        
remote: Compressing objects:  86% (46/53)        
remote: Compressing objects:  88% (47/53)        
remote: Compressing objects:  90% (48/53)        
remote: Compressing objects:  92% (49/53)        
remote: Compressing objects:  94% (50/53)        
remote: Compressing objects:  96% (51/53)        
remote: Compressing objects:  98% (52/53)        
remote: Compressing objects: 100% (53/53)        
remote: Compressing objects: 100% (53/53), done.        
Receiving objects:   0% (1/1631)
Receiving objects:   1% (17/1631)
Receiving objects:   2% (33/1631)
Receiving objects:   3% (49/1631)
Receiving objects:   4% (66/1631)
Receiving objects:   5% (82/1631)
Receiving objects:   6% (98/1631)
Receiving objects:   7% (115/1631)
Receiving objects:   8% (131/1631)
Receiving objects:   9% (147/1631)
Receiving objects:  10% (164/1631)
Receiving objects:  11% (180/1631)
Receiving objects:  12% (196/1631)
Receiving objects:  13% (213/1631)
Receiving objects:  14% (229/1631)
Receiving objects:  15% (245/1631)
Receiving objects:  16% (261/1631)
Receiving objects:  17% (278/1631)
Receiving objects:  18% (294/1631)
Receiving objects:  19% (310/1631)
Receiving objects:  20% (327/1631)
Receiving objects:  21% (343/1631)
Receiving objects:  22% (359/1631)
Receiving objects:  23% (376/1631)
Receiving objects:  24% (392/1631)
Receiving objects:  25% (408/1631)
Receiving objects:  26% (425/1631)
Receiving objects:  27% (441/1631)
Receiving objects:  28% (457/1631)
Receiving objects:  29% (473/1631)
Receiving objects:  30% (490/1631)
Receiving objects:  31% (506/1631)
Receiving objects:  32% (522/1631)
Receiving objects:  33% (539/1631)
Receiving objects:  34% (555/1631)
Receiving objects:  35% (571/1631)
Receiving objects:  36% (588/1631)
Receiving objects:  37% (604/1631)
Receiving objects:  38% (620/1631)
Receiving objects:  39% (637/1631)
Receiving objects:  40% (653/1631)
Receiving objects:  41% (669/1631)
Receiving objects:  42% (686/1631)
Receiving objects:  43% (702/1631)
Receiving objects:  44% (718/1631)
Receiving objects:  45% (734/1631)
Receiving objects:  46% (751/1631)
Receiving objects:  47% (767/1631)
Receiving objects:  48% (783/1631)
Receiving objects:  49% (800/1631)
Receiving objects:  50% (816/1631)
Receiving objects:  51% (832/1631)
Receiving objects:  52% (849/1631)
Receiving objects:  53% (865/1631)
Receiving objects:  54% (881/1631)
Receiving objects:  55% (898/1631)
Receiving objects:  56% (914/1631)
Receiving objects:  57% (930/1631)
Receiving objects:  58% (946/1631)
Receiving objects:  59% (963/1631)
Receiving objects:  60% (979/1631)
Receiving objects:  61% (995/1631)
Receiving objects:  62% (1012/1631)
Receiving objects:  63% (1028/1631)
Receiving objects:  64% (1044/1631)
Receiving objects:  65% (1061/1631)
Receiving objects:  66% (1077/1631)
Receiving objects:  67% (1093/1631)
Receiving objects:  68% (1110/1631)
Receiving objects:  69% (1126/1631)
Receiving objects:  70% (1142/1631)
Receiving objects:  71% (1159/1631)
Receiving objects:  72% (1175/1631)
Receiving objects:  73% (1191/1631)
Receiving objects:  74% (1207/1631)
Receiving objects:  75% (1224/1631)
Receiving objects:  76% (1240/1631)
Receiving objects:  77% (1256/1631)
Receiving objects:  78% (1273/1631)
Receiving objects:  79% (1289/1631)
Receiving objects:  80% (1305/1631)
Receiving objects:  81% (1322/1631)
Receiving objects:  82% (1338/1631)
Receiving objects:  83% (1354/1631)
Receiving objects:  84% (1371/1631)
Receiving objects:  85% (1387/1631)
Receiving objects:  86% (1403/1631)
Receiving objects:  87% (1419/1631)
Receiving objects:  88% (1436/1631)
Receiving objects:  89% (1452/1631)
Receiving objects:  90% (1468/1631)
Receiving objects:  91% (1485/1631)
Receiving objects:  92% (1501/1631)
remote: Total 1631 (delta 40), reused 67 (delta 23), pack-reused 1531        
Receiving objects:  93% (1517/1631)
Receiving objects:  94% (1534/1631)
Receiving objects:  95% (1550/1631)
Receiving objects:  96% (1566/1631)
Receiving objects:  97% (1583/1631)
Receiving objects:  98% (1599/1631)
Receiving objects:  99% (1615/1631)
Receiving objects: 100% (1631/1631)
Receiving objects: 100% (1631/1631), 493.82 KiB | 32.92 MiB/s, done.
Resolving deltas:   0% (0/784)
Resolving deltas:   1% (9/784)
Resolving deltas:   2% (17/784)
Resolving deltas:   3% (25/784)
Resolving deltas:   4% (32/784)
Resolving deltas:   5% (40/784)
Resolving deltas:   6% (53/784)
Resolving deltas:  14% (117/784)
Resolving deltas:  16% (126/784)
Resolving deltas:  17% (135/784)
Resolving deltas:  19% (149/784)
Resolving deltas:  22% (177/784)
Resolving deltas:  24% (189/784)
Resolving deltas:  25% (197/784)
Resolving deltas:  26% (207/784)
Resolving deltas:  27% (216/784)
Resolving deltas:  29% (228/784)
Resolving deltas:  35% (279/784)
Resolving deltas:  38% (298/784)
Resolving deltas:  42% (333/784)
Resolving deltas:  43% (342/784)
Resolving deltas:  44% (351/784)
Resolving deltas:  45% (357/784)
Resolving deltas:  46% (361/784)
Resolving deltas:  48% (379/784)
Resolving deltas:  49% (386/784)
Resolving deltas:  50% (393/784)
Resolving deltas:  51% (405/784)
Resolving deltas:  52% (408/784)
Resolving deltas:  54% (427/784)
Resolving deltas:  55% (432/784)
Resolving deltas:  56% (446/784)
Resolving deltas:  57% (447/784)
Resolving deltas:  59% (470/784)
Resolving deltas:  60% (471/784)
Resolving deltas:  62% (490/784)
Resolving deltas:  63% (499/784)
Resolving deltas:  64% (503/784)
Resolving deltas:  65% (513/784)
Resolving deltas:  68% (534/784)
Resolving deltas:  69% (545/784)
Resolving deltas:  70% (553/784)
Resolving deltas:  71% (558/784)
Resolving deltas:  72% (566/784)
Resolving deltas:  73% (573/784)
Resolving deltas:  74% (581/784)
Resolving deltas:  79% (626/784)
Resolving deltas: 100% (784/784)
Resolving deltas: 100% (784/784), done.
Cloning into '/root/workspace/weifang-config/container/A002/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/container/A002/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/container/A002/params_new/lidar-extrinsics'...
remote: Enumerating objects: 98, done.        
remote: Counting objects:   2% (1/45)        
remote: Counting objects:   4% (2/45)        
remote: Counting objects:   6% (3/45)        
remote: Counting objects:   8% (4/45)        
remote: Counting objects:  11% (5/45)        
remote: Counting objects:  13% (6/45)        
remote: Counting objects:  15% (7/45)        
remote: Counting objects:  17% (8/45)        
remote: Counting objects:  20% (9/45)        
remote: Counting objects:  22% (10/45)        
remote: Counting objects:  24% (11/45)        
remote: Counting objects:  26% (12/45)        
remote: Counting objects:  28% (13/45)        
remote: Counting objects:  31% (14/45)        
remote: Counting objects:  33% (15/45)        
remote: Counting objects:  35% (16/45)        
remote: Counting objects:  37% (17/45)        
remote: Counting objects:  40% (18/45)        
remote: Counting objects:  42% (19/45)        
remote: Counting objects:  44% (20/45)        
remote: Counting objects:  46% (21/45)        
remote: Counting objects:  48% (22/45)        
remote: Counting objects:  51% (23/45)        
remote: Counting objects:  53% (24/45)        
remote: Counting objects:  55% (25/45)        
remote: Counting objects:  57% (26/45)        
remote: Counting objects:  60% (27/45)        
remote: Counting objects:  62% (28/45)        
remote: Counting objects:  64% (29/45)        
remote: Counting objects:  66% (30/45)        
remote: Counting objects:  68% (31/45)        
remote: Counting objects:  71% (32/45)        
remote: Counting objects:  73% (33/45)        
remote: Counting objects:  75% (34/45)        
remote: Counting objects:  77% (35/45)        
remote: Counting objects:  80% (36/45)        
remote: Counting objects:  82% (37/45)        
remote: Counting objects:  84% (38/45)        
remote: Counting objects:  86% (39/45)        
remote: Counting objects:  88% (40/45)        
remote: Counting objects:  91% (41/45)        
remote: Counting objects:  93% (42/45)        
remote: Counting objects:  95% (43/45)        
remote: Counting objects:  97% (44/45)        
remote: Counting objects: 100% (45/45)        
remote: Counting objects: 100% (45/45), done.        
remote: Compressing objects:   2% (1/43)        
remote: Compressing objects:   4% (2/43)        
remote: Compressing objects:   6% (3/43)        
remote: Compressing objects:   9% (4/43)        
remote: Compressing objects:  11% (5/43)        
remote: Compressing objects:  13% (6/43)        
remote: Compressing objects:  16% (7/43)        
remote: Compressing objects:  18% (8/43)        
remote: Compressing objects:  20% (9/43)        
remote: Compressing objects:  23% (10/43)        
remote: Compressing objects:  25% (11/43)        
remote: Compressing objects:  27% (12/43)        
remote: Compressing objects:  30% (13/43)        
remote: Compressing objects:  32% (14/43)        
remote: Compressing objects:  34% (15/43)        
remote: Compressing objects:  37% (16/43)        
remote: Compressing objects:  39% (17/43)        
remote: Compressing objects:  41% (18/43)        
remote: Compressing objects:  44% (19/43)        
remote: Compressing objects:  46% (20/43)        
remote: Compressing objects:  48% (21/43)        
remote: Compressing objects:  51% (22/43)        
remote: Compressing objects:  53% (23/43)        
remote: Compressing objects:  55% (24/43)        
remote: Compressing objects:  58% (25/43)        
remote: Compressing objects:  60% (26/43)        
remote: Compressing objects:  62% (27/43)        
remote: Compressing objects:  65% (28/43)        
remote: Compressing objects:  67% (29/43)        
remote: Compressing objects:  69% (30/43)        
remote: Compressing objects:  72% (31/43)        
remote: Compressing objects:  74% (32/43)        
remote: Compressing objects:  76% (33/43)        
remote: Compressing objects:  79% (34/43)        
remote: Compressing objects:  81% (35/43)        
remote: Compressing objects:  83% (36/43)        
remote: Compressing objects:  86% (37/43)        
remote: Compressing objects:  88% (38/43)        
remote: Compressing objects:  90% (39/43)        
remote: Compressing objects:  93% (40/43)        
remote: Compressing objects:  95% (41/43)        
remote: Compressing objects:  97% (42/43)        
remote: Compressing objects: 100% (43/43)        
remote: Compressing objects: 100% (43/43), done.        
Receiving objects:   1% (1/98)
Receiving objects:   2% (2/98)
Receiving objects:   3% (3/98)
Receiving objects:   4% (4/98)
Receiving objects:   5% (5/98)
Receiving objects:   6% (6/98)
Receiving objects:   7% (7/98)
Receiving objects:   8% (8/98)
Receiving objects:   9% (9/98)
Receiving objects:  10% (10/98)
Receiving objects:  11% (11/98)
Receiving objects:  12% (12/98)
Receiving objects:  13% (13/98)
Receiving objects:  14% (14/98)
Receiving objects:  15% (15/98)
Receiving objects:  16% (16/98)
Receiving objects:  17% (17/98)
Receiving objects:  18% (18/98)
Receiving objects:  19% (19/98)
Receiving objects:  20% (20/98)
Receiving objects:  21% (21/98)
Receiving objects:  22% (22/98)
Receiving objects:  23% (23/98)
Receiving objects:  24% (24/98)
Receiving objects:  25% (25/98)
Receiving objects:  26% (26/98)
Receiving objects:  27% (27/98)
Receiving objects:  28% (28/98)
Receiving objects:  29% (29/98)
Receiving objects:  30% (30/98)
Receiving objects:  31% (31/98)
Receiving objects:  32% (32/98)
Receiving objects:  33% (33/98)
Receiving objects:  34% (34/98)
Receiving objects:  35% (35/98)
Receiving objects:  36% (36/98)
Receiving objects:  37% (37/98)
Receiving objects:  38% (38/98)
Receiving objects:  39% (39/98)
Receiving objects:  40% (40/98)
Receiving objects:  41% (41/98)
Receiving objects:  42% (42/98)
Receiving objects:  43% (43/98)
Receiving objects:  44% (44/98)
Receiving objects:  45% (45/98)
Receiving objects:  46% (46/98)
Receiving objects:  47% (47/98)
Receiving objects:  48% (48/98)
Receiving objects:  50% (49/98)
Receiving objects:  51% (50/98)
Receiving objects:  52% (51/98)
Receiving objects:  53% (52/98)
Receiving objects:  54% (53/98)
Receiving objects:  55% (54/98)
Receiving objects:  56% (55/98)
Receiving objects:  57% (56/98)
Receiving objects:  58% (57/98)
Receiving objects:  59% (58/98)
Receiving objects:  60% (59/98)
Receiving objects:  61% (60/98)
Receiving objects:  62% (61/98)
remote: Total 98 (delta 5), reused 0 (delta 0), pack-reused 53
Receiving objects:  63% (62/98)
Receiving objects:  64% (63/98)
Receiving objects:  65% (64/98)
Receiving objects:  66% (65/98)
Receiving objects:  67% (66/98)
Receiving objects:  68% (67/98)
Receiving objects:  69% (68/98)
Receiving objects:  70% (69/98)
Receiving objects:  71% (70/98)
Receiving objects:  72% (71/98)
Receiving objects:  73% (72/98)
Receiving objects:  74% (73/98)
Receiving objects:  75% (74/98)
Receiving objects:  76% (75/98)
Receiving objects:  77% (76/98)
Receiving objects:  78% (77/98)
Receiving objects:  79% (78/98)
Receiving objects:  80% (79/98)
Receiving objects:  81% (80/98)
Receiving objects:  82% (81/98)
Receiving objects:  83% (82/98)
Receiving objects:  84% (83/98)
Receiving objects:  85% (84/98)
Receiving objects:  86% (85/98)
Receiving objects:  87% (86/98)
Receiving objects:  88% (87/98)
Receiving objects:  89% (88/98)
Receiving objects:  90% (89/98)
Receiving objects:  91% (90/98)
Receiving objects:  92% (91/98)
Receiving objects:  93% (92/98)
Receiving objects:  94% (93/98)
Receiving objects:  95% (94/98)
Receiving objects:  96% (95/98)
Receiving objects:  97% (96/98)
Receiving objects:  98% (97/98)
Receiving objects: 100% (98/98)
Receiving objects: 100% (98/98), 13.38 KiB | 6.69 MiB/s, done.
Resolving deltas:   0% (0/12)
Resolving deltas:  33% (4/12)
Resolving deltas:  50% (6/12)
Resolving deltas:  58% (7/12)
Resolving deltas:  66% (8/12)
Resolving deltas:  75% (9/12)
Resolving deltas:  83% (10/12)
Resolving deltas:  91% (11/12)
Resolving deltas: 100% (12/12)
Resolving deltas: 100% (12/12), done.
Cloning into '/root/workspace/weifang-config/container/A002/params_new/lidar_loc_v2_common'...
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:   4% (1/24)        
remote: Compressing objects:   8% (2/24)        
remote: Compressing objects:  12% (3/24)        
remote: Compressing objects:  16% (4/24)        
remote: Compressing objects:  20% (5/24)        
remote: Compressing objects:  25% (6/24)        
remote: Compressing objects:  29% (7/24)        
remote: Compressing objects:  33% (8/24)        
remote: Compressing objects:  37% (9/24)        
remote: Compressing objects:  41% (10/24)        
remote: Compressing objects:  45% (11/24)        
remote: Compressing objects:  50% (12/24)        
remote: Compressing objects:  54% (13/24)        
remote: Compressing objects:  58% (14/24)        
remote: Compressing objects:  62% (15/24)        
remote: Compressing objects:  66% (16/24)        
remote: Compressing objects:  70% (17/24)        
remote: Compressing objects:  75% (18/24)        
remote: Compressing objects:  79% (19/24)        
remote: Compressing objects:  83% (20/24)        
remote: Compressing objects:  87% (21/24)        
remote: Compressing objects:  91% (22/24)        
remote: Compressing objects:  95% (23/24)        
remote: Compressing objects: 100% (24/24)        
remote: Compressing objects: 100% (24/24), done.        
remote: Total 30 (delta 5), 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), 6.52 KiB | 6.52 MiB/s, done.
Resolving deltas:   0% (0/5)
Resolving deltas: 100% (5/5)
Resolving deltas: 100% (5/5), done.
Cloning into '/root/workspace/weifang-config/container/A002/params_new/lidar_loc_v2_customized'...
remote: Enumerating objects: 417, done.        
remote: Counting objects:   0% (1/216)        
remote: Counting objects:   1% (3/216)        
remote: Counting objects:   2% (5/216)        
remote: Counting objects:   3% (7/216)        
remote: Counting objects:   4% (9/216)        
remote: Counting objects:   5% (11/216)        
remote: Counting objects:   6% (13/216)        
remote: Counting objects:   7% (16/216)        
remote: Counting objects:   8% (18/216)        
remote: Counting objects:   9% (20/216)        
remote: Counting objects:  10% (22/216)        
remote: Counting objects:  11% (24/216)        
remote: Counting objects:  12% (26/216)        
remote: Counting objects:  13% (29/216)        
remote: Counting objects:  14% (31/216)        
remote: Counting objects:  15% (33/216)        
remote: Counting objects:  16% (35/216)        
remote: Counting objects:  17% (37/216)        
remote: Counting objects:  18% (39/216)        
remote: Counting objects:  19% (42/216)        
remote: Counting objects:  20% (44/216)        
remote: Counting objects:  21% (46/216)        
remote: Counting objects:  22% (48/216)        
remote: Counting objects:  23% (50/216)        
remote: Counting objects:  24% (52/216)        
remote: Counting objects:  25% (54/216)        
remote: Counting objects:  26% (57/216)        
remote: Counting objects:  27% (59/216)        
remote: Counting objects:  28% (61/216)        
remote: Counting objects:  29% (63/216)        
remote: Counting objects:  30% (65/216)        
remote: Counting objects:  31% (67/216)        
remote: Counting objects:  32% (70/216)        
remote: Counting objects:  33% (72/216)        
remote: Counting objects:  34% (74/216)        
remote: Counting objects:  35% (76/216)        
remote: Counting objects:  36% (78/216)        
remote: Counting objects:  37% (80/216)        
remote: Counting objects:  38% (83/216)        
remote: Counting objects:  39% (85/216)        
remote: Counting objects:  40% (87/216)        
remote: Counting objects:  41% (89/216)        
remote: Counting objects:  42% (91/216)        
remote: Counting objects:  43% (93/216)        
remote: Counting objects:  44% (96/216)        
remote: Counting objects:  45% (98/216)        
remote: Counting objects:  46% (100/216)        
remote: Counting objects:  47% (102/216)        
remote: Counting objects:  48% (104/216)        
remote: Counting objects:  49% (106/216)        
remote: Counting objects:  50% (108/216)        
remote: Counting objects:  51% (111/216)        
remote: Counting objects:  52% (113/216)        
remote: Counting objects:  53% (115/216)        
remote: Counting objects:  54% (117/216)        
remote: Counting objects:  55% (119/216)        
remote: Counting objects:  56% (121/216)        
remote: Counting objects:  57% (124/216)        
remote: Counting objects:  58% (126/216)        
remote: Counting objects:  59% (128/216)        
remote: Counting objects:  60% (130/216)        
remote: Counting objects:  61% (132/216)        
remote: Counting objects:  62% (134/216)        
remote: Counting objects:  63% (137/216)        
remote: Counting objects:  64% (139/216)        
remote: Counting objects:  65% (141/216)        
remote: Counting objects:  66% (143/216)        
remote: Counting objects:  67% (145/216)        
remote: Counting objects:  68% (147/216)        
remote: Counting objects:  69% (150/216)        
remote: Counting objects:  70% (152/216)        
remote: Counting objects:  71% (154/216)        
remote: Counting objects:  72% (156/216)        
remote: Counting objects:  73% (158/216)        
remote: Counting objects:  74% (160/216)        
remote: Counting objects:  75% (162/216)        
remote: Counting objects:  76% (165/216)        
remote: Counting objects:  77% (167/216)        
remote: Counting objects:  78% (169/216)        
remote: Counting objects:  79% (171/216)        
remote: Counting objects:  80% (173/216)        
remote: Counting objects:  81% (175/216)        
remote: Counting objects:  82% (178/216)        
remote: Counting objects:  83% (180/216)        
remote: Counting objects:  84% (182/216)        
remote: Counting objects:  85% (184/216)        
remote: Counting objects:  86% (186/216)        
remote: Counting objects:  87% (188/216)        
remote: Counting objects:  88% (191/216)        
remote: Counting objects:  89% (193/216)        
remote: Counting objects:  90% (195/216)        
remote: Counting objects:  91% (197/216)        
remote: Counting objects:  92% (199/216)        
remote: Counting objects:  93% (201/216)        
remote: Counting objects:  94% (204/216)        
remote: Counting objects:  95% (206/216)        
remote: Counting objects:  96% (208/216)        
remote: Counting objects:  97% (210/216)        
remote: Counting objects:  98% (212/216)        
remote: Counting objects:  99% (214/216)        
remote: Counting objects: 100% (216/216)        
remote: Counting objects: 100% (216/216), done.        
remote: Compressing objects:   0% (1/115)        
remote: Compressing objects:   1% (2/115)        
remote: Compressing objects:   2% (3/115)        
remote: Compressing objects:   3% (4/115)        
remote: Compressing objects:   4% (5/115)        
remote: Compressing objects:   5% (6/115)        
remote: Compressing objects:   6% (7/115)        
remote: Compressing objects:   7% (9/115)        
remote: Compressing objects:   8% (10/115)        
remote: Compressing objects:   9% (11/115)        
remote: Compressing objects:  10% (12/115)        
remote: Compressing objects:  11% (13/115)        
remote: Compressing objects:  12% (14/115)        
remote: Compressing objects:  13% (15/115)        
remote: Compressing objects:  14% (17/115)        
remote: Compressing objects:  15% (18/115)        
remote: Compressing objects:  16% (19/115)        
remote: Compressing objects:  17% (20/115)        
remote: Compressing objects:  18% (21/115)        
remote: Compressing objects:  19% (22/115)        
remote: Compressing objects:  20% (23/115)        
remote: Compressing objects:  21% (25/115)        
remote: Compressing objects:  22% (26/115)        
remote: Compressing objects:  23% (27/115)        
remote: Compressing objects:  24% (28/115)        
remote: Compressing objects:  25% (29/115)        
remote: Compressing objects:  26% (30/115)        
remote: Compressing objects:  27% (32/115)        
remote: Compressing objects:  28% (33/115)        
remote: Compressing objects:  29% (34/115)        
remote: Compressing objects:  30% (35/115)        
remote: Compressing objects:  31% (36/115)        
remote: Compressing objects:  32% (37/115)        
remote: Compressing objects:  33% (38/115)        
remote: Compressing objects:  34% (40/115)        
remote: Compressing objects:  35% (41/115)        
remote: Compressing objects:  36% (42/115)        
remote: Compressing objects:  37% (43/115)        
remote: Compressing objects:  38% (44/115)        
remote: Compressing objects:  39% (45/115)        
remote: Compressing objects:  40% (46/115)        
remote: Compressing objects:  41% (48/115)        
remote: Compressing objects:  42% (49/115)        
remote: Compressing objects:  43% (50/115)        
remote: Compressing objects:  44% (51/115)        
remote: Compressing objects:  45% (52/115)        
remote: Compressing objects:  46% (53/115)        
remote: Compressing objects:  47% (55/115)        
remote: Compressing objects:  48% (56/115)        
remote: Compressing objects:  49% (57/115)        
remote: Compressing objects:  50% (58/115)        
remote: Compressing objects:  51% (59/115)        
remote: Compressing objects:  52% (60/115)        
remote: Compressing objects:  53% (61/115)        
remote: Compressing objects:  54% (63/115)        
remote: Compressing objects:  55% (64/115)        
remote: Compressing objects:  56% (65/115)        
remote: Compressing objects:  57% (66/115)        
remote: Compressing objects:  58% (67/115)        
remote: Compressing objects:  59% (68/115)        
remote: Compressing objects:  60% (69/115)        
remote: Compressing objects:  61% (71/115)        
remote: Compressing objects:  62% (72/115)        
remote: Compressing objects:  63% (73/115)        
remote: Compressing objects:  64% (74/115)        
remote: Compressing objects:  65% (75/115)        
remote: Compressing objects:  66% (76/115)        
remote: Compressing objects:  67% (78/115)        
remote: Compressing objects:  68% (79/115)        
remote: Compressing objects:  69% (80/115)        
remote: Compressing objects:  70% (81/115)        
remote: Compressing objects:  71% (82/115)        
remote: Compressing objects:  72% (83/115)        
remote: Compressing objects:  73% (84/115)        
remote: Compressing objects:  74% (86/115)        
remote: Compressing objects:  75% (87/115)        
remote: Compressing objects:  76% (88/115)        
remote: Compressing objects:  77% (89/115)        
remote: Compressing objects:  78% (90/115)        
remote: Compressing objects:  79% (91/115)        
remote: Compressing objects:  80% (92/115)        
remote: Compressing objects:  81% (94/115)        
remote: Compressing objects:  82% (95/115)        
remote: Compressing objects:  83% (96/115)        
remote: Compressing objects:  84% (97/115)        
remote: Compressing objects:  85% (98/115)        
remote: Compressing objects:  86% (99/115)        
remote: Compressing objects:  87% (101/115)        
remote: Compressing objects:  88% (102/115)        
remote: Compressing objects:  89% (103/115)        
remote: Compressing objects:  90% (104/115)        
remote: Compressing objects:  91% (105/115)        
remote: Compressing objects:  92% (106/115)        
remote: Compressing objects:  93% (107/115)        
remote: Compressing objects:  94% (109/115)        
remote: Compressing objects:  95% (110/115)        
remote: Compressing objects:  96% (111/115)        
remote: Compressing objects:  97% (112/115)        
remote: Compressing objects:  98% (113/115)        
remote: Compressing objects:  99% (114/115)        
remote: Compressing objects: 100% (115/115)        
remote: Compressing objects: 100% (115/115), done.        
Receiving objects:   0% (1/417)
Receiving objects:   1% (5/417)
Receiving objects:   2% (9/417)
Receiving objects:   3% (13/417)
Receiving objects:   4% (17/417)
Receiving objects:   5% (21/417)
Receiving objects:   6% (26/417)
Receiving objects:   7% (30/417)
Receiving objects:   8% (34/417)
Receiving objects:   9% (38/417)
Receiving objects:  10% (42/417)
Receiving objects:  11% (46/417)
Receiving objects:  12% (51/417)
Receiving objects:  13% (55/417)
Receiving objects:  14% (59/417)
Receiving objects:  15% (63/417)
remote: Total 417 (delta 91), reused 163 (delta 58), pack-reused 201        
Receiving objects:  16% (67/417)
Receiving objects:  17% (71/417)
Receiving objects:  18% (76/417)
Receiving objects:  19% (80/417)
Receiving objects:  20% (84/417)
Receiving objects:  21% (88/417)
Receiving objects:  22% (92/417)
Receiving objects:  23% (96/417)
Receiving objects:  24% (101/417)
Receiving objects:  25% (105/417)
Receiving objects:  26% (109/417)
Receiving objects:  27% (113/417)
Receiving objects:  28% (117/417)
Receiving objects:  29% (121/417)
Receiving objects:  30% (126/417)
Receiving objects:  31% (130/417)
Receiving objects:  32% (134/417)
Receiving objects:  33% (138/417)
Receiving objects:  34% (142/417)
Receiving objects:  35% (146/417)
Receiving objects:  36% (151/417)
Receiving objects:  37% (155/417)
Receiving objects:  38% (159/417)
Receiving objects:  39% (163/417)
Receiving objects:  40% (167/417)
Receiving objects:  41% (171/417)
Receiving objects:  42% (176/417)
Receiving objects:  43% (180/417)
Receiving objects:  44% (184/417)
Receiving objects:  45% (188/417)
Receiving objects:  46% (192/417)
Receiving objects:  47% (196/417)
Receiving objects:  48% (201/417)
Receiving objects:  49% (205/417)
Receiving objects:  50% (209/417)
Receiving objects:  51% (213/417)
Receiving objects:  52% (217/417)
Receiving objects:  53% (222/417)
Receiving objects:  54% (226/417)
Receiving objects:  55% (230/417)
Receiving objects:  56% (234/417)
Receiving objects:  57% (238/417)
Receiving objects:  58% (242/417)
Receiving objects:  59% (247/417)
Receiving objects:  60% (251/417)
Receiving objects:  61% (255/417)
Receiving objects:  62% (259/417)
Receiving objects:  63% (263/417)
Receiving objects:  64% (267/417)
Receiving objects:  65% (272/417)
Receiving objects:  66% (276/417)
Receiving objects:  67% (280/417)
Receiving objects:  68% (284/417)
Receiving objects:  69% (288/417)
Receiving objects:  70% (292/417)
Receiving objects:  71% (297/417)
Receiving objects:  72% (301/417)
Receiving objects:  73% (305/417)
Receiving objects:  74% (309/417)
Receiving objects:  75% (313/417)
Receiving objects:  76% (317/417)
Receiving objects:  77% (322/417)
Receiving objects:  78% (326/417)
Receiving objects:  79% (330/417)
Receiving objects:  80% (334/417)
Receiving objects:  81% (338/417)
Receiving objects:  82% (342/417)
Receiving objects:  83% (347/417)
Receiving objects:  84% (351/417)
Receiving objects:  85% (355/417)
Receiving objects:  86% (359/417)
Receiving objects:  87% (363/417)
Receiving objects:  88% (367/417)
Receiving objects:  89% (372/417)
Receiving objects:  90% (376/417)
Receiving objects:  91% (380/417)
Receiving objects:  92% (384/417)
Receiving objects:  93% (388/417)
Receiving objects:  94% (392/417)
Receiving objects:  95% (397/417)
Receiving objects:  96% (401/417)
Receiving objects:  97% (405/417)
Receiving objects:  98% (409/417)
Receiving objects:  99% (413/417)
Receiving objects: 100% (417/417)
Receiving objects: 100% (417/417), 76.40 KiB | 25.47 MiB/s, done.
Resolving deltas:   0% (0/164)
Resolving deltas:   1% (2/164)
Resolving deltas:   2% (4/164)
Resolving deltas:   4% (7/164)
Resolving deltas:  10% (17/164)
Resolving deltas:  14% (24/164)
Resolving deltas:  24% (40/164)
Resolving deltas:  25% (41/164)
Resolving deltas:  26% (43/164)
Resolving deltas:  27% (45/164)
Resolving deltas:  28% (47/164)
Resolving deltas:  30% (50/164)
Resolving deltas:  31% (52/164)
Resolving deltas:  32% (54/164)
Resolving deltas:  33% (55/164)
Resolving deltas:  35% (58/164)
Resolving deltas:  37% (61/164)
Resolving deltas:  38% (63/164)
Resolving deltas:  39% (65/164)
Resolving deltas:  40% (66/164)
Resolving deltas:  42% (69/164)
Resolving deltas:  55% (91/164)
Resolving deltas:  60% (100/164)
Resolving deltas:  62% (103/164)
Resolving deltas:  68% (112/164)
Resolving deltas:  75% (124/164)
Resolving deltas:  76% (125/164)
Resolving deltas:  77% (127/164)
Resolving deltas:  78% (128/164)
Resolving deltas:  80% (132/164)
Resolving deltas:  82% (136/164)
Resolving deltas:  85% (141/164)
Resolving deltas:  87% (143/164)
Resolving deltas:  90% (148/164)
Resolving deltas:  92% (151/164)
Resolving deltas:  93% (153/164)
Resolving deltas:  95% (156/164)
Resolving deltas:  96% (158/164)
Resolving deltas: 100% (164/164)
Resolving deltas: 100% (164/164), done.
Cloning into '/root/workspace/weifang-config/container/A002/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)
remote: Total 102 (delta 18), reused 28 (delta 12), pack-reused 63        
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)
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:   9% (5/54)
Resolving deltas:  11% (6/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:  37% (20/54)
Resolving deltas:  40% (22/54)
Resolving deltas:  51% (28/54)
Resolving deltas:  61% (33/54)
Resolving deltas:  64% (35/54)
Resolving deltas:  66% (36/54)
Resolving deltas:  68% (37/54)
Resolving deltas:  70% (38/54)
Resolving deltas:  72% (39/54)
Resolving deltas:  74% (40/54)
Resolving deltas:  77% (42/54)
Resolving deltas:  79% (43/54)
Resolving deltas:  81% (44/54)
Resolving deltas:  83% (45/54)
Resolving deltas:  87% (47/54)
Resolving deltas:  88% (48/54)
Resolving deltas:  98% (53/54)
Resolving deltas: 100% (54/54)
Resolving deltas: 100% (54/54), done.
Cloning into '/root/workspace/weifang-config/container/A002/params_new/msf-vehicle'...
remote: Enumerating objects: 41, done.        
remote: Counting objects:  14% (1/7)        
remote: Counting objects:  28% (2/7)        
remote: Counting objects:  42% (3/7)        
remote: Counting objects:  57% (4/7)        
remote: Counting objects:  71% (5/7)        
remote: Counting objects:  85% (6/7)        
remote: Counting objects: 100% (7/7)        
remote: Counting objects: 100% (7/7), done.        
remote: Compressing objects:  14% (1/7)        
remote: Compressing objects:  28% (2/7)        
remote: Compressing objects:  42% (3/7)        
remote: Compressing objects:  57% (4/7)        
remote: Compressing objects:  71% (5/7)        
remote: Compressing objects:  85% (6/7)        
remote: Compressing objects: 100% (7/7)        
remote: Compressing objects: 100% (7/7), done.        
remote: Total 41 (delta 3), reused 0 (delta 0), pack-reused 34        
Receiving objects:   2% (1/41)
Receiving objects:   4% (2/41)
Receiving objects:   7% (3/41)
Receiving objects:   9% (4/41)
Receiving objects:  12% (5/41)
Receiving objects:  14% (6/41)
Receiving objects:  17% (7/41)
Receiving objects:  19% (8/41)
Receiving objects:  21% (9/41)
Receiving objects:  24% (10/41)
Receiving objects:  26% (11/41)
Receiving objects:  29% (12/41)
Receiving objects:  31% (13/41)
Receiving objects:  34% (14/41)
Receiving objects:  36% (15/41)
Receiving objects:  39% (16/41)
Receiving objects:  41% (17/41)
Receiving objects:  43% (18/41)
Receiving objects:  46% (19/41)
Receiving objects:  48% (20/41)
Receiving objects:  51% (21/41)
Receiving objects:  53% (22/41)
Receiving objects:  56% (23/41)
Receiving objects:  58% (24/41)
Receiving objects:  60% (25/41)
Receiving objects:  63% (26/41)
Receiving objects:  65% (27/41)
Receiving objects:  68% (28/41)
Receiving objects:  70% (29/41)
Receiving objects:  73% (30/41)
Receiving objects:  75% (31/41)
Receiving objects:  78% (32/41)
Receiving objects:  80% (33/41)
Receiving objects:  82% (34/41)
Receiving objects:  85% (35/41)
Receiving objects:  87% (36/41)
Receiving objects:  90% (37/41)
Receiving objects:  92% (38/41)
Receiving objects:  95% (39/41)
Receiving objects:  97% (40/41)
Receiving objects: 100% (41/41)
Receiving objects: 100% (41/41), 5.25 KiB | 5.25 MiB/s, done.
Resolving deltas:   0% (0/19)
Resolving deltas:  10% (2/19)
Resolving deltas:  57% (11/19)
Resolving deltas:  63% (12/19)
Resolving deltas: 100% (19/19)
Resolving deltas: 100% (19/19), done.
Cloning into '/root/workspace/weifang-config/container/A002/params_new/perception_camera_driver'...
remote: Enumerating objects: 26, done.        
remote: Counting objects:   3% (1/26)        
remote: Counting objects:   7% (2/26)        
remote: Counting objects:  11% (3/26)        
remote: Counting objects:  15% (4/26)        
remote: Counting objects:  19% (5/26)        
remote: Counting objects:  23% (6/26)        
remote: Counting objects:  26% (7/26)        
remote: Counting objects:  30% (8/26)        
remote: Counting objects:  34% (9/26)        
remote: Counting objects:  38% (10/26)        
remote: Counting objects:  42% (11/26)        
remote: Counting objects:  46% (12/26)        
remote: Counting objects:  50% (13/26)        
remote: Counting objects:  53% (14/26)        
remote: Counting objects:  57% (15/26)        
remote: Counting objects:  61% (16/26)        
remote: Counting objects:  65% (17/26)        
remote: Counting objects:  69% (18/26)        
remote: Counting objects:  73% (19/26)        
remote: Counting objects:  76% (20/26)        
remote: Counting objects:  80% (21/26)        
remote: Counting objects:  84% (22/26)        
remote: Counting objects:  88% (23/26)        
remote: Counting objects:  92% (24/26)        
remote: Counting objects:  96% (25/26)        
remote: Counting objects: 100% (26/26)        
remote: Counting objects: 100% (26/26), done.        
remote: Compressing objects:   8% (1/12)        
remote: Compressing objects:  16% (2/12)        
remote: Compressing objects:  25% (3/12)        
remote: Compressing objects:  33% (4/12)        
remote: Compressing objects:  41% (5/12)        
remote: Compressing objects:  50% (6/12)        
remote: Compressing objects:  58% (7/12)        
remote: Compressing objects:  66% (8/12)        
remote: Compressing objects:  75% (9/12)        
remote: Compressing objects:  83% (10/12)        
remote: Compressing objects:  91% (11/12)        
remote: Compressing objects: 100% (12/12)        
remote: Compressing objects: 100% (12/12), done.        
remote: Total 26 (delta 4), reused 0 (delta 0), pack-reused 0        
Receiving objects:   3% (1/26)
Receiving objects:   7% (2/26)
Receiving objects:  11% (3/26)
Receiving objects:  15% (4/26)
Receiving objects:  19% (5/26)
Receiving objects:  23% (6/26)
Receiving objects:  26% (7/26)
Receiving objects:  30% (8/26)
Receiving objects:  34% (9/26)
Receiving objects:  38% (10/26)
Receiving objects:  42% (11/26)
Receiving objects:  46% (12/26)
Receiving objects:  50% (13/26)
Receiving objects:  53% (14/26)
Receiving objects:  57% (15/26)
Receiving objects:  61% (16/26)
Receiving objects:  65% (17/26)
Receiving objects:  69% (18/26)
Receiving objects:  73% (19/26)
Receiving objects:  76% (20/26)
Receiving objects:  80% (21/26)
Receiving objects:  84% (22/26)
Receiving objects:  88% (23/26)
Receiving objects:  92% (24/26)
Receiving objects:  96% (25/26)
Receiving objects: 100% (26/26)
Receiving objects: 100% (26/26), done.
Resolving deltas:   0% (0/4)
Resolving deltas: 100% (4/4)
Resolving deltas: 100% (4/4), done.
Cloning into '/root/workspace/weifang-config/container/A002/params_new/perception_data_collection'...
remote: Enumerating objects: 106, done.        
remote: Counting objects:   1% (1/94)        
remote: Counting objects:   2% (2/94)        
remote: Counting objects:   3% (3/94)        
remote: Counting objects:   4% (4/94)        
remote: Counting objects:   5% (5/94)        
remote: Counting objects:   6% (6/94)        
remote: Counting objects:   7% (7/94)        
remote: Counting objects:   8% (8/94)        
remote: Counting objects:   9% (9/94)        
remote: Counting objects:  10% (10/94)        
remote: Counting objects:  11% (11/94)        
remote: Counting objects:  12% (12/94)        
remote: Counting objects:  13% (13/94)        
remote: Counting objects:  14% (14/94)        
remote: Counting objects:  15% (15/94)        
remote: Counting objects:  17% (16/94)        
remote: Counting objects:  18% (17/94)        
remote: Counting objects:  19% (18/94)        
remote: Counting objects:  20% (19/94)        
remote: Counting objects:  21% (20/94)        
remote: Counting objects:  22% (21/94)        
remote: Counting objects:  23% (22/94)        
remote: Counting objects:  24% (23/94)        
remote: Counting objects:  25% (24/94)        
remote: Counting objects:  26% (25/94)        
remote: Counting objects:  27% (26/94)        
remote: Counting objects:  28% (27/94)        
remote: Counting objects:  29% (28/94)        
remote: Counting objects:  30% (29/94)        
remote: Counting objects:  31% (30/94)        
remote: Counting objects:  32% (31/94)        
remote: Counting objects:  34% (32/94)        
remote: Counting objects:  35% (33/94)        
remote: Counting objects:  36% (34/94)        
remote: Counting objects:  37% (35/94)        
remote: Counting objects:  38% (36/94)        
remote: Counting objects:  39% (37/94)        
remote: Counting objects:  40% (38/94)        
remote: Counting objects:  41% (39/94)        
remote: Counting objects:  42% (40/94)        
remote: Counting objects:  43% (41/94)        
remote: Counting objects:  44% (42/94)        
remote: Counting objects:  45% (43/94)        
remote: Counting objects:  46% (44/94)        
remote: Counting objects:  47% (45/94)        
remote: Counting objects:  48% (46/94)        
remote: Counting objects:  50% (47/94)        
remote: Counting objects:  51% (48/94)        
remote: Counting objects:  52% (49/94)        
remote: Counting objects:  53% (50/94)        
remote: Counting objects:  54% (51/94)        
remote: Counting objects:  55% (52/94)        
remote: Counting objects:  56% (53/94)        
remote: Counting objects:  57% (54/94)        
remote: Counting objects:  58% (55/94)        
remote: Counting objects:  59% (56/94)        
remote: Counting objects:  60% (57/94)        
remote: Counting objects:  61% (58/94)        
remote: Counting objects:  62% (59/94)        
remote: Counting objects:  63% (60/94)        
remote: Counting objects:  64% (61/94)        
remote: Counting objects:  65% (62/94)        
remote: Counting objects:  67% (63/94)        
remote: Counting objects:  68% (64/94)        
remote: Counting objects:  69% (65/94)        
remote: Counting objects:  70% (66/94)        
remote: Counting objects:  71% (67/94)        
remote: Counting objects:  72% (68/94)        
remote: Counting objects:  73% (69/94)        
remote: Counting objects:  74% (70/94)        
remote: Counting objects:  75% (71/94)        
remote: Counting objects:  76% (72/94)        
remote: Counting objects:  77% (73/94)        
remote: Counting objects:  78% (74/94)        
remote: Counting objects:  79% (75/94)        
remote: Counting objects:  80% (76/94)        
remote: Counting objects:  81% (77/94)        
remote: Counting objects:  82% (78/94)        
remote: Counting objects:  84% (79/94)        
remote: Counting objects:  85% (80/94)        
remote: Counting objects:  86% (81/94)        
remote: Counting objects:  87% (82/94)        
remote: Counting objects:  88% (83/94)        
remote: Counting objects:  89% (84/94)        
remote: Counting objects:  90% (85/94)        
remote: Counting objects:  91% (86/94)        
remote: Counting objects:  92% (87/94)        
remote: Counting objects:  93% (88/94)        
remote: Counting objects:  94% (89/94)        
remote: Counting objects:  95% (90/94)        
remote: Counting objects:  96% (91/94)        
remote: Counting objects:  97% (92/94)        
remote: Counting objects:  98% (93/94)        
remote: Counting objects: 100% (94/94)        
remote: Counting objects: 100% (94/94), done.        
remote: Compressing objects:   1% (1/64)        
remote: Compressing objects:   3% (2/64)        
remote: Compressing objects:   4% (3/64)        
remote: Compressing objects:   6% (4/64)        
remote: Compressing objects:   7% (5/64)        
remote: Compressing objects:   9% (6/64)        
remote: Compressing objects:  10% (7/64)        
remote: Compressing objects:  12% (8/64)        
remote: Compressing objects:  14% (9/64)        
remote: Compressing objects:  15% (10/64)        
remote: Compressing objects:  17% (11/64)        
remote: Compressing objects:  18% (12/64)        
remote: Compressing objects:  20% (13/64)        
remote: Compressing objects:  21% (14/64)        
remote: Compressing objects:  23% (15/64)        
remote: Compressing objects:  25% (16/64)        
remote: Compressing objects:  26% (17/64)        
remote: Compressing objects:  28% (18/64)        
remote: Compressing objects:  29% (19/64)        
remote: Compressing objects:  31% (20/64)        
remote: Compressing objects:  32% (21/64)        
remote: Compressing objects:  34% (22/64)        
remote: Compressing objects:  35% (23/64)        
remote: Compressing objects:  37% (24/64)        
remote: Compressing objects:  39% (25/64)        
remote: Compressing objects:  40% (26/64)        
remote: Compressing objects:  42% (27/64)        
remote: Compressing objects:  43% (28/64)        
remote: Compressing objects:  45% (29/64)        
remote: Compressing objects:  46% (30/64)        
remote: Compressing objects:  48% (31/64)        
remote: Compressing objects:  50% (32/64)        
remote: Compressing objects:  51% (33/64)        
remote: Compressing objects:  53% (34/64)        
remote: Compressing objects:  54% (35/64)        
remote: Compressing objects:  56% (36/64)        
remote: Compressing objects:  57% (37/64)        
remote: Compressing objects:  59% (38/64)        
remote: Compressing objects:  60% (39/64)        
remote: Compressing objects:  62% (40/64)        
remote: Compressing objects:  64% (41/64)        
remote: Compressing objects:  65% (42/64)        
remote: Compressing objects:  67% (43/64)        
remote: Compressing objects:  68% (44/64)        
remote: Compressing objects:  70% (45/64)        
remote: Compressing objects:  71% (46/64)        
remote: Compressing objects:  73% (47/64)        
remote: Compressing objects:  75% (48/64)        
remote: Compressing objects:  76% (49/64)        
remote: Compressing objects:  78% (50/64)        
remote: Compressing objects:  79% (51/64)        
remote: Compressing objects:  81% (52/64)        
remote: Compressing objects:  82% (53/64)        
remote: Compressing objects:  84% (54/64)        
remote: Compressing objects:  85% (55/64)        
remote: Compressing objects:  87% (56/64)        
remote: Compressing objects:  89% (57/64)        
remote: Compressing objects:  90% (58/64)        
remote: Compressing objects:  92% (59/64)        
remote: Compressing objects:  93% (60/64)        
remote: Compressing objects:  95% (61/64)        
remote: Compressing objects:  96% (62/64)        
remote: Compressing objects:  98% (63/64)        
remote: Compressing objects: 100% (64/64)        
remote: Compressing objects: 100% (64/64), done.        
remote: Total 106 (delta 45), reused 46 (delta 18), pack-reused 12
Receiving objects:   0% (1/106)
Receiving objects:   1% (2/106)
Receiving objects:   2% (3/106)
Receiving objects:   3% (4/106)
Receiving objects:   4% (5/106)
Receiving objects:   5% (6/106)
Receiving objects:   6% (7/106)
Receiving objects:   7% (8/106)
Receiving objects:   8% (9/106)
Receiving objects:   9% (10/106)
Receiving objects:  10% (11/106)
Receiving objects:  11% (12/106)
Receiving objects:  12% (13/106)
Receiving objects:  13% (14/106)
Receiving objects:  14% (15/106)
Receiving objects:  15% (16/106)
Receiving objects:  16% (17/106)
Receiving objects:  17% (19/106)
Receiving objects:  18% (20/106)
Receiving objects:  19% (21/106)
Receiving objects:  20% (22/106)
Receiving objects:  21% (23/106)
Receiving objects:  22% (24/106)
Receiving objects:  23% (25/106)
Receiving objects:  24% (26/106)
Receiving objects:  25% (27/106)
Receiving objects:  26% (28/106)
Receiving objects:  27% (29/106)
Receiving objects:  28% (30/106)
Receiving objects:  29% (31/106)
Receiving objects:  30% (32/106)
Receiving objects:  31% (33/106)
Receiving objects:  32% (34/106)
Receiving objects:  33% (35/106)
Receiving objects:  34% (37/106)
Receiving objects:  35% (38/106)
Receiving objects:  36% (39/106)
Receiving objects:  37% (40/106)
Receiving objects:  38% (41/106)
Receiving objects:  39% (42/106)
Receiving objects:  40% (43/106)
Receiving objects:  41% (44/106)
Receiving objects:  42% (45/106)
Receiving objects:  43% (46/106)
Receiving objects:  44% (47/106)
Receiving objects:  45% (48/106)
Receiving objects:  46% (49/106)
Receiving objects:  47% (50/106)
Receiving objects:  48% (51/106)
Receiving objects:  49% (52/106)
Receiving objects:  50% (53/106)
Receiving objects:  51% (55/106)
Receiving objects:  52% (56/106)
Receiving objects:  53% (57/106)
Receiving objects:  54% (58/106)
Receiving objects:  55% (59/106)
Receiving objects:  56% (60/106)
Receiving objects:  57% (61/106)
Receiving objects:  58% (62/106)
Receiving objects:  59% (63/106)
Receiving objects:  60% (64/106)
Receiving objects:  61% (65/106)
Receiving objects:  62% (66/106)
Receiving objects:  63% (67/106)
Receiving objects:  64% (68/106)
Receiving objects:  65% (69/106)
Receiving objects:  66% (70/106)
Receiving objects:  67% (72/106)
Receiving objects:  68% (73/106)
Receiving objects:  69% (74/106)
Receiving objects:  70% (75/106)
Receiving objects:  71% (76/106)
Receiving objects:  72% (77/106)
Receiving objects:  73% (78/106)
Receiving objects:  74% (79/106)
Receiving objects:  75% (80/106)
Receiving objects:  76% (81/106)
Receiving objects:  77% (82/106)
Receiving objects:  78% (83/106)
Receiving objects:  79% (84/106)
Receiving objects:  80% (85/106)
Receiving objects:  81% (86/106)
Receiving objects:  82% (87/106)
Receiving objects:  83% (88/106)
Receiving objects:  84% (90/106)
Receiving objects:  85% (91/106)
Receiving objects:  86% (92/106)
Receiving objects:  87% (93/106)
Receiving objects:  88% (94/106)
Receiving objects:  89% (95/106)
Receiving objects:  90% (96/106)
Receiving objects:  91% (97/106)
Receiving objects:  92% (98/106)
Receiving objects:  93% (99/106)
Receiving objects:  94% (100/106)
Receiving objects:  95% (101/106)
Receiving objects:  96% (102/106)
Receiving objects:  97% (103/106)
Receiving objects:  98% (104/106)
Receiving objects:  99% (105/106)
Receiving objects: 100% (106/106)
Receiving objects: 100% (106/106), 9.37 KiB | 9.37 MiB/s, done.
Resolving deltas:   0% (0/47)
Resolving deltas:   2% (1/47)
Resolving deltas:   4% (2/47)
Resolving deltas:   6% (3/47)
Resolving deltas:   8% (4/47)
Resolving deltas:  10% (5/47)
Resolving deltas:  34% (16/47)
Resolving deltas:  36% (17/47)
Resolving deltas:  38% (18/47)
Resolving deltas:  65% (31/47)
Resolving deltas:  68% (32/47)
Resolving deltas:  70% (33/47)
Resolving deltas: 100% (47/47)
Resolving deltas: 100% (47/47), done.
Cloning into '/root/workspace/weifang-config/container/A002/params_new/perception_lane_detection'...
remote: Enumerating objects: 125, done.        
remote: Counting objects:   1% (1/84)        
remote: Counting objects:   2% (2/84)        
remote: Counting objects:   3% (3/84)        
remote: Counting objects:   4% (4/84)        
remote: Counting objects:   5% (5/84)        
remote: Counting objects:   7% (6/84)        
remote: Counting objects:   8% (7/84)        
remote: Counting objects:   9% (8/84)        
remote: Counting objects:  10% (9/84)        
remote: Counting objects:  11% (10/84)        
remote: Counting objects:  13% (11/84)        
remote: Counting objects:  14% (12/84)        
remote: Counting objects:  15% (13/84)        
remote: Counting objects:  16% (14/84)        
remote: Counting objects:  17% (15/84)        
remote: Counting objects:  19% (16/84)        
remote: Counting objects:  20% (17/84)        
remote: Counting objects:  21% (18/84)        
remote: Counting objects:  22% (19/84)        
remote: Counting objects:  23% (20/84)        
remote: Counting objects:  25% (21/84)        
remote: Counting objects:  26% (22/84)        
remote: Counting objects:  27% (23/84)        
remote: Counting objects:  28% (24/84)        
remote: Counting objects:  29% (25/84)        
remote: Counting objects:  30% (26/84)        
remote: Counting objects:  32% (27/84)        
remote: Counting objects:  33% (28/84)        
remote: Counting objects:  34% (29/84)        
remote: Counting objects:  35% (30/84)        
remote: Counting objects:  36% (31/84)        
remote: Counting objects:  38% (32/84)        
remote: Counting objects:  39% (33/84)        
remote: Counting objects:  40% (34/84)        
remote: Counting objects:  41% (35/84)        
remote: Counting objects:  42% (36/84)        
remote: Counting objects:  44% (37/84)        
remote: Counting objects:  45% (38/84)        
remote: Counting objects:  46% (39/84)        
remote: Counting objects:  47% (40/84)        
remote: Counting objects:  48% (41/84)        
remote: Counting objects:  50% (42/84)        
remote: Counting objects:  51% (43/84)        
remote: Counting objects:  52% (44/84)        
remote: Counting objects:  53% (45/84)        
remote: Counting objects:  54% (46/84)        
remote: Counting objects:  55% (47/84)        
remote: Counting objects:  57% (48/84)        
remote: Counting objects:  58% (49/84)        
remote: Counting objects:  59% (50/84)        
remote: Counting objects:  60% (51/84)        
remote: Counting objects:  61% (52/84)        
remote: Counting objects:  63% (53/84)        
remote: Counting objects:  64% (54/84)        
remote: Counting objects:  65% (55/84)        
remote: Counting objects:  66% (56/84)        
remote: Counting objects:  67% (57/84)        
remote: Counting objects:  69% (58/84)        
remote: Counting objects:  70% (59/84)        
remote: Counting objects:  71% (60/84)        
remote: Counting objects:  72% (61/84)        
remote: Counting objects:  73% (62/84)        
remote: Counting objects:  75% (63/84)        
remote: Counting objects:  76% (64/84)        
remote: Counting objects:  77% (65/84)        
remote: Counting objects:  78% (66/84)        
remote: Counting objects:  79% (67/84)        
remote: Counting objects:  80% (68/84)        
remote: Counting objects:  82% (69/84)        
remote: Counting objects:  83% (70/84)        
remote: Counting objects:  84% (71/84)        
remote: Counting objects:  85% (72/84)        
remote: Counting objects:  86% (73/84)        
remote: Counting objects:  88% (74/84)        
remote: Counting objects:  89% (75/84)        
remote: Counting objects:  90% (76/84)        
remote: Counting objects:  91% (77/84)        
remote: Counting objects:  92% (78/84)        
remote: Counting objects:  94% (79/84)        
remote: Counting objects:  95% (80/84)        
remote: Counting objects:  96% (81/84)        
remote: Counting objects:  97% (82/84)        
remote: Counting objects:  98% (83/84)        
remote: Counting objects: 100% (84/84)        
remote: Counting objects: 100% (84/84), done.        
remote: Compressing objects:   2% (1/39)        
remote: Compressing objects:   5% (2/39)        
remote: Compressing objects:   7% (3/39)        
remote: Compressing objects:  10% (4/39)        
remote: Compressing objects:  12% (5/39)        
remote: Compressing objects:  15% (6/39)        
remote: Compressing objects:  17% (7/39)        
remote: Compressing objects:  20% (8/39)        
remote: Compressing objects:  23% (9/39)        
remote: Compressing objects:  25% (10/39)        
remote: Compressing objects:  28% (11/39)        
remote: Compressing objects:  30% (12/39)        
remote: Compressing objects:  33% (13/39)        
remote: Compressing objects:  35% (14/39)        
remote: Compressing objects:  38% (15/39)        
remote: Compressing objects:  41% (16/39)        
remote: Compressing objects:  43% (17/39)        
remote: Compressing objects:  46% (18/39)        
remote: Compressing objects:  48% (19/39)        
remote: Compressing objects:  51% (20/39)        
remote: Compressing objects:  53% (21/39)        
remote: Compressing objects:  56% (22/39)        
remote: Compressing objects:  58% (23/39)        
remote: Compressing objects:  61% (24/39)        
remote: Compressing objects:  64% (25/39)        
remote: Compressing objects:  66% (26/39)        
remote: Compressing objects:  69% (27/39)        
remote: Compressing objects:  71% (28/39)        
remote: Compressing objects:  74% (29/39)        
remote: Compressing objects:  76% (30/39)        
remote: Compressing objects:  79% (31/39)        
remote: Compressing objects:  82% (32/39)        
remote: Compressing objects:  84% (33/39)        
remote: Compressing objects:  87% (34/39)        
remote: Compressing objects:  89% (35/39)        
remote: Compressing objects:  92% (36/39)        
remote: Compressing objects:  94% (37/39)        
remote: Compressing objects:  97% (38/39)        
remote: Compressing objects: 100% (39/39)        
remote: Compressing objects: 100% (39/39), done.        
remote: Total 125 (delta 15), reused 64 (delta 10), pack-reused 41        
Receiving objects:   0% (1/125)
Receiving objects:   1% (2/125)
Receiving objects:   2% (3/125)
Receiving objects:   3% (4/125)
Receiving objects:   4% (5/125)
Receiving objects:   5% (7/125)
Receiving objects:   6% (8/125)
Receiving objects:   7% (9/125)
Receiving objects:   8% (10/125)
Receiving objects:   9% (12/125)
Receiving objects:  10% (13/125)
Receiving objects:  11% (14/125)
Receiving objects:  12% (15/125)
Receiving objects:  13% (17/125)
Receiving objects:  14% (18/125)
Receiving objects:  15% (19/125)
Receiving objects:  16% (20/125)
Receiving objects:  17% (22/125)
Receiving objects:  18% (23/125)
Receiving objects:  19% (24/125)
Receiving objects:  20% (25/125)
Receiving objects:  21% (27/125)
Receiving objects:  22% (28/125)
Receiving objects:  23% (29/125)
Receiving objects:  24% (30/125)
Receiving objects:  25% (32/125)
Receiving objects:  26% (33/125)
Receiving objects:  27% (34/125)
Receiving objects:  28% (35/125)
Receiving objects:  29% (37/125)
Receiving objects:  30% (38/125)
Receiving objects:  31% (39/125)
Receiving objects:  32% (40/125)
Receiving objects:  33% (42/125)
Receiving objects:  34% (43/125)
Receiving objects:  35% (44/125)
Receiving objects:  36% (45/125)
Receiving objects:  37% (47/125)
Receiving objects:  38% (48/125)
Receiving objects:  39% (49/125)
Receiving objects:  40% (50/125)
Receiving objects:  41% (52/125)
Receiving objects:  42% (53/125)
Receiving objects:  43% (54/125)
Receiving objects:  44% (55/125)
Receiving objects:  45% (57/125)
Receiving objects:  46% (58/125)
Receiving objects:  47% (59/125)
Receiving objects:  48% (60/125)
Receiving objects:  49% (62/125)
Receiving objects:  50% (63/125)
Receiving objects:  51% (64/125)
Receiving objects:  52% (65/125)
Receiving objects:  53% (67/125)
Receiving objects:  54% (68/125)
Receiving objects:  55% (69/125)
Receiving objects:  56% (70/125)
Receiving objects:  57% (72/125)
Receiving objects:  58% (73/125)
Receiving objects:  59% (74/125)
Receiving objects:  60% (75/125)
Receiving objects:  61% (77/125)
Receiving objects:  62% (78/125)
Receiving objects:  63% (79/125)
Receiving objects:  64% (80/125)
Receiving objects:  65% (82/125)
Receiving objects:  66% (83/125)
Receiving objects:  67% (84/125)
Receiving objects:  68% (85/125)
Receiving objects:  69% (87/125)
Receiving objects:  70% (88/125)
Receiving objects:  71% (89/125)
Receiving objects:  72% (90/125)
Receiving objects:  73% (92/125)
Receiving objects:  74% (93/125)
Receiving objects:  75% (94/125)
Receiving objects:  76% (95/125)
Receiving objects:  77% (97/125)
Receiving objects:  78% (98/125)
Receiving objects:  79% (99/125)
Receiving objects:  80% (100/125)
Receiving objects:  81% (102/125)
Receiving objects:  82% (103/125)
Receiving objects:  83% (104/125)
Receiving objects:  84% (105/125)
Receiving objects:  85% (107/125)
Receiving objects:  86% (108/125)
Receiving objects:  87% (109/125)
Receiving objects:  88% (110/125)
Receiving objects:  89% (112/125)
Receiving objects:  90% (113/125)
Receiving objects:  91% (114/125)
Receiving objects:  92% (115/125)
Receiving objects:  93% (117/125)
Receiving objects:  94% (118/125)
Receiving objects:  95% (119/125)
Receiving objects:  96% (120/125)
Receiving objects:  97% (122/125)
Receiving objects:  98% (123/125)
Receiving objects:  99% (124/125)
Receiving objects: 100% (125/125)
Receiving objects: 100% (125/125), 12.10 KiB | 12.10 MiB/s, done.
Resolving deltas:   0% (0/26)
Resolving deltas:   3% (1/26)
Resolving deltas:   7% (2/26)
Resolving deltas:  19% (5/26)
Resolving deltas:  23% (6/26)
Resolving deltas:  26% (7/26)
Resolving deltas:  65% (17/26)
Resolving deltas: 100% (26/26)
Resolving deltas: 100% (26/26), done.
Cloning into '/root/workspace/weifang-config/container/A002/params_new/perception_lidar_camera_fusion'...
remote: Enumerating objects: 30, done.        
remote: Counting objects:   5% (1/19)        
remote: Counting objects:  10% (2/19)        
remote: Counting objects:  15% (3/19)        
remote: Counting objects:  21% (4/19)        
remote: Counting objects:  26% (5/19)        
remote: Counting objects:  31% (6/19)        
remote: Counting objects:  36% (7/19)        
remote: Counting objects:  42% (8/19)        
remote: Counting objects:  47% (9/19)        
remote: Counting objects:  52% (10/19)        
remote: Counting objects:  57% (11/19)        
remote: Counting objects:  63% (12/19)        
remote: Counting objects:  68% (13/19)        
remote: Counting objects:  73% (14/19)        
remote: Counting objects:  78% (15/19)        
remote: Counting objects:  84% (16/19)        
remote: Counting objects:  89% (17/19)        
remote: Counting objects:  94% (18/19)        
remote: Counting objects: 100% (19/19)        
remote: Counting objects: 100% (19/19), done.        
remote: Compressing objects:   9% (1/11)        
remote: Compressing objects:  18% (2/11)        
remote: Compressing objects:  27% (3/11)        
remote: Compressing objects:  36% (4/11)        
remote: Compressing objects:  45% (5/11)        
remote: Compressing objects:  54% (6/11)        
remote: Compressing objects:  63% (7/11)        
remote: Compressing objects:  72% (8/11)        
remote: Compressing objects:  81% (9/11)        
remote: Compressing objects:  90% (10/11)        
remote: Compressing objects: 100% (11/11)        
remote: Compressing objects: 100% (11/11), done.        
remote: Total 30 (delta 2), reused 0 (delta 0), pack-reused 11        
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), 6.33 KiB | 6.33 MiB/s, done.
Resolving deltas:   0% (0/3)
Resolving deltas:  33% (1/3)
Resolving deltas:  66% (2/3)
Resolving deltas: 100% (3/3)
Resolving deltas: 100% (3/3), done.
Cloning into '/root/workspace/weifang-config/container/A002/params_new/perception_new_detection'...
remote: Enumerating objects: 4787, done.        
remote: Counting objects:   0% (1/183)        
remote: Counting objects:   1% (2/183)        
remote: Counting objects:   2% (4/183)        
remote: Counting objects:   3% (6/183)        
remote: Counting objects:   4% (8/183)        
remote: Counting objects:   5% (10/183)        
remote: Counting objects:   6% (11/183)        
remote: Counting objects:   7% (13/183)        
remote: Counting objects:   8% (15/183)        
remote: Counting objects:   9% (17/183)        
remote: Counting objects:  10% (19/183)        
remote: Counting objects:  11% (21/183)        
remote: Counting objects:  12% (22/183)        
remote: Counting objects:  13% (24/183)        
remote: Counting objects:  14% (26/183)        
remote: Counting objects:  15% (28/183)        
remote: Counting objects:  16% (30/183)        
remote: Counting objects:  17% (32/183)        
remote: Counting objects:  18% (33/183)        
remote: Counting objects:  19% (35/183)        
remote: Counting objects:  20% (37/183)        
remote: Counting objects:  21% (39/183)        
remote: Counting objects:  22% (41/183)        
remote: Counting objects:  23% (43/183)        
remote: Counting objects:  24% (44/183)        
remote: Counting objects:  25% (46/183)        
remote: Counting objects:  26% (48/183)        
remote: Counting objects:  27% (50/183)        
remote: Counting objects:  28% (52/183)        
remote: Counting objects:  29% (54/183)        
remote: Counting objects:  30% (55/183)        
remote: Counting objects:  31% (57/183)        
remote: Counting objects:  32% (59/183)        
remote: Counting objects:  33% (61/183)        
remote: Counting objects:  34% (63/183)        
remote: Counting objects:  35% (65/183)        
remote: Counting objects:  36% (66/183)        
remote: Counting objects:  37% (68/183)        
remote: Counting objects:  38% (70/183)        
remote: Counting objects:  39% (72/183)        
remote: Counting objects:  40% (74/183)        
remote: Counting objects:  41% (76/183)        
remote: Counting objects:  42% (77/183)        
remote: Counting objects:  43% (79/183)        
remote: Counting objects:  44% (81/183)        
remote: Counting objects:  45% (83/183)        
remote: Counting objects:  46% (85/183)        
remote: Counting objects:  47% (87/183)        
remote: Counting objects:  48% (88/183)        
remote: Counting objects:  49% (90/183)        
remote: Counting objects:  50% (92/183)        
remote: Counting objects:  51% (94/183)        
remote: Counting objects:  52% (96/183)        
remote: Counting objects:  53% (97/183)        
remote: Counting objects:  54% (99/183)        
remote: Counting objects:  55% (101/183)        
remote: Counting objects:  56% (103/183)        
remote: Counting objects:  57% (105/183)        
remote: Counting objects:  58% (107/183)        
remote: Counting objects:  59% (108/183)        
remote: Counting objects:  60% (110/183)        
remote: Counting objects:  61% (112/183)        
remote: Counting objects:  62% (114/183)        
remote: Counting objects:  63% (116/183)        
remote: Counting objects:  64% (118/183)        
remote: Counting objects:  65% (119/183)        
remote: Counting objects:  66% (121/183)        
remote: Counting objects:  67% (123/183)        
remote: Counting objects:  68% (125/183)        
remote: Counting objects:  69% (127/183)        
remote: Counting objects:  70% (129/183)        
remote: Counting objects:  71% (130/183)        
remote: Counting objects:  72% (132/183)        
remote: Counting objects:  73% (134/183)        
remote: Counting objects:  74% (136/183)        
remote: Counting objects:  75% (138/183)        
remote: Counting objects:  76% (140/183)        
remote: Counting objects:  77% (141/183)        
remote: Counting objects:  78% (143/183)        
remote: Counting objects:  79% (145/183)        
remote: Counting objects:  80% (147/183)        
remote: Counting objects:  81% (149/183)        
remote: Counting objects:  82% (151/183)        
remote: Counting objects:  83% (152/183)        
remote: Counting objects:  84% (154/183)        
remote: Counting objects:  85% (156/183)        
remote: Counting objects:  86% (158/183)        
remote: Counting objects:  87% (160/183)        
remote: Counting objects:  88% (162/183)        
remote: Counting objects:  89% (163/183)        
remote: Counting objects:  90% (165/183)        
remote: Counting objects:  91% (167/183)        
remote: Counting objects:  92% (169/183)        
remote: Counting objects:  93% (171/183)        
remote: Counting objects:  94% (173/183)        
remote: Counting objects:  95% (174/183)        
remote: Counting objects:  96% (176/183)        
remote: Counting objects:  97% (178/183)        
remote: Counting objects:  98% (180/183)        
remote: Counting objects:  99% (182/183)        
remote: Counting objects: 100% (183/183)        
remote: Counting objects: 100% (183/183), done.        
remote: Compressing objects:   0% (1/120)        
remote: Compressing objects:   1% (2/120)        
remote: Compressing objects:   2% (3/120)        
remote: Compressing objects:   3% (4/120)        
remote: Compressing objects:   4% (5/120)        
remote: Compressing objects:   5% (6/120)        
remote: Compressing objects:   6% (8/120)        
remote: Compressing objects:   7% (9/120)        
remote: Compressing objects:   8% (10/120)        
remote: Compressing objects:   9% (11/120)        
remote: Compressing objects:  10% (12/120)        
remote: Compressing objects:  11% (14/120)        
remote: Compressing objects:  12% (15/120)        
remote: Compressing objects:  13% (16/120)        
remote: Compressing objects:  14% (17/120)        
remote: Compressing objects:  15% (18/120)        
remote: Compressing objects:  16% (20/120)        
remote: Compressing objects:  17% (21/120)        
remote: Compressing objects:  18% (22/120)        
remote: Compressing objects:  19% (23/120)        
remote: Compressing objects:  20% (24/120)        
remote: Compressing objects:  21% (26/120)        
remote: Compressing objects:  22% (27/120)        
remote: Compressing objects:  23% (28/120)        
remote: Compressing objects:  24% (29/120)        
remote: Compressing objects:  25% (30/120)        
remote: Compressing objects:  26% (32/120)        
remote: Compressing objects:  27% (33/120)        
remote: Compressing objects:  28% (34/120)        
remote: Compressing objects:  29% (35/120)        
remote: Compressing objects:  30% (36/120)        
remote: Compressing objects:  31% (38/120)        
remote: Compressing objects:  32% (39/120)        
remote: Compressing objects:  33% (40/120)        
remote: Compressing objects:  34% (41/120)        
remote: Compressing objects:  35% (42/120)        
remote: Compressing objects:  36% (44/120)        
remote: Compressing objects:  37% (45/120)        
remote: Compressing objects:  38% (46/120)        
remote: Compressing objects:  39% (47/120)        
remote: Compressing objects:  40% (48/120)        
remote: Compressing objects:  41% (50/120)        
remote: Compressing objects:  42% (51/120)        
remote: Compressing objects:  43% (52/120)        
remote: Compressing objects:  44% (53/120)        
remote: Compressing objects:  45% (54/120)        
remote: Compressing objects:  46% (56/120)        
remote: Compressing objects:  47% (57/120)        
remote: Compressing objects:  48% (58/120)        
remote: Compressing objects:  49% (59/120)        
remote: Compressing objects:  50% (60/120)        
remote: Compressing objects:  51% (62/120)        
remote: Compressing objects:  52% (63/120)        
remote: Compressing objects:  53% (64/120)        
remote: Compressing objects:  54% (65/120)        
remote: Compressing objects:  55% (66/120)        
remote: Compressing objects:  56% (68/120)        
remote: Compressing objects:  57% (69/120)        
remote: Compressing objects:  58% (70/120)        
remote: Compressing objects:  59% (71/120)        
remote: Compressing objects:  60% (72/120)        
remote: Compressing objects:  61% (74/120)        
remote: Compressing objects:  62% (75/120)        
remote: Compressing objects:  63% (76/120)        
remote: Compressing objects:  64% (77/120)        
remote: Compressing objects:  65% (78/120)        
remote: Compressing objects:  66% (80/120)        
remote: Compressing objects:  67% (81/120)        
remote: Compressing objects:  68% (82/120)        
remote: Compressing objects:  69% (83/120)        
remote: Compressing objects:  70% (84/120)        
remote: Compressing objects:  71% (86/120)        
remote: Compressing objects:  72% (87/120)        
remote: Compressing objects:  73% (88/120)        
remote: Compressing objects:  74% (89/120)        
remote: Compressing objects:  75% (90/120)        
remote: Compressing objects:  76% (92/120)        
remote: Compressing objects:  77% (93/120)        
remote: Compressing objects:  78% (94/120)        
remote: Compressing objects:  79% (95/120)        
remote: Compressing objects:  80% (96/120)        
remote: Compressing objects:  81% (98/120)        
remote: Compressing objects:  82% (99/120)        
remote: Compressing objects:  83% (100/120)        
remote: Compressing objects:  84% (101/120)        
remote: Compressing objects:  85% (102/120)        
remote: Compressing objects:  86% (104/120)        
remote: Compressing objects:  87% (105/120)        
remote: Compressing objects:  88% (106/120)        
remote: Compressing objects:  89% (107/120)        
remote: Compressing objects:  90% (108/120)        
remote: Compressing objects:  91% (110/120)        
remote: Compressing objects:  92% (111/120)        
remote: Compressing objects:  93% (112/120)        
remote: Compressing objects:  94% (113/120)        
remote: Compressing objects:  95% (114/120)        
remote: Compressing objects:  96% (116/120)        
remote: Compressing objects:  97% (117/120)        
remote: Compressing objects:  98% (118/120)        
remote: Compressing objects:  99% (119/120)        
remote: Compressing objects: 100% (120/120)        
remote: Compressing objects: 100% (120/120), done.        
Receiving objects:   0% (1/4787)
Receiving objects:   1% (48/4787)
Receiving objects:   2% (96/4787)
Receiving objects:   3% (144/4787)
Receiving objects:   4% (192/4787)
Receiving objects:   5% (240/4787)
Receiving objects:   6% (288/4787)
Receiving objects:   7% (336/4787)
Receiving objects:   8% (383/4787)
Receiving objects:   9% (431/4787)
Receiving objects:  10% (479/4787)
Receiving objects:  11% (527/4787)
Receiving objects:  12% (575/4787)
Receiving objects:  13% (623/4787)
Receiving objects:  14% (671/4787)
Receiving objects:  15% (719/4787)
Receiving objects:  16% (766/4787)
Receiving objects:  17% (814/4787)
Receiving objects:  18% (862/4787)
Receiving objects:  19% (910/4787)
Receiving objects:  20% (958/4787)
Receiving objects:  21% (1006/4787)
Receiving objects:  22% (1054/4787)
Receiving objects:  23% (1102/4787)
Receiving objects:  24% (1149/4787)
Receiving objects:  25% (1197/4787)
Receiving objects:  26% (1245/4787)
Receiving objects:  27% (1293/4787)
Receiving objects:  28% (1341/4787)
Receiving objects:  29% (1389/4787)
Receiving objects:  30% (1437/4787)
Receiving objects:  31% (1484/4787)
Receiving objects:  32% (1532/4787)
Receiving objects:  33% (1580/4787)
Receiving objects:  34% (1628/4787)
Receiving objects:  35% (1676/4787)
Receiving objects:  36% (1724/4787)
Receiving objects:  37% (1772/4787)
Receiving objects:  38% (1820/4787)
Receiving objects:  39% (1867/4787)
Receiving objects:  40% (1915/4787)
Receiving objects:  41% (1963/4787)
Receiving objects:  42% (2011/4787)
Receiving objects:  43% (2059/4787)
Receiving objects:  44% (2107/4787)
Receiving objects:  45% (2155/4787)
Receiving objects:  46% (2203/4787)
Receiving objects:  47% (2250/4787)
Receiving objects:  48% (2298/4787)
Receiving objects:  49% (2346/4787)
Receiving objects:  50% (2394/4787)
Receiving objects:  51% (2442/4787)
Receiving objects:  52% (2490/4787)
Receiving objects:  53% (2538/4787)
Receiving objects:  54% (2585/4787)
Receiving objects:  55% (2633/4787)
Receiving objects:  56% (2681/4787)
Receiving objects:  57% (2729/4787)
Receiving objects:  58% (2777/4787)
Receiving objects:  59% (2825/4787)
Receiving objects:  60% (2873/4787)
Receiving objects:  61% (2921/4787)
Receiving objects:  62% (2968/4787)
Receiving objects:  63% (3016/4787)
Receiving objects:  64% (3064/4787)
Receiving objects:  65% (3112/4787)
Receiving objects:  66% (3160/4787)
Receiving objects:  67% (3208/4787)
Receiving objects:  68% (3256/4787)
Receiving objects:  69% (3304/4787)
Receiving objects:  70% (3351/4787)
Receiving objects:  71% (3399/4787)
Receiving objects:  72% (3447/4787)
Receiving objects:  73% (3495/4787)
Receiving objects:  74% (3543/4787)
Receiving objects:  75% (3591/4787)
Receiving objects:  76% (3639/4787)
Receiving objects:  77% (3686/4787)
Receiving objects:  78% (3734/4787)
Receiving objects:  79% (3782/4787)
Receiving objects:  80% (3830/4787)
Receiving objects:  81% (3878/4787)
Receiving objects:  82% (3926/4787)
Receiving objects:  83% (3974/4787)
Receiving objects:  84% (4022/4787)
Receiving objects:  85% (4069/4787)
Receiving objects:  86% (4117/4787)
remote: Total 4787 (delta 30), reused 170 (delta 26), pack-reused 4604        
Receiving objects:  87% (4165/4787)
Receiving objects:  88% (4213/4787)
Receiving objects:  89% (4261/4787)
Receiving objects:  90% (4309/4787)
Receiving objects:  91% (4357/4787)
Receiving objects:  92% (4405/4787)
Receiving objects:  93% (4452/4787)
Receiving objects:  94% (4500/4787)
Receiving objects:  95% (4548/4787)
Receiving objects:  96% (4596/4787)
Receiving objects:  97% (4644/4787)
Receiving objects:  98% (4692/4787)
Receiving objects:  99% (4740/4787)
Receiving objects: 100% (4787/4787)
Receiving objects: 100% (4787/4787), 501.05 KiB | 38.54 MiB/s, done.
Resolving deltas:   0% (0/919)
Resolving deltas:   1% (11/919)
Resolving deltas:   4% (42/919)
Resolving deltas:   6% (60/919)
Resolving deltas:   7% (70/919)
Resolving deltas:   8% (76/919)
Resolving deltas:   9% (84/919)
Resolving deltas:  11% (104/919)
Resolving deltas:  14% (137/919)
Resolving deltas:  15% (138/919)
Resolving deltas:  16% (148/919)
Resolving deltas:  17% (157/919)
Resolving deltas:  18% (166/919)
Resolving deltas:  19% (175/919)
Resolving deltas:  20% (184/919)
Resolving deltas:  21% (193/919)
Resolving deltas:  23% (215/919)
Resolving deltas:  24% (221/919)
Resolving deltas:  25% (230/919)
Resolving deltas:  26% (239/919)
Resolving deltas:  36% (331/919)
Resolving deltas:  39% (365/919)
Resolving deltas:  69% (638/919)
Resolving deltas: 100% (919/919)
Resolving deltas: 100% (919/919), done.
Cloning into '/root/workspace/weifang-config/container/A002/params_new/perception_spreader_imv'...
remote: Enumerating objects: 191, done.        
remote: Counting objects:   2% (1/40)        
remote: Counting objects:   5% (2/40)        
remote: Counting objects:   7% (3/40)        
remote: Counting objects:  10% (4/40)        
remote: Counting objects:  12% (5/40)        
remote: Counting objects:  15% (6/40)        
remote: Counting objects:  17% (7/40)        
remote: Counting objects:  20% (8/40)        
remote: Counting objects:  22% (9/40)        
remote: Counting objects:  25% (10/40)        
remote: Counting objects:  27% (11/40)        
remote: Counting objects:  30% (12/40)        
remote: Counting objects:  32% (13/40)        
remote: Counting objects:  35% (14/40)        
remote: Counting objects:  37% (15/40)        
remote: Counting objects:  40% (16/40)        
remote: Counting objects:  42% (17/40)        
remote: Counting objects:  45% (18/40)        
remote: Counting objects:  47% (19/40)        
remote: Counting objects:  50% (20/40)        
remote: Counting objects:  52% (21/40)        
remote: Counting objects:  55% (22/40)        
remote: Counting objects:  57% (23/40)        
remote: Counting objects:  60% (24/40)        
remote: Counting objects:  62% (25/40)        
remote: Counting objects:  65% (26/40)        
remote: Counting objects:  67% (27/40)        
remote: Counting objects:  70% (28/40)        
remote: Counting objects:  72% (29/40)        
remote: Counting objects:  75% (30/40)        
remote: Counting objects:  77% (31/40)        
remote: Counting objects:  80% (32/40)        
remote: Counting objects:  82% (33/40)        
remote: Counting objects:  85% (34/40)        
remote: Counting objects:  87% (35/40)        
remote: Counting objects:  90% (36/40)        
remote: Counting objects:  92% (37/40)        
remote: Counting objects:  95% (38/40)        
remote: Counting objects:  97% (39/40)        
remote: Counting objects: 100% (40/40)        
remote: Counting objects: 100% (40/40), done.        
remote: Compressing objects:   3% (1/32)        
remote: Compressing objects:   6% (2/32)        
remote: Compressing objects:   9% (3/32)        
remote: Compressing objects:  12% (4/32)        
remote: Compressing objects:  15% (5/32)        
remote: Compressing objects:  18% (6/32)        
remote: Compressing objects:  21% (7/32)        
remote: Compressing objects:  25% (8/32)        
remote: Compressing objects:  28% (9/32)        
remote: Compressing objects:  31% (10/32)        
remote: Compressing objects:  34% (11/32)        
remote: Compressing objects:  37% (12/32)        
remote: Compressing objects:  40% (13/32)        
remote: Compressing objects:  43% (14/32)        
remote: Compressing objects:  46% (15/32)        
remote: Compressing objects:  50% (16/32)        
remote: Compressing objects:  53% (17/32)        
remote: Compressing objects:  56% (18/32)        
remote: Compressing objects:  59% (19/32)        
remote: Compressing objects:  62% (20/32)        
remote: Compressing objects:  65% (21/32)        
remote: Compressing objects:  68% (22/32)        
remote: Compressing objects:  71% (23/32)        
remote: Compressing objects:  75% (24/32)        
remote: Compressing objects:  78% (25/32)        
remote: Compressing objects:  81% (26/32)        
remote: Compressing objects:  84% (27/32)        
remote: Compressing objects:  87% (28/32)        
remote: Compressing objects:  90% (29/32)        
remote: Compressing objects:  93% (30/32)        
remote: Compressing objects:  96% (31/32)        
remote: Compressing objects: 100% (32/32)        
remote: Compressing objects: 100% (32/32), done.        
Receiving objects:   0% (1/191)
Receiving objects:   1% (2/191)
Receiving objects:   2% (4/191)
Receiving objects:   3% (6/191)
Receiving objects:   4% (8/191)
Receiving objects:   5% (10/191)
Receiving objects:   6% (12/191)
Receiving objects:   7% (14/191)
Receiving objects:   8% (16/191)
Receiving objects:   9% (18/191)
remote: Total 191 (delta 9), reused 36 (delta 8), pack-reused 151        
Receiving objects:  10% (20/191)
Receiving objects:  11% (22/191)
Receiving objects:  12% (23/191)
Receiving objects:  13% (25/191)
Receiving objects:  14% (27/191)
Receiving objects:  15% (29/191)
Receiving objects:  16% (31/191)
Receiving objects:  17% (33/191)
Receiving objects:  18% (35/191)
Receiving objects:  19% (37/191)
Receiving objects:  20% (39/191)
Receiving objects:  21% (41/191)
Receiving objects:  22% (43/191)
Receiving objects:  23% (44/191)
Receiving objects:  24% (46/191)
Receiving objects:  25% (48/191)
Receiving objects:  26% (50/191)
Receiving objects:  27% (52/191)
Receiving objects:  28% (54/191)
Receiving objects:  29% (56/191)
Receiving objects:  30% (58/191)
Receiving objects:  31% (60/191)
Receiving objects:  32% (62/191)
Receiving objects:  33% (64/191)
Receiving objects:  34% (65/191)
Receiving objects:  35% (67/191)
Receiving objects:  36% (69/191)
Receiving objects:  37% (71/191)
Receiving objects:  38% (73/191)
Receiving objects:  39% (75/191)
Receiving objects:  40% (77/191)
Receiving objects:  41% (79/191)
Receiving objects:  42% (81/191)
Receiving objects:  43% (83/191)
Receiving objects:  44% (85/191)
Receiving objects:  45% (86/191)
Receiving objects:  46% (88/191)
Receiving objects:  47% (90/191)
Receiving objects:  48% (92/191)
Receiving objects:  49% (94/191)
Receiving objects:  50% (96/191)
Receiving objects:  51% (98/191)
Receiving objects:  52% (100/191)
Receiving objects:  53% (102/191)
Receiving objects:  54% (104/191)
Receiving objects:  55% (106/191)
Receiving objects:  56% (107/191)
Receiving objects:  57% (109/191)
Receiving objects:  58% (111/191)
Receiving objects:  59% (113/191)
Receiving objects:  60% (115/191)
Receiving objects:  61% (117/191)
Receiving objects:  62% (119/191)
Receiving objects:  63% (121/191)
Receiving objects:  64% (123/191)
Receiving objects:  65% (125/191)
Receiving objects:  66% (127/191)
Receiving objects:  67% (128/191)
Receiving objects:  68% (130/191)
Receiving objects:  69% (132/191)
Receiving objects:  70% (134/191)
Receiving objects:  71% (136/191)
Receiving objects:  72% (138/191)
Receiving objects:  73% (140/191)
Receiving objects:  74% (142/191)
Receiving objects:  75% (144/191)
Receiving objects:  76% (146/191)
Receiving objects:  77% (148/191)
Receiving objects:  78% (149/191)
Receiving objects:  79% (151/191)
Receiving objects:  80% (153/191)
Receiving objects:  81% (155/191)
Receiving objects:  82% (157/191)
Receiving objects:  83% (159/191)
Receiving objects:  84% (161/191)
Receiving objects:  85% (163/191)
Receiving objects:  86% (165/191)
Receiving objects:  87% (167/191)
Receiving objects:  88% (169/191)
Receiving objects:  89% (170/191)
Receiving objects:  90% (172/191)
Receiving objects:  91% (174/191)
Receiving objects:  92% (176/191)
Receiving objects:  93% (178/191)
Receiving objects:  94% (180/191)
Receiving objects:  95% (182/191)
Receiving objects:  96% (184/191)
Receiving objects:  97% (186/191)
Receiving objects:  98% (188/191)
Receiving objects:  99% (190/191)
Receiving objects: 100% (191/191)
Receiving objects: 100% (191/191), 19.60 KiB | 19.60 MiB/s, done.
Resolving deltas:   0% (0/57)
Resolving deltas:   7% (4/57)
Resolving deltas:  12% (7/57)
Resolving deltas:  15% (9/57)
Resolving deltas:  17% (10/57)
Resolving deltas:  19% (11/57)
Resolving deltas:  21% (12/57)
Resolving deltas:  22% (13/57)
Resolving deltas:  24% (14/57)
Resolving deltas:  26% (15/57)
Resolving deltas:  57% (33/57)
Resolving deltas: 100% (57/57)
Resolving deltas: 100% (57/57), done.
Cloning into '/root/workspace/weifang-config/container/A002/params_new/perception_spreader_truck'...
remote: Enumerating objects: 71, done.        
remote: Counting objects:   2% (1/48)        
remote: Counting objects:   4% (2/48)        
remote: Counting objects:   6% (3/48)        
remote: Counting objects:   8% (4/48)        
remote: Counting objects:  10% (5/48)        
remote: Counting objects:  12% (6/48)        
remote: Counting objects:  14% (7/48)        
remote: Counting objects:  16% (8/48)        
remote: Counting objects:  18% (9/48)        
remote: Counting objects:  20% (10/48)        
remote: Counting objects:  22% (11/48)        
remote: Counting objects:  25% (12/48)        
remote: Counting objects:  27% (13/48)        
remote: Counting objects:  29% (14/48)        
remote: Counting objects:  31% (15/48)        
remote: Counting objects:  33% (16/48)        
remote: Counting objects:  35% (17/48)        
remote: Counting objects:  37% (18/48)        
remote: Counting objects:  39% (19/48)        
remote: Counting objects:  41% (20/48)        
remote: Counting objects:  43% (21/48)        
remote: Counting objects:  45% (22/48)        
remote: Counting objects:  47% (23/48)        
remote: Counting objects:  50% (24/48)        
remote: Counting objects:  52% (25/48)        
remote: Counting objects:  54% (26/48)        
remote: Counting objects:  56% (27/48)        
remote: Counting objects:  58% (28/48)        
remote: Counting objects:  60% (29/48)        
remote: Counting objects:  62% (30/48)        
remote: Counting objects:  64% (31/48)        
remote: Counting objects:  66% (32/48)        
remote: Counting objects:  68% (33/48)        
remote: Counting objects:  70% (34/48)        
remote: Counting objects:  72% (35/48)        
remote: Counting objects:  75% (36/48)        
remote: Counting objects:  77% (37/48)        
remote: Counting objects:  79% (38/48)        
remote: Counting objects:  81% (39/48)        
remote: Counting objects:  83% (40/48)        
remote: Counting objects:  85% (41/48)        
remote: Counting objects:  87% (42/48)        
remote: Counting objects:  89% (43/48)        
remote: Counting objects:  91% (44/48)        
remote: Counting objects:  93% (45/48)        
remote: Counting objects:  95% (46/48)        
remote: Counting objects:  97% (47/48)        
remote: Counting objects: 100% (48/48)        
remote: Counting objects: 100% (48/48), 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 71 (delta 22), reused 46 (delta 20), pack-reused 23        
Receiving objects:   1% (1/71)
Receiving objects:   2% (2/71)
Receiving objects:   4% (3/71)
Receiving objects:   5% (4/71)
Receiving objects:   7% (5/71)
Receiving objects:   8% (6/71)
Receiving objects:   9% (7/71)
Receiving objects:  11% (8/71)
Receiving objects:  12% (9/71)
Receiving objects:  14% (10/71)
Receiving objects:  15% (11/71)
Receiving objects:  16% (12/71)
Receiving objects:  18% (13/71)
Receiving objects:  19% (14/71)
Receiving objects:  21% (15/71)
Receiving objects:  22% (16/71)
Receiving objects:  23% (17/71)
Receiving objects:  25% (18/71)
Receiving objects:  26% (19/71)
Receiving objects:  28% (20/71)
Receiving objects:  29% (21/71)
Receiving objects:  30% (22/71)
Receiving objects:  32% (23/71)
Receiving objects:  33% (24/71)
Receiving objects:  35% (25/71)
Receiving objects:  36% (26/71)
Receiving objects:  38% (27/71)
Receiving objects:  39% (28/71)
Receiving objects:  40% (29/71)
Receiving objects:  42% (30/71)
Receiving objects:  43% (31/71)
Receiving objects:  45% (32/71)
Receiving objects:  46% (33/71)
Receiving objects:  47% (34/71)
Receiving objects:  49% (35/71)
Receiving objects:  50% (36/71)
Receiving objects:  52% (37/71)
Receiving objects:  53% (38/71)
Receiving objects:  54% (39/71)
Receiving objects:  56% (40/71)
Receiving objects:  57% (41/71)
Receiving objects:  59% (42/71)
Receiving objects:  60% (43/71)
Receiving objects:  61% (44/71)
Receiving objects:  63% (45/71)
Receiving objects:  64% (46/71)
Receiving objects:  66% (47/71)
Receiving objects:  67% (48/71)
Receiving objects:  69% (49/71)
Receiving objects:  70% (50/71)
Receiving objects:  71% (51/71)
Receiving objects:  73% (52/71)
Receiving objects:  74% (53/71)
Receiving objects:  76% (54/71)
Receiving objects:  77% (55/71)
Receiving objects:  78% (56/71)
Receiving objects:  80% (57/71)
Receiving objects:  81% (58/71)
Receiving objects:  83% (59/71)
Receiving objects:  84% (60/71)
Receiving objects:  85% (61/71)
Receiving objects:  87% (62/71)
Receiving objects:  88% (63/71)
Receiving objects:  90% (64/71)
Receiving objects:  91% (65/71)
Receiving objects:  92% (66/71)
Receiving objects:  94% (67/71)
Receiving objects:  95% (68/71)
Receiving objects:  97% (69/71)
Receiving objects:  98% (70/71)
Receiving objects: 100% (71/71)
Receiving objects: 100% (71/71), 7.24 KiB | 7.24 MiB/s, done.
Resolving deltas:   0% (0/30)
Resolving deltas:  10% (3/30)
Resolving deltas:  13% (4/30)
Resolving deltas:  70% (21/30)
Resolving deltas:  83% (25/30)
Resolving deltas: 100% (30/30)
Resolving deltas: 100% (30/30), done.
Cloning into '/root/workspace/weifang-config/container/A002/params_new/perception_vehicles'...
remote: Enumerating objects: 27, done.        
remote: Counting objects:   3% (1/27)        
remote: Counting objects:   7% (2/27)        
remote: Counting objects:  11% (3/27)        
remote: Counting objects:  14% (4/27)        
remote: Counting objects:  18% (5/27)        
remote: Counting objects:  22% (6/27)        
remote: Counting objects:  25% (7/27)        
remote: Counting objects:  29% (8/27)        
remote: Counting objects:  33% (9/27)        
remote: Counting objects:  37% (10/27)        
remote: Counting objects:  40% (11/27)        
remote: Counting objects:  44% (12/27)        
remote: Counting objects:  48% (13/27)        
remote: Counting objects:  51% (14/27)        
remote: Counting objects:  55% (15/27)        
remote: Counting objects:  59% (16/27)        
remote: Counting objects:  62% (17/27)        
remote: Counting objects:  66% (18/27)        
remote: Counting objects:  70% (19/27)        
remote: Counting objects:  74% (20/27)        
remote: Counting objects:  77% (21/27)        
remote: Counting objects:  81% (22/27)        
remote: Counting objects:  85% (23/27)        
remote: Counting objects:  88% (24/27)        
remote: Counting objects:  92% (25/27)        
remote: Counting objects:  96% (26/27)        
remote: Counting objects: 100% (27/27)        
remote: Counting objects: 100% (27/27), done.        
remote: Compressing objects:   5% (1/19)        
remote: Compressing objects:  10% (2/19)        
remote: Compressing objects:  15% (3/19)        
remote: Compressing objects:  21% (4/19)        
remote: Compressing objects:  26% (5/19)        
remote: Compressing objects:  31% (6/19)        
remote: Compressing objects:  36% (7/19)        
remote: Compressing objects:  42% (8/19)        
remote: Compressing objects:  47% (9/19)        
remote: Compressing objects:  52% (10/19)        
remote: Compressing objects:  57% (11/19)        
remote: Compressing objects:  63% (12/19)        
remote: Compressing objects:  68% (13/19)        
remote: Compressing objects:  73% (14/19)        
remote: Compressing objects:  78% (15/19)        
remote: Compressing objects:  84% (16/19)        
remote: Compressing objects:  89% (17/19)        
remote: Compressing objects:  94% (18/19)        
remote: Compressing objects: 100% (19/19)        
remote: Compressing objects: 100% (19/19), done.        
remote: Total 27 (delta 4), reused 0 (delta 0), pack-reused 0        
Receiving objects:   3% (1/27)
Receiving objects:   7% (2/27)
Receiving objects:  11% (3/27)
Receiving objects:  14% (4/27)
Receiving objects:  18% (5/27)
Receiving objects:  22% (6/27)
Receiving objects:  25% (7/27)
Receiving objects:  29% (8/27)
Receiving objects:  33% (9/27)
Receiving objects:  37% (10/27)
Receiving objects:  40% (11/27)
Receiving objects:  44% (12/27)
Receiving objects:  48% (13/27)
Receiving objects:  51% (14/27)
Receiving objects:  55% (15/27)
Receiving objects:  59% (16/27)
Receiving objects:  62% (17/27)
Receiving objects:  66% (18/27)
Receiving objects:  70% (19/27)
Receiving objects:  74% (20/27)
Receiving objects:  77% (21/27)
Receiving objects:  81% (22/27)
Receiving objects:  85% (23/27)
Receiving objects:  88% (24/27)
Receiving objects:  92% (25/27)
Receiving objects:  96% (26/27)
Receiving objects: 100% (27/27)
Receiving objects: 100% (27/27), 4.22 KiB | 4.22 MiB/s, done.
Resolving deltas:   0% (0/4)
Resolving deltas:  25% (1/4)
Resolving deltas:  50% (2/4)
Resolving deltas: 100% (4/4)
Resolving deltas: 100% (4/4), done.
Cloning into '/root/workspace/weifang-config/container/A002/params_new/pointcloud_customized'...
remote: Enumerating objects: 348, done.        
remote: Counting objects:   1% (1/55)        
remote: Counting objects:   3% (2/55)        
remote: Counting objects:   5% (3/55)        
remote: Counting objects:   7% (4/55)        
remote: Counting objects:   9% (5/55)        
remote: Counting objects:  10% (6/55)        
remote: Counting objects:  12% (7/55)        
remote: Counting objects:  14% (8/55)        
remote: Counting objects:  16% (9/55)        
remote: Counting objects:  18% (10/55)        
remote: Counting objects:  20% (11/55)        
remote: Counting objects:  21% (12/55)        
remote: Counting objects:  23% (13/55)        
remote: Counting objects:  25% (14/55)        
remote: Counting objects:  27% (15/55)        
remote: Counting objects:  29% (16/55)        
remote: Counting objects:  30% (17/55)        
remote: Counting objects:  32% (18/55)        
remote: Counting objects:  34% (19/55)        
remote: Counting objects:  36% (20/55)        
remote: Counting objects:  38% (21/55)        
remote: Counting objects:  40% (22/55)        
remote: Counting objects:  41% (23/55)        
remote: Counting objects:  43% (24/55)        
remote: Counting objects:  45% (25/55)        
remote: Counting objects:  47% (26/55)        
remote: Counting objects:  49% (27/55)        
remote: Counting objects:  50% (28/55)        
remote: Counting objects:  52% (29/55)        
remote: Counting objects:  54% (30/55)        
remote: Counting objects:  56% (31/55)        
remote: Counting objects:  58% (32/55)        
remote: Counting objects:  60% (33/55)        
remote: Counting objects:  61% (34/55)        
remote: Counting objects:  63% (35/55)        
remote: Counting objects:  65% (36/55)        
remote: Counting objects:  67% (37/55)        
remote: Counting objects:  69% (38/55)        
remote: Counting objects:  70% (39/55)        
remote: Counting objects:  72% (40/55)        
remote: Counting objects:  74% (41/55)        
remote: Counting objects:  76% (42/55)        
remote: Counting objects:  78% (43/55)        
remote: Counting objects:  80% (44/55)        
remote: Counting objects:  81% (45/55)        
remote: Counting objects:  83% (46/55)        
remote: Counting objects:  85% (47/55)        
remote: Counting objects:  87% (48/55)        
remote: Counting objects:  89% (49/55)        
remote: Counting objects:  90% (50/55)        
remote: Counting objects:  92% (51/55)        
remote: Counting objects:  94% (52/55)        
remote: Counting objects:  96% (53/55)        
remote: Counting objects:  98% (54/55)        
remote: Counting objects: 100% (55/55)        
remote: Counting objects: 100% (55/55), 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/348)
Receiving objects:   1% (4/348)
Receiving objects:   2% (7/348)
Receiving objects:   3% (11/348)
Receiving objects:   4% (14/348)
Receiving objects:   5% (18/348)
Receiving objects:   6% (21/348)
Receiving objects:   7% (25/348)
Receiving objects:   8% (28/348)
Receiving objects:   9% (32/348)
Receiving objects:  10% (35/348)
Receiving objects:  11% (39/348)
Receiving objects:  12% (42/348)
Receiving objects:  13% (46/348)
Receiving objects:  13% (47/348), 48.84 MiB | 48.83 MiB/s
Receiving objects:  13% (48/348), 96.21 MiB | 48.10 MiB/s
Receiving objects:  13% (48/348), 143.77 MiB | 47.92 MiB/s
Receiving objects:  14% (49/348), 143.77 MiB | 47.92 MiB/s
Receiving objects:  15% (53/348), 164.03 MiB | 46.86 MiB/s
Receiving objects:  16% (56/348), 164.03 MiB | 46.86 MiB/s
Receiving objects:  17% (60/348), 164.03 MiB | 46.86 MiB/s
Receiving objects:  18% (63/348), 164.03 MiB | 46.86 MiB/s
Receiving objects:  19% (67/348), 164.03 MiB | 46.86 MiB/s
Receiving objects:  20% (70/348), 164.03 MiB | 46.86 MiB/s
Receiving objects:  21% (74/348), 164.03 MiB | 46.86 MiB/s
Receiving objects:  21% (74/348), 186.43 MiB | 46.61 MiB/s
Receiving objects:  22% (77/348), 186.43 MiB | 46.61 MiB/s
Receiving objects:  23% (81/348), 186.43 MiB | 46.61 MiB/s
Receiving objects:  24% (84/348), 186.43 MiB | 46.61 MiB/s
Receiving objects:  25% (87/348), 186.43 MiB | 46.61 MiB/s
Receiving objects:  26% (91/348), 186.43 MiB | 46.61 MiB/s
Receiving objects:  27% (94/348), 186.43 MiB | 46.61 MiB/s
Receiving objects:  28% (98/348), 186.43 MiB | 46.61 MiB/s
Receiving objects:  29% (101/348), 207.61 MiB | 46.13 MiB/s
Receiving objects:  30% (105/348), 207.61 MiB | 46.13 MiB/s
Receiving objects:  31% (108/348), 207.61 MiB | 46.13 MiB/s
Receiving objects:  32% (112/348), 207.61 MiB | 46.13 MiB/s
Receiving objects:  33% (115/348), 207.61 MiB | 46.13 MiB/s
Receiving objects:  34% (119/348), 207.61 MiB | 46.13 MiB/s
Receiving objects:  35% (122/348), 207.61 MiB | 46.13 MiB/s
Receiving objects:  36% (126/348), 207.61 MiB | 46.13 MiB/s
Receiving objects:  37% (129/348), 207.61 MiB | 46.13 MiB/s
Receiving objects:  38% (133/348), 207.61 MiB | 46.13 MiB/s
Receiving objects:  39% (136/348), 207.61 MiB | 46.13 MiB/s
Receiving objects:  39% (139/348), 227.17 MiB | 45.27 MiB/s
Receiving objects:  40% (140/348), 227.17 MiB | 45.27 MiB/s
Receiving objects:  41% (143/348), 227.17 MiB | 45.27 MiB/s
Receiving objects:  42% (147/348), 227.17 MiB | 45.27 MiB/s
Receiving objects:  43% (150/348), 227.17 MiB | 45.27 MiB/s
Receiving objects:  44% (154/348), 227.17 MiB | 45.27 MiB/s
Receiving objects:  45% (157/348), 227.17 MiB | 45.27 MiB/s
Receiving objects:  46% (161/348), 227.17 MiB | 45.27 MiB/s
Receiving objects:  47% (164/348), 255.24 MiB | 45.87 MiB/s
Receiving objects:  48% (168/348), 255.24 MiB | 45.87 MiB/s
Receiving objects:  48% (168/348), 277.03 MiB | 44.94 MiB/s
Receiving objects:  49% (171/348), 297.77 MiB | 44.80 MiB/s
Receiving objects:  50% (174/348), 297.77 MiB | 44.80 MiB/s
Receiving objects:  51% (178/348), 297.77 MiB | 44.80 MiB/s
Receiving objects:  52% (181/348), 297.77 MiB | 44.80 MiB/s
Receiving objects:  53% (185/348), 297.77 MiB | 44.80 MiB/s
Receiving objects:  53% (186/348), 319.68 MiB | 44.59 MiB/s
Receiving objects:  54% (188/348), 341.08 MiB | 43.86 MiB/s
Receiving objects:  55% (192/348), 341.08 MiB | 43.86 MiB/s
Receiving objects:  55% (192/348), 362.56 MiB | 44.13 MiB/s
Receiving objects:  56% (195/348), 381.53 MiB | 43.36 MiB/s
Receiving objects:  57% (199/348), 381.53 MiB | 43.36 MiB/s
Receiving objects:  57% (201/348), 403.34 MiB | 43.50 MiB/s
Receiving objects:  58% (202/348), 403.34 MiB | 43.50 MiB/s
Receiving objects:  59% (206/348), 425.58 MiB | 44.10 MiB/s
Receiving objects:  60% (209/348), 425.58 MiB | 44.10 MiB/s
Receiving objects:  61% (213/348), 425.58 MiB | 44.10 MiB/s
Receiving objects:  62% (216/348), 425.58 MiB | 44.10 MiB/s
Receiving objects:  63% (220/348), 425.58 MiB | 44.10 MiB/s
Receiving objects:  63% (222/348), 460.02 MiB | 45.52 MiB/s
Receiving objects:  64% (223/348), 460.02 MiB | 45.52 MiB/s
Receiving objects:  65% (227/348), 460.02 MiB | 45.52 MiB/s
Receiving objects:  66% (230/348), 460.02 MiB | 45.52 MiB/s
Receiving objects:  67% (234/348), 460.02 MiB | 45.52 MiB/s
Receiving objects:  68% (237/348), 460.02 MiB | 45.52 MiB/s
Receiving objects:  68% (238/348), 500.49 MiB | 45.06 MiB/s
Receiving objects:  69% (241/348), 500.49 MiB | 45.06 MiB/s
Receiving objects:  70% (244/348), 520.94 MiB | 44.74 MiB/s
Receiving objects:  70% (246/348), 541.76 MiB | 44.61 MiB/s
Receiving objects:  71% (248/348), 541.76 MiB | 44.61 MiB/s
Receiving objects:  72% (251/348), 541.76 MiB | 44.61 MiB/s
Receiving objects:  73% (255/348), 541.76 MiB | 44.61 MiB/s
Receiving objects:  74% (258/348), 541.76 MiB | 44.61 MiB/s
Receiving objects:  75% (261/348), 541.76 MiB | 44.61 MiB/s
Receiving objects:  76% (265/348), 541.76 MiB | 44.61 MiB/s
Receiving objects:  77% (268/348), 541.76 MiB | 44.61 MiB/s
Receiving objects:  78% (272/348), 541.76 MiB | 44.61 MiB/s
Receiving objects:  79% (275/348), 541.76 MiB | 44.61 MiB/s
Receiving objects:  80% (279/348), 563.09 MiB | 44.57 MiB/s
Receiving objects:  81% (282/348), 563.09 MiB | 44.57 MiB/s
Receiving objects:  82% (286/348), 563.09 MiB | 44.57 MiB/s
Receiving objects:  83% (289/348), 563.09 MiB | 44.57 MiB/s
Receiving objects:  84% (293/348), 563.09 MiB | 44.57 MiB/s
Receiving objects:  85% (296/348), 563.09 MiB | 44.57 MiB/s
Receiving objects:  86% (300/348), 563.09 MiB | 44.57 MiB/s
Receiving objects:  87% (303/348), 563.09 MiB | 44.57 MiB/s
Receiving objects:  88% (307/348), 563.09 MiB | 44.57 MiB/s
Receiving objects:  89% (310/348), 563.09 MiB | 44.57 MiB/s
Receiving objects:  89% (312/348), 583.33 MiB | 44.85 MiB/s
Receiving objects:  89% (313/348), 614.08 MiB | 21.36 MiB/s
Receiving objects:  90% (314/348), 614.08 MiB | 21.36 MiB/s
Receiving objects:  90% (314/348), 630.51 MiB | 17.56 MiB/s
Receiving objects:  91% (317/348), 630.51 MiB | 17.56 MiB/s
Receiving objects:  91% (318/348), 641.48 MiB | 15.13 MiB/s
Receiving objects:  92% (321/348), 641.48 MiB | 15.13 MiB/s
Receiving objects:  93% (324/348), 641.48 MiB | 15.13 MiB/s
Receiving objects:  93% (326/348), 661.57 MiB | 15.19 MiB/s
Receiving objects:  94% (328/348), 661.57 MiB | 15.19 MiB/s
Receiving objects:  95% (331/348), 684.21 MiB | 15.39 MiB/s
Receiving objects:  96% (335/348), 706.26 MiB | 15.51 MiB/s
Receiving objects:  97% (338/348), 706.26 MiB | 15.51 MiB/s
Receiving objects:  97% (340/348), 723.59 MiB | 15.13 MiB/s
Receiving objects:  98% (342/348), 723.59 MiB | 15.13 MiB/s
remote: Total 348 (delta 11), reused 42 (delta 9), pack-reused 293        
Receiving objects:  99% (345/348), 723.59 MiB | 15.13 MiB/s
Receiving objects: 100% (348/348), 723.59 MiB | 15.13 MiB/s
Receiving objects: 100% (348/348), 729.16 MiB | 31.33 MiB/s, done.
Resolving deltas:   0% (0/61)
Resolving deltas:  19% (12/61)
Resolving deltas:  21% (13/61)
Resolving deltas:  27% (17/61)
Resolving deltas:  29% (18/61)
Resolving deltas:  31% (19/61)
Resolving deltas:  36% (22/61)
Resolving deltas:  37% (23/61)
Resolving deltas:  40% (25/61)
Resolving deltas:  45% (28/61)
Resolving deltas:  47% (29/61)
Resolving deltas:  57% (35/61)
Resolving deltas:  60% (37/61)
Resolving deltas:  63% (39/61)
Resolving deltas:  65% (40/61)
Resolving deltas:  68% (42/61)
Resolving deltas:  72% (44/61)
Resolving deltas:  75% (46/61)
Resolving deltas:  78% (48/61)
Resolving deltas:  86% (53/61)
Resolving deltas:  88% (54/61)
Resolving deltas:  91% (56/61)
Resolving deltas:  93% (57/61)
Resolving deltas:  95% (58/61)
Resolving deltas:  98% (60/61)
Resolving deltas: 100% (61/61)
Resolving deltas: 100% (61/61), done.
Cloning into '/root/workspace/weifang-config/container/A002/params_new/prediction_config'...
remote: Enumerating objects: 129, done.        
remote: Counting objects:   1% (1/85)        
remote: Counting objects:   2% (2/85)        
remote: Counting objects:   3% (3/85)        
remote: Counting objects:   4% (4/85)        
remote: Counting objects:   5% (5/85)        
remote: Counting objects:   7% (6/85)        
remote: Counting objects:   8% (7/85)        
remote: Counting objects:   9% (8/85)        
remote: Counting objects:  10% (9/85)        
remote: Counting objects:  11% (10/85)        
remote: Counting objects:  12% (11/85)        
remote: Counting objects:  14% (12/85)        
remote: Counting objects:  15% (13/85)        
remote: Counting objects:  16% (14/85)        
remote: Counting objects:  17% (15/85)        
remote: Counting objects:  18% (16/85)        
remote: Counting objects:  20% (17/85)        
remote: Counting objects:  21% (18/85)        
remote: Counting objects:  22% (19/85)        
remote: Counting objects:  23% (20/85)        
remote: Counting objects:  24% (21/85)        
remote: Counting objects:  25% (22/85)        
remote: Counting objects:  27% (23/85)        
remote: Counting objects:  28% (24/85)        
remote: Counting objects:  29% (25/85)        
remote: Counting objects:  30% (26/85)        
remote: Counting objects:  31% (27/85)        
remote: Counting objects:  32% (28/85)        
remote: Counting objects:  34% (29/85)        
remote: Counting objects:  35% (30/85)        
remote: Counting objects:  36% (31/85)        
remote: Counting objects:  37% (32/85)        
remote: Counting objects:  38% (33/85)        
remote: Counting objects:  40% (34/85)        
remote: Counting objects:  41% (35/85)        
remote: Counting objects:  42% (36/85)
remote: Counting objects:  43% (37/85)        
remote: Counting objects:  44% (38/85)        
remote: Counting objects:  45% (39/85)        
remote: Counting objects:  47% (40/85)        
remote: Counting objects:  48% (41/85)        
remote: Counting objects:  49% (42/85)        
remote: Counting objects:  50% (43/85)        
remote: Counting objects:  51% (44/85)        
remote: Counting objects:  52% (45/85)        
remote: Counting objects:  54% (46/85)        
remote: Counting objects:  55% (47/85)        
remote: Counting objects:  56% (48/85)        
remote: Counting objects:  57% (49/85)        
remote: Counting objects:  58% (50/85)        
remote: Counting objects:  60% (51/85)        
remote: Counting objects:  61% (52/85)        
remote: Counting objects:  62% (53/85)        
remote: Counting objects:  63% (54/85)        
remote: Counting objects:  64% (55/85)        
remote: Counting objects:  65% (56/85)        
remote: Counting objects:  67% (57/85)        
remote: Counting objects:  68% (58/85)        
remote: Counting objects:  69% (59/85)        
remote: Counting objects:  70% (60/85)        
remote: Counting objects:  71% (61/85)        
remote: Counting objects:  72% (62/85)        
remote: Counting objects:  74% (63/85)        
remote: Counting objects:  75% (64/85)        
remote: Counting objects:  76% (65/85)        
remote: Counting objects:  77% (66/85)        
remote: Counting objects:  78% (67/85)        
remote: Counting objects:  80% (68/85)        
remote: Counting objects:  81% (69/85)        
remote: Counting objects:  82% (70/85)        
remote: Counting objects:  83% (71/85)        
remote: Counting objects:  84% (72/85)        
remote: Counting objects:  85% (73/85)        
remote: Counting objects:  87% (74/85)        
remote: Counting objects:  88% (75/85)        
remote: Counting objects:  89% (76/85)        
remote: Counting objects:  90% (77/85)        
remote: Counting objects:  91% (78/85)        
remote: Counting objects:  92% (79/85)        
remote: Counting objects:  94% (80/85)        
remote: Counting objects:  95% (81/85)        
remote: Counting objects:  96% (82/85)        
remote: Counting objects:  97% (83/85)        
remote: Counting objects:  98% (84/85)        
remote: Counting objects: 100% (85/85)        
remote: Counting objects: 100% (85/85), done.        
remote: Compressing objects:   1% (1/56)        
remote: Compressing objects:   3% (2/56)        
remote: Compressing objects:   5% (3/56)        
remote: Compressing objects:   7% (4/56)        
remote: Compressing objects:   8% (5/56)        
remote: Compressing objects:  10% (6/56)        
remote: Compressing objects:  12% (7/56)        
remote: Compressing objects:  14% (8/56)        
remote: Compressing objects:  16% (9/56)        
remote: Compressing objects:  17% (10/56)        
remote: Compressing objects:  19% (11/56)        
remote: Compressing objects:  21% (12/56)        
remote: Compressing objects:  23% (13/56)        
remote: Compressing objects:  25% (14/56)        
remote: Compressing objects:  26% (15/56)        
remote: Compressing objects:  28% (16/56)        
remote: Compressing objects:  30% (17/56)        
remote: Compressing objects:  32% (18/56)        
remote: Compressing objects:  33% (19/56)        
remote: Compressing objects:  35% (20/56)        
remote: Compressing objects:  37% (21/56)        
remote: Compressing objects:  39% (22/56)        
remote: Compressing objects:  41% (23/56)        
remote: Compressing objects:  42% (24/56)        
remote: Compressing objects:  44% (25/56)        
remote: Compressing objects:  46% (26/56)        
remote: Compressing objects:  48% (27/56)        
remote: Compressing objects:  50% (28/56)        
remote: Compressing objects:  51% (29/56)        
remote: Compressing objects:  53% (30/56)        
remote: Compressing objects:  55% (31/56)        
remote: Compressing objects:  57% (32/56)        
remote: Compressing objects:  58% (33/56)        
remote: Compressing objects:  60% (34/56)        
remote: Compressing objects:  62% (35/56)        
remote: Compressing objects:  64% (36/56)        
remote: Compressing objects:  66% (37/56)        
remote: Compressing objects:  67% (38/56)        
remote: Compressing objects:  69% (39/56)        
remote: Compressing objects:  71% (40/56)        
remote: Compressing objects:  73% (41/56)        
remote: Compressing objects:  75% (42/56)        
remote: Compressing objects:  76% (43/56)        
remote: Compressing objects:  78% (44/56)        
remote: Compressing objects:  80% (45/56)        
remote: Compressing objects:  82% (46/56)        
remote: Compressing objects:  83% (47/56)        
remote: Compressing objects:  85% (48/56)        
remote: Compressing objects:  87% (49/56)        
remote: Compressing objects:  89% (50/56)        
remote: Compressing objects:  91% (51/56)        
remote: Compressing objects:  92% (52/56)        
remote: Compressing objects:  94% (53/56)        
remote: Compressing objects:  96% (54/56)        
remote: Compressing objects:  98% (55/56)        
remote: Compressing objects: 100% (56/56)        
remote: Compressing objects: 100% (56/56), done.        
Receiving objects:   0% (1/129)
Receiving objects:   1% (2/129)
Receiving objects:   2% (3/129)
Receiving objects:   3% (4/129)
Receiving objects:   4% (6/129)
Receiving objects:   5% (7/129)
Receiving objects:   6% (8/129)
Receiving objects:   7% (10/129)
Receiving objects:   8% (11/129)
Receiving objects:   9% (12/129)
Receiving objects:  10% (13/129)
Receiving objects:  11% (15/129)
Receiving objects:  12% (16/129)
Receiving objects:  13% (17/129)
Receiving objects:  14% (19/129)
Receiving objects:  15% (20/129)
Receiving objects:  16% (21/129)
Receiving objects:  17% (22/129)
Receiving objects:  18% (24/129)
Receiving objects:  19% (25/129)
Receiving objects:  20% (26/129)
Receiving objects:  21% (28/129)
Receiving objects:  22% (29/129)
Receiving objects:  23% (30/129)
Receiving objects:  24% (31/129)
Receiving objects:  25% (33/129), 26.17 MiB | 52.33 MiB/s
Receiving objects:  26% (34/129), 26.17 MiB | 52.33 MiB/s
Receiving objects:  27% (35/129), 26.17 MiB | 52.33 MiB/s
Receiving objects:  28% (37/129), 26.17 MiB | 52.33 MiB/s
Receiving objects:  29% (38/129), 26.17 MiB | 52.33 MiB/s
Receiving objects:  30% (39/129), 26.17 MiB | 52.33 MiB/s
Receiving objects:  31% (40/129), 26.17 MiB | 52.33 MiB/s
Receiving objects:  32% (42/129), 26.17 MiB | 52.33 MiB/s
Receiving objects:  33% (43/129), 26.17 MiB | 52.33 MiB/s
Receiving objects:  34% (44/129), 26.17 MiB | 52.33 MiB/s
Receiving objects:  35% (46/129), 26.17 MiB | 52.33 MiB/s
Receiving objects:  36% (47/129), 26.17 MiB | 52.33 MiB/s
Receiving objects:  37% (48/129), 26.17 MiB | 52.33 MiB/s
Receiving objects:  38% (50/129), 26.17 MiB | 52.33 MiB/s
Receiving objects:  39% (51/129), 26.17 MiB | 52.33 MiB/s
Receiving objects:  40% (52/129), 26.17 MiB | 52.33 MiB/s
Receiving objects:  41% (53/129), 26.17 MiB | 52.33 MiB/s
Receiving objects:  42% (55/129), 26.17 MiB | 52.33 MiB/s
Receiving objects:  43% (56/129), 26.17 MiB | 52.33 MiB/s
Receiving objects:  44% (57/129), 26.17 MiB | 52.33 MiB/s
Receiving objects:  45% (59/129), 26.17 MiB | 52.33 MiB/s
Receiving objects:  46% (60/129), 26.17 MiB | 52.33 MiB/s
Receiving objects:  47% (61/129), 26.17 MiB | 52.33 MiB/s
Receiving objects:  48% (62/129), 26.17 MiB | 52.33 MiB/s
Receiving objects:  49% (64/129), 26.17 MiB | 52.33 MiB/s
Receiving objects:  50% (65/129), 26.17 MiB | 52.33 MiB/s
Receiving objects:  51% (66/129), 26.17 MiB | 52.33 MiB/s
Receiving objects:  52% (68/129), 26.17 MiB | 52.33 MiB/s
Receiving objects:  53% (69/129), 26.17 MiB | 52.33 MiB/s
Receiving objects:  54% (70/129), 26.17 MiB | 52.33 MiB/s
Receiving objects:  55% (71/129), 26.17 MiB | 52.33 MiB/s
Receiving objects:  56% (73/129), 26.17 MiB | 52.33 MiB/s
Receiving objects:  56% (73/129), 32.77 MiB | 32.77 MiB/s
Receiving objects:  57% (74/129), 32.77 MiB | 32.77 MiB/s
Receiving objects:  58% (75/129), 39.01 MiB | 22.98 MiB/s
Receiving objects:  58% (76/129), 46.22 MiB | 19.14 MiB/s
Receiving objects:  59% (77/129), 46.22 MiB | 19.14 MiB/s
Receiving objects:  60% (78/129), 46.22 MiB | 19.14 MiB/s
Receiving objects:  61% (79/129), 46.22 MiB | 19.14 MiB/s
Receiving objects:  62% (80/129), 46.22 MiB | 19.14 MiB/s
Receiving objects:  63% (82/129), 46.22 MiB | 19.14 MiB/s
Receiving objects:  64% (83/129), 46.22 MiB | 19.14 MiB/s
Receiving objects:  65% (84/129), 46.22 MiB | 19.14 MiB/s
Receiving objects:  66% (86/129), 46.22 MiB | 19.14 MiB/s
Receiving objects:  67% (87/129), 46.22 MiB | 19.14 MiB/s
Receiving objects:  68% (88/129), 46.22 MiB | 19.14 MiB/s
remote: Total 129 (delta 23), reused 9 (delta 0), pack-reused 44        
Receiving objects:  69% (90/129), 54.29 MiB | 18.62 MiB/s
Receiving objects:  70% (91/129), 54.29 MiB | 18.62 MiB/s
Receiving objects:  71% (92/129), 54.29 MiB | 18.62 MiB/s
Receiving objects:  72% (93/129), 54.29 MiB | 18.62 MiB/s
Receiving objects:  73% (95/129), 54.29 MiB | 18.62 MiB/s
Receiving objects:  74% (96/129), 54.29 MiB | 18.62 MiB/s
Receiving objects:  75% (97/129), 54.29 MiB | 18.62 MiB/s
Receiving objects:  76% (99/129), 54.29 MiB | 18.62 MiB/s
Receiving objects:  77% (100/129), 54.29 MiB | 18.62 MiB/s
Receiving objects:  78% (101/129), 54.29 MiB | 18.62 MiB/s
Receiving objects:  79% (102/129), 54.29 MiB | 18.62 MiB/s
Receiving objects:  80% (104/129), 54.29 MiB | 18.62 MiB/s
Receiving objects:  81% (105/129), 54.29 MiB | 18.62 MiB/s
Receiving objects:  82% (106/129), 54.29 MiB | 18.62 MiB/s
Receiving objects:  83% (108/129), 54.29 MiB | 18.62 MiB/s
Receiving objects:  84% (109/129), 54.29 MiB | 18.62 MiB/s
Receiving objects:  85% (110/129), 54.29 MiB | 18.62 MiB/s
Receiving objects:  86% (111/129), 54.29 MiB | 18.62 MiB/s
Receiving objects:  87% (113/129), 54.29 MiB | 18.62 MiB/s
Receiving objects:  88% (114/129), 54.29 MiB | 18.62 MiB/s
Receiving objects:  89% (115/129), 54.29 MiB | 18.62 MiB/s
Receiving objects:  90% (117/129), 54.29 MiB | 18.62 MiB/s
Receiving objects:  91% (118/129), 54.29 MiB | 18.62 MiB/s
Receiving objects:  92% (119/129), 54.29 MiB | 18.62 MiB/s
Receiving objects:  93% (120/129), 54.29 MiB | 18.62 MiB/s
Receiving objects:  94% (122/129), 54.29 MiB | 18.62 MiB/s
Receiving objects:  95% (123/129), 54.29 MiB | 18.62 MiB/s
Receiving objects:  96% (124/129), 54.29 MiB | 18.62 MiB/s
Receiving objects:  97% (126/129), 54.29 MiB | 18.62 MiB/s
Receiving objects:  98% (127/129), 54.29 MiB | 18.62 MiB/s
Receiving objects:  99% (128/129), 54.29 MiB | 18.62 MiB/s
Receiving objects: 100% (129/129), 54.29 MiB | 18.62 MiB/s
Receiving objects: 100% (129/129), 57.81 MiB | 19.36 MiB/s, done.
Resolving deltas:   0% (0/34)
Resolving deltas:   2% (1/34)
Resolving deltas:  17% (6/34)
Resolving deltas:  23% (8/34)
Resolving deltas:  55% (19/34)
Resolving deltas:  76% (26/34)
Resolving deltas:  79% (27/34)
Resolving deltas:  82% (28/34)
Resolving deltas:  91% (31/34)
Resolving deltas:  97% (33/34)
Resolving deltas: 100% (34/34)
Resolving deltas: 100% (34/34), done.
Cloning into '/root/workspace/weifang-config/container/A002/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/container/A002/params_new/rslidar_sdk_customized'...
remote: Enumerating objects: 71, done.        
remote: Counting objects:   2% (1/46)        
remote: Counting objects:   4% (2/46)        
remote: Counting objects:   6% (3/46)        
remote: Counting objects:   8% (4/46)        
remote: Counting objects:  10% (5/46)        
remote: Counting objects:  13% (6/46)        
remote: Counting objects:  15% (7/46)        
remote: Counting objects:  17% (8/46)        
remote: Counting objects:  19% (9/46)        
remote: Counting objects:  21% (10/46)        
remote: Counting objects:  23% (11/46)        
remote: Counting objects:  26% (12/46)        
remote: Counting objects:  28% (13/46)        
remote: Counting objects:  30% (14/46)        
remote: Counting objects:  32% (15/46)        
remote: Counting objects:  34% (16/46)        
remote: Counting objects:  36% (17/46)        
remote: Counting objects:  39% (18/46)        
remote: Counting objects:  41% (19/46)        
remote: Counting objects:  43% (20/46)        
remote: Counting objects:  45% (21/46)        
remote: Counting objects:  47% (22/46)        
remote: Counting objects:  50% (23/46)        
remote: Counting objects:  52% (24/46)        
remote: Counting objects:  54% (25/46)        
remote: Counting objects:  56% (26/46)        
remote: Counting objects:  58% (27/46)        
remote: Counting objects:  60% (28/46)        
remote: Counting objects:  63% (29/46)        
remote: Counting objects:  65% (30/46)        
remote: Counting objects:  67% (31/46)        
remote: Counting objects:  69% (32/46)        
remote: Counting objects:  71% (33/46)        
remote: Counting objects:  73% (34/46)        
remote: Counting objects:  76% (35/46)        
remote: Counting objects:  78% (36/46)        
remote: Counting objects:  80% (37/46)        
remote: Counting objects:  82% (38/46)        
remote: Counting objects:  84% (39/46)        
remote: Counting objects:  86% (40/46)        
remote: Counting objects:  89% (41/46)        
remote: Counting objects:  91% (42/46)        
remote: Counting objects:  93% (43/46)        
remote: Counting objects:  95% (44/46)        
remote: Counting objects:  97% (45/46)        
remote: Counting objects: 100% (46/46)        
remote: Counting objects: 100% (46/46), done.        
remote: Compressing objects:   4% (1/25)        
remote: Compressing objects:   8% (2/25)        
remote: Compressing objects:  12% (3/25)        
remote: Compressing objects:  16% (4/25)        
remote: Compressing objects:  20% (5/25)        
remote: Compressing objects:  24% (6/25)        
remote: Compressing objects:  28% (7/25)        
remote: Compressing objects:  32% (8/25)        
remote: Compressing objects:  36% (9/25)        
remote: Compressing objects:  40% (10/25)        
remote: Compressing objects:  44% (11/25)        
remote: Compressing objects:  48% (12/25)        
remote: Compressing objects:  52% (13/25)        
remote: Compressing objects:  56% (14/25)        
remote: Compressing objects:  60% (15/25)        
remote: Compressing objects:  64% (16/25)        
remote: Compressing objects:  68% (17/25)        
remote: Compressing objects:  72% (18/25)        
remote: Compressing objects:  76% (19/25)        
remote: Compressing objects:  80% (20/25)        
remote: Compressing objects:  84% (21/25)        
remote: Compressing objects:  88% (22/25)        
remote: Compressing objects:  92% (23/25)        
remote: Compressing objects:  96% (24/25)        
remote: Compressing objects: 100% (25/25)        
remote: Compressing objects: 100% (25/25), done.        
Receiving objects:   1% (1/71)
Receiving objects:   2% (2/71)
Receiving objects:   4% (3/71)
Receiving objects:   5% (4/71)
Receiving objects:   7% (5/71)
Receiving objects:   8% (6/71)
Receiving objects:   9% (7/71)
Receiving objects:  11% (8/71)
Receiving objects:  12% (9/71)
Receiving objects:  14% (10/71)
Receiving objects:  15% (11/71)
Receiving objects:  16% (12/71)
Receiving objects:  18% (13/71)
Receiving objects:  19% (14/71)
Receiving objects:  21% (15/71)
Receiving objects:  22% (16/71)
Receiving objects:  23% (17/71)
Receiving objects:  25% (18/71)
Receiving objects:  26% (19/71)
Receiving objects:  28% (20/71)
Receiving objects:  29% (21/71)
Receiving objects:  30% (22/71)
Receiving objects:  32% (23/71)
remote: Total 71 (delta 23), reused 32 (delta 16), pack-reused 25        
Receiving objects:  33% (24/71)
Receiving objects:  35% (25/71)
Receiving objects:  36% (26/71)
Receiving objects:  38% (27/71)
Receiving objects:  39% (28/71)
Receiving objects:  40% (29/71)
Receiving objects:  42% (30/71)
Receiving objects:  43% (31/71)
Receiving objects:  45% (32/71)
Receiving objects:  46% (33/71)
Receiving objects:  47% (34/71)
Receiving objects:  49% (35/71)
Receiving objects:  50% (36/71)
Receiving objects:  52% (37/71)
Receiving objects:  53% (38/71)
Receiving objects:  54% (39/71)
Receiving objects:  56% (40/71)
Receiving objects:  57% (41/71)
Receiving objects:  59% (42/71)
Receiving objects:  60% (43/71)
Receiving objects:  61% (44/71)
Receiving objects:  63% (45/71)
Receiving objects:  64% (46/71)
Receiving objects:  66% (47/71)
Receiving objects:  67% (48/71)
Receiving objects:  69% (49/71)
Receiving objects:  70% (50/71)
Receiving objects:  71% (51/71)
Receiving objects:  73% (52/71)
Receiving objects:  74% (53/71)
Receiving objects:  76% (54/71)
Receiving objects:  77% (55/71)
Receiving objects:  78% (56/71)
Receiving objects:  80% (57/71)
Receiving objects:  81% (58/71)
Receiving objects:  83% (59/71)
Receiving objects:  84% (60/71)
Receiving objects:  85% (61/71)
Receiving objects:  87% (62/71)
Receiving objects:  88% (63/71)
Receiving objects:  90% (64/71)
Receiving objects:  91% (65/71)
Receiving objects:  92% (66/71)
Receiving objects:  94% (67/71)
Receiving objects:  95% (68/71)
Receiving objects:  97% (69/71)
Receiving objects:  98% (70/71)
Receiving objects: 100% (71/71)
Receiving objects: 100% (71/71), 13.10 KiB | 13.10 MiB/s, done.
Resolving deltas:   0% (0/37)
Resolving deltas:   2% (1/37)
Resolving deltas:   5% (2/37)
Resolving deltas:   8% (3/37)
Resolving deltas:  29% (11/37)
Resolving deltas:  83% (31/37)
Resolving deltas: 100% (37/37)
Resolving deltas: 100% (37/37), done.
Cloning into '/root/workspace/weifang-config/container/A002/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/container/A002/params_new/system-common'...
remote: Enumerating objects: 197, done.        
remote: Counting objects:   0% (1/159)        
remote: Counting objects:   1% (2/159)        
remote: Counting objects:   2% (4/159)        
remote: Counting objects:   3% (5/159)        
remote: Counting objects:   4% (7/159)        
remote: Counting objects:   5% (8/159)        
remote: Counting objects:   6% (10/159)        
remote: Counting objects:   7% (12/159)        
remote: Counting objects:   8% (13/159)        
remote: Counting objects:   9% (15/159)        
remote: Counting objects:  10% (16/159)        
remote: Counting objects:  11% (18/159)        
remote: Counting objects:  12% (20/159)        
remote: Counting objects:  13% (21/159)        
remote: Counting objects:  14% (23/159)        
remote: Counting objects:  15% (24/159)        
remote: Counting objects:  16% (26/159)        
remote: Counting objects:  17% (28/159)        
remote: Counting objects:  18% (29/159)        
remote: Counting objects:  19% (31/159)        
remote: Counting objects:  20% (32/159)        
remote: Counting objects:  21% (34/159)        
remote: Counting objects:  22% (35/159)        
remote: Counting objects:  23% (37/159)        
remote: Counting objects:  24% (39/159)        
remote: Counting objects:  25% (40/159)        
remote: Counting objects:  26% (42/159)        
remote: Counting objects:  27% (43/159)        
remote: Counting objects:  28% (45/159)        
remote: Counting objects:  29% (47/159)        
remote: Counting objects:  30% (48/159)        
remote: Counting objects:  31% (50/159)        
remote: Counting objects:  32% (51/159)        
remote: Counting objects:  33% (53/159)        
remote: Counting objects:  34% (55/159)        
remote: Counting objects:  35% (56/159)        
remote: Counting objects:  36% (58/159)        
remote: Counting objects:  37% (59/159)        
remote: Counting objects:  38% (61/159)        
remote: Counting objects:  39% (63/159)        
remote: Counting objects:  40% (64/159)        
remote: Counting objects:  41% (66/159)        
remote: Counting objects:  42% (67/159)        
remote: Counting objects:  43% (69/159)        
remote: Counting objects:  44% (70/159)        
remote: Counting objects:  45% (72/159)        
remote: Counting objects:  46% (74/159)        
remote: Counting objects:  47% (75/159)        
remote: Counting objects:  48% (77/159)        
remote: Counting objects:  49% (78/159)        
remote: Counting objects:  50% (80/159)        
remote: Counting objects:  51% (82/159)        
remote: Counting objects:  52% (83/159)        
remote: Counting objects:  53% (85/159)        
remote: Counting objects:  54% (86/159)        
remote: Counting objects:  55% (88/159)        
remote: Counting objects:  56% (90/159)        
remote: Counting objects:  57% (91/159)        
remote: Counting objects:  58% (93/159)        
remote: Counting objects:  59% (94/159)        
remote: Counting objects:  60% (96/159)        
remote: Counting objects:  61% (97/159)        
remote: Counting objects:  62% (99/159)        
remote: Counting objects:  63% (101/159)        
remote: Counting objects:  64% (102/159)        
remote: Counting objects:  65% (104/159)        
remote: Counting objects:  66% (105/159)        
remote: Counting objects:  67% (107/159)        
remote: Counting objects:  68% (109/159)        
remote: Counting objects:  69% (110/159)        
remote: Counting objects:  70% (112/159)        
remote: Counting objects:  71% (113/159)        
remote: Counting objects:  72% (115/159)        
remote: Counting objects:  73% (117/159)        
remote: Counting objects:  74% (118/159)        
remote: Counting objects:  75% (120/159)        
remote: Counting objects:  76% (121/159)        
remote: Counting objects:  77% (123/159)        
remote: Counting objects:  78% (125/159)        
remote: Counting objects:  79% (126/159)        
remote: Counting objects:  80% (128/159)        
remote: Counting objects:  81% (129/159)        
remote: Counting objects:  82% (131/159)        
remote: Counting objects:  83% (132/159)        
remote: Counting objects:  84% (134/159)        
remote: Counting objects:  85% (136/159)        
remote: Counting objects:  86% (137/159)        
remote: Counting objects:  87% (139/159)        
remote: Counting objects:  88% (140/159)        
remote: Counting objects:  89% (142/159)        
remote: Counting objects:  90% (144/159)        
remote: Counting objects:  91% (145/159)        
remote: Counting objects:  92% (147/159)        
remote: Counting objects:  93% (148/159)        
remote: Counting objects:  94% (150/159)        
remote: Counting objects:  95% (152/159)        
remote: Counting objects:  96% (153/159)        
remote: Counting objects:  97% (155/159)        
remote: Counting objects:  98% (156/159)        
remote: Counting objects:  99% (158/159)        
remote: Counting objects: 100% (159/159)        
remote: Counting objects: 100% (159/159), done.        
remote: Compressing objects:   1% (1/59)        
remote: Compressing objects:   3% (2/59)        
remote: Compressing objects:   5% (3/59)        
remote: Compressing objects:   6% (4/59)        
remote: Compressing objects:   8% (5/59)        
remote: Compressing objects:  10% (6/59)        
remote: Compressing objects:  11% (7/59)        
remote: Compressing objects:  13% (8/59)        
remote: Compressing objects:  15% (9/59)        
remote: Compressing objects:  16% (10/59)        
remote: Compressing objects:  18% (11/59)        
remote: Compressing objects:  20% (12/59)        
remote: Compressing objects:  22% (13/59)        
remote: Compressing objects:  23% (14/59)        
remote: Compressing objects:  25% (15/59)        
remote: Compressing objects:  27% (16/59)        
remote: Compressing objects:  28% (17/59)        
remote: Compressing objects:  30% (18/59)        
remote: Compressing objects:  32% (19/59)        
remote: Compressing objects:  33% (20/59)        
remote: Compressing objects:  35% (21/59)        
remote: Compressing objects:  37% (22/59)        
remote: Compressing objects:  38% (23/59)        
remote: Compressing objects:  40% (24/59)        
remote: Compressing objects:  42% (25/59)        
remote: Compressing objects:  44% (26/59)        
remote: Compressing objects:  45% (27/59)        
remote: Compressing objects:  47% (28/59)        
remote: Compressing objects:  49% (29/59)        
remote: Compressing objects:  50% (30/59)        
remote: Compressing objects:  52% (31/59)        
remote: Compressing objects:  54% (32/59)        
remote: Compressing objects:  55% (33/59)        
remote: Compressing objects:  57% (34/59)        
remote: Compressing objects:  59% (35/59)        
remote: Compressing objects:  61% (36/59)        
remote: Compressing objects:  62% (37/59)        
remote: Compressing objects:  64% (38/59)        
remote: Compressing objects:  66% (39/59)        
remote: Compressing objects:  67% (40/59)        
remote: Compressing objects:  69% (41/59)        
remote: Compressing objects:  71% (42/59)        
remote: Compressing objects:  72% (43/59)        
remote: Compressing objects:  74% (44/59)        
remote: Compressing objects:  76% (45/59)        
remote: Compressing objects:  77% (46/59)        
remote: Compressing objects:  79% (47/59)        
remote: Compressing objects:  81% (48/59)        
remote: Compressing objects:  83% (49/59)        
remote: Compressing objects:  84% (50/59)        
remote: Compressing objects:  86% (51/59)        
remote: Compressing objects:  88% (52/59)        
remote: Compressing objects:  89% (53/59)        
remote: Compressing objects:  91% (54/59)        
remote: Compressing objects:  93% (55/59)        
remote: Compressing objects:  94% (56/59)        
remote: Compressing objects:  96% (57/59)        
remote: Compressing objects:  98% (58/59)        
remote: Compressing objects: 100% (59/59)        
remote: Compressing objects: 100% (59/59), done.        
Receiving objects:   0% (1/197)
Receiving objects:   1% (2/197)
Receiving objects:   2% (4/197)
Receiving objects:   3% (6/197)
Receiving objects:   4% (8/197)
Receiving objects:   5% (10/197)
Receiving objects:   6% (12/197)
Receiving objects:   7% (14/197)
Receiving objects:   8% (16/197)
Receiving objects:   9% (18/197)
Receiving objects:  10% (20/197)
Receiving objects:  11% (22/197)
Receiving objects:  12% (24/197)
Receiving objects:  13% (26/197)
Receiving objects:  14% (28/197)
Receiving objects:  15% (30/197)
Receiving objects:  16% (32/197)
Receiving objects:  17% (34/197)
Receiving objects:  18% (36/197)
Receiving objects:  19% (38/197)
Receiving objects:  20% (40/197)
Receiving objects:  21% (42/197)
Receiving objects:  22% (44/197)
Receiving objects:  23% (46/197)
Receiving objects:  24% (48/197)
Receiving objects:  25% (50/197)
Receiving objects:  26% (52/197)
Receiving objects:  27% (54/197)
Receiving objects:  28% (56/197)
Receiving objects:  29% (58/197)
Receiving objects:  30% (60/197)
Receiving objects:  31% (62/197)
Receiving objects:  32% (64/197)
Receiving objects:  33% (66/197)
Receiving objects:  34% (67/197)
Receiving objects:  35% (69/197)
Receiving objects:  36% (71/197)
Receiving objects:  37% (73/197)
Receiving objects:  38% (75/197)
remote: Total 197 (delta 36), reused 101 (delta 20), pack-reused 38        
Receiving objects:  39% (77/197)
Receiving objects:  40% (79/197)
Receiving objects:  41% (81/197)
Receiving objects:  42% (83/197)
Receiving objects:  43% (85/197)
Receiving objects:  44% (87/197)
Receiving objects:  45% (89/197)
Receiving objects:  46% (91/197)
Receiving objects:  47% (93/197)
Receiving objects:  48% (95/197)
Receiving objects:  49% (97/197)
Receiving objects:  50% (99/197)
Receiving objects:  51% (101/197)
Receiving objects:  52% (103/197)
Receiving objects:  53% (105/197)
Receiving objects:  54% (107/197)
Receiving objects:  55% (109/197)
Receiving objects:  56% (111/197)
Receiving objects:  57% (113/197)
Receiving objects:  58% (115/197)
Receiving objects:  59% (117/197)
Receiving objects:  60% (119/197)
Receiving objects:  61% (121/197)
Receiving objects:  62% (123/197)
Receiving objects:  63% (125/197)
Receiving objects:  64% (127/197)
Receiving objects:  65% (129/197)
Receiving objects:  66% (131/197)
Receiving objects:  67% (132/197)
Receiving objects:  68% (134/197)
Receiving objects:  69% (136/197)
Receiving objects:  70% (138/197)
Receiving objects:  71% (140/197)
Receiving objects:  72% (142/197)
Receiving objects:  73% (144/197)
Receiving objects:  74% (146/197)
Receiving objects:  75% (148/197)
Receiving objects:  76% (150/197)
Receiving objects:  77% (152/197)
Receiving objects:  78% (154/197)
Receiving objects:  79% (156/197)
Receiving objects:  80% (158/197)
Receiving objects:  81% (160/197)
Receiving objects:  82% (162/197)
Receiving objects:  83% (164/197)
Receiving objects:  84% (166/197)
Receiving objects:  85% (168/197)
Receiving objects:  86% (170/197)
Receiving objects:  87% (172/197)
Receiving objects:  88% (174/197)
Receiving objects:  89% (176/197)
Receiving objects:  90% (178/197)
Receiving objects:  91% (180/197)
Receiving objects:  92% (182/197)
Receiving objects:  93% (184/197)
Receiving objects:  94% (186/197)
Receiving objects:  95% (188/197)
Receiving objects:  96% (190/197)
Receiving objects:  97% (192/197)
Receiving objects:  98% (194/197)
Receiving objects:  99% (196/197)
Receiving objects: 100% (197/197)
Receiving objects: 100% (197/197), 30.53 KiB | 15.26 MiB/s, done.
Resolving deltas:   0% (0/41)
Resolving deltas:   2% (1/41)
Resolving deltas:   7% (3/41)
Resolving deltas:  24% (10/41)
Resolving deltas:  26% (11/41)
Resolving deltas:  31% (13/41)
Resolving deltas:  34% (14/41)
Resolving deltas:  39% (16/41)
Resolving deltas:  53% (22/41)
Resolving deltas: 100% (41/41)
Resolving deltas: 100% (41/41), done.
Cloning into '/root/workspace/weifang-config/container/A002/params_new/system-device'...
remote: Enumerating objects: 1670, done.        
remote: Counting objects:   0% (1/209)        
remote: Counting objects:   1% (3/209)        
remote: Counting objects:   2% (5/209)        
remote: Counting objects:   3% (7/209)        
remote: Counting objects:   4% (9/209)        
remote: Counting objects:   5% (11/209)        
remote: Counting objects:   6% (13/209)        
remote: Counting objects:   7% (15/209)        
remote: Counting objects:   8% (17/209)        
remote: Counting objects:   9% (19/209)        
remote: Counting objects:  10% (21/209)        
remote: Counting objects:  11% (23/209)        
remote: Counting objects:  12% (26/209)        
remote: Counting objects:  13% (28/209)        
remote: Counting objects:  14% (30/209)        
remote: Counting objects:  15% (32/209)        
remote: Counting objects:  16% (34/209)        
remote: Counting objects:  17% (36/209)        
remote: Counting objects:  18% (38/209)        
remote: Counting objects:  19% (40/209)        
remote: Counting objects:  20% (42/209)        
remote: Counting objects:  21% (44/209)        
remote: Counting objects:  22% (46/209)        
remote: Counting objects:  23% (49/209)        
remote: Counting objects:  24% (51/209)        
remote: Counting objects:  25% (53/209)        
remote: Counting objects:  26% (55/209)        
remote: Counting objects:  27% (57/209)        
remote: Counting objects:  28% (59/209)        
remote: Counting objects:  29% (61/209)        
remote: Counting objects:  30% (63/209)        
remote: Counting objects:  31% (65/209)        
remote: Counting objects:  32% (67/209)        
remote: Counting objects:  33% (69/209)        
remote: Counting objects:  34% (72/209)        
remote: Counting objects:  35% (74/209)        
remote: Counting objects:  36% (76/209)        
remote: Counting objects:  37% (78/209)        
remote: Counting objects:  38% (80/209)        
remote: Counting objects:  39% (82/209)        
remote: Counting objects:  40% (84/209)        
remote: Counting objects:  41% (86/209)        
remote: Counting objects:  42% (88/209)        
remote: Counting objects:  43% (90/209)        
remote: Counting objects:  44% (92/209)        
remote: Counting objects:  45% (95/209)        
remote: Counting objects:  46% (97/209)        
remote: Counting objects:  47% (99/209)        
remote: Counting objects:  48% (101/209)        
remote: Counting objects:  49% (103/209)        
remote: Counting objects:  50% (105/209)        
remote: Counting objects:  51% (107/209)        
remote: Counting objects:  52% (109/209)        
remote: Counting objects:  53% (111/209)        
remote: Counting objects:  54% (113/209)        
remote: Counting objects:  55% (115/209)        
remote: Counting objects:  56% (118/209)        
remote: Counting objects:  57% (120/209)        
remote: Counting objects:  58% (122/209)        
remote: Counting objects:  59% (124/209)        
remote: Counting objects:  60% (126/209)        
remote: Counting objects:  61% (128/209)        
remote: Counting objects:  62% (130/209)        
remote: Counting objects:  63% (132/209)        
remote: Counting objects:  64% (134/209)        
remote: Counting objects:  65% (136/209)        
remote: Counting objects:  66% (138/209)        
remote: Counting objects:  67% (141/209)        
remote: Counting objects:  68% (143/209)        
remote: Counting objects:  69% (145/209)        
remote: Counting objects:  70% (147/209)        
remote: Counting objects:  71% (149/209)        
remote: Counting objects:  72% (151/209)        
remote: Counting objects:  73% (153/209)        
remote: Counting objects:  74% (155/209)        
remote: Counting objects:  75% (157/209)        
remote: Counting objects:  76% (159/209)        
remote: Counting objects:  77% (161/209)        
remote: Counting objects:  78% (164/209)        
remote: Counting objects:  79% (166/209)        
remote: Counting objects:  80% (168/209)        
remote: Counting objects:  81% (170/209)        
remote: Counting objects:  82% (172/209)        
remote: Counting objects:  83% (174/209)        
remote: Counting objects:  84% (176/209)        
remote: Counting objects:  85% (178/209)        
remote: Counting objects:  86% (180/209)        
remote: Counting objects:  87% (182/209)        
remote: Counting objects:  88% (184/209)        
remote: Counting objects:  89% (187/209)        
remote: Counting objects:  90% (189/209)        
remote: Counting objects:  91% (191/209)        
remote: Counting objects:  92% (193/209)        
remote: Counting objects:  93% (195/209)        
remote: Counting objects:  94% (197/209)        
remote: Counting objects:  95% (199/209)        
remote: Counting objects:  96% (201/209)        
remote: Counting objects:  97% (203/209)        
remote: Counting objects:  98% (205/209)        
remote: Counting objects:  99% (207/209)        
remote: Counting objects: 100% (209/209)        
remote: Counting objects: 100% (209/209), done.        
remote: Compressing objects:   0% (1/123)        
remote: Compressing objects:   1% (2/123)        
remote: Compressing objects:   2% (3/123)        
remote: Compressing objects:   3% (4/123)        
remote: Compressing objects:   4% (5/123)        
remote: Compressing objects:   5% (7/123)        
remote: Compressing objects:   6% (8/123)        
remote: Compressing objects:   7% (9/123)        
remote: Compressing objects:   8% (10/123)        
remote: Compressing objects:   9% (12/123)        
remote: Compressing objects:  10% (13/123)        
remote: Compressing objects:  11% (14/123)        
remote: Compressing objects:  12% (15/123)        
remote: Compressing objects:  13% (16/123)        
remote: Compressing objects:  14% (18/123)        
remote: Compressing objects:  15% (19/123)        
remote: Compressing objects:  16% (20/123)        
remote: Compressing objects:  17% (21/123)        
remote: Compressing objects:  18% (23/123)        
remote: Compressing objects:  19% (24/123)        
remote: Compressing objects:  20% (25/123)        
remote: Compressing objects:  21% (26/123)        
remote: Compressing objects:  22% (28/123)        
remote: Compressing objects:  23% (29/123)        
remote: Compressing objects:  24% (30/123)        
remote: Compressing objects:  25% (31/123)        
remote: Compressing objects:  26% (32/123)        
remote: Compressing objects:  27% (34/123)        
remote: Compressing objects:  28% (35/123)        
remote: Compressing objects:  29% (36/123)        
remote: Compressing objects:  30% (37/123)        
remote: Compressing objects:  31% (39/123)        
remote: Compressing objects:  32% (40/123)        
remote: Compressing objects:  33% (41/123)        
remote: Compressing objects:  34% (42/123)        
remote: Compressing objects:  35% (44/123)        
remote: Compressing objects:  36% (45/123)        
remote: Compressing objects:  37% (46/123)        
remote: Compressing objects:  38% (47/123)        
remote: Compressing objects:  39% (48/123)        
remote: Compressing objects:  40% (50/123)        
remote: Compressing objects:  41% (51/123)        
remote: Compressing objects:  42% (52/123)        
remote: Compressing objects:  43% (53/123)        
remote: Compressing objects:  44% (55/123)        
remote: Compressing objects:  45% (56/123)        
remote: Compressing objects:  46% (57/123)        
remote: Compressing objects:  47% (58/123)        
remote: Compressing objects:  48% (60/123)        
remote: Compressing objects:  49% (61/123)        
remote: Compressing objects:  50% (62/123)        
remote: Compressing objects:  51% (63/123)        
remote: Compressing objects:  52% (64/123)        
remote: Compressing objects:  53% (66/123)        
remote: Compressing objects:  54% (67/123)        
remote: Compressing objects:  55% (68/123)        
remote: Compressing objects:  56% (69/123)
remote: Compressing objects:  57% (71/123)        
remote: Compressing objects:  58% (72/123)        
remote: Compressing objects:  59% (73/123)        
remote: Compressing objects:  60% (74/123)        
remote: Compressing objects:  61% (76/123)        
remote: Compressing objects:  62% (77/123)        
remote: Compressing objects:  63% (78/123)        
remote: Compressing objects:  64% (79/123)        
remote: Compressing objects:  65% (80/123)        
remote: Compressing objects:  66% (82/123)        
remote: Compressing objects:  67% (83/123)        
remote: Compressing objects:  68% (84/123)        
remote: Compressing objects:  69% (85/123)        
remote: Compressing objects:  70% (87/123)        
remote: Compressing objects:  71% (88/123)        
remote: Compressing objects:  72% (89/123)        
remote: Compressing objects:  73% (90/123)        
remote: Compressing objects:  74% (92/123)        
remote: Compressing objects:  75% (93/123)        
remote: Compressing objects:  76% (94/123)        
remote: Compressing objects:  77% (95/123)        
remote: Compressing objects:  78% (96/123)        
remote: Compressing objects:  79% (98/123)        
remote: Compressing objects:  80% (99/123)        
remote: Compressing objects:  81% (100/123)        
remote: Compressing objects:  82% (101/123)        
remote: Compressing objects:  83% (103/123)        
remote: Compressing objects:  84% (104/123)        
remote: Compressing objects:  85% (105/123)        
remote: Compressing objects:  86% (106/123)        
remote: Compressing objects:  87% (108/123)        
remote: Compressing objects:  88% (109/123)        
remote: Compressing objects:  89% (110/123)        
remote: Compressing objects:  90% (111/123)        
remote: Compressing objects:  91% (112/123)        
remote: Compressing objects:  92% (114/123)        
remote: Compressing objects:  93% (115/123)        
remote: Compressing objects:  94% (116/123)        
remote: Compressing objects:  95% (117/123)        
remote: Compressing objects:  96% (119/123)        
remote: Compressing objects:  97% (120/123)        
remote: Compressing objects:  98% (121/123)        
remote: Compressing objects:  99% (122/123)        
remote: Compressing objects: 100% (123/123)        
remote: Compressing objects: 100% (123/123), done.        
Receiving objects:   0% (1/1670)
Receiving objects:   1% (17/1670)
Receiving objects:   2% (34/1670)
Receiving objects:   3% (51/1670)
Receiving objects:   4% (67/1670)
Receiving objects:   5% (84/1670)
Receiving objects:   6% (101/1670)
Receiving objects:   7% (117/1670)
Receiving objects:   8% (134/1670)
Receiving objects:   9% (151/1670)
Receiving objects:  10% (167/1670)
Receiving objects:  11% (184/1670)
Receiving objects:  12% (201/1670)
Receiving objects:  13% (218/1670)
Receiving objects:  14% (234/1670)
Receiving objects:  15% (251/1670)
Receiving objects:  16% (268/1670)
Receiving objects:  17% (284/1670)
Receiving objects:  18% (301/1670)
Receiving objects:  19% (318/1670)
Receiving objects:  20% (334/1670)
Receiving objects:  21% (351/1670)
Receiving objects:  22% (368/1670)
Receiving objects:  23% (385/1670)
Receiving objects:  24% (401/1670)
Receiving objects:  25% (418/1670)
Receiving objects:  26% (435/1670)
Receiving objects:  27% (451/1670)
Receiving objects:  28% (468/1670)
Receiving objects:  29% (485/1670)
Receiving objects:  30% (501/1670)
Receiving objects:  31% (518/1670)
Receiving objects:  32% (535/1670)
Receiving objects:  33% (552/1670)
Receiving objects:  34% (568/1670)
Receiving objects:  35% (585/1670)
Receiving objects:  36% (602/1670)
Receiving objects:  37% (618/1670)
Receiving objects:  38% (635/1670)
Receiving objects:  39% (652/1670)
Receiving objects:  40% (668/1670)
Receiving objects:  41% (685/1670)
Receiving objects:  42% (702/1670)
Receiving objects:  43% (719/1670)
Receiving objects:  44% (735/1670)
Receiving objects:  45% (752/1670)
Receiving objects:  46% (769/1670)
Receiving objects:  47% (785/1670)
Receiving objects:  48% (802/1670)
Receiving objects:  49% (819/1670)
Receiving objects:  50% (835/1670)
Receiving objects:  51% (852/1670)
Receiving objects:  52% (869/1670)
Receiving objects:  53% (886/1670)
Receiving objects:  54% (902/1670)
Receiving objects:  55% (919/1670)
Receiving objects:  56% (936/1670)
Receiving objects:  57% (952/1670)
Receiving objects:  58% (969/1670)
Receiving objects:  59% (986/1670)
Receiving objects:  60% (1002/1670)
Receiving objects:  61% (1019/1670)
Receiving objects:  62% (1036/1670)
Receiving objects:  63% (1053/1670)
Receiving objects:  64% (1069/1670)
Receiving objects:  65% (1086/1670)
Receiving objects:  66% (1103/1670)
Receiving objects:  67% (1119/1670)
Receiving objects:  68% (1136/1670)
Receiving objects:  69% (1153/1670)
Receiving objects:  70% (1169/1670)
Receiving objects:  71% (1186/1670)
Receiving objects:  72% (1203/1670)
Receiving objects:  73% (1220/1670)
remote: Total 1670 (delta 97), reused 190 (delta 85), pack-reused 1461        
Receiving objects:  74% (1236/1670)
Receiving objects:  75% (1253/1670)
Receiving objects:  76% (1270/1670)
Receiving objects:  77% (1286/1670)
Receiving objects:  78% (1303/1670)
Receiving objects:  79% (1320/1670)
Receiving objects:  80% (1336/1670)
Receiving objects:  81% (1353/1670)
Receiving objects:  82% (1370/1670)
Receiving objects:  83% (1387/1670)
Receiving objects:  84% (1403/1670)
Receiving objects:  85% (1420/1670)
Receiving objects:  86% (1437/1670)
Receiving objects:  87% (1453/1670)
Receiving objects:  88% (1470/1670)
Receiving objects:  89% (1487/1670)
Receiving objects:  90% (1503/1670)
Receiving objects:  91% (1520/1670)
Receiving objects:  92% (1537/1670)
Receiving objects:  93% (1554/1670)
Receiving objects:  94% (1570/1670)
Receiving objects:  95% (1587/1670)
Receiving objects:  96% (1604/1670)
Receiving objects:  97% (1620/1670)
Receiving objects:  98% (1637/1670)
Receiving objects:  99% (1654/1670)
Receiving objects: 100% (1670/1670)
Receiving objects: 100% (1670/1670), 196.50 KiB | 32.75 MiB/s, done.
Resolving deltas:   0% (0/583)
Resolving deltas:   1% (6/583)
Resolving deltas:   4% (28/583)
Resolving deltas:   9% (54/583)
Resolving deltas:  17% (100/583)
Resolving deltas:  25% (146/583)
Resolving deltas:  26% (156/583)
Resolving deltas:  27% (158/583)
Resolving deltas:  32% (190/583)
Resolving deltas:  37% (220/583)
Resolving deltas:  38% (222/583)
Resolving deltas:  40% (236/583)
Resolving deltas:  42% (247/583)
Resolving deltas:  49% (288/583)
Resolving deltas:  50% (293/583)
Resolving deltas:  56% (328/583)
Resolving deltas:  59% (349/583)
Resolving deltas:  60% (351/583)
Resolving deltas:  61% (357/583)
Resolving deltas:  62% (365/583)
Resolving deltas:  66% (386/583)
Resolving deltas:  67% (392/583)
Resolving deltas:  68% (397/583)
Resolving deltas:  69% (403/583)
Resolving deltas:  70% (409/583)
Resolving deltas:  71% (414/583)
Resolving deltas:  72% (420/583)
Resolving deltas:  73% (427/583)
Resolving deltas:  74% (432/583)
Resolving deltas:  75% (438/583)
Resolving deltas:  76% (448/583)
Resolving deltas:  77% (449/583)
Resolving deltas:  78% (457/583)
Resolving deltas:  79% (463/583)
Resolving deltas:  80% (467/583)
Resolving deltas:  81% (473/583)
Resolving deltas:  82% (479/583)
Resolving deltas:  83% (484/583)
Resolving deltas:  84% (494/583)
Resolving deltas:  86% (502/583)
Resolving deltas:  87% (509/583)
Resolving deltas:  89% (523/583)
Resolving deltas:  91% (532/583)
Resolving deltas:  93% (544/583)
Resolving deltas:  94% (549/583)
Resolving deltas:  95% (556/583)
Resolving deltas: 100% (583/583)
Resolving deltas: 100% (583/583), done.
Cloning into '/root/workspace/weifang-config/container/A002/params_new/system-mqtt'...
remote: Enumerating objects: 158, done.        
remote: Counting objects:   0% (1/130)        
remote: Counting objects:   1% (2/130)        
remote: Counting objects:   2% (3/130)        
remote: Counting objects:   3% (4/130)        
remote: Counting objects:   4% (6/130)        
remote: Counting objects:   5% (7/130)        
remote: Counting objects:   6% (8/130)        
remote: Counting objects:   7% (10/130)        
remote: Counting objects:   8% (11/130)        
remote: Counting objects:   9% (12/130)        
remote: Counting objects:  10% (13/130)        
remote: Counting objects:  11% (15/130)        
remote: Counting objects:  12% (16/130)        
remote: Counting objects:  13% (17/130)        
remote: Counting objects:  14% (19/130)        
remote: Counting objects:  15% (20/130)        
remote: Counting objects:  16% (21/130)        
remote: Counting objects:  17% (23/130)        
remote: Counting objects:  18% (24/130)        
remote: Counting objects:  19% (25/130)        
remote: Counting objects:  20% (26/130)        
remote: Counting objects:  21% (28/130)        
remote: Counting objects:  22% (29/130)        
remote: Counting objects:  23% (30/130)        
remote: Counting objects:  24% (32/130)        
remote: Counting objects:  25% (33/130)        
remote: Counting objects:  26% (34/130)        
remote: Counting objects:  27% (36/130)        
remote: Counting objects:  28% (37/130)        
remote: Counting objects:  29% (38/130)        
remote: Counting objects:  30% (39/130)        
remote: Counting objects:  31% (41/130)        
remote: Counting objects:  32% (42/130)        
remote: Counting objects:  33% (43/130)        
remote: Counting objects:  34% (45/130)        
remote: Counting objects:  35% (46/130)        
remote: Counting objects:  36% (47/130)        
remote: Counting objects:  37% (49/130)        
remote: Counting objects:  38% (50/130)        
remote: Counting objects:  39% (51/130)        
remote: Counting objects:  40% (52/130)        
remote: Counting objects:  41% (54/130)        
remote: Counting objects:  42% (55/130)        
remote: Counting objects:  43% (56/130)        
remote: Counting objects:  44% (58/130)        
remote: Counting objects:  45% (59/130)        
remote: Counting objects:  46% (60/130)        
remote: Counting objects:  47% (62/130)        
remote: Counting objects:  48% (63/130)        
remote: Counting objects:  49% (64/130)        
remote: Counting objects:  50% (65/130)        
remote: Counting objects:  51% (67/130)        
remote: Counting objects:  52% (68/130)        
remote: Counting objects:  53% (69/130)        
remote: Counting objects:  54% (71/130)        
remote: Counting objects:  55% (72/130)        
remote: Counting objects:  56% (73/130)        
remote: Counting objects:  57% (75/130)        
remote: Counting objects:  58% (76/130)        
remote: Counting objects:  59% (77/130)        
remote: Counting objects:  60% (78/130)        
remote: Counting objects:  61% (80/130)        
remote: Counting objects:  62% (81/130)        
remote: Counting objects:  63% (82/130)        
remote: Counting objects:  64% (84/130)        
remote: Counting objects:  65% (85/130)        
remote: Counting objects:  66% (86/130)        
remote: Counting objects:  67% (88/130)        
remote: Counting objects:  68% (89/130)        
remote: Counting objects:  69% (90/130)        
remote: Counting objects:  70% (91/130)        
remote: Counting objects:  71% (93/130)        
remote: Counting objects:  72% (94/130)        
remote: Counting objects:  73% (95/130)        
remote: Counting objects:  74% (97/130)        
remote: Counting objects:  75% (98/130)        
remote: Counting objects:  76% (99/130)        
remote: Counting objects:  77% (101/130)        
remote: Counting objects:  78% (102/130)        
remote: Counting objects:  79% (103/130)        
remote: Counting objects:  80% (104/130)        
remote: Counting objects:  81% (106/130)        
remote: Counting objects:  82% (107/130)        
remote: Counting objects:  83% (108/130)        
remote: Counting objects:  84% (110/130)        
remote: Counting objects:  85% (111/130)        
remote: Counting objects:  86% (112/130)        
remote: Counting objects:  87% (114/130)        
remote: Counting objects:  88% (115/130)        
remote: Counting objects:  89% (116/130)        
remote: Counting objects:  90% (117/130)        
remote: Counting objects:  91% (119/130)        
remote: Counting objects:  92% (120/130)        
remote: Counting objects:  93% (121/130)        
remote: Counting objects:  94% (123/130)        
remote: Counting objects:  95% (124/130)        
remote: Counting objects:  96% (125/130)        
remote: Counting objects:  97% (127/130)        
remote: Counting objects:  98% (128/130)        
remote: Counting objects:  99% (129/130)        
remote: Counting objects: 100% (130/130)        
remote: Counting objects: 100% (130/130), done.        
remote: Compressing objects:   1% (1/54)        
remote: Compressing objects:   3% (2/54)        
remote: Compressing objects:   5% (3/54)        
remote: Compressing objects:   7% (4/54)        
remote: Compressing objects:   9% (5/54)        
remote: Compressing objects:  11% (6/54)        
remote: Compressing objects:  12% (7/54)        
remote: Compressing objects:  14% (8/54)        
remote: Compressing objects:  16% (9/54)        
remote: Compressing objects:  18% (10/54)        
remote: Compressing objects:  20% (11/54)        
remote: Compressing objects:  22% (12/54)        
remote: Compressing objects:  24% (13/54)        
remote: Compressing objects:  25% (14/54)        
remote: Compressing objects:  27% (15/54)        
remote: Compressing objects:  29% (16/54)        
remote: Compressing objects:  31% (17/54)        
remote: Compressing objects:  33% (18/54)        
remote: Compressing objects:  35% (19/54)        
remote: Compressing objects:  37% (20/54)        
remote: Compressing objects:  38% (21/54)        
remote: Compressing objects:  40% (22/54)        
remote: Compressing objects:  42% (23/54)        
remote: Compressing objects:  44% (24/54)        
remote: Compressing objects:  46% (25/54)        
remote: Compressing objects:  48% (26/54)        
remote: Compressing objects:  50% (27/54)        
remote: Compressing objects:  51% (28/54)        
remote: Compressing objects:  53% (29/54)        
remote: Compressing objects:  55% (30/54)        
remote: Compressing objects:  57% (31/54)        
remote: Compressing objects:  59% (32/54)        
remote: Compressing objects:  61% (33/54)        
remote: Compressing objects:  62% (34/54)        
remote: Compressing objects:  64% (35/54)        
remote: Compressing objects:  66% (36/54)        
remote: Compressing objects:  68% (37/54)        
remote: Compressing objects:  70% (38/54)        
remote: Compressing objects:  72% (39/54)        
remote: Compressing objects:  74% (40/54)        
remote: Compressing objects:  75% (41/54)        
remote: Compressing objects:  77% (42/54)        
remote: Compressing objects:  79% (43/54)        
remote: Compressing objects:  81% (44/54)        
remote: Compressing objects:  83% (45/54)        
remote: Compressing objects:  85% (46/54)        
remote: Compressing objects:  87% (47/54)        
remote: Compressing objects:  88% (48/54)        
remote: Compressing objects:  90% (49/54)        
remote: Compressing objects:  92% (50/54)        
remote: Compressing objects:  94% (51/54)        
remote: Compressing objects:  96% (52/54)        
remote: Compressing objects:  98% (53/54)        
remote: Compressing objects: 100% (54/54)        
remote: Compressing objects: 100% (54/54), done.        
Receiving objects:   0% (1/158)
Receiving objects:   1% (2/158)
Receiving objects:   2% (4/158)
Receiving objects:   3% (5/158)
Receiving objects:   4% (7/158)
Receiving objects:   5% (8/158)
Receiving objects:   6% (10/158)
Receiving objects:   7% (12/158)
Receiving objects:   8% (13/158)
Receiving objects:   9% (15/158)
Receiving objects:  10% (16/158)
Receiving objects:  11% (18/158)
Receiving objects:  12% (19/158)
remote: Total 158 (delta 34), reused 97 (delta 22), pack-reused 28        
Receiving objects:  13% (21/158)
Receiving objects:  14% (23/158)
Receiving objects:  15% (24/158)
Receiving objects:  16% (26/158)
Receiving objects:  17% (27/158)
Receiving objects:  18% (29/158)
Receiving objects:  19% (31/158)
Receiving objects:  20% (32/158)
Receiving objects:  21% (34/158)
Receiving objects:  22% (35/158)
Receiving objects:  23% (37/158)
Receiving objects:  24% (38/158)
Receiving objects:  25% (40/158)
Receiving objects:  26% (42/158)
Receiving objects:  27% (43/158)
Receiving objects:  28% (45/158)
Receiving objects:  29% (46/158)
Receiving objects:  30% (48/158)
Receiving objects:  31% (49/158)
Receiving objects:  32% (51/158)
Receiving objects:  33% (53/158)
Receiving objects:  34% (54/158)
Receiving objects:  35% (56/158)
Receiving objects:  36% (57/158)
Receiving objects:  37% (59/158)
Receiving objects:  38% (61/158)
Receiving objects:  39% (62/158)
Receiving objects:  40% (64/158)
Receiving objects:  41% (65/158)
Receiving objects:  42% (67/158)
Receiving objects:  43% (68/158)
Receiving objects:  44% (70/158)
Receiving objects:  45% (72/158)
Receiving objects:  46% (73/158)
Receiving objects:  47% (75/158)
Receiving objects:  48% (76/158)
Receiving objects:  49% (78/158)
Receiving objects:  50% (79/158)
Receiving objects:  51% (81/158)
Receiving objects:  52% (83/158)
Receiving objects:  53% (84/158)
Receiving objects:  54% (86/158)
Receiving objects:  55% (87/158)
Receiving objects:  56% (89/158)
Receiving objects:  57% (91/158)
Receiving objects:  58% (92/158)
Receiving objects:  59% (94/158)
Receiving objects:  60% (95/158)
Receiving objects:  61% (97/158)
Receiving objects:  62% (98/158)
Receiving objects:  63% (100/158)
Receiving objects:  64% (102/158)
Receiving objects:  65% (103/158)
Receiving objects:  66% (105/158)
Receiving objects:  67% (106/158)
Receiving objects:  68% (108/158)
Receiving objects:  69% (110/158)
Receiving objects:  70% (111/158)
Receiving objects:  71% (113/158)
Receiving objects:  72% (114/158)
Receiving objects:  73% (116/158)
Receiving objects:  74% (117/158)
Receiving objects:  75% (119/158)
Receiving objects:  76% (121/158)
Receiving objects:  77% (122/158)
Receiving objects:  78% (124/158)
Receiving objects:  79% (125/158)
Receiving objects:  80% (127/158)
Receiving objects:  81% (128/158)
Receiving objects:  82% (130/158)
Receiving objects:  83% (132/158)
Receiving objects:  84% (133/158)
Receiving objects:  85% (135/158)
Receiving objects:  86% (136/158)
Receiving objects:  87% (138/158)
Receiving objects:  88% (140/158)
Receiving objects:  89% (141/158)
Receiving objects:  90% (143/158)
Receiving objects:  91% (144/158)
Receiving objects:  92% (146/158)
Receiving objects:  93% (147/158)
Receiving objects:  94% (149/158)
Receiving objects:  95% (151/158)
Receiving objects:  96% (152/158)
Receiving objects:  97% (154/158)
Receiving objects:  98% (155/158)
Receiving objects:  99% (157/158)
Receiving objects: 100% (158/158)
Receiving objects: 100% (158/158), 16.37 KiB | 16.37 MiB/s, done.
Resolving deltas:   0% (0/37)
Resolving deltas:   2% (1/37)
Resolving deltas:   5% (2/37)
Resolving deltas:  10% (4/37)
Resolving deltas:  13% (5/37)
Resolving deltas:  32% (12/37)
Resolving deltas:  40% (15/37)
Resolving deltas:  75% (28/37)
Resolving deltas: 100% (37/37)
Resolving deltas: 100% (37/37), done.
Cloning into '/root/workspace/weifang-config/container/A002/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:  67% (23/34)
Resolving deltas: 100% (34/34)
Resolving deltas: 100% (34/34), done.
Cloning into '/root/workspace/weifang-config/container/A002/params_new/system-port'...
remote: Enumerating objects: 282, done.        
remote: Counting objects:   0% (1/162)        
remote: Counting objects:   1% (2/162)        
remote: Counting objects:   2% (4/162)        
remote: Counting objects:   3% (5/162)        
remote: Counting objects:   4% (7/162)        
remote: Counting objects:   5% (9/162)        
remote: Counting objects:   6% (10/162)        
remote: Counting objects:   7% (12/162)        
remote: Counting objects:   8% (13/162)        
remote: Counting objects:   9% (15/162)        
remote: Counting objects:  10% (17/162)        
remote: Counting objects:  11% (18/162)        
remote: Counting objects:  12% (20/162)        
remote: Counting objects:  13% (22/162)        
remote: Counting objects:  14% (23/162)        
remote: Counting objects:  15% (25/162)        
remote: Counting objects:  16% (26/162)        
remote: Counting objects:  17% (28/162)        
remote: Counting objects:  18% (30/162)        
remote: Counting objects:  19% (31/162)        
remote: Counting objects:  20% (33/162)        
remote: Counting objects:  21% (35/162)        
remote: Counting objects:  22% (36/162)        
remote: Counting objects:  23% (38/162)        
remote: Counting objects:  24% (39/162)        
remote: Counting objects:  25% (41/162)        
remote: Counting objects:  26% (43/162)        
remote: Counting objects:  27% (44/162)        
remote: Counting objects:  28% (46/162)        
remote: Counting objects:  29% (47/162)        
remote: Counting objects:  30% (49/162)        
remote: Counting objects:  31% (51/162)        
remote: Counting objects:  32% (52/162)        
remote: Counting objects:  33% (54/162)        
remote: Counting objects:  34% (56/162)        
remote: Counting objects:  35% (57/162)        
remote: Counting objects:  36% (59/162)        
remote: Counting objects:  37% (60/162)        
remote: Counting objects:  38% (62/162)        
remote: Counting objects:  39% (64/162)        
remote: Counting objects:  40% (65/162)        
remote: Counting objects:  41% (67/162)        
remote: Counting objects:  42% (69/162)        
remote: Counting objects:  43% (70/162)        
remote: Counting objects:  44% (72/162)        
remote: Counting objects:  45% (73/162)        
remote: Counting objects:  46% (75/162)        
remote: Counting objects:  47% (77/162)        
remote: Counting objects:  48% (78/162)        
remote: Counting objects:  49% (80/162)        
remote: Counting objects:  50% (81/162)        
remote: Counting objects:  51% (83/162)        
remote: Counting objects:  52% (85/162)        
remote: Counting objects:  53% (86/162)        
remote: Counting objects:  54% (88/162)        
remote: Counting objects:  55% (90/162)        
remote: Counting objects:  56% (91/162)        
remote: Counting objects:  57% (93/162)        
remote: Counting objects:  58% (94/162)        
remote: Counting objects:  59% (96/162)        
remote: Counting objects:  60% (98/162)        
remote: Counting objects:  61% (99/162)        
remote: Counting objects:  62% (101/162)        
remote: Counting objects:  63% (103/162)        
remote: Counting objects:  64% (104/162)        
remote: Counting objects:  65% (106/162)        
remote: Counting objects:  66% (107/162)        
remote: Counting objects:  67% (109/162)        
remote: Counting objects:  68% (111/162)        
remote: Counting objects:  69% (112/162)        
remote: Counting objects:  70% (114/162)        
remote: Counting objects:  71% (116/162)        
remote: Counting objects:  72% (117/162)        
remote: Counting objects:  73% (119/162)        
remote: Counting objects:  74% (120/162)        
remote: Counting objects:  75% (122/162)        
remote: Counting objects:  76% (124/162)        
remote: Counting objects:  77% (125/162)        
remote: Counting objects:  78% (127/162)        
remote: Counting objects:  79% (128/162)        
remote: Counting objects:  80% (130/162)        
remote: Counting objects:  81% (132/162)        
remote: Counting objects:  82% (133/162)        
remote: Counting objects:  83% (135/162)        
remote: Counting objects:  84% (137/162)        
remote: Counting objects:  85% (138/162)        
remote: Counting objects:  86% (140/162)        
remote: Counting objects:  87% (141/162)        
remote: Counting objects:  88% (143/162)        
remote: Counting objects:  89% (145/162)        
remote: Counting objects:  90% (146/162)        
remote: Counting objects:  91% (148/162)        
remote: Counting objects:  92% (150/162)        
remote: Counting objects:  93% (151/162)        
remote: Counting objects:  94% (153/162)        
remote: Counting objects:  95% (154/162)        
remote: Counting objects:  96% (156/162)        
remote: Counting objects:  97% (158/162)        
remote: Counting objects:  98% (159/162)        
remote: Counting objects:  99% (161/162)        
remote: Counting objects: 100% (162/162)        
remote: Counting objects: 100% (162/162), done.        
remote: Compressing objects:   0% (1/117)        
remote: Compressing objects:   1% (2/117)        
remote: Compressing objects:   2% (3/117)        
remote: Compressing objects:   3% (4/117)        
remote: Compressing objects:   4% (5/117)        
remote: Compressing objects:   5% (6/117)        
remote: Compressing objects:   6% (8/117)        
remote: Compressing objects:   7% (9/117)        
remote: Compressing objects:   8% (10/117)        
remote: Compressing objects:   9% (11/117)        
remote: Compressing objects:  10% (12/117)        
remote: Compressing objects:  11% (13/117)        
remote: Compressing objects:  12% (15/117)        
remote: Compressing objects:  13% (16/117)        
remote: Compressing objects:  14% (17/117)        
remote: Compressing objects:  15% (18/117)        
remote: Compressing objects:  16% (19/117)        
remote: Compressing objects:  17% (20/117)        
remote: Compressing objects:  18% (22/117)        
remote: Compressing objects:  19% (23/117)        
remote: Compressing objects:  20% (24/117)        
remote: Compressing objects:  21% (25/117)        
remote: Compressing objects:  22% (26/117)        
remote: Compressing objects:  23% (27/117)        
remote: Compressing objects:  24% (29/117)        
remote: Compressing objects:  25% (30/117)        
remote: Compressing objects:  26% (31/117)        
remote: Compressing objects:  27% (32/117)        
remote: Compressing objects:  28% (33/117)        
remote: Compressing objects:  29% (34/117)        
remote: Compressing objects:  30% (36/117)        
remote: Compressing objects:  31% (37/117)        
remote: Compressing objects:  32% (38/117)        
remote: Compressing objects:  33% (39/117)        
remote: Compressing objects:  34% (40/117)
remote: Compressing objects:  35% (41/117)        
remote: Compressing objects:  36% (43/117)        
remote: Compressing objects:  37% (44/117)        
remote: Compressing objects:  38% (45/117)        
remote: Compressing objects:  39% (46/117)        
remote: Compressing objects:  40% (47/117)        
remote: Compressing objects:  41% (48/117)        
remote: Compressing objects:  42% (50/117)        
remote: Compressing objects:  43% (51/117)        
remote: Compressing objects:  44% (52/117)        
remote: Compressing objects:  45% (53/117)        
remote: Compressing objects:  46% (54/117)        
remote: Compressing objects:  47% (55/117)        
remote: Compressing objects:  48% (57/117)        
remote: Compressing objects:  49% (58/117)        
remote: Compressing objects:  50% (59/117)        
remote: Compressing objects:  51% (60/117)        
remote: Compressing objects:  52% (61/117)        
remote: Compressing objects:  53% (63/117)        
remote: Compressing objects:  54% (64/117)        
remote: Compressing objects:  55% (65/117)        
remote: Compressing objects:  56% (66/117)        
remote: Compressing objects:  57% (67/117)        
remote: Compressing objects:  58% (68/117)        
remote: Compressing objects:  59% (70/117)        
remote: Compressing objects:  60% (71/117)        
remote: Compressing objects:  61% (72/117)        
remote: Compressing objects:  62% (73/117)        
remote: Compressing objects:  63% (74/117)        
remote: Compressing objects:  64% (75/117)        
remote: Compressing objects:  65% (77/117)        
remote: Compressing objects:  66% (78/117)        
remote: Compressing objects:  67% (79/117)        
remote: Compressing objects:  68% (80/117)        
remote: Compressing objects:  69% (81/117)        
remote: Compressing objects:  70% (82/117)        
remote: Compressing objects:  71% (84/117)        
remote: Compressing objects:  72% (85/117)        
remote: Compressing objects:  73% (86/117)        
remote: Compressing objects:  74% (87/117)        
remote: Compressing objects:  75% (88/117)        
remote: Compressing objects:  76% (89/117)        
remote: Compressing objects:  77% (91/117)        
remote: Compressing objects:  78% (92/117)        
remote: Compressing objects:  79% (93/117)        
remote: Compressing objects:  80% (94/117)        
remote: Compressing objects:  81% (95/117)        
remote: Compressing objects:  82% (96/117)        
remote: Compressing objects:  83% (98/117)        
remote: Compressing objects:  84% (99/117)        
remote: Compressing objects:  85% (100/117)        
remote: Compressing objects:  86% (101/117)        
remote: Compressing objects:  87% (102/117)        
remote: Compressing objects:  88% (103/117)        
remote: Compressing objects:  89% (105/117)        
remote: Compressing objects:  90% (106/117)        
remote: Compressing objects:  91% (107/117)        
remote: Compressing objects:  92% (108/117)        
remote: Compressing objects:  93% (109/117)        
remote: Compressing objects:  94% (110/117)        
remote: Compressing objects:  95% (112/117)        
remote: Compressing objects:  96% (113/117)        
remote: Compressing objects:  97% (114/117)        
remote: Compressing objects:  98% (115/117)        
remote: Compressing objects:  99% (116/117)        
remote: Compressing objects: 100% (117/117)        
remote: Compressing objects: 100% (117/117), done.        
Receiving objects:   0% (1/282)
Receiving objects:   1% (3/282)
Receiving objects:   2% (6/282)
Receiving objects:   3% (9/282)
Receiving objects:   4% (12/282)
Receiving objects:   5% (15/282)
Receiving objects:   6% (17/282)
Receiving objects:   7% (20/282)
Receiving objects:   8% (23/282)
Receiving objects:   9% (26/282)
Receiving objects:  10% (29/282)
Receiving objects:  11% (32/282)
Receiving objects:  12% (34/282)
Receiving objects:  13% (37/282)
Receiving objects:  14% (40/282)
Receiving objects:  15% (43/282)
Receiving objects:  16% (46/282)
Receiving objects:  17% (48/282)
Receiving objects:  18% (51/282)
Receiving objects:  19% (54/282)
Receiving objects:  20% (57/282)
Receiving objects:  21% (60/282)
Receiving objects:  22% (63/282)
Receiving objects:  23% (65/282)
Receiving objects:  24% (68/282)
Receiving objects:  25% (71/282)
Receiving objects:  26% (74/282)
Receiving objects:  27% (77/282)
Receiving objects:  28% (79/282)
Receiving objects:  29% (82/282)
Receiving objects:  30% (85/282)
Receiving objects:  31% (88/282)
Receiving objects:  32% (91/282)
Receiving objects:  33% (94/282)
Receiving objects:  34% (96/282)
Receiving objects:  35% (99/282)
Receiving objects:  36% (102/282)
Receiving objects:  37% (105/282)
Receiving objects:  38% (108/282)
Receiving objects:  39% (110/282)
Receiving objects:  40% (113/282)
Receiving objects:  41% (116/282)
Receiving objects:  42% (119/282)
Receiving objects:  43% (122/282)
Receiving objects:  44% (125/282)
Receiving objects:  45% (127/282)
Receiving objects:  46% (130/282)
Receiving objects:  47% (133/282)
Receiving objects:  48% (136/282)
Receiving objects:  49% (139/282)
Receiving objects:  50% (141/282)
Receiving objects:  51% (144/282)
Receiving objects:  52% (147/282)
Receiving objects:  53% (150/282)
Receiving objects:  54% (153/282)
Receiving objects:  55% (156/282)
Receiving objects:  56% (158/282)
Receiving objects:  57% (161/282)
Receiving objects:  58% (164/282)
Receiving objects:  59% (167/282)
Receiving objects:  60% (170/282)
Receiving objects:  61% (173/282)
Receiving objects:  62% (175/282)
Receiving objects:  63% (178/282)
Receiving objects:  64% (181/282)
Receiving objects:  65% (184/282)
Receiving objects:  66% (187/282)
Receiving objects:  67% (189/282)
Receiving objects:  68% (192/282)
Receiving objects:  69% (195/282)
Receiving objects:  70% (198/282)
Receiving objects:  71% (201/282)
Receiving objects:  72% (204/282)
Receiving objects:  73% (206/282)
Receiving objects:  74% (209/282)
Receiving objects:  75% (212/282)
Receiving objects:  76% (215/282)
Receiving objects:  77% (218/282)
Receiving objects:  78% (220/282)
Receiving objects:  79% (223/282)
Receiving objects:  80% (226/282)
Receiving objects:  81% (229/282)
Receiving objects:  82% (232/282)
Receiving objects:  83% (235/282)
remote: Total 282 (delta 78), reused 92 (delta 33), pack-reused 120        
Receiving objects:  84% (237/282)
Receiving objects:  85% (240/282)
Receiving objects:  86% (243/282)
Receiving objects:  87% (246/282)
Receiving objects:  88% (249/282)
Receiving objects:  89% (251/282)
Receiving objects:  90% (254/282)
Receiving objects:  91% (257/282)
Receiving objects:  92% (260/282)
Receiving objects:  93% (263/282)
Receiving objects:  94% (266/282)
Receiving objects:  95% (268/282)
Receiving objects:  96% (271/282)
Receiving objects:  97% (274/282)
Receiving objects:  98% (277/282)
Receiving objects:  99% (280/282)
Receiving objects: 100% (282/282)
Receiving objects: 100% (282/282), 176.54 KiB | 19.62 MiB/s, done.
Resolving deltas:   0% (0/122)
Resolving deltas:   1% (2/122)
Resolving deltas:   2% (3/122)
Resolving deltas:  13% (17/122)
Resolving deltas:  18% (22/122)
Resolving deltas:  21% (26/122)
Resolving deltas:  24% (30/122)
Resolving deltas:  26% (32/122)
Resolving deltas:  27% (33/122)
Resolving deltas:  31% (38/122)
Resolving deltas:  32% (40/122)
Resolving deltas:  34% (42/122)
Resolving deltas:  36% (44/122)
Resolving deltas:  45% (55/122)
Resolving deltas:  47% (58/122)
Resolving deltas:  52% (64/122)
Resolving deltas:  57% (70/122)
Resolving deltas:  59% (73/122)
Resolving deltas:  66% (81/122)
Resolving deltas:  67% (82/122)
Resolving deltas:  68% (84/122)
Resolving deltas:  72% (89/122)
Resolving deltas:  74% (91/122)
Resolving deltas:  77% (95/122)
Resolving deltas:  79% (97/122)
Resolving deltas:  91% (112/122)
Resolving deltas: 100% (122/122)
Resolving deltas: 100% (122/122), done.
Submodule path 'crane_align_common': checked out '954ba1c96df2e7fb63dbd882b3b7abd22189fa4d'
Submodule path 'crane_align_customized': checked out '0bf9d9dbf6e8cfba4ff33081417a51db4dde44ec'
Submodule path 'hardware': checked out 'b7f7568c95e66a0c36160a9a2aa998040a5bccd9'
Submodule path 'hesai_lidar_customized': checked out '9ca584cebe961958e030ff1056c9b013e0723175'
Submodule path 'lidar-extrinsics': checked out '5e4bc6e01553b1c912c22574cd43c06ceca60b27'
Submodule path 'lidar_loc_v2_common': checked out 'dd6ec8131f022ee08f81455a09d94802a582ee5f'
Submodule path 'lidar_loc_v2_customized': checked out 'f456b02e485e8eccdecfa45e07d842777b968d61'
Submodule path 'msf-port': checked out 'a8149a798e11c048d88d208d57ca85594ff5f1bc'
Submodule path 'msf-vehicle': checked out 'f27ac197cf198cb12c99803bd389da743aa028ae'
Submodule path 'perception_camera_driver': checked out '82f6ae6d33aa2f9cfe16047ac1ea8ade9aa6e5da'
Submodule path 'perception_data_collection': checked out 'b36dc0a6ea51808e48bda66eef6aa3e5338685ac'
Submodule path 'perception_lane_detection': checked out '3dcecc6a1cab5b58d59274dc57d94f2a5a1a5266'
Submodule path 'perception_lidar_camera_fusion': checked out 'd6411e8e7496fed5c621cfa668ba0e1e0aa07545'
Submodule path 'perception_new_detection': checked out '2247da34054ca746c31dbba893e19b148f8a13e1'
Submodule path 'perception_spreader_imv': checked out '4419cd9ee6da785b6a6ff6a471810264eb9ebccc'
Submodule path 'perception_spreader_truck': checked out '87357350892ab66df93a7eed89c8616b28fb8d20'
Submodule path 'perception_vehicles': checked out '3a526787074ebd61b694588d49ac74f739fc9df6'
Submodule path 'pointcloud_customized': checked out '37092b6ed6d5ce663b37f450ec4b633991626bfd'
Submodule path 'prediction_config': checked out '5752a4cc58c48a04990cf84bc3db06c61f709753'
Submodule path 'rslidar_sdk_common': checked out '3b3ec601072717ab0a4037dd9f5abcef0c9ad337'
Submodule path 'rslidar_sdk_customized': checked out 'c67fb869443c2c9c0f8c366f3596dc8cf5aa6821'
Submodule path 'static_transform_common': checked out '79606d0a8d1b7bab782d8279cb27d4d11e0212dd'
Submodule path 'system-common': checked out '4961e234efc1e60a77fcfb7352f10c5956ec03a1'
Submodule path 'system-device': checked out '753f30df39b08deecc9829cfe13a047c282c409e'
Submodule path 'system-mqtt': checked out 'a917e8ef386bd52983140020adb1671e27a6c7ce'
Submodule path 'system-node-weifang': checked out 'b56ee65e800fe75950eeaa8f9b02be16f9ac9473'
Submodule path 'system-port': checked out '6f95e740d94ac6727164bbfd616a53c6072a2894'
[Pipeline] sh
+ ls -d crane_align_common/ crane_align_customized/ hardware/ hesai_lidar_customized/ lidar-extrinsics/ lidar_loc_v2_common/ lidar_loc_v2_customized/ msf-port/ msf-vehicle/ perception_camera_driver/ perception_data_collection/ perception_lane_detection/ perception_lidar_camera_fusion/ perception_new_detection/ perception_spreader_imv/ perception_spreader_truck/ perception_vehicles/ pointcloud_customized/ prediction_config/ rslidar_sdk_common/ rslidar_sdk_customized/ static_transform_common/ system-common/ system-device/ system-mqtt/ system-node-weifang/ system-port/
[Pipeline] echo
[crane_align_common, crane_align_customized, hardware, hesai_lidar_customized, lidar-extrinsics, lidar_loc_v2_common, lidar_loc_v2_customized, msf-port, msf-vehicle, perception_camera_driver, perception_data_collection, perception_lane_detection, perception_lidar_camera_fusion, perception_new_detection, perception_spreader_imv, perception_spreader_truck, perception_vehicles, pointcloud_customized, prediction_config, rslidar_sdk_common, rslidar_sdk_customized, static_transform_common, system-common, system-device, system-mqtt, system-node-weifang, system-port]
[Pipeline] sh
+ mkdir -p /root/workspace/weifang-config/container/A002/params_new/params_new
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A002/params_new/crane_align_common/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
crane_align_common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A002/params_new/crane_align_common/crane_align /root/workspace/weifang-config/container/A002/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A002/params_new/crane_align_customized/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
crane_align_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A002/params_new/crane_align_customized/crane_align /root/workspace/weifang-config/container/A002/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A002/params_new/hardware/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
hardware 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A002/params_new/hardware/hardware /root/workspace/weifang-config/container/A002/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A002/params_new/hesai_lidar_customized/
+ wc -l
[Pipeline] echo
2
[Pipeline] echo
hesai_lidar_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A002/params_new/hesai_lidar_customized/hesai_lidar /root/workspace/weifang-config/container/A002/params_new/hesai_lidar_customized/README.md /root/workspace/weifang-config/container/A002/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A002/params_new/lidar-extrinsics/
[Pipeline] echo
3
[Pipeline] echo
lidar-extrinsics 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A002/params_new/lidar-extrinsics/crane_align /root/workspace/weifang-config/container/A002/params_new/lidar-extrinsics/extrinsics /root/workspace/weifang-config/container/A002/params_new/lidar-extrinsics/lidar_correction_files /root/workspace/weifang-config/container/A002/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A002/params_new/lidar_loc_v2_common/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
lidar_loc_v2_common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A002/params_new/lidar_loc_v2_common/lidar_loc_v2 /root/workspace/weifang-config/container/A002/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A002/params_new/lidar_loc_v2_customized/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
lidar_loc_v2_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A002/params_new/lidar_loc_v2_customized/lidar_loc_v2 /root/workspace/weifang-config/container/A002/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A002/params_new/msf-port/
+ wc -l
[Pipeline] echo
3
[Pipeline] echo
msf-port 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A002/params_new/msf-port/msf_assistant.yaml /root/workspace/weifang-config/container/A002/params_new/msf-port/msf_localization_share.yaml /root/workspace/weifang-config/container/A002/params_new/msf-port/README.md /root/workspace/weifang-config/container/A002/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A002/params_new/msf-vehicle/
+ wc -l
[Pipeline] echo
4
[Pipeline] echo
msf-vehicle 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A002/params_new/msf-vehicle/extrinsics /root/workspace/weifang-config/container/A002/params_new/msf-vehicle/msf_localization_calibration.yaml /root/workspace/weifang-config/container/A002/params_new/msf-vehicle/msf_localization.yaml /root/workspace/weifang-config/container/A002/params_new/msf-vehicle/README.md /root/workspace/weifang-config/container/A002/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A002/params_new/perception_camera_driver/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
perception_camera_driver 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A002/params_new/perception_camera_driver/slave /root/workspace/weifang-config/container/A002/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A002/params_new/perception_data_collection/
+ wc -l
[Pipeline] echo
2
[Pipeline] echo
perception_data_collection 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A002/params_new/perception_data_collection/data_collection /root/workspace/weifang-config/container/A002/params_new/perception_data_collection/README.md /root/workspace/weifang-config/container/A002/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A002/params_new/perception_lane_detection/
+ wc -l
[Pipeline] echo
2
[Pipeline] echo
perception_lane_detection 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A002/params_new/perception_lane_detection/lane_detection /root/workspace/weifang-config/container/A002/params_new/perception_lane_detection/README.md /root/workspace/weifang-config/container/A002/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A002/params_new/perception_lidar_camera_fusion/
[Pipeline] echo
1
[Pipeline] echo
perception_lidar_camera_fusion 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A002/params_new/perception_lidar_camera_fusion/lidar_camera_fusion /root/workspace/weifang-config/container/A002/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A002/params_new/perception_new_detection/
+ wc -l
[Pipeline] echo
2
[Pipeline] echo
perception_new_detection 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A002/params_new/perception_new_detection/perception /root/workspace/weifang-config/container/A002/params_new/perception_new_detection/README.md /root/workspace/weifang-config/container/A002/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A002/params_new/perception_spreader_imv/
+ wc -l
[Pipeline] echo
2
[Pipeline] echo
perception_spreader_imv 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A002/params_new/perception_spreader_imv/imv_spreader_detection /root/workspace/weifang-config/container/A002/params_new/perception_spreader_imv/README.md /root/workspace/weifang-config/container/A002/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A002/params_new/perception_spreader_truck/
+ wc -l
[Pipeline] echo
2
[Pipeline] echo
perception_spreader_truck 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A002/params_new/perception_spreader_truck/new_truck_spreader_detection /root/workspace/weifang-config/container/A002/params_new/perception_spreader_truck/README.md /root/workspace/weifang-config/container/A002/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A002/params_new/perception_vehicles/
[Pipeline] echo
3
[Pipeline] echo
perception_vehicles 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A002/params_new/perception_vehicles/extrinsics /root/workspace/weifang-config/container/A002/params_new/perception_vehicles/master /root/workspace/weifang-config/container/A002/params_new/perception_vehicles/README.md /root/workspace/weifang-config/container/A002/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A002/params_new/pointcloud_customized/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
pointcloud_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A002/params_new/pointcloud_customized/pointcloud /root/workspace/weifang-config/container/A002/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A002/params_new/prediction_config/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
prediction_config 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A002/params_new/prediction_config/prediction /root/workspace/weifang-config/container/A002/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A002/params_new/rslidar_sdk_common/
[Pipeline] echo
1
[Pipeline] echo
rslidar_sdk_common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A002/params_new/rslidar_sdk_common/rslidar_sdk /root/workspace/weifang-config/container/A002/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A002/params_new/rslidar_sdk_customized/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
rslidar_sdk_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A002/params_new/rslidar_sdk_customized/rslidar_sdk /root/workspace/weifang-config/container/A002/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A002/params_new/static_transform_common/
[Pipeline] echo
1
[Pipeline] echo
static_transform_common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A002/params_new/static_transform_common/static_transform.yaml /root/workspace/weifang-config/container/A002/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A002/params_new/system-common/
[Pipeline] echo
1
[Pipeline] echo
system-common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A002/params_new/system-common/system-ros /root/workspace/weifang-config/container/A002/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A002/params_new/system-device/
+ wc -l
[Pipeline] echo
3
[Pipeline] echo
system-device 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A002/params_new/system-device/master /root/workspace/weifang-config/container/A002/params_new/system-device/slave /root/workspace/weifang-config/container/A002/params_new/system-device/system-ros /root/workspace/weifang-config/container/A002/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A002/params_new/system-mqtt/
[Pipeline] echo
1
[Pipeline] echo
system-mqtt 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A002/params_new/system-mqtt/system-ros /root/workspace/weifang-config/container/A002/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A002/params_new/system-node-weifang/
+ wc -l
[Pipeline] echo
3
[Pipeline] echo
system-node-weifang 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A002/params_new/system-node-weifang/master /root/workspace/weifang-config/container/A002/params_new/system-node-weifang/slave /root/workspace/weifang-config/container/A002/params_new/system-node-weifang/system-ros /root/workspace/weifang-config/container/A002/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A002/params_new/system-port/
+ wc -l
[Pipeline] echo
3
[Pipeline] echo
system-port 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A002/params_new/system-port/peripheral_controller.toml /root/workspace/weifang-config/container/A002/params_new/system-port/ros_can_interpreter.toml /root/workspace/weifang-config/container/A002/params_new/system-port/system-ros /root/workspace/weifang-config/container/A002/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A002/params_new/params_new/
crane_align
data_collection
extrinsics
hardware
hesai_lidar
imv_spreader_detection
lane_detection
lidar_camera_fusion
lidar_correction_files
lidar_loc_v2
master
msf_assistant.yaml
msf_localization_calibration.yaml
msf_localization_share.yaml
msf_localization.yaml
new_truck_spreader_detection
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/container/A002/params_new/params_new/crane_align /root/workspace/weifang-config/container/A002/params_new/params_new/data_collection /root/workspace/weifang-config/container/A002/params_new/params_new/extrinsics /root/workspace/weifang-config/container/A002/params_new/params_new/hardware /root/workspace/weifang-config/container/A002/params_new/params_new/hesai_lidar /root/workspace/weifang-config/container/A002/params_new/params_new/imv_spreader_detection /root/workspace/weifang-config/container/A002/params_new/params_new/lane_detection /root/workspace/weifang-config/container/A002/params_new/params_new/lidar_camera_fusion /root/workspace/weifang-config/container/A002/params_new/params_new/lidar_correction_files /root/workspace/weifang-config/container/A002/params_new/params_new/lidar_loc_v2 /root/workspace/weifang-config/container/A002/params_new/params_new/master /root/workspace/weifang-config/container/A002/params_new/params_new/msf_assistant.yaml /root/workspace/weifang-config/container/A002/params_new/params_new/msf_localization_calibration.yaml /root/workspace/weifang-config/container/A002/params_new/params_new/msf_localization_share.yaml /root/workspace/weifang-config/container/A002/params_new/params_new/msf_localization.yaml /root/workspace/weifang-config/container/A002/params_new/params_new/new_truck_spreader_detection /root/workspace/weifang-config/container/A002/params_new/params_new/perception /root/workspace/weifang-config/container/A002/params_new/params_new/peripheral_controller.toml /root/workspace/weifang-config/container/A002/params_new/params_new/pointcloud /root/workspace/weifang-config/container/A002/params_new/params_new/prediction /root/workspace/weifang-config/container/A002/params_new/params_new/README.md /root/workspace/weifang-config/container/A002/params_new/params_new/ros_can_interpreter.toml /root/workspace/weifang-config/container/A002/params_new/params_new/rslidar_sdk /root/workspace/weifang-config/container/A002/params_new/params_new/slave /root/workspace/weifang-config/container/A002/params_new/params_new/static_transform.yaml /root/workspace/weifang-config/container/A002/params_new/params_new/system-ros /root/workspace/weifang-config/container/A002/params_A002/params/
[Pipeline] echo
A004拉取新参数方式
[Pipeline] sh
+ rm -rf /root/workspace/weifang-config/container/A004/params_new
[Pipeline] sh
+ mkdir -p /root/workspace/weifang-config/container/A004/params_new
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A004/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/A004.git
 > git init /root/workspace/weifang-config/container/A004/params_new # timeout=10
Fetching upstream changes from http://159.27.226.4/config/vehicles/A004.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/A004.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url http://159.27.226.4/config/vehicles/A004.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 61ee3d5a24a7d7bf38e1faa1d437d8aa905a3d7a (origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 61ee3d5a24a7d7bf38e1faa1d437d8aa905a3d7a # timeout=300000
Commit message: "Update module: perception_new_detection to the lastest commit of weifang-cont_truck_zq_3pxt32-2rsbp-anglesensor"
 > git rev-list --no-walk 61ee3d5a24a7d7bf38e1faa1d437d8aa905a3d7a # 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/A004.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/A004.git) registered for path 'lidar-extrinsics'
Submodule 'lidar_loc_v2_common' (git@159.27.226.4:lidar_localization_mapping/config/lidar_loc_v2/lidar_loc_v2_common.git) registered for path 'lidar_loc_v2_common'
Submodule 'lidar_loc_v2_customized' (git@159.27.226.4:lidar_localization_mapping/config/lidar_loc_v2/lidar_loc_v2_customized.git) registered for path 'lidar_loc_v2_customized'
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/A004.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_data_collection' (git@159.27.226.4:lidar/config/modules/perception_data_collection.git) registered for path 'perception_data_collection'
Submodule 'perception_lane_detection' (git@159.27.226.4:lidar/config/modules/perception_lane_detection.git) registered for path 'perception_lane_detection'
Submodule 'perception_lidar_camera_fusion' (git@159.27.226.4:lidar/config/modules/perception_lidar_camera_fusion.git) registered for path 'perception_lidar_camera_fusion'
Submodule 'perception_new_detection' (git@159.27.226.4:lidar/config/modules/perception_new_detection.git) registered for path 'perception_new_detection'
Submodule 'perception_spreader_imv' (git@159.27.226.4:lidar/config/modules/perception_spreader_imv.git) registered for path 'perception_spreader_imv'
Submodule 'perception_spreader_truck' (git@159.27.226.4:lidar/config/modules/perception_spreader_truck.git) registered for path 'perception_spreader_truck'
Submodule 'perception_vehicles' (git@159.27.226.4:lidar/config/vehicles/A004.git) registered for path 'perception_vehicles'
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 'rslidar_sdk_customized' (git@159.27.226.4:lidar_localization_mapping/config/rslidar_sdk/rslidar_sdk_customized.git) registered for path 'rslidar_sdk_customized'
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-mqtt' (git@159.27.226.4:system/config/system-mqtt.git) registered for path 'system-mqtt'
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'
[Pipeline] sh
+ git submodule update --remote --progress
Cloning into '/root/workspace/weifang-config/container/A004/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:  58% (7/12)
Resolving deltas:  75% (9/12)
Resolving deltas: 100% (12/12)
Resolving deltas: 100% (12/12), done.
Cloning into '/root/workspace/weifang-config/container/A004/params_new/crane_align_customized'...
remote: Enumerating objects: 1631, done.        
remote: Counting objects:   1% (1/100)        
remote: Counting objects:   2% (2/100)        
remote: Counting objects:   3% (3/100)        
remote: Counting objects:   4% (4/100)        
remote: Counting objects:   5% (5/100)        
remote: Counting objects:   6% (6/100)        
remote: Counting objects:   7% (7/100)        
remote: Counting objects:   8% (8/100)        
remote: Counting objects:   9% (9/100)        
remote: Counting objects:  10% (10/100)        
remote: Counting objects:  11% (11/100)        
remote: Counting objects:  12% (12/100)        
remote: Counting objects:  13% (13/100)        
remote: Counting objects:  14% (14/100)        
remote: Counting objects:  15% (15/100)        
remote: Counting objects:  16% (16/100)        
remote: Counting objects:  17% (17/100)        
remote: Counting objects:  18% (18/100)        
remote: Counting objects:  19% (19/100)        
remote: Counting objects:  20% (20/100)        
remote: Counting objects:  21% (21/100)        
remote: Counting objects:  22% (22/100)        
remote: Counting objects:  23% (23/100)        
remote: Counting objects:  24% (24/100)        
remote: Counting objects:  25% (25/100)        
remote: Counting objects:  26% (26/100)        
remote: Counting objects:  27% (27/100)        
remote: Counting objects:  28% (28/100)        
remote: Counting objects:  29% (29/100)        
remote: Counting objects:  30% (30/100)        
remote: Counting objects:  31% (31/100)        
remote: Counting objects:  32% (32/100)        
remote: Counting objects:  33% (33/100)        
remote: Counting objects:  34% (34/100)        
remote: Counting objects:  35% (35/100)        
remote: Counting objects:  36% (36/100)        
remote: Counting objects:  37% (37/100)        
remote: Counting objects:  38% (38/100)        
remote: Counting objects:  39% (39/100)        
remote: Counting objects:  40% (40/100)        
remote: Counting objects:  41% (41/100)        
remote: Counting objects:  42% (42/100)        
remote: Counting objects:  43% (43/100)        
remote: Counting objects:  44% (44/100)        
remote: Counting objects:  45% (45/100)        
remote: Counting objects:  46% (46/100)        
remote: Counting objects:  47% (47/100)        
remote: Counting objects:  48% (48/100)        
remote: Counting objects:  49% (49/100)        
remote: Counting objects:  50% (50/100)        
remote: Counting objects:  51% (51/100)        
remote: Counting objects:  52% (52/100)        
remote: Counting objects:  53% (53/100)        
remote: Counting objects:  54% (54/100)        
remote: Counting objects:  55% (55/100)        
remote: Counting objects:  56% (56/100)        
remote: Counting objects:  57% (57/100)        
remote: Counting objects:  58% (58/100)        
remote: Counting objects:  59% (59/100)        
remote: Counting objects:  60% (60/100)        
remote: Counting objects:  61% (61/100)        
remote: Counting objects:  62% (62/100)        
remote: Counting objects:  63% (63/100)        
remote: Counting objects:  64% (64/100)        
remote: Counting objects:  65% (65/100)        
remote: Counting objects:  66% (66/100)        
remote: Counting objects:  67% (67/100)        
remote: Counting objects:  68% (68/100)        
remote: Counting objects:  69% (69/100)        
remote: Counting objects:  70% (70/100)        
remote: Counting objects:  71% (71/100)        
remote: Counting objects:  72% (72/100)        
remote: Counting objects:  73% (73/100)        
remote: Counting objects:  74% (74/100)        
remote: Counting objects:  75% (75/100)        
remote: Counting objects:  76% (76/100)        
remote: Counting objects:  77% (77/100)        
remote: Counting objects:  78% (78/100)        
remote: Counting objects:  79% (79/100)        
remote: Counting objects:  80% (80/100)        
remote: Counting objects:  81% (81/100)        
remote: Counting objects:  82% (82/100)        
remote: Counting objects:  83% (83/100)        
remote: Counting objects:  84% (84/100)        
remote: Counting objects:  85% (85/100)        
remote: Counting objects:  86% (86/100)        
remote: Counting objects:  87% (87/100)        
remote: Counting objects:  88% (88/100)        
remote: Counting objects:  89% (89/100)        
remote: Counting objects:  90% (90/100)        
remote: Counting objects:  91% (91/100)        
remote: Counting objects:  92% (92/100)        
remote: Counting objects:  93% (93/100)        
remote: Counting objects:  94% (94/100)        
remote: Counting objects:  95% (95/100)        
remote: Counting objects:  96% (96/100)        
remote: Counting objects:  97% (97/100)        
remote: Counting objects:  98% (98/100)        
remote: Counting objects:  99% (99/100)        
remote: Counting objects: 100% (100/100)        
remote: Counting objects: 100% (100/100), done.        
remote: Compressing objects:   1% (1/53)        
remote: Compressing objects:   3% (2/53)        
remote: Compressing objects:   5% (3/53)        
remote: Compressing objects:   7% (4/53)        
remote: Compressing objects:   9% (5/53)        
remote: Compressing objects:  11% (6/53)        
remote: Compressing objects:  13% (7/53)        
remote: Compressing objects:  15% (8/53)        
remote: Compressing objects:  16% (9/53)        
remote: Compressing objects:  18% (10/53)        
remote: Compressing objects:  20% (11/53)        
remote: Compressing objects:  22% (12/53)        
remote: Compressing objects:  24% (13/53)        
remote: Compressing objects:  26% (14/53)        
remote: Compressing objects:  28% (15/53)        
remote: Compressing objects:  30% (16/53)        
remote: Compressing objects:  32% (17/53)        
remote: Compressing objects:  33% (18/53)        
remote: Compressing objects:  35% (19/53)        
remote: Compressing objects:  37% (20/53)        
remote: Compressing objects:  39% (21/53)        
remote: Compressing objects:  41% (22/53)        
remote: Compressing objects:  43% (23/53)        
remote: Compressing objects:  45% (24/53)        
remote: Compressing objects:  47% (25/53)        
remote: Compressing objects:  49% (26/53)        
remote: Compressing objects:  50% (27/53)        
remote: Compressing objects:  52% (28/53)        
remote: Compressing objects:  54% (29/53)        
remote: Compressing objects:  56% (30/53)        
remote: Compressing objects:  58% (31/53)        
remote: Compressing objects:  60% (32/53)        
remote: Compressing objects:  62% (33/53)        
remote: Compressing objects:  64% (34/53)        
remote: Compressing objects:  66% (35/53)        
remote: Compressing objects:  67% (36/53)        
remote: Compressing objects:  69% (37/53)        
remote: Compressing objects:  71% (38/53)        
remote: Compressing objects:  73% (39/53)        
remote: Compressing objects:  75% (40/53)        
remote: Compressing objects:  77% (41/53)        
remote: Compressing objects:  79% (42/53)        
remote: Compressing objects:  81% (43/53)        
remote: Compressing objects:  83% (44/53)        
remote: Compressing objects:  84% (45/53)        
remote: Compressing objects:  86% (46/53)        
remote: Compressing objects:  88% (47/53)        
remote: Compressing objects:  90% (48/53)        
remote: Compressing objects:  92% (49/53)        
remote: Compressing objects:  94% (50/53)        
remote: Compressing objects:  96% (51/53)        
remote: Compressing objects:  98% (52/53)        
remote: Compressing objects: 100% (53/53)        
remote: Compressing objects: 100% (53/53), done.        
Receiving objects:   0% (1/1631)
Receiving objects:   1% (17/1631)
Receiving objects:   2% (33/1631)
Receiving objects:   3% (49/1631)
Receiving objects:   4% (66/1631)
Receiving objects:   5% (82/1631)
Receiving objects:   6% (98/1631)
Receiving objects:   7% (115/1631)
Receiving objects:   8% (131/1631)
Receiving objects:   9% (147/1631)
Receiving objects:  10% (164/1631)
Receiving objects:  11% (180/1631)
Receiving objects:  12% (196/1631)
Receiving objects:  13% (213/1631)
Receiving objects:  14% (229/1631)
Receiving objects:  15% (245/1631)
Receiving objects:  16% (261/1631)
Receiving objects:  17% (278/1631)
Receiving objects:  18% (294/1631)
Receiving objects:  19% (310/1631)
Receiving objects:  20% (327/1631)
Receiving objects:  21% (343/1631)
Receiving objects:  22% (359/1631)
Receiving objects:  23% (376/1631)
Receiving objects:  24% (392/1631)
Receiving objects:  25% (408/1631)
Receiving objects:  26% (425/1631)
Receiving objects:  27% (441/1631)
Receiving objects:  28% (457/1631)
Receiving objects:  29% (473/1631)
Receiving objects:  30% (490/1631)
Receiving objects:  31% (506/1631)
Receiving objects:  32% (522/1631)
Receiving objects:  33% (539/1631)
Receiving objects:  34% (555/1631)
Receiving objects:  35% (571/1631)
Receiving objects:  36% (588/1631)
Receiving objects:  37% (604/1631)
Receiving objects:  38% (620/1631)
Receiving objects:  39% (637/1631)
Receiving objects:  40% (653/1631)
Receiving objects:  41% (669/1631)
Receiving objects:  42% (686/1631)
Receiving objects:  43% (702/1631)
Receiving objects:  44% (718/1631)
Receiving objects:  45% (734/1631)
Receiving objects:  46% (751/1631)
Receiving objects:  47% (767/1631)
Receiving objects:  48% (783/1631)
Receiving objects:  49% (800/1631)
Receiving objects:  50% (816/1631)
Receiving objects:  51% (832/1631)
Receiving objects:  52% (849/1631)
Receiving objects:  53% (865/1631)
Receiving objects:  54% (881/1631)
Receiving objects:  55% (898/1631)
Receiving objects:  56% (914/1631)
Receiving objects:  57% (930/1631)
Receiving objects:  58% (946/1631)
Receiving objects:  59% (963/1631)
Receiving objects:  60% (979/1631)
Receiving objects:  61% (995/1631)
Receiving objects:  62% (1012/1631)
Receiving objects:  63% (1028/1631)
Receiving objects:  64% (1044/1631)
Receiving objects:  65% (1061/1631)
Receiving objects:  66% (1077/1631)
Receiving objects:  67% (1093/1631)
Receiving objects:  68% (1110/1631)
Receiving objects:  69% (1126/1631)
Receiving objects:  70% (1142/1631)
Receiving objects:  71% (1159/1631)
Receiving objects:  72% (1175/1631)
Receiving objects:  73% (1191/1631)
Receiving objects:  74% (1207/1631)
Receiving objects:  75% (1224/1631)
Receiving objects:  76% (1240/1631)
Receiving objects:  77% (1256/1631)
Receiving objects:  78% (1273/1631)
Receiving objects:  79% (1289/1631)
Receiving objects:  80% (1305/1631)
Receiving objects:  81% (1322/1631)
Receiving objects:  82% (1338/1631)
Receiving objects:  83% (1354/1631)
Receiving objects:  84% (1371/1631)
Receiving objects:  85% (1387/1631)
Receiving objects:  86% (1403/1631)
Receiving objects:  87% (1419/1631)
Receiving objects:  88% (1436/1631)
Receiving objects:  89% (1452/1631)
Receiving objects:  90% (1468/1631)
Receiving objects:  91% (1485/1631)
Receiving objects:  92% (1501/1631)
remote: Total 1631 (delta 40), reused 67 (delta 23), pack-reused 1531        
Receiving objects:  93% (1517/1631)
Receiving objects:  94% (1534/1631)
Receiving objects:  95% (1550/1631)
Receiving objects:  96% (1566/1631)
Receiving objects:  97% (1583/1631)
Receiving objects:  98% (1599/1631)
Receiving objects:  99% (1615/1631)
Receiving objects: 100% (1631/1631)
Receiving objects: 100% (1631/1631), 493.82 KiB | 35.27 MiB/s, done.
Resolving deltas:   0% (0/784)
Resolving deltas:   1% (12/784)
Resolving deltas:   2% (17/784)
Resolving deltas:   3% (25/784)
Resolving deltas:   4% (32/784)
Resolving deltas:   5% (40/784)
Resolving deltas:   6% (53/784)
Resolving deltas:  14% (113/784)
Resolving deltas:  15% (122/784)
Resolving deltas:  16% (127/784)
Resolving deltas:  18% (145/784)
Resolving deltas:  21% (172/784)
Resolving deltas:  22% (173/784)
Resolving deltas:  23% (184/784)
Resolving deltas:  24% (191/784)
Resolving deltas:  25% (197/784)
Resolving deltas:  26% (211/784)
Resolving deltas:  27% (212/784)
Resolving deltas:  28% (221/784)
Resolving deltas:  29% (229/784)
Resolving deltas:  34% (272/784)
Resolving deltas:  37% (292/784)
Resolving deltas:  41% (328/784)
Resolving deltas:  42% (333/784)
Resolving deltas:  44% (346/784)
Resolving deltas:  45% (356/784)
Resolving deltas:  47% (372/784)
Resolving deltas:  48% (381/784)
Resolving deltas:  49% (388/784)
Resolving deltas:  50% (394/784)
Resolving deltas:  51% (400/784)
Resolving deltas:  52% (412/784)
Resolving deltas:  54% (431/784)
Resolving deltas:  55% (433/784)
Resolving deltas:  56% (445/784)
Resolving deltas:  57% (448/784)
Resolving deltas:  58% (461/784)
Resolving deltas:  60% (471/784)
Resolving deltas:  61% (483/784)
Resolving deltas:  65% (515/784)
Resolving deltas:  66% (522/784)
Resolving deltas:  67% (531/784)
Resolving deltas:  69% (542/784)
Resolving deltas:  70% (552/784)
Resolving deltas:  71% (558/784)
Resolving deltas:  72% (569/784)
Resolving deltas:  73% (573/784)
Resolving deltas:  74% (582/784)
Resolving deltas:  75% (588/784)
Resolving deltas:  80% (631/784)
Resolving deltas: 100% (784/784)
Resolving deltas: 100% (784/784), done.
Cloning into '/root/workspace/weifang-config/container/A004/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/container/A004/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/container/A004/params_new/lidar-extrinsics'...
remote: Enumerating objects: 92, done.        
remote: Counting objects:   2% (1/43)        
remote: Counting objects:   4% (2/43)        
remote: Counting objects:   6% (3/43)        
remote: Counting objects:   9% (4/43)        
remote: Counting objects:  11% (5/43)        
remote: Counting objects:  13% (6/43)        
remote: Counting objects:  16% (7/43)        
remote: Counting objects:  18% (8/43)        
remote: Counting objects:  20% (9/43)        
remote: Counting objects:  23% (10/43)        
remote: Counting objects:  25% (11/43)        
remote: Counting objects:  27% (12/43)        
remote: Counting objects:  30% (13/43)        
remote: Counting objects:  32% (14/43)        
remote: Counting objects:  34% (15/43)        
remote: Counting objects:  37% (16/43)        
remote: Counting objects:  39% (17/43)        
remote: Counting objects:  41% (18/43)        
remote: Counting objects:  44% (19/43)        
remote: Counting objects:  46% (20/43)        
remote: Counting objects:  48% (21/43)        
remote: Counting objects:  51% (22/43)        
remote: Counting objects:  53% (23/43)        
remote: Counting objects:  55% (24/43)        
remote: Counting objects:  58% (25/43)        
remote: Counting objects:  60% (26/43)        
remote: Counting objects:  62% (27/43)        
remote: Counting objects:  65% (28/43)        
remote: Counting objects:  67% (29/43)        
remote: Counting objects:  69% (30/43)        
remote: Counting objects:  72% (31/43)        
remote: Counting objects:  74% (32/43)        
remote: Counting objects:  76% (33/43)        
remote: Counting objects:  79% (34/43)        
remote: Counting objects:  81% (35/43)        
remote: Counting objects:  83% (36/43)        
remote: Counting objects:  86% (37/43)        
remote: Counting objects:  88% (38/43)        
remote: Counting objects:  90% (39/43)        
remote: Counting objects:  93% (40/43)        
remote: Counting objects:  95% (41/43)        
remote: Counting objects:  97% (42/43)        
remote: Counting objects: 100% (43/43)        
remote: Counting objects: 100% (43/43), done.        
remote: Compressing objects:   2% (1/41)        
remote: Compressing objects:   4% (2/41)        
remote: Compressing objects:   7% (3/41)        
remote: Compressing objects:   9% (4/41)        
remote: Compressing objects:  12% (5/41)        
remote: Compressing objects:  14% (6/41)        
remote: Compressing objects:  17% (7/41)        
remote: Compressing objects:  19% (8/41)        
remote: Compressing objects:  21% (9/41)        
remote: Compressing objects:  24% (10/41)        
remote: Compressing objects:  26% (11/41)        
remote: Compressing objects:  29% (12/41)        
remote: Compressing objects:  31% (13/41)        
remote: Compressing objects:  34% (14/41)        
remote: Compressing objects:  36% (15/41)        
remote: Compressing objects:  39% (16/41)        
remote: Compressing objects:  41% (17/41)        
remote: Compressing objects:  43% (18/41)        
remote: Compressing objects:  46% (19/41)        
remote: Compressing objects:  48% (20/41)        
remote: Compressing objects:  51% (21/41)        
remote: Compressing objects:  53% (22/41)        
remote: Compressing objects:  56% (23/41)        
remote: Compressing objects:  58% (24/41)        
remote: Compressing objects:  60% (25/41)        
remote: Compressing objects:  63% (26/41)        
remote: Compressing objects:  65% (27/41)        
remote: Compressing objects:  68% (28/41)        
remote: Compressing objects:  70% (29/41)        
remote: Compressing objects:  73% (30/41)        
remote: Compressing objects:  75% (31/41)        
remote: Compressing objects:  78% (32/41)        
remote: Compressing objects:  80% (33/41)        
remote: Compressing objects:  82% (34/41)        
remote: Compressing objects:  85% (35/41)        
remote: Compressing objects:  87% (36/41)        
remote: Compressing objects:  90% (37/41)        
remote: Compressing objects:  92% (38/41)        
remote: Compressing objects:  95% (39/41)        
remote: Compressing objects:  97% (40/41)        
remote: Compressing objects: 100% (41/41)        
remote: Compressing objects: 100% (41/41), done.        
Receiving objects:   1% (1/92)
Receiving objects:   2% (2/92)
Receiving objects:   3% (3/92)
Receiving objects:   4% (4/92)
Receiving objects:   5% (5/92)
Receiving objects:   6% (6/92)
Receiving objects:   7% (7/92)
Receiving objects:   8% (8/92)
Receiving objects:   9% (9/92)
Receiving objects:  10% (10/92)
Receiving objects:  11% (11/92)
Receiving objects:  13% (12/92)
Receiving objects:  14% (13/92)
Receiving objects:  15% (14/92)
Receiving objects:  16% (15/92)
Receiving objects:  17% (16/92)
Receiving objects:  18% (17/92)
Receiving objects:  19% (18/92)
Receiving objects:  20% (19/92)
Receiving objects:  21% (20/92)
Receiving objects:  22% (21/92)
Receiving objects:  23% (22/92)
Receiving objects:  25% (23/92)
Receiving objects:  26% (24/92)
Receiving objects:  27% (25/92)
Receiving objects:  28% (26/92)
Receiving objects:  29% (27/92)
Receiving objects:  30% (28/92)
remote: Total 92 (delta 5), reused 0 (delta 0), pack-reused 49        
Receiving objects:  31% (29/92)
Receiving objects:  32% (30/92)
Receiving objects:  33% (31/92)
Receiving objects:  34% (32/92)
Receiving objects:  35% (33/92)
Receiving objects:  36% (34/92)
Receiving objects:  38% (35/92)
Receiving objects:  39% (36/92)
Receiving objects:  40% (37/92)
Receiving objects:  41% (38/92)
Receiving objects:  42% (39/92)
Receiving objects:  43% (40/92)
Receiving objects:  44% (41/92)
Receiving objects:  45% (42/92)
Receiving objects:  46% (43/92)
Receiving objects:  47% (44/92)
Receiving objects:  48% (45/92)
Receiving objects:  50% (46/92)
Receiving objects:  51% (47/92)
Receiving objects:  52% (48/92)
Receiving objects:  53% (49/92)
Receiving objects:  54% (50/92)
Receiving objects:  55% (51/92)
Receiving objects:  56% (52/92)
Receiving objects:  57% (53/92)
Receiving objects:  58% (54/92)
Receiving objects:  59% (55/92)
Receiving objects:  60% (56/92)
Receiving objects:  61% (57/92)
Receiving objects:  63% (58/92)
Receiving objects:  64% (59/92)
Receiving objects:  65% (60/92)
Receiving objects:  66% (61/92)
Receiving objects:  67% (62/92)
Receiving objects:  68% (63/92)
Receiving objects:  69% (64/92)
Receiving objects:  70% (65/92)
Receiving objects:  71% (66/92)
Receiving objects:  72% (67/92)
Receiving objects:  73% (68/92)
Receiving objects:  75% (69/92)
Receiving objects:  76% (70/92)
Receiving objects:  77% (71/92)
Receiving objects:  78% (72/92)
Receiving objects:  79% (73/92)
Receiving objects:  80% (74/92)
Receiving objects:  81% (75/92)
Receiving objects:  82% (76/92)
Receiving objects:  83% (77/92)
Receiving objects:  84% (78/92)
Receiving objects:  85% (79/92)
Receiving objects:  86% (80/92)
Receiving objects:  88% (81/92)
Receiving objects:  89% (82/92)
Receiving objects:  90% (83/92)
Receiving objects:  91% (84/92)
Receiving objects:  92% (85/92)
Receiving objects:  93% (86/92)
Receiving objects:  94% (87/92)
Receiving objects:  95% (88/92)
Receiving objects:  96% (89/92)
Receiving objects:  97% (90/92)
Receiving objects:  98% (91/92)
Receiving objects: 100% (92/92)
Receiving objects: 100% (92/92), 12.08 KiB | 12.08 MiB/s, done.
Resolving deltas:   0% (0/13)
Resolving deltas:  30% (4/13)
Resolving deltas:  38% (5/13)
Resolving deltas:  46% (6/13)
Resolving deltas:  61% (8/13)
Resolving deltas:  69% (9/13)
Resolving deltas:  84% (11/13)
Resolving deltas: 100% (13/13)
Resolving deltas: 100% (13/13), done.
Cloning into '/root/workspace/weifang-config/container/A004/params_new/lidar_loc_v2_common'...
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:   4% (1/24)        
remote: Compressing objects:   8% (2/24)        
remote: Compressing objects:  12% (3/24)        
remote: Compressing objects:  16% (4/24)        
remote: Compressing objects:  20% (5/24)        
remote: Compressing objects:  25% (6/24)        
remote: Compressing objects:  29% (7/24)        
remote: Compressing objects:  33% (8/24)        
remote: Compressing objects:  37% (9/24)        
remote: Compressing objects:  41% (10/24)        
remote: Compressing objects:  45% (11/24)        
remote: Compressing objects:  50% (12/24)        
remote: Compressing objects:  54% (13/24)        
remote: Compressing objects:  58% (14/24)        
remote: Compressing objects:  62% (15/24)        
remote: Compressing objects:  66% (16/24)        
remote: Compressing objects:  70% (17/24)        
remote: Compressing objects:  75% (18/24)        
remote: Compressing objects:  79% (19/24)        
remote: Compressing objects:  83% (20/24)        
remote: Compressing objects:  87% (21/24)        
remote: Compressing objects:  91% (22/24)        
remote: Compressing objects:  95% (23/24)        
remote: Compressing objects: 100% (24/24)        
remote: Compressing objects: 100% (24/24), done.        
remote: Total 30 (delta 5), 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), 6.52 KiB | 6.52 MiB/s, done.
Resolving deltas:   0% (0/5)
Resolving deltas: 100% (5/5)
Resolving deltas: 100% (5/5), done.
Cloning into '/root/workspace/weifang-config/container/A004/params_new/lidar_loc_v2_customized'...
remote: Enumerating objects: 417, done.        
remote: Counting objects:   0% (1/216)        
remote: Counting objects:   1% (3/216)        
remote: Counting objects:   2% (5/216)        
remote: Counting objects:   3% (7/216)        
remote: Counting objects:   4% (9/216)        
remote: Counting objects:   5% (11/216)        
remote: Counting objects:   6% (13/216)        
remote: Counting objects:   7% (16/216)        
remote: Counting objects:   8% (18/216)        
remote: Counting objects:   9% (20/216)        
remote: Counting objects:  10% (22/216)        
remote: Counting objects:  11% (24/216)        
remote: Counting objects:  12% (26/216)        
remote: Counting objects:  13% (29/216)        
remote: Counting objects:  14% (31/216)        
remote: Counting objects:  15% (33/216)        
remote: Counting objects:  16% (35/216)        
remote: Counting objects:  17% (37/216)        
remote: Counting objects:  18% (39/216)        
remote: Counting objects:  19% (42/216)        
remote: Counting objects:  20% (44/216)        
remote: Counting objects:  21% (46/216)        
remote: Counting objects:  22% (48/216)        
remote: Counting objects:  23% (50/216)        
remote: Counting objects:  24% (52/216)        
remote: Counting objects:  25% (54/216)        
remote: Counting objects:  26% (57/216)        
remote: Counting objects:  27% (59/216)        
remote: Counting objects:  28% (61/216)        
remote: Counting objects:  29% (63/216)        
remote: Counting objects:  30% (65/216)        
remote: Counting objects:  31% (67/216)        
remote: Counting objects:  32% (70/216)        
remote: Counting objects:  33% (72/216)        
remote: Counting objects:  34% (74/216)        
remote: Counting objects:  35% (76/216)        
remote: Counting objects:  36% (78/216)        
remote: Counting objects:  37% (80/216)        
remote: Counting objects:  38% (83/216)        
remote: Counting objects:  39% (85/216)        
remote: Counting objects:  40% (87/216)        
remote: Counting objects:  41% (89/216)        
remote: Counting objects:  42% (91/216)        
remote: Counting objects:  43% (93/216)        
remote: Counting objects:  44% (96/216)        
remote: Counting objects:  45% (98/216)        
remote: Counting objects:  46% (100/216)
remote: Counting objects:  47% (102/216)        
remote: Counting objects:  48% (104/216)        
remote: Counting objects:  49% (106/216)        
remote: Counting objects:  50% (108/216)        
remote: Counting objects:  51% (111/216)        
remote: Counting objects:  52% (113/216)        
remote: Counting objects:  53% (115/216)        
remote: Counting objects:  54% (117/216)        
remote: Counting objects:  55% (119/216)        
remote: Counting objects:  56% (121/216)        
remote: Counting objects:  57% (124/216)        
remote: Counting objects:  58% (126/216)        
remote: Counting objects:  59% (128/216)        
remote: Counting objects:  60% (130/216)        
remote: Counting objects:  61% (132/216)        
remote: Counting objects:  62% (134/216)        
remote: Counting objects:  63% (137/216)        
remote: Counting objects:  64% (139/216)        
remote: Counting objects:  65% (141/216)        
remote: Counting objects:  66% (143/216)        
remote: Counting objects:  67% (145/216)        
remote: Counting objects:  68% (147/216)        
remote: Counting objects:  69% (150/216)        
remote: Counting objects:  70% (152/216)        
remote: Counting objects:  71% (154/216)        
remote: Counting objects:  72% (156/216)        
remote: Counting objects:  73% (158/216)        
remote: Counting objects:  74% (160/216)        
remote: Counting objects:  75% (162/216)        
remote: Counting objects:  76% (165/216)        
remote: Counting objects:  77% (167/216)        
remote: Counting objects:  78% (169/216)        
remote: Counting objects:  79% (171/216)        
remote: Counting objects:  80% (173/216)        
remote: Counting objects:  81% (175/216)        
remote: Counting objects:  82% (178/216)        
remote: Counting objects:  83% (180/216)        
remote: Counting objects:  84% (182/216)        
remote: Counting objects:  85% (184/216)        
remote: Counting objects:  86% (186/216)        
remote: Counting objects:  87% (188/216)        
remote: Counting objects:  88% (191/216)        
remote: Counting objects:  89% (193/216)        
remote: Counting objects:  90% (195/216)        
remote: Counting objects:  91% (197/216)        
remote: Counting objects:  92% (199/216)        
remote: Counting objects:  93% (201/216)        
remote: Counting objects:  94% (204/216)        
remote: Counting objects:  95% (206/216)        
remote: Counting objects:  96% (208/216)        
remote: Counting objects:  97% (210/216)        
remote: Counting objects:  98% (212/216)        
remote: Counting objects:  99% (214/216)        
remote: Counting objects: 100% (216/216)        
remote: Counting objects: 100% (216/216), done.        
remote: Compressing objects:   0% (1/115)        
remote: Compressing objects:   1% (2/115)        
remote: Compressing objects:   2% (3/115)        
remote: Compressing objects:   3% (4/115)        
remote: Compressing objects:   4% (5/115)        
remote: Compressing objects:   5% (6/115)        
remote: Compressing objects:   6% (7/115)        
remote: Compressing objects:   7% (9/115)        
remote: Compressing objects:   8% (10/115)        
remote: Compressing objects:   9% (11/115)        
remote: Compressing objects:  10% (12/115)        
remote: Compressing objects:  11% (13/115)        
remote: Compressing objects:  12% (14/115)        
remote: Compressing objects:  13% (15/115)        
remote: Compressing objects:  14% (17/115)        
remote: Compressing objects:  15% (18/115)        
remote: Compressing objects:  16% (19/115)        
remote: Compressing objects:  17% (20/115)        
remote: Compressing objects:  18% (21/115)        
remote: Compressing objects:  19% (22/115)        
remote: Compressing objects:  20% (23/115)        
remote: Compressing objects:  21% (25/115)        
remote: Compressing objects:  22% (26/115)        
remote: Compressing objects:  23% (27/115)        
remote: Compressing objects:  24% (28/115)        
remote: Compressing objects:  25% (29/115)        
remote: Compressing objects:  26% (30/115)        
remote: Compressing objects:  27% (32/115)        
remote: Compressing objects:  28% (33/115)        
remote: Compressing objects:  29% (34/115)        
remote: Compressing objects:  30% (35/115)        
remote: Compressing objects:  31% (36/115)        
remote: Compressing objects:  32% (37/115)        
remote: Compressing objects:  33% (38/115)        
remote: Compressing objects:  34% (40/115)        
remote: Compressing objects:  35% (41/115)        
remote: Compressing objects:  36% (42/115)        
remote: Compressing objects:  37% (43/115)        
remote: Compressing objects:  38% (44/115)        
remote: Compressing objects:  39% (45/115)        
remote: Compressing objects:  40% (46/115)        
remote: Compressing objects:  41% (48/115)        
remote: Compressing objects:  42% (49/115)        
remote: Compressing objects:  43% (50/115)        
remote: Compressing objects:  44% (51/115)        
remote: Compressing objects:  45% (52/115)        
remote: Compressing objects:  46% (53/115)        
remote: Compressing objects:  47% (55/115)        
remote: Compressing objects:  48% (56/115)        
remote: Compressing objects:  49% (57/115)        
remote: Compressing objects:  50% (58/115)        
remote: Compressing objects:  51% (59/115)        
remote: Compressing objects:  52% (60/115)        
remote: Compressing objects:  53% (61/115)        
remote: Compressing objects:  54% (63/115)        
remote: Compressing objects:  55% (64/115)        
remote: Compressing objects:  56% (65/115)        
remote: Compressing objects:  57% (66/115)        
remote: Compressing objects:  58% (67/115)        
remote: Compressing objects:  59% (68/115)        
remote: Compressing objects:  60% (69/115)        
remote: Compressing objects:  61% (71/115)        
remote: Compressing objects:  62% (72/115)        
remote: Compressing objects:  63% (73/115)        
remote: Compressing objects:  64% (74/115)        
remote: Compressing objects:  65% (75/115)        
remote: Compressing objects:  66% (76/115)        
remote: Compressing objects:  67% (78/115)        
remote: Compressing objects:  68% (79/115)        
remote: Compressing objects:  69% (80/115)        
remote: Compressing objects:  70% (81/115)        
remote: Compressing objects:  71% (82/115)        
remote: Compressing objects:  72% (83/115)        
remote: Compressing objects:  73% (84/115)        
remote: Compressing objects:  74% (86/115)        
remote: Compressing objects:  75% (87/115)        
remote: Compressing objects:  76% (88/115)        
remote: Compressing objects:  77% (89/115)        
remote: Compressing objects:  78% (90/115)        
remote: Compressing objects:  79% (91/115)        
remote: Compressing objects:  80% (92/115)        
remote: Compressing objects:  81% (94/115)        
remote: Compressing objects:  82% (95/115)        
remote: Compressing objects:  83% (96/115)        
remote: Compressing objects:  84% (97/115)        
remote: Compressing objects:  85% (98/115)        
remote: Compressing objects:  86% (99/115)        
remote: Compressing objects:  87% (101/115)        
remote: Compressing objects:  88% (102/115)        
remote: Compressing objects:  89% (103/115)        
remote: Compressing objects:  90% (104/115)        
remote: Compressing objects:  91% (105/115)        
remote: Compressing objects:  92% (106/115)        
remote: Compressing objects:  93% (107/115)        
remote: Compressing objects:  94% (109/115)        
remote: Compressing objects:  95% (110/115)        
remote: Compressing objects:  96% (111/115)        
remote: Compressing objects:  97% (112/115)        
remote: Compressing objects:  98% (113/115)        
remote: Compressing objects:  99% (114/115)        
remote: Compressing objects: 100% (115/115)        
remote: Compressing objects: 100% (115/115), done.        
Receiving objects:   0% (1/417)
Receiving objects:   1% (5/417)
Receiving objects:   2% (9/417)
Receiving objects:   3% (13/417)
Receiving objects:   4% (17/417)
Receiving objects:   5% (21/417)
Receiving objects:   6% (26/417)
Receiving objects:   7% (30/417)
Receiving objects:   8% (34/417)
Receiving objects:   9% (38/417)
Receiving objects:  10% (42/417)
Receiving objects:  11% (46/417)
Receiving objects:  12% (51/417)
Receiving objects:  13% (55/417)
remote: Total 417 (delta 92), reused 162 (delta 58), pack-reused 201        
Receiving objects:  14% (59/417)
Receiving objects:  15% (63/417)
Receiving objects:  16% (67/417)
Receiving objects:  17% (71/417)
Receiving objects:  18% (76/417)
Receiving objects:  19% (80/417)
Receiving objects:  20% (84/417)
Receiving objects:  21% (88/417)
Receiving objects:  22% (92/417)
Receiving objects:  23% (96/417)
Receiving objects:  24% (101/417)
Receiving objects:  25% (105/417)
Receiving objects:  26% (109/417)
Receiving objects:  27% (113/417)
Receiving objects:  28% (117/417)
Receiving objects:  29% (121/417)
Receiving objects:  30% (126/417)
Receiving objects:  31% (130/417)
Receiving objects:  32% (134/417)
Receiving objects:  33% (138/417)
Receiving objects:  34% (142/417)
Receiving objects:  35% (146/417)
Receiving objects:  36% (151/417)
Receiving objects:  37% (155/417)
Receiving objects:  38% (159/417)
Receiving objects:  39% (163/417)
Receiving objects:  40% (167/417)
Receiving objects:  41% (171/417)
Receiving objects:  42% (176/417)
Receiving objects:  43% (180/417)
Receiving objects:  44% (184/417)
Receiving objects:  45% (188/417)
Receiving objects:  46% (192/417)
Receiving objects:  47% (196/417)
Receiving objects:  48% (201/417)
Receiving objects:  49% (205/417)
Receiving objects:  50% (209/417)
Receiving objects:  51% (213/417)
Receiving objects:  52% (217/417)
Receiving objects:  53% (222/417)
Receiving objects:  54% (226/417)
Receiving objects:  55% (230/417)
Receiving objects:  56% (234/417)
Receiving objects:  57% (238/417)
Receiving objects:  58% (242/417)
Receiving objects:  59% (247/417)
Receiving objects:  60% (251/417)
Receiving objects:  61% (255/417)
Receiving objects:  62% (259/417)
Receiving objects:  63% (263/417)
Receiving objects:  64% (267/417)
Receiving objects:  65% (272/417)
Receiving objects:  66% (276/417)
Receiving objects:  67% (280/417)
Receiving objects:  68% (284/417)
Receiving objects:  69% (288/417)
Receiving objects:  70% (292/417)
Receiving objects:  71% (297/417)
Receiving objects:  72% (301/417)
Receiving objects:  73% (305/417)
Receiving objects:  74% (309/417)
Receiving objects:  75% (313/417)
Receiving objects:  76% (317/417)
Receiving objects:  77% (322/417)
Receiving objects:  78% (326/417)
Receiving objects:  79% (330/417)
Receiving objects:  80% (334/417)
Receiving objects:  81% (338/417)
Receiving objects:  82% (342/417)
Receiving objects:  83% (347/417)
Receiving objects:  84% (351/417)
Receiving objects:  85% (355/417)
Receiving objects:  86% (359/417)
Receiving objects:  87% (363/417)
Receiving objects:  88% (367/417)
Receiving objects:  89% (372/417)
Receiving objects:  90% (376/417)
Receiving objects:  91% (380/417)
Receiving objects:  92% (384/417)
Receiving objects:  93% (388/417)
Receiving objects:  94% (392/417)
Receiving objects:  95% (397/417)
Receiving objects:  96% (401/417)
Receiving objects:  97% (405/417)
Receiving objects:  98% (409/417)
Receiving objects:  99% (413/417)
Receiving objects: 100% (417/417)
Receiving objects: 100% (417/417), 76.33 KiB | 25.44 MiB/s, done.
Resolving deltas:   0% (0/165)
Resolving deltas:   1% (2/165)
Resolving deltas:   3% (6/165)
Resolving deltas:   4% (7/165)
Resolving deltas:   6% (10/165)
Resolving deltas:  12% (20/165)
Resolving deltas:  22% (37/165)
Resolving deltas:  23% (39/165)
Resolving deltas:  24% (40/165)
Resolving deltas:  26% (43/165)
Resolving deltas:  27% (46/165)
Resolving deltas:  28% (47/165)
Resolving deltas:  30% (50/165)
Resolving deltas:  31% (52/165)
Resolving deltas:  32% (53/165)
Resolving deltas:  33% (55/165)
Resolving deltas:  34% (57/165)
Resolving deltas:  36% (61/165)
Resolving deltas:  38% (63/165)
Resolving deltas:  39% (65/165)
Resolving deltas:  40% (66/165)
Resolving deltas:  41% (68/165)
Resolving deltas:  43% (71/165)
Resolving deltas:  56% (94/165)
Resolving deltas:  65% (108/165)
Resolving deltas:  70% (117/165)
Resolving deltas:  71% (118/165)
Resolving deltas:  72% (119/165)
Resolving deltas:  76% (127/165)
Resolving deltas:  80% (132/165)
Resolving deltas:  84% (139/165)
Resolving deltas:  85% (141/165)
Resolving deltas:  86% (142/165)
Resolving deltas:  89% (147/165)
Resolving deltas:  90% (150/165)
Resolving deltas:  91% (151/165)
Resolving deltas:  92% (153/165)
Resolving deltas:  93% (155/165)
Resolving deltas:  94% (156/165)
Resolving deltas:  95% (157/165)
Resolving deltas: 100% (165/165)
Resolving deltas: 100% (165/165), done.
Cloning into '/root/workspace/weifang-config/container/A004/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.        
remote: Total 102 (delta 18), reused 28 (delta 12), pack-reused 63        
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)
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:   9% (5/54)
Resolving deltas:  16% (9/54)
Resolving deltas:  20% (11/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:  51% (28/54)
Resolving deltas:  53% (29/54)
Resolving deltas:  55% (30/54)
Resolving deltas:  62% (34/54)
Resolving deltas:  66% (36/54)
Resolving deltas:  68% (37/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:  83% (45/54)
Resolving deltas:  87% (47/54)
Resolving deltas:  88% (48/54)
Resolving deltas:  98% (53/54)
Resolving deltas: 100% (54/54)
Resolving deltas: 100% (54/54), done.
Cloning into '/root/workspace/weifang-config/container/A004/params_new/msf-vehicle'...
remote: Enumerating objects: 38, done.        
remote: Counting objects:  33% (1/3)        
remote: Counting objects:  66% (2/3)        
remote: Counting objects: 100% (3/3)        
remote: Counting objects: 100% (3/3), done.        
remote: Compressing objects:  33% (1/3)        
remote: Compressing objects:  66% (2/3)        
remote: Compressing objects: 100% (3/3)        
remote: Compressing objects: 100% (3/3), done.        
remote: Total 38 (delta 0), reused 0 (delta 0), pack-reused 35        
Receiving objects:   2% (1/38)
Receiving objects:   5% (2/38)
Receiving objects:   7% (3/38)
Receiving objects:  10% (4/38)
Receiving objects:  13% (5/38)
Receiving objects:  15% (6/38)
Receiving objects:  18% (7/38)
Receiving objects:  21% (8/38)
Receiving objects:  23% (9/38)
Receiving objects:  26% (10/38)
Receiving objects:  28% (11/38)
Receiving objects:  31% (12/38)
Receiving objects:  34% (13/38)
Receiving objects:  36% (14/38)
Receiving objects:  39% (15/38)
Receiving objects:  42% (16/38)
Receiving objects:  44% (17/38)
Receiving objects:  47% (18/38)
Receiving objects:  50% (19/38)
Receiving objects:  52% (20/38)
Receiving objects:  55% (21/38)
Receiving objects:  57% (22/38)
Receiving objects:  60% (23/38)
Receiving objects:  63% (24/38)
Receiving objects:  65% (25/38)
Receiving objects:  68% (26/38)
Receiving objects:  71% (27/38)
Receiving objects:  73% (28/38)
Receiving objects:  76% (29/38)
Receiving objects:  78% (30/38)
Receiving objects:  81% (31/38)
Receiving objects:  84% (32/38)
Receiving objects:  86% (33/38)
Receiving objects:  89% (34/38)
Receiving objects:  92% (35/38)
Receiving objects:  94% (36/38)
Receiving objects:  97% (37/38)
Receiving objects: 100% (38/38)
Receiving objects: 100% (38/38), 4.59 KiB | 4.59 MiB/s, done.
Resolving deltas:   0% (0/17)
Resolving deltas:  41% (7/17)
Resolving deltas: 100% (17/17)
Resolving deltas: 100% (17/17), done.
Cloning into '/root/workspace/weifang-config/container/A004/params_new/perception_camera_driver'...
remote: Enumerating objects: 26, done.        
remote: Counting objects:   3% (1/26)        
remote: Counting objects:   7% (2/26)        
remote: Counting objects:  11% (3/26)        
remote: Counting objects:  15% (4/26)        
remote: Counting objects:  19% (5/26)        
remote: Counting objects:  23% (6/26)        
remote: Counting objects:  26% (7/26)        
remote: Counting objects:  30% (8/26)        
remote: Counting objects:  34% (9/26)        
remote: Counting objects:  38% (10/26)        
remote: Counting objects:  42% (11/26)        
remote: Counting objects:  46% (12/26)        
remote: Counting objects:  50% (13/26)        
remote: Counting objects:  53% (14/26)        
remote: Counting objects:  57% (15/26)        
remote: Counting objects:  61% (16/26)        
remote: Counting objects:  65% (17/26)        
remote: Counting objects:  69% (18/26)        
remote: Counting objects:  73% (19/26)        
remote: Counting objects:  76% (20/26)        
remote: Counting objects:  80% (21/26)        
remote: Counting objects:  84% (22/26)        
remote: Counting objects:  88% (23/26)        
remote: Counting objects:  92% (24/26)        
remote: Counting objects:  96% (25/26)        
remote: Counting objects: 100% (26/26)        
remote: Counting objects: 100% (26/26), done.        
remote: Compressing objects:   8% (1/12)        
remote: Compressing objects:  16% (2/12)        
remote: Compressing objects:  25% (3/12)        
remote: Compressing objects:  33% (4/12)        
remote: Compressing objects:  41% (5/12)        
remote: Compressing objects:  50% (6/12)        
remote: Compressing objects:  58% (7/12)        
remote: Compressing objects:  66% (8/12)        
remote: Compressing objects:  75% (9/12)        
remote: Compressing objects:  83% (10/12)        
remote: Compressing objects:  91% (11/12)        
remote: Compressing objects: 100% (12/12)        
remote: Compressing objects: 100% (12/12), done.        
remote: Total 26 (delta 4), reused 0 (delta 0), pack-reused 0        
Receiving objects:   3% (1/26)
Receiving objects:   7% (2/26)
Receiving objects:  11% (3/26)
Receiving objects:  15% (4/26)
Receiving objects:  19% (5/26)
Receiving objects:  23% (6/26)
Receiving objects:  26% (7/26)
Receiving objects:  30% (8/26)
Receiving objects:  34% (9/26)
Receiving objects:  38% (10/26)
Receiving objects:  42% (11/26)
Receiving objects:  46% (12/26)
Receiving objects:  50% (13/26)
Receiving objects:  53% (14/26)
Receiving objects:  57% (15/26)
Receiving objects:  61% (16/26)
Receiving objects:  65% (17/26)
Receiving objects:  69% (18/26)
Receiving objects:  73% (19/26)
Receiving objects:  76% (20/26)
Receiving objects:  80% (21/26)
Receiving objects:  84% (22/26)
Receiving objects:  88% (23/26)
Receiving objects:  92% (24/26)
Receiving objects:  96% (25/26)
Receiving objects: 100% (26/26)
Receiving objects: 100% (26/26), done.
Resolving deltas:   0% (0/4)
Resolving deltas: 100% (4/4)
Resolving deltas: 100% (4/4), done.
Cloning into '/root/workspace/weifang-config/container/A004/params_new/perception_data_collection'...
remote: Enumerating objects: 106, done.        
remote: Counting objects:   1% (1/94)        
remote: Counting objects:   2% (2/94)        
remote: Counting objects:   3% (3/94)        
remote: Counting objects:   4% (4/94)        
remote: Counting objects:   5% (5/94)        
remote: Counting objects:   6% (6/94)        
remote: Counting objects:   7% (7/94)        
remote: Counting objects:   8% (8/94)        
remote: Counting objects:   9% (9/94)        
remote: Counting objects:  10% (10/94)        
remote: Counting objects:  11% (11/94)        
remote: Counting objects:  12% (12/94)        
remote: Counting objects:  13% (13/94)        
remote: Counting objects:  14% (14/94)        
remote: Counting objects:  15% (15/94)        
remote: Counting objects:  17% (16/94)        
remote: Counting objects:  18% (17/94)        
remote: Counting objects:  19% (18/94)        
remote: Counting objects:  20% (19/94)        
remote: Counting objects:  21% (20/94)        
remote: Counting objects:  22% (21/94)        
remote: Counting objects:  23% (22/94)        
remote: Counting objects:  24% (23/94)        
remote: Counting objects:  25% (24/94)        
remote: Counting objects:  26% (25/94)        
remote: Counting objects:  27% (26/94)        
remote: Counting objects:  28% (27/94)        
remote: Counting objects:  29% (28/94)
remote: Counting objects:  30% (29/94)        
remote: Counting objects:  31% (30/94)        
remote: Counting objects:  32% (31/94)        
remote: Counting objects:  34% (32/94)        
remote: Counting objects:  35% (33/94)        
remote: Counting objects:  36% (34/94)        
remote: Counting objects:  37% (35/94)        
remote: Counting objects:  38% (36/94)        
remote: Counting objects:  39% (37/94)        
remote: Counting objects:  40% (38/94)        
remote: Counting objects:  41% (39/94)        
remote: Counting objects:  42% (40/94)        
remote: Counting objects:  43% (41/94)        
remote: Counting objects:  44% (42/94)        
remote: Counting objects:  45% (43/94)        
remote: Counting objects:  46% (44/94)        
remote: Counting objects:  47% (45/94)        
remote: Counting objects:  48% (46/94)        
remote: Counting objects:  50% (47/94)        
remote: Counting objects:  51% (48/94)        
remote: Counting objects:  52% (49/94)        
remote: Counting objects:  53% (50/94)        
remote: Counting objects:  54% (51/94)        
remote: Counting objects:  55% (52/94)        
remote: Counting objects:  56% (53/94)        
remote: Counting objects:  57% (54/94)        
remote: Counting objects:  58% (55/94)        
remote: Counting objects:  59% (56/94)        
remote: Counting objects:  60% (57/94)        
remote: Counting objects:  61% (58/94)        
remote: Counting objects:  62% (59/94)        
remote: Counting objects:  63% (60/94)        
remote: Counting objects:  64% (61/94)        
remote: Counting objects:  65% (62/94)        
remote: Counting objects:  67% (63/94)        
remote: Counting objects:  68% (64/94)        
remote: Counting objects:  69% (65/94)        
remote: Counting objects:  70% (66/94)        
remote: Counting objects:  71% (67/94)        
remote: Counting objects:  72% (68/94)        
remote: Counting objects:  73% (69/94)        
remote: Counting objects:  74% (70/94)        
remote: Counting objects:  75% (71/94)        
remote: Counting objects:  76% (72/94)        
remote: Counting objects:  77% (73/94)        
remote: Counting objects:  78% (74/94)        
remote: Counting objects:  79% (75/94)        
remote: Counting objects:  80% (76/94)        
remote: Counting objects:  81% (77/94)        
remote: Counting objects:  82% (78/94)        
remote: Counting objects:  84% (79/94)        
remote: Counting objects:  85% (80/94)        
remote: Counting objects:  86% (81/94)        
remote: Counting objects:  87% (82/94)        
remote: Counting objects:  88% (83/94)        
remote: Counting objects:  89% (84/94)        
remote: Counting objects:  90% (85/94)        
remote: Counting objects:  91% (86/94)        
remote: Counting objects:  92% (87/94)        
remote: Counting objects:  93% (88/94)        
remote: Counting objects:  94% (89/94)        
remote: Counting objects:  95% (90/94)        
remote: Counting objects:  96% (91/94)        
remote: Counting objects:  97% (92/94)        
remote: Counting objects:  98% (93/94)        
remote: Counting objects: 100% (94/94)        
remote: Counting objects: 100% (94/94), done.        
remote: Compressing objects:   1% (1/64)        
remote: Compressing objects:   3% (2/64)        
remote: Compressing objects:   4% (3/64)        
remote: Compressing objects:   6% (4/64)        
remote: Compressing objects:   7% (5/64)        
remote: Compressing objects:   9% (6/64)        
remote: Compressing objects:  10% (7/64)        
remote: Compressing objects:  12% (8/64)        
remote: Compressing objects:  14% (9/64)        
remote: Compressing objects:  15% (10/64)        
remote: Compressing objects:  17% (11/64)        
remote: Compressing objects:  18% (12/64)        
remote: Compressing objects:  20% (13/64)        
remote: Compressing objects:  21% (14/64)        
remote: Compressing objects:  23% (15/64)        
remote: Compressing objects:  25% (16/64)        
remote: Compressing objects:  26% (17/64)        
remote: Compressing objects:  28% (18/64)        
remote: Compressing objects:  29% (19/64)        
remote: Compressing objects:  31% (20/64)        
remote: Compressing objects:  32% (21/64)        
remote: Compressing objects:  34% (22/64)        
remote: Compressing objects:  35% (23/64)        
remote: Compressing objects:  37% (24/64)        
remote: Compressing objects:  39% (25/64)        
remote: Compressing objects:  40% (26/64)        
remote: Compressing objects:  42% (27/64)        
remote: Compressing objects:  43% (28/64)        
remote: Compressing objects:  45% (29/64)        
remote: Compressing objects:  46% (30/64)        
remote: Compressing objects:  48% (31/64)        
remote: Compressing objects:  50% (32/64)        
remote: Compressing objects:  51% (33/64)        
remote: Compressing objects:  53% (34/64)        
remote: Compressing objects:  54% (35/64)        
remote: Compressing objects:  56% (36/64)        
remote: Compressing objects:  57% (37/64)        
remote: Compressing objects:  59% (38/64)        
remote: Compressing objects:  60% (39/64)        
remote: Compressing objects:  62% (40/64)        
remote: Compressing objects:  64% (41/64)        
remote: Compressing objects:  65% (42/64)        
remote: Compressing objects:  67% (43/64)        
remote: Compressing objects:  68% (44/64)        
remote: Compressing objects:  70% (45/64)        
remote: Compressing objects:  71% (46/64)        
remote: Compressing objects:  73% (47/64)        
remote: Compressing objects:  75% (48/64)        
remote: Compressing objects:  76% (49/64)        
remote: Compressing objects:  78% (50/64)        
remote: Compressing objects:  79% (51/64)        
remote: Compressing objects:  81% (52/64)        
remote: Compressing objects:  82% (53/64)        
remote: Compressing objects:  84% (54/64)        
remote: Compressing objects:  85% (55/64)        
remote: Compressing objects:  87% (56/64)        
remote: Compressing objects:  89% (57/64)        
remote: Compressing objects:  90% (58/64)        
remote: Compressing objects:  92% (59/64)        
remote: Compressing objects:  93% (60/64)        
remote: Compressing objects:  95% (61/64)        
remote: Compressing objects:  96% (62/64)        
remote: Compressing objects:  98% (63/64)        
remote: Compressing objects: 100% (64/64)        
remote: Compressing objects: 100% (64/64), done.        
remote: Total 106 (delta 45), reused 46 (delta 18), pack-reused 12        
Receiving objects:   0% (1/106)
Receiving objects:   1% (2/106)
Receiving objects:   2% (3/106)
Receiving objects:   3% (4/106)
Receiving objects:   4% (5/106)
Receiving objects:   5% (6/106)
Receiving objects:   6% (7/106)
Receiving objects:   7% (8/106)
Receiving objects:   8% (9/106)
Receiving objects:   9% (10/106)
Receiving objects:  10% (11/106)
Receiving objects:  11% (12/106)
Receiving objects:  12% (13/106)
Receiving objects:  13% (14/106)
Receiving objects:  14% (15/106)
Receiving objects:  15% (16/106)
Receiving objects:  16% (17/106)
Receiving objects:  17% (19/106)
Receiving objects:  18% (20/106)
Receiving objects:  19% (21/106)
Receiving objects:  20% (22/106)
Receiving objects:  21% (23/106)
Receiving objects:  22% (24/106)
Receiving objects:  23% (25/106)
Receiving objects:  24% (26/106)
Receiving objects:  25% (27/106)
Receiving objects:  26% (28/106)
Receiving objects:  27% (29/106)
Receiving objects:  28% (30/106)
Receiving objects:  29% (31/106)
Receiving objects:  30% (32/106)
Receiving objects:  31% (33/106)
Receiving objects:  32% (34/106)
Receiving objects:  33% (35/106)
Receiving objects:  34% (37/106)
Receiving objects:  35% (38/106)
Receiving objects:  36% (39/106)
Receiving objects:  37% (40/106)
Receiving objects:  38% (41/106)
Receiving objects:  39% (42/106)
Receiving objects:  40% (43/106)
Receiving objects:  41% (44/106)
Receiving objects:  42% (45/106)
Receiving objects:  43% (46/106)
Receiving objects:  44% (47/106)
Receiving objects:  45% (48/106)
Receiving objects:  46% (49/106)
Receiving objects:  47% (50/106)
Receiving objects:  48% (51/106)
Receiving objects:  49% (52/106)
Receiving objects:  50% (53/106)
Receiving objects:  51% (55/106)
Receiving objects:  52% (56/106)
Receiving objects:  53% (57/106)
Receiving objects:  54% (58/106)
Receiving objects:  55% (59/106)
Receiving objects:  56% (60/106)
Receiving objects:  57% (61/106)
Receiving objects:  58% (62/106)
Receiving objects:  59% (63/106)
Receiving objects:  60% (64/106)
Receiving objects:  61% (65/106)
Receiving objects:  62% (66/106)
Receiving objects:  63% (67/106)
Receiving objects:  64% (68/106)
Receiving objects:  65% (69/106)
Receiving objects:  66% (70/106)
Receiving objects:  67% (72/106)
Receiving objects:  68% (73/106)
Receiving objects:  69% (74/106)
Receiving objects:  70% (75/106)
Receiving objects:  71% (76/106)
Receiving objects:  72% (77/106)
Receiving objects:  73% (78/106)
Receiving objects:  74% (79/106)
Receiving objects:  75% (80/106)
Receiving objects:  76% (81/106)
Receiving objects:  77% (82/106)
Receiving objects:  78% (83/106)
Receiving objects:  79% (84/106)
Receiving objects:  80% (85/106)
Receiving objects:  81% (86/106)
Receiving objects:  82% (87/106)
Receiving objects:  83% (88/106)
Receiving objects:  84% (90/106)
Receiving objects:  85% (91/106)
Receiving objects:  86% (92/106)
Receiving objects:  87% (93/106)
Receiving objects:  88% (94/106)
Receiving objects:  89% (95/106)
Receiving objects:  90% (96/106)
Receiving objects:  91% (97/106)
Receiving objects:  92% (98/106)
Receiving objects:  93% (99/106)
Receiving objects:  94% (100/106)
Receiving objects:  95% (101/106)
Receiving objects:  96% (102/106)
Receiving objects:  97% (103/106)
Receiving objects:  98% (104/106)
Receiving objects:  99% (105/106)
Receiving objects: 100% (106/106)
Receiving objects: 100% (106/106), 9.37 KiB | 9.37 MiB/s, done.
Resolving deltas:   0% (0/47)
Resolving deltas:   2% (1/47)
Resolving deltas:   4% (2/47)
Resolving deltas:   6% (3/47)
Resolving deltas:   8% (4/47)
Resolving deltas:  10% (5/47)
Resolving deltas:  12% (6/47)
Resolving deltas:  31% (15/47)
Resolving deltas:  38% (18/47)
Resolving deltas:  42% (20/47)
Resolving deltas:  55% (26/47)
Resolving deltas:  57% (27/47)
Resolving deltas:  59% (28/47)
Resolving deltas:  61% (29/47)
Resolving deltas: 100% (47/47)
Resolving deltas: 100% (47/47), done.
Cloning into '/root/workspace/weifang-config/container/A004/params_new/perception_lane_detection'...
remote: Enumerating objects: 125, done.        
remote: Counting objects:   1% (1/84)        
remote: Counting objects:   2% (2/84)        
remote: Counting objects:   3% (3/84)        
remote: Counting objects:   4% (4/84)        
remote: Counting objects:   5% (5/84)        
remote: Counting objects:   7% (6/84)        
remote: Counting objects:   8% (7/84)        
remote: Counting objects:   9% (8/84)        
remote: Counting objects:  10% (9/84)        
remote: Counting objects:  11% (10/84)        
remote: Counting objects:  13% (11/84)        
remote: Counting objects:  14% (12/84)        
remote: Counting objects:  15% (13/84)        
remote: Counting objects:  16% (14/84)        
remote: Counting objects:  17% (15/84)        
remote: Counting objects:  19% (16/84)        
remote: Counting objects:  20% (17/84)        
remote: Counting objects:  21% (18/84)        
remote: Counting objects:  22% (19/84)        
remote: Counting objects:  23% (20/84)        
remote: Counting objects:  25% (21/84)        
remote: Counting objects:  26% (22/84)        
remote: Counting objects:  27% (23/84)        
remote: Counting objects:  28% (24/84)        
remote: Counting objects:  29% (25/84)        
remote: Counting objects:  30% (26/84)        
remote: Counting objects:  32% (27/84)        
remote: Counting objects:  33% (28/84)        
remote: Counting objects:  34% (29/84)        
remote: Counting objects:  35% (30/84)        
remote: Counting objects:  36% (31/84)        
remote: Counting objects:  38% (32/84)        
remote: Counting objects:  39% (33/84)        
remote: Counting objects:  40% (34/84)        
remote: Counting objects:  41% (35/84)        
remote: Counting objects:  42% (36/84)        
remote: Counting objects:  44% (37/84)        
remote: Counting objects:  45% (38/84)        
remote: Counting objects:  46% (39/84)        
remote: Counting objects:  47% (40/84)        
remote: Counting objects:  48% (41/84)        
remote: Counting objects:  50% (42/84)        
remote: Counting objects:  51% (43/84)        
remote: Counting objects:  52% (44/84)        
remote: Counting objects:  53% (45/84)        
remote: Counting objects:  54% (46/84)        
remote: Counting objects:  55% (47/84)        
remote: Counting objects:  57% (48/84)        
remote: Counting objects:  58% (49/84)        
remote: Counting objects:  59% (50/84)        
remote: Counting objects:  60% (51/84)        
remote: Counting objects:  61% (52/84)        
remote: Counting objects:  63% (53/84)        
remote: Counting objects:  64% (54/84)        
remote: Counting objects:  65% (55/84)        
remote: Counting objects:  66% (56/84)        
remote: Counting objects:  67% (57/84)        
remote: Counting objects:  69% (58/84)        
remote: Counting objects:  70% (59/84)        
remote: Counting objects:  71% (60/84)        
remote: Counting objects:  72% (61/84)        
remote: Counting objects:  73% (62/84)        
remote: Counting objects:  75% (63/84)        
remote: Counting objects:  76% (64/84)        
remote: Counting objects:  77% (65/84)        
remote: Counting objects:  78% (66/84)        
remote: Counting objects:  79% (67/84)        
remote: Counting objects:  80% (68/84)        
remote: Counting objects:  82% (69/84)        
remote: Counting objects:  83% (70/84)        
remote: Counting objects:  84% (71/84)        
remote: Counting objects:  85% (72/84)        
remote: Counting objects:  86% (73/84)        
remote: Counting objects:  88% (74/84)        
remote: Counting objects:  89% (75/84)        
remote: Counting objects:  90% (76/84)        
remote: Counting objects:  91% (77/84)        
remote: Counting objects:  92% (78/84)        
remote: Counting objects:  94% (79/84)        
remote: Counting objects:  95% (80/84)        
remote: Counting objects:  96% (81/84)        
remote: Counting objects:  97% (82/84)        
remote: Counting objects:  98% (83/84)        
remote: Counting objects: 100% (84/84)        
remote: Counting objects: 100% (84/84), done.        
remote: Compressing objects:   2% (1/39)        
remote: Compressing objects:   5% (2/39)        
remote: Compressing objects:   7% (3/39)        
remote: Compressing objects:  10% (4/39)        
remote: Compressing objects:  12% (5/39)        
remote: Compressing objects:  15% (6/39)        
remote: Compressing objects:  17% (7/39)        
remote: Compressing objects:  20% (8/39)        
remote: Compressing objects:  23% (9/39)        
remote: Compressing objects:  25% (10/39)        
remote: Compressing objects:  28% (11/39)        
remote: Compressing objects:  30% (12/39)        
remote: Compressing objects:  33% (13/39)        
remote: Compressing objects:  35% (14/39)        
remote: Compressing objects:  38% (15/39)        
remote: Compressing objects:  41% (16/39)        
remote: Compressing objects:  43% (17/39)        
remote: Compressing objects:  46% (18/39)        
remote: Compressing objects:  48% (19/39)        
remote: Compressing objects:  51% (20/39)        
remote: Compressing objects:  53% (21/39)        
remote: Compressing objects:  56% (22/39)        
remote: Compressing objects:  58% (23/39)        
remote: Compressing objects:  61% (24/39)        
remote: Compressing objects:  64% (25/39)        
remote: Compressing objects:  66% (26/39)        
remote: Compressing objects:  69% (27/39)        
remote: Compressing objects:  71% (28/39)        
remote: Compressing objects:  74% (29/39)        
remote: Compressing objects:  76% (30/39)        
remote: Compressing objects:  79% (31/39)        
remote: Compressing objects:  82% (32/39)        
remote: Compressing objects:  84% (33/39)        
remote: Compressing objects:  87% (34/39)        
remote: Compressing objects:  89% (35/39)        
remote: Compressing objects:  92% (36/39)        
remote: Compressing objects:  94% (37/39)        
remote: Compressing objects:  97% (38/39)        
remote: Compressing objects: 100% (39/39)        
remote: Compressing objects: 100% (39/39), done.        
remote: Total 125 (delta 15), reused 64 (delta 10), pack-reused 41        
Receiving objects:   0% (1/125)
Receiving objects:   1% (2/125)
Receiving objects:   2% (3/125)
Receiving objects:   3% (4/125)
Receiving objects:   4% (5/125)
Receiving objects:   5% (7/125)
Receiving objects:   6% (8/125)
Receiving objects:   7% (9/125)
Receiving objects:   8% (10/125)
Receiving objects:   9% (12/125)
Receiving objects:  10% (13/125)
Receiving objects:  11% (14/125)
Receiving objects:  12% (15/125)
Receiving objects:  13% (17/125)
Receiving objects:  14% (18/125)
Receiving objects:  15% (19/125)
Receiving objects:  16% (20/125)
Receiving objects:  17% (22/125)
Receiving objects:  18% (23/125)
Receiving objects:  19% (24/125)
Receiving objects:  20% (25/125)
Receiving objects:  21% (27/125)
Receiving objects:  22% (28/125)
Receiving objects:  23% (29/125)
Receiving objects:  24% (30/125)
Receiving objects:  25% (32/125)
Receiving objects:  26% (33/125)
Receiving objects:  27% (34/125)
Receiving objects:  28% (35/125)
Receiving objects:  29% (37/125)
Receiving objects:  30% (38/125)
Receiving objects:  31% (39/125)
Receiving objects:  32% (40/125)
Receiving objects:  33% (42/125)
Receiving objects:  34% (43/125)
Receiving objects:  35% (44/125)
Receiving objects:  36% (45/125)
Receiving objects:  37% (47/125)
Receiving objects:  38% (48/125)
Receiving objects:  39% (49/125)
Receiving objects:  40% (50/125)
Receiving objects:  41% (52/125)
Receiving objects:  42% (53/125)
Receiving objects:  43% (54/125)
Receiving objects:  44% (55/125)
Receiving objects:  45% (57/125)
Receiving objects:  46% (58/125)
Receiving objects:  47% (59/125)
Receiving objects:  48% (60/125)
Receiving objects:  49% (62/125)
Receiving objects:  50% (63/125)
Receiving objects:  51% (64/125)
Receiving objects:  52% (65/125)
Receiving objects:  53% (67/125)
Receiving objects:  54% (68/125)
Receiving objects:  55% (69/125)
Receiving objects:  56% (70/125)
Receiving objects:  57% (72/125)
Receiving objects:  58% (73/125)
Receiving objects:  59% (74/125)
Receiving objects:  60% (75/125)
Receiving objects:  61% (77/125)
Receiving objects:  62% (78/125)
Receiving objects:  63% (79/125)
Receiving objects:  64% (80/125)
Receiving objects:  65% (82/125)
Receiving objects:  66% (83/125)
Receiving objects:  67% (84/125)
Receiving objects:  68% (85/125)
Receiving objects:  69% (87/125)
Receiving objects:  70% (88/125)
Receiving objects:  71% (89/125)
Receiving objects:  72% (90/125)
Receiving objects:  73% (92/125)
Receiving objects:  74% (93/125)
Receiving objects:  75% (94/125)
Receiving objects:  76% (95/125)
Receiving objects:  77% (97/125)
Receiving objects:  78% (98/125)
Receiving objects:  79% (99/125)
Receiving objects:  80% (100/125)
Receiving objects:  81% (102/125)
Receiving objects:  82% (103/125)
Receiving objects:  83% (104/125)
Receiving objects:  84% (105/125)
Receiving objects:  85% (107/125)
Receiving objects:  86% (108/125)
Receiving objects:  87% (109/125)
Receiving objects:  88% (110/125)
Receiving objects:  89% (112/125)
Receiving objects:  90% (113/125)
Receiving objects:  91% (114/125)
Receiving objects:  92% (115/125)
Receiving objects:  93% (117/125)
Receiving objects:  94% (118/125)
Receiving objects:  95% (119/125)
Receiving objects:  96% (120/125)
Receiving objects:  97% (122/125)
Receiving objects:  98% (123/125)
Receiving objects:  99% (124/125)
Receiving objects: 100% (125/125)
Receiving objects: 100% (125/125), 12.10 KiB | 12.10 MiB/s, done.
Resolving deltas:   0% (0/26)
Resolving deltas:  11% (3/26)
Resolving deltas:  65% (17/26)
Resolving deltas: 100% (26/26)
Resolving deltas: 100% (26/26), done.
Cloning into '/root/workspace/weifang-config/container/A004/params_new/perception_lidar_camera_fusion'...
remote: Enumerating objects: 30, done.        
remote: Counting objects:   5% (1/19)        
remote: Counting objects:  10% (2/19)        
remote: Counting objects:  15% (3/19)        
remote: Counting objects:  21% (4/19)        
remote: Counting objects:  26% (5/19)        
remote: Counting objects:  31% (6/19)        
remote: Counting objects:  36% (7/19)        
remote: Counting objects:  42% (8/19)        
remote: Counting objects:  47% (9/19)        
remote: Counting objects:  52% (10/19)        
remote: Counting objects:  57% (11/19)        
remote: Counting objects:  63% (12/19)        
remote: Counting objects:  68% (13/19)        
remote: Counting objects:  73% (14/19)        
remote: Counting objects:  78% (15/19)        
remote: Counting objects:  84% (16/19)        
remote: Counting objects:  89% (17/19)        
remote: Counting objects:  94% (18/19)        
remote: Counting objects: 100% (19/19)        
remote: Counting objects: 100% (19/19), done.        
remote: Compressing objects:   9% (1/11)        
remote: Compressing objects:  18% (2/11)        
remote: Compressing objects:  27% (3/11)        
remote: Compressing objects:  36% (4/11)        
remote: Compressing objects:  45% (5/11)        
remote: Compressing objects:  54% (6/11)        
remote: Compressing objects:  63% (7/11)        
remote: Compressing objects:  72% (8/11)        
remote: Compressing objects:  81% (9/11)        
remote: Compressing objects:  90% (10/11)        
remote: Compressing objects: 100% (11/11)        
remote: Compressing objects: 100% (11/11), done.        
remote: Total 30 (delta 2), reused 0 (delta 0), pack-reused 11        
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), 6.33 KiB | 6.33 MiB/s, done.
Resolving deltas:   0% (0/3)
Resolving deltas:  33% (1/3)
Resolving deltas:  66% (2/3)
Resolving deltas: 100% (3/3)
Resolving deltas: 100% (3/3), done.
Cloning into '/root/workspace/weifang-config/container/A004/params_new/perception_new_detection'...
remote: Enumerating objects: 4787, done.        
remote: Counting objects:   0% (1/183)        
remote: Counting objects:   1% (2/183)        
remote: Counting objects:   2% (4/183)        
remote: Counting objects:   3% (6/183)        
remote: Counting objects:   4% (8/183)        
remote: Counting objects:   5% (10/183)        
remote: Counting objects:   6% (11/183)        
remote: Counting objects:   7% (13/183)        
remote: Counting objects:   8% (15/183)        
remote: Counting objects:   9% (17/183)        
remote: Counting objects:  10% (19/183)        
remote: Counting objects:  11% (21/183)        
remote: Counting objects:  12% (22/183)        
remote: Counting objects:  13% (24/183)        
remote: Counting objects:  14% (26/183)        
remote: Counting objects:  15% (28/183)        
remote: Counting objects:  16% (30/183)        
remote: Counting objects:  17% (32/183)        
remote: Counting objects:  18% (33/183)        
remote: Counting objects:  19% (35/183)        
remote: Counting objects:  20% (37/183)        
remote: Counting objects:  21% (39/183)        
remote: Counting objects:  22% (41/183)        
remote: Counting objects:  23% (43/183)        
remote: Counting objects:  24% (44/183)        
remote: Counting objects:  25% (46/183)        
remote: Counting objects:  26% (48/183)        
remote: Counting objects:  27% (50/183)        
remote: Counting objects:  28% (52/183)        
remote: Counting objects:  29% (54/183)        
remote: Counting objects:  30% (55/183)        
remote: Counting objects:  31% (57/183)        
remote: Counting objects:  32% (59/183)        
remote: Counting objects:  33% (61/183)        
remote: Counting objects:  34% (63/183)        
remote: Counting objects:  35% (65/183)        
remote: Counting objects:  36% (66/183)        
remote: Counting objects:  37% (68/183)        
remote: Counting objects:  38% (70/183)        
remote: Counting objects:  39% (72/183)        
remote: Counting objects:  40% (74/183)        
remote: Counting objects:  41% (76/183)        
remote: Counting objects:  42% (77/183)        
remote: Counting objects:  43% (79/183)        
remote: Counting objects:  44% (81/183)        
remote: Counting objects:  45% (83/183)        
remote: Counting objects:  46% (85/183)        
remote: Counting objects:  47% (87/183)        
remote: Counting objects:  48% (88/183)        
remote: Counting objects:  49% (90/183)        
remote: Counting objects:  50% (92/183)        
remote: Counting objects:  51% (94/183)        
remote: Counting objects:  52% (96/183)        
remote: Counting objects:  53% (97/183)        
remote: Counting objects:  54% (99/183)        
remote: Counting objects:  55% (101/183)        
remote: Counting objects:  56% (103/183)        
remote: Counting objects:  57% (105/183)        
remote: Counting objects:  58% (107/183)        
remote: Counting objects:  59% (108/183)        
remote: Counting objects:  60% (110/183)        
remote: Counting objects:  61% (112/183)        
remote: Counting objects:  62% (114/183)        
remote: Counting objects:  63% (116/183)        
remote: Counting objects:  64% (118/183)        
remote: Counting objects:  65% (119/183)        
remote: Counting objects:  66% (121/183)        
remote: Counting objects:  67% (123/183)        
remote: Counting objects:  68% (125/183)        
remote: Counting objects:  69% (127/183)        
remote: Counting objects:  70% (129/183)        
remote: Counting objects:  71% (130/183)        
remote: Counting objects:  72% (132/183)        
remote: Counting objects:  73% (134/183)        
remote: Counting objects:  74% (136/183)        
remote: Counting objects:  75% (138/183)        
remote: Counting objects:  76% (140/183)        
remote: Counting objects:  77% (141/183)        
remote: Counting objects:  78% (143/183)        
remote: Counting objects:  79% (145/183)        
remote: Counting objects:  80% (147/183)        
remote: Counting objects:  81% (149/183)        
remote: Counting objects:  82% (151/183)        
remote: Counting objects:  83% (152/183)        
remote: Counting objects:  84% (154/183)        
remote: Counting objects:  85% (156/183)        
remote: Counting objects:  86% (158/183)        
remote: Counting objects:  87% (160/183)        
remote: Counting objects:  88% (162/183)        
remote: Counting objects:  89% (163/183)        
remote: Counting objects:  90% (165/183)        
remote: Counting objects:  91% (167/183)        
remote: Counting objects:  92% (169/183)        
remote: Counting objects:  93% (171/183)        
remote: Counting objects:  94% (173/183)        
remote: Counting objects:  95% (174/183)        
remote: Counting objects:  96% (176/183)        
remote: Counting objects:  97% (178/183)        
remote: Counting objects:  98% (180/183)        
remote: Counting objects:  99% (182/183)        
remote: Counting objects: 100% (183/183)        
remote: Counting objects: 100% (183/183), done.        
remote: Compressing objects:   0% (1/120)        
remote: Compressing objects:   1% (2/120)        
remote: Compressing objects:   2% (3/120)        
remote: Compressing objects:   3% (4/120)        
remote: Compressing objects:   4% (5/120)        
remote: Compressing objects:   5% (6/120)        
remote: Compressing objects:   6% (8/120)        
remote: Compressing objects:   7% (9/120)        
remote: Compressing objects:   8% (10/120)        
remote: Compressing objects:   9% (11/120)        
remote: Compressing objects:  10% (12/120)        
remote: Compressing objects:  11% (14/120)        
remote: Compressing objects:  12% (15/120)        
remote: Compressing objects:  13% (16/120)        
remote: Compressing objects:  14% (17/120)        
remote: Compressing objects:  15% (18/120)        
remote: Compressing objects:  16% (20/120)        
remote: Compressing objects:  17% (21/120)        
remote: Compressing objects:  18% (22/120)        
remote: Compressing objects:  19% (23/120)        
remote: Compressing objects:  20% (24/120)        
remote: Compressing objects:  21% (26/120)        
remote: Compressing objects:  22% (27/120)        
remote: Compressing objects:  23% (28/120)        
remote: Compressing objects:  24% (29/120)        
remote: Compressing objects:  25% (30/120)        
remote: Compressing objects:  26% (32/120)        
remote: Compressing objects:  27% (33/120)        
remote: Compressing objects:  28% (34/120)        
remote: Compressing objects:  29% (35/120)        
remote: Compressing objects:  30% (36/120)        
remote: Compressing objects:  31% (38/120)        
remote: Compressing objects:  32% (39/120)        
remote: Compressing objects:  33% (40/120)        
remote: Compressing objects:  34% (41/120)        
remote: Compressing objects:  35% (42/120)        
remote: Compressing objects:  36% (44/120)        
remote: Compressing objects:  37% (45/120)        
remote: Compressing objects:  38% (46/120)        
remote: Compressing objects:  39% (47/120)        
remote: Compressing objects:  40% (48/120)        
remote: Compressing objects:  41% (50/120)        
remote: Compressing objects:  42% (51/120)        
remote: Compressing objects:  43% (52/120)        
remote: Compressing objects:  44% (53/120)        
remote: Compressing objects:  45% (54/120)        
remote: Compressing objects:  46% (56/120)        
remote: Compressing objects:  47% (57/120)        
remote: Compressing objects:  48% (58/120)        
remote: Compressing objects:  49% (59/120)        
remote: Compressing objects:  50% (60/120)        
remote: Compressing objects:  51% (62/120)        
remote: Compressing objects:  52% (63/120)        
remote: Compressing objects:  53% (64/120)        
remote: Compressing objects:  54% (65/120)        
remote: Compressing objects:  55% (66/120)        
remote: Compressing objects:  56% (68/120)        
remote: Compressing objects:  57% (69/120)        
remote: Compressing objects:  58% (70/120)        
remote: Compressing objects:  59% (71/120)        
remote: Compressing objects:  60% (72/120)        
remote: Compressing objects:  61% (74/120)        
remote: Compressing objects:  62% (75/120)        
remote: Compressing objects:  63% (76/120)        
remote: Compressing objects:  64% (77/120)        
remote: Compressing objects:  65% (78/120)        
remote: Compressing objects:  66% (80/120)        
remote: Compressing objects:  67% (81/120)        
remote: Compressing objects:  68% (82/120)        
remote: Compressing objects:  69% (83/120)        
remote: Compressing objects:  70% (84/120)        
remote: Compressing objects:  71% (86/120)        
remote: Compressing objects:  72% (87/120)        
remote: Compressing objects:  73% (88/120)        
remote: Compressing objects:  74% (89/120)        
remote: Compressing objects:  75% (90/120)        
remote: Compressing objects:  76% (92/120)        
remote: Compressing objects:  77% (93/120)        
remote: Compressing objects:  78% (94/120)        
remote: Compressing objects:  79% (95/120)        
remote: Compressing objects:  80% (96/120)        
remote: Compressing objects:  81% (98/120)        
remote: Compressing objects:  82% (99/120)        
remote: Compressing objects:  83% (100/120)        
remote: Compressing objects:  84% (101/120)        
remote: Compressing objects:  85% (102/120)        
remote: Compressing objects:  86% (104/120)        
remote: Compressing objects:  87% (105/120)        
remote: Compressing objects:  88% (106/120)        
remote: Compressing objects:  89% (107/120)        
remote: Compressing objects:  90% (108/120)        
remote: Compressing objects:  91% (110/120)        
remote: Compressing objects:  92% (111/120)        
remote: Compressing objects:  93% (112/120)        
remote: Compressing objects:  94% (113/120)        
remote: Compressing objects:  95% (114/120)        
remote: Compressing objects:  96% (116/120)        
remote: Compressing objects:  97% (117/120)        
remote: Compressing objects:  98% (118/120)        
remote: Compressing objects:  99% (119/120)        
remote: Compressing objects: 100% (120/120)        
remote: Compressing objects: 100% (120/120), done.        
Receiving objects:   0% (1/4787)
Receiving objects:   1% (48/4787)
Receiving objects:   2% (96/4787)
Receiving objects:   3% (144/4787)
Receiving objects:   4% (192/4787)
Receiving objects:   5% (240/4787)
Receiving objects:   6% (288/4787)
Receiving objects:   7% (336/4787)
Receiving objects:   8% (383/4787)
Receiving objects:   9% (431/4787)
Receiving objects:  10% (479/4787)
Receiving objects:  11% (527/4787)
Receiving objects:  12% (575/4787)
Receiving objects:  13% (623/4787)
Receiving objects:  14% (671/4787)
Receiving objects:  15% (719/4787)
Receiving objects:  16% (766/4787)
Receiving objects:  17% (814/4787)
Receiving objects:  18% (862/4787)
Receiving objects:  19% (910/4787)
Receiving objects:  20% (958/4787)
Receiving objects:  21% (1006/4787)
Receiving objects:  22% (1054/4787)
Receiving objects:  23% (1102/4787)
Receiving objects:  24% (1149/4787)
Receiving objects:  25% (1197/4787)
Receiving objects:  26% (1245/4787)
Receiving objects:  27% (1293/4787)
Receiving objects:  28% (1341/4787)
Receiving objects:  29% (1389/4787)
Receiving objects:  30% (1437/4787)
Receiving objects:  31% (1484/4787)
Receiving objects:  32% (1532/4787)
Receiving objects:  33% (1580/4787)
Receiving objects:  34% (1628/4787)
Receiving objects:  35% (1676/4787)
Receiving objects:  36% (1724/4787)
Receiving objects:  37% (1772/4787)
Receiving objects:  38% (1820/4787)
Receiving objects:  39% (1867/4787)
Receiving objects:  40% (1915/4787)
Receiving objects:  41% (1963/4787)
Receiving objects:  42% (2011/4787)
Receiving objects:  43% (2059/4787)
Receiving objects:  44% (2107/4787)
Receiving objects:  45% (2155/4787)
Receiving objects:  46% (2203/4787)
Receiving objects:  47% (2250/4787)
Receiving objects:  48% (2298/4787)
Receiving objects:  49% (2346/4787)
Receiving objects:  50% (2394/4787)
Receiving objects:  51% (2442/4787)
Receiving objects:  52% (2490/4787)
Receiving objects:  53% (2538/4787)
Receiving objects:  54% (2585/4787)
Receiving objects:  55% (2633/4787)
Receiving objects:  56% (2681/4787)
Receiving objects:  57% (2729/4787)
Receiving objects:  58% (2777/4787)
Receiving objects:  59% (2825/4787)
Receiving objects:  60% (2873/4787)
Receiving objects:  61% (2921/4787)
Receiving objects:  62% (2968/4787)
Receiving objects:  63% (3016/4787)
Receiving objects:  64% (3064/4787)
Receiving objects:  65% (3112/4787)
Receiving objects:  66% (3160/4787)
Receiving objects:  67% (3208/4787)
Receiving objects:  68% (3256/4787)
Receiving objects:  69% (3304/4787)
Receiving objects:  70% (3351/4787)
Receiving objects:  71% (3399/4787)
Receiving objects:  72% (3447/4787)
Receiving objects:  73% (3495/4787)
Receiving objects:  74% (3543/4787)
Receiving objects:  75% (3591/4787)
Receiving objects:  76% (3639/4787)
Receiving objects:  77% (3686/4787)
Receiving objects:  78% (3734/4787)
Receiving objects:  79% (3782/4787)
Receiving objects:  80% (3830/4787)
Receiving objects:  81% (3878/4787)
Receiving objects:  82% (3926/4787)
Receiving objects:  83% (3974/4787)
Receiving objects:  84% (4022/4787)
remote: Total 4787 (delta 30), reused 170 (delta 26), pack-reused 4604        
Receiving objects:  85% (4069/4787)
Receiving objects:  86% (4117/4787)
Receiving objects:  87% (4165/4787)
Receiving objects:  88% (4213/4787)
Receiving objects:  89% (4261/4787)
Receiving objects:  90% (4309/4787)
Receiving objects:  91% (4357/4787)
Receiving objects:  92% (4405/4787)
Receiving objects:  93% (4452/4787)
Receiving objects:  94% (4500/4787)
Receiving objects:  95% (4548/4787)
Receiving objects:  96% (4596/4787)
Receiving objects:  97% (4644/4787)
Receiving objects:  98% (4692/4787)
Receiving objects:  99% (4740/4787)
Receiving objects: 100% (4787/4787)
Receiving objects: 100% (4787/4787), 501.05 KiB | 31.32 MiB/s, done.
Resolving deltas:   0% (0/919)
Resolving deltas:   1% (16/919)
Resolving deltas:   6% (57/919)
Resolving deltas:   7% (67/919)
Resolving deltas:   8% (74/919)
Resolving deltas:   9% (87/919)
Resolving deltas:  11% (104/919)
Resolving deltas:  14% (133/919)
Resolving deltas:  15% (145/919)
Resolving deltas:  16% (148/919)
Resolving deltas:  17% (157/919)
Resolving deltas:  18% (166/919)
Resolving deltas:  19% (175/919)
Resolving deltas:  20% (184/919)
Resolving deltas:  21% (202/919)
Resolving deltas:  22% (203/919)
Resolving deltas:  23% (213/919)
Resolving deltas:  24% (221/919)
Resolving deltas:  32% (300/919)
Resolving deltas:  35% (327/919)
Resolving deltas:  61% (569/919)
Resolving deltas: 100% (919/919)
Resolving deltas: 100% (919/919), done.
Cloning into '/root/workspace/weifang-config/container/A004/params_new/perception_spreader_imv'...
remote: Enumerating objects: 191, done.        
remote: Counting objects:   2% (1/40)        
remote: Counting objects:   5% (2/40)        
remote: Counting objects:   7% (3/40)        
remote: Counting objects:  10% (4/40)        
remote: Counting objects:  12% (5/40)        
remote: Counting objects:  15% (6/40)        
remote: Counting objects:  17% (7/40)        
remote: Counting objects:  20% (8/40)        
remote: Counting objects:  22% (9/40)        
remote: Counting objects:  25% (10/40)        
remote: Counting objects:  27% (11/40)        
remote: Counting objects:  30% (12/40)        
remote: Counting objects:  32% (13/40)        
remote: Counting objects:  35% (14/40)        
remote: Counting objects:  37% (15/40)        
remote: Counting objects:  40% (16/40)        
remote: Counting objects:  42% (17/40)        
remote: Counting objects:  45% (18/40)        
remote: Counting objects:  47% (19/40)        
remote: Counting objects:  50% (20/40)        
remote: Counting objects:  52% (21/40)        
remote: Counting objects:  55% (22/40)        
remote: Counting objects:  57% (23/40)        
remote: Counting objects:  60% (24/40)        
remote: Counting objects:  62% (25/40)        
remote: Counting objects:  65% (26/40)        
remote: Counting objects:  67% (27/40)        
remote: Counting objects:  70% (28/40)        
remote: Counting objects:  72% (29/40)        
remote: Counting objects:  75% (30/40)        
remote: Counting objects:  77% (31/40)        
remote: Counting objects:  80% (32/40)        
remote: Counting objects:  82% (33/40)        
remote: Counting objects:  85% (34/40)        
remote: Counting objects:  87% (35/40)        
remote: Counting objects:  90% (36/40)        
remote: Counting objects:  92% (37/40)        
remote: Counting objects:  95% (38/40)        
remote: Counting objects:  97% (39/40)        
remote: Counting objects: 100% (40/40)        
remote: Counting objects: 100% (40/40), done.        
remote: Compressing objects:   3% (1/32)        
remote: Compressing objects:   6% (2/32)        
remote: Compressing objects:   9% (3/32)        
remote: Compressing objects:  12% (4/32)        
remote: Compressing objects:  15% (5/32)        
remote: Compressing objects:  18% (6/32)        
remote: Compressing objects:  21% (7/32)        
remote: Compressing objects:  25% (8/32)        
remote: Compressing objects:  28% (9/32)        
remote: Compressing objects:  31% (10/32)        
remote: Compressing objects:  34% (11/32)        
remote: Compressing objects:  37% (12/32)        
remote: Compressing objects:  40% (13/32)        
remote: Compressing objects:  43% (14/32)        
remote: Compressing objects:  46% (15/32)        
remote: Compressing objects:  50% (16/32)        
remote: Compressing objects:  53% (17/32)        
remote: Compressing objects:  56% (18/32)        
remote: Compressing objects:  59% (19/32)        
remote: Compressing objects:  62% (20/32)        
remote: Compressing objects:  65% (21/32)        
remote: Compressing objects:  68% (22/32)        
remote: Compressing objects:  71% (23/32)        
remote: Compressing objects:  75% (24/32)        
remote: Compressing objects:  78% (25/32)        
remote: Compressing objects:  81% (26/32)        
remote: Compressing objects:  84% (27/32)        
remote: Compressing objects:  87% (28/32)        
remote: Compressing objects:  90% (29/32)        
remote: Compressing objects:  93% (30/32)        
remote: Compressing objects:  96% (31/32)        
remote: Compressing objects: 100% (32/32)        
remote: Compressing objects: 100% (32/32), done.        
remote: Total 191 (delta 9), reused 36 (delta 8), pack-reused 151        
Receiving objects:   0% (1/191)
Receiving objects:   1% (2/191)
Receiving objects:   2% (4/191)
Receiving objects:   3% (6/191)
Receiving objects:   4% (8/191)
Receiving objects:   5% (10/191)
Receiving objects:   6% (12/191)
Receiving objects:   7% (14/191)
Receiving objects:   8% (16/191)
Receiving objects:   9% (18/191)
Receiving objects:  10% (20/191)
Receiving objects:  11% (22/191)
Receiving objects:  12% (23/191)
Receiving objects:  13% (25/191)
Receiving objects:  14% (27/191)
Receiving objects:  15% (29/191)
Receiving objects:  16% (31/191)
Receiving objects:  17% (33/191)
Receiving objects:  18% (35/191)
Receiving objects:  19% (37/191)
Receiving objects:  20% (39/191)
Receiving objects:  21% (41/191)
Receiving objects:  22% (43/191)
Receiving objects:  23% (44/191)
Receiving objects:  24% (46/191)
Receiving objects:  25% (48/191)
Receiving objects:  26% (50/191)
Receiving objects:  27% (52/191)
Receiving objects:  28% (54/191)
Receiving objects:  29% (56/191)
Receiving objects:  30% (58/191)
Receiving objects:  31% (60/191)
Receiving objects:  32% (62/191)
Receiving objects:  33% (64/191)
Receiving objects:  34% (65/191)
Receiving objects:  35% (67/191)
Receiving objects:  36% (69/191)
Receiving objects:  37% (71/191)
Receiving objects:  38% (73/191)
Receiving objects:  39% (75/191)
Receiving objects:  40% (77/191)
Receiving objects:  41% (79/191)
Receiving objects:  42% (81/191)
Receiving objects:  43% (83/191)
Receiving objects:  44% (85/191)
Receiving objects:  45% (86/191)
Receiving objects:  46% (88/191)
Receiving objects:  47% (90/191)
Receiving objects:  48% (92/191)
Receiving objects:  49% (94/191)
Receiving objects:  50% (96/191)
Receiving objects:  51% (98/191)
Receiving objects:  52% (100/191)
Receiving objects:  53% (102/191)
Receiving objects:  54% (104/191)
Receiving objects:  55% (106/191)
Receiving objects:  56% (107/191)
Receiving objects:  57% (109/191)
Receiving objects:  58% (111/191)
Receiving objects:  59% (113/191)
Receiving objects:  60% (115/191)
Receiving objects:  61% (117/191)
Receiving objects:  62% (119/191)
Receiving objects:  63% (121/191)
Receiving objects:  64% (123/191)
Receiving objects:  65% (125/191)
Receiving objects:  66% (127/191)
Receiving objects:  67% (128/191)
Receiving objects:  68% (130/191)
Receiving objects:  69% (132/191)
Receiving objects:  70% (134/191)
Receiving objects:  71% (136/191)
Receiving objects:  72% (138/191)
Receiving objects:  73% (140/191)
Receiving objects:  74% (142/191)
Receiving objects:  75% (144/191)
Receiving objects:  76% (146/191)
Receiving objects:  77% (148/191)
Receiving objects:  78% (149/191)
Receiving objects:  79% (151/191)
Receiving objects:  80% (153/191)
Receiving objects:  81% (155/191)
Receiving objects:  82% (157/191)
Receiving objects:  83% (159/191)
Receiving objects:  84% (161/191)
Receiving objects:  85% (163/191)
Receiving objects:  86% (165/191)
Receiving objects:  87% (167/191)
Receiving objects:  88% (169/191)
Receiving objects:  89% (170/191)
Receiving objects:  90% (172/191)
Receiving objects:  91% (174/191)
Receiving objects:  92% (176/191)
Receiving objects:  93% (178/191)
Receiving objects:  94% (180/191)
Receiving objects:  95% (182/191)
Receiving objects:  96% (184/191)
Receiving objects:  97% (186/191)
Receiving objects:  98% (188/191)
Receiving objects:  99% (190/191)
Receiving objects: 100% (191/191)
Receiving objects: 100% (191/191), 19.60 KiB | 19.60 MiB/s, done.
Resolving deltas:   0% (0/57)
Resolving deltas:   7% (4/57)
Resolving deltas:   8% (5/57)
Resolving deltas:  10% (6/57)
Resolving deltas:  15% (9/57)
Resolving deltas:  17% (10/57)
Resolving deltas:  19% (11/57)
Resolving deltas:  21% (12/57)
Resolving deltas:  22% (13/57)
Resolving deltas:  24% (14/57)
Resolving deltas:  26% (15/57)
Resolving deltas:  63% (36/57)
Resolving deltas: 100% (57/57)
Resolving deltas: 100% (57/57), done.
Cloning into '/root/workspace/weifang-config/container/A004/params_new/perception_spreader_truck'...
remote: Enumerating objects: 71, done.        
remote: Counting objects:   2% (1/48)        
remote: Counting objects:   4% (2/48)        
remote: Counting objects:   6% (3/48)        
remote: Counting objects:   8% (4/48)        
remote: Counting objects:  10% (5/48)        
remote: Counting objects:  12% (6/48)        
remote: Counting objects:  14% (7/48)        
remote: Counting objects:  16% (8/48)        
remote: Counting objects:  18% (9/48)        
remote: Counting objects:  20% (10/48)        
remote: Counting objects:  22% (11/48)        
remote: Counting objects:  25% (12/48)        
remote: Counting objects:  27% (13/48)        
remote: Counting objects:  29% (14/48)        
remote: Counting objects:  31% (15/48)        
remote: Counting objects:  33% (16/48)        
remote: Counting objects:  35% (17/48)        
remote: Counting objects:  37% (18/48)        
remote: Counting objects:  39% (19/48)        
remote: Counting objects:  41% (20/48)        
remote: Counting objects:  43% (21/48)        
remote: Counting objects:  45% (22/48)        
remote: Counting objects:  47% (23/48)        
remote: Counting objects:  50% (24/48)        
remote: Counting objects:  52% (25/48)        
remote: Counting objects:  54% (26/48)        
remote: Counting objects:  56% (27/48)        
remote: Counting objects:  58% (28/48)        
remote: Counting objects:  60% (29/48)        
remote: Counting objects:  62% (30/48)        
remote: Counting objects:  64% (31/48)        
remote: Counting objects:  66% (32/48)        
remote: Counting objects:  68% (33/48)        
remote: Counting objects:  70% (34/48)        
remote: Counting objects:  72% (35/48)        
remote: Counting objects:  75% (36/48)        
remote: Counting objects:  77% (37/48)        
remote: Counting objects:  79% (38/48)        
remote: Counting objects:  81% (39/48)        
remote: Counting objects:  83% (40/48)        
remote: Counting objects:  85% (41/48)        
remote: Counting objects:  87% (42/48)        
remote: Counting objects:  89% (43/48)        
remote: Counting objects:  91% (44/48)        
remote: Counting objects:  93% (45/48)        
remote: Counting objects:  95% (46/48)        
remote: Counting objects:  97% (47/48)        
remote: Counting objects: 100% (48/48)        
remote: Counting objects: 100% (48/48), 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 71 (delta 22), reused 46 (delta 20), pack-reused 23        
Receiving objects:   1% (1/71)
Receiving objects:   2% (2/71)
Receiving objects:   4% (3/71)
Receiving objects:   5% (4/71)
Receiving objects:   7% (5/71)
Receiving objects:   8% (6/71)
Receiving objects:   9% (7/71)
Receiving objects:  11% (8/71)
Receiving objects:  12% (9/71)
Receiving objects:  14% (10/71)
Receiving objects:  15% (11/71)
Receiving objects:  16% (12/71)
Receiving objects:  18% (13/71)
Receiving objects:  19% (14/71)
Receiving objects:  21% (15/71)
Receiving objects:  22% (16/71)
Receiving objects:  23% (17/71)
Receiving objects:  25% (18/71)
Receiving objects:  26% (19/71)
Receiving objects:  28% (20/71)
Receiving objects:  29% (21/71)
Receiving objects:  30% (22/71)
Receiving objects:  32% (23/71)
Receiving objects:  33% (24/71)
Receiving objects:  35% (25/71)
Receiving objects:  36% (26/71)
Receiving objects:  38% (27/71)
Receiving objects:  39% (28/71)
Receiving objects:  40% (29/71)
Receiving objects:  42% (30/71)
Receiving objects:  43% (31/71)
Receiving objects:  45% (32/71)
Receiving objects:  46% (33/71)
Receiving objects:  47% (34/71)
Receiving objects:  49% (35/71)
Receiving objects:  50% (36/71)
Receiving objects:  52% (37/71)
Receiving objects:  53% (38/71)
Receiving objects:  54% (39/71)
Receiving objects:  56% (40/71)
Receiving objects:  57% (41/71)
Receiving objects:  59% (42/71)
Receiving objects:  60% (43/71)
Receiving objects:  61% (44/71)
Receiving objects:  63% (45/71)
Receiving objects:  64% (46/71)
Receiving objects:  66% (47/71)
Receiving objects:  67% (48/71)
Receiving objects:  69% (49/71)
Receiving objects:  70% (50/71)
Receiving objects:  71% (51/71)
Receiving objects:  73% (52/71)
Receiving objects:  74% (53/71)
Receiving objects:  76% (54/71)
Receiving objects:  77% (55/71)
Receiving objects:  78% (56/71)
Receiving objects:  80% (57/71)
Receiving objects:  81% (58/71)
Receiving objects:  83% (59/71)
Receiving objects:  84% (60/71)
Receiving objects:  85% (61/71)
Receiving objects:  87% (62/71)
Receiving objects:  88% (63/71)
Receiving objects:  90% (64/71)
Receiving objects:  91% (65/71)
Receiving objects:  92% (66/71)
Receiving objects:  94% (67/71)
Receiving objects:  95% (68/71)
Receiving objects:  97% (69/71)
Receiving objects:  98% (70/71)
Receiving objects: 100% (71/71)
Receiving objects: 100% (71/71), 7.24 KiB | 7.24 MiB/s, done.
Resolving deltas:   0% (0/30)
Resolving deltas:   3% (1/30)
Resolving deltas:  20% (6/30)
Resolving deltas:  43% (13/30)
Resolving deltas:  70% (21/30)
Resolving deltas: 100% (30/30)
Resolving deltas: 100% (30/30), done.
Cloning into '/root/workspace/weifang-config/container/A004/params_new/perception_vehicles'...
remote: Enumerating objects: 27, done.        
remote: Counting objects:   3% (1/27)        
remote: Counting objects:   7% (2/27)        
remote: Counting objects:  11% (3/27)        
remote: Counting objects:  14% (4/27)        
remote: Counting objects:  18% (5/27)        
remote: Counting objects:  22% (6/27)        
remote: Counting objects:  25% (7/27)        
remote: Counting objects:  29% (8/27)        
remote: Counting objects:  33% (9/27)        
remote: Counting objects:  37% (10/27)        
remote: Counting objects:  40% (11/27)        
remote: Counting objects:  44% (12/27)        
remote: Counting objects:  48% (13/27)        
remote: Counting objects:  51% (14/27)        
remote: Counting objects:  55% (15/27)        
remote: Counting objects:  59% (16/27)        
remote: Counting objects:  62% (17/27)        
remote: Counting objects:  66% (18/27)        
remote: Counting objects:  70% (19/27)        
remote: Counting objects:  74% (20/27)        
remote: Counting objects:  77% (21/27)        
remote: Counting objects:  81% (22/27)        
remote: Counting objects:  85% (23/27)        
remote: Counting objects:  88% (24/27)        
remote: Counting objects:  92% (25/27)        
remote: Counting objects:  96% (26/27)        
remote: Counting objects: 100% (27/27)        
remote: Counting objects: 100% (27/27), done.        
remote: Compressing objects:   5% (1/19)        
remote: Compressing objects:  10% (2/19)        
remote: Compressing objects:  15% (3/19)        
remote: Compressing objects:  21% (4/19)        
remote: Compressing objects:  26% (5/19)        
remote: Compressing objects:  31% (6/19)        
remote: Compressing objects:  36% (7/19)        
remote: Compressing objects:  42% (8/19)        
remote: Compressing objects:  47% (9/19)        
remote: Compressing objects:  52% (10/19)        
remote: Compressing objects:  57% (11/19)        
remote: Compressing objects:  63% (12/19)        
remote: Compressing objects:  68% (13/19)        
remote: Compressing objects:  73% (14/19)        
remote: Compressing objects:  78% (15/19)        
remote: Compressing objects:  84% (16/19)        
remote: Compressing objects:  89% (17/19)        
remote: Compressing objects:  94% (18/19)        
remote: Compressing objects: 100% (19/19)        
remote: Compressing objects: 100% (19/19), done.        
remote: Total 27 (delta 4), reused 0 (delta 0), pack-reused 0        
Receiving objects:   3% (1/27)
Receiving objects:   7% (2/27)
Receiving objects:  11% (3/27)
Receiving objects:  14% (4/27)
Receiving objects:  18% (5/27)
Receiving objects:  22% (6/27)
Receiving objects:  25% (7/27)
Receiving objects:  29% (8/27)
Receiving objects:  33% (9/27)
Receiving objects:  37% (10/27)
Receiving objects:  40% (11/27)
Receiving objects:  44% (12/27)
Receiving objects:  48% (13/27)
Receiving objects:  51% (14/27)
Receiving objects:  55% (15/27)
Receiving objects:  59% (16/27)
Receiving objects:  62% (17/27)
Receiving objects:  66% (18/27)
Receiving objects:  70% (19/27)
Receiving objects:  74% (20/27)
Receiving objects:  77% (21/27)
Receiving objects:  81% (22/27)
Receiving objects:  85% (23/27)
Receiving objects:  88% (24/27)
Receiving objects:  92% (25/27)
Receiving objects:  96% (26/27)
Receiving objects: 100% (27/27)
Receiving objects: 100% (27/27), 4.13 KiB | 4.13 MiB/s, done.
Resolving deltas:   0% (0/4)
Resolving deltas:  25% (1/4)
Resolving deltas:  50% (2/4)
Resolving deltas: 100% (4/4)
Resolving deltas: 100% (4/4), done.
Cloning into '/root/workspace/weifang-config/container/A004/params_new/pointcloud_customized'...
remote: Enumerating objects: 348, done.        
remote: Counting objects:   1% (1/55)        
remote: Counting objects:   3% (2/55)        
remote: Counting objects:   5% (3/55)        
remote: Counting objects:   7% (4/55)        
remote: Counting objects:   9% (5/55)        
remote: Counting objects:  10% (6/55)        
remote: Counting objects:  12% (7/55)        
remote: Counting objects:  14% (8/55)        
remote: Counting objects:  16% (9/55)        
remote: Counting objects:  18% (10/55)        
remote: Counting objects:  20% (11/55)        
remote: Counting objects:  21% (12/55)        
remote: Counting objects:  23% (13/55)        
remote: Counting objects:  25% (14/55)        
remote: Counting objects:  27% (15/55)        
remote: Counting objects:  29% (16/55)        
remote: Counting objects:  30% (17/55)        
remote: Counting objects:  32% (18/55)        
remote: Counting objects:  34% (19/55)        
remote: Counting objects:  36% (20/55)        
remote: Counting objects:  38% (21/55)        
remote: Counting objects:  40% (22/55)        
remote: Counting objects:  41% (23/55)        
remote: Counting objects:  43% (24/55)        
remote: Counting objects:  45% (25/55)        
remote: Counting objects:  47% (26/55)        
remote: Counting objects:  49% (27/55)        
remote: Counting objects:  50% (28/55)        
remote: Counting objects:  52% (29/55)        
remote: Counting objects:  54% (30/55)        
remote: Counting objects:  56% (31/55)        
remote: Counting objects:  58% (32/55)        
remote: Counting objects:  60% (33/55)        
remote: Counting objects:  61% (34/55)        
remote: Counting objects:  63% (35/55)        
remote: Counting objects:  65% (36/55)        
remote: Counting objects:  67% (37/55)        
remote: Counting objects:  69% (38/55)        
remote: Counting objects:  70% (39/55)        
remote: Counting objects:  72% (40/55)        
remote: Counting objects:  74% (41/55)        
remote: Counting objects:  76% (42/55)        
remote: Counting objects:  78% (43/55)        
remote: Counting objects:  80% (44/55)        
remote: Counting objects:  81% (45/55)        
remote: Counting objects:  83% (46/55)        
remote: Counting objects:  85% (47/55)        
remote: Counting objects:  87% (48/55)        
remote: Counting objects:  89% (49/55)        
remote: Counting objects:  90% (50/55)        
remote: Counting objects:  92% (51/55)        
remote: Counting objects:  94% (52/55)        
remote: Counting objects:  96% (53/55)        
remote: Counting objects:  98% (54/55)        
remote: Counting objects: 100% (55/55)        
remote: Counting objects: 100% (55/55), 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/348)
Receiving objects:   1% (4/348)
Receiving objects:   2% (7/348)
Receiving objects:   3% (11/348)
Receiving objects:   4% (14/348)
Receiving objects:   5% (18/348)
Receiving objects:   6% (21/348)
Receiving objects:   7% (25/348)
Receiving objects:   8% (28/348)
Receiving objects:   9% (32/348)
Receiving objects:  10% (35/348)
Receiving objects:  11% (39/348)
Receiving objects:  12% (42/348)
Receiving objects:  13% (46/348)
Receiving objects:  13% (47/348), 52.49 MiB | 52.48 MiB/s
Receiving objects:  13% (48/348), 102.59 MiB | 51.29 MiB/s
Receiving objects:  13% (48/348), 153.48 MiB | 51.16 MiB/s
Receiving objects:  14% (49/348), 153.48 MiB | 51.16 MiB/s
Receiving objects:  15% (53/348), 153.48 MiB | 51.16 MiB/s
Receiving objects:  16% (56/348), 153.48 MiB | 51.16 MiB/s
Receiving objects:  17% (60/348), 174.44 MiB | 49.84 MiB/s
Receiving objects:  18% (63/348), 174.44 MiB | 49.84 MiB/s
Receiving objects:  19% (67/348), 174.44 MiB | 49.84 MiB/s
Receiving objects:  20% (70/348), 174.44 MiB | 49.84 MiB/s
Receiving objects:  21% (74/348), 174.44 MiB | 49.84 MiB/s
Receiving objects:  22% (77/348), 174.44 MiB | 49.84 MiB/s
Receiving objects:  23% (81/348), 174.44 MiB | 49.84 MiB/s
Receiving objects:  23% (83/348), 197.61 MiB | 49.41 MiB/s
Receiving objects:  24% (84/348), 197.61 MiB | 49.41 MiB/s
Receiving objects:  25% (87/348), 197.61 MiB | 49.41 MiB/s
Receiving objects:  26% (91/348), 197.61 MiB | 49.41 MiB/s
Receiving objects:  27% (94/348), 197.61 MiB | 49.41 MiB/s
Receiving objects:  28% (98/348), 197.61 MiB | 49.41 MiB/s
Receiving objects:  29% (101/348), 197.61 MiB | 49.41 MiB/s
Receiving objects:  30% (105/348), 197.61 MiB | 49.41 MiB/s
Receiving objects:  31% (108/348), 197.61 MiB | 49.41 MiB/s
Receiving objects:  32% (112/348), 197.61 MiB | 49.41 MiB/s
Receiving objects:  33% (115/348), 197.61 MiB | 49.41 MiB/s
Receiving objects:  34% (119/348), 197.61 MiB | 49.41 MiB/s
Receiving objects:  35% (122/348), 197.61 MiB | 49.41 MiB/s
Receiving objects:  36% (126/348), 197.61 MiB | 49.41 MiB/s
Receiving objects:  37% (129/348), 197.61 MiB | 49.41 MiB/s
Receiving objects:  38% (133/348), 197.61 MiB | 49.41 MiB/s
Receiving objects:  39% (136/348), 197.61 MiB | 49.41 MiB/s
Receiving objects:  40% (140/348), 219.16 MiB | 48.71 MiB/s
Receiving objects:  41% (143/348), 219.16 MiB | 48.71 MiB/s
Receiving objects:  41% (146/348), 247.04 MiB | 49.39 MiB/s
Receiving objects:  42% (147/348), 247.04 MiB | 49.39 MiB/s
Receiving objects:  43% (150/348), 247.04 MiB | 49.39 MiB/s
Receiving objects:  44% (154/348), 247.04 MiB | 49.39 MiB/s
Receiving objects:  45% (157/348), 247.04 MiB | 49.39 MiB/s
Receiving objects:  46% (161/348), 247.04 MiB | 49.39 MiB/s
Receiving objects:  47% (164/348), 269.36 MiB | 48.20 MiB/s
Receiving objects:  48% (168/348), 269.36 MiB | 48.20 MiB/s
Receiving objects:  48% (168/348), 291.93 MiB | 47.47 MiB/s
Receiving objects:  49% (171/348), 291.93 MiB | 47.47 MiB/s
Receiving objects:  50% (174/348), 291.93 MiB | 47.47 MiB/s
Receiving objects:  51% (178/348), 291.93 MiB | 47.47 MiB/s
Receiving objects:  52% (181/348), 291.93 MiB | 47.47 MiB/s
Receiving objects:  53% (185/348), 291.93 MiB | 47.47 MiB/s
Receiving objects:  53% (186/348), 334.82 MiB | 46.14 MiB/s
Receiving objects:  54% (188/348), 334.82 MiB | 46.14 MiB/s
Receiving objects:  55% (192/348), 334.82 MiB | 46.14 MiB/s
Receiving objects:  55% (193/348), 378.72 MiB | 45.40 MiB/s
Receiving objects:  56% (195/348), 378.72 MiB | 45.40 MiB/s
Receiving objects:  57% (199/348), 378.72 MiB | 45.40 MiB/s
Receiving objects:  58% (202/348), 401.76 MiB | 45.37 MiB/s
Receiving objects:  58% (202/348), 420.66 MiB | 44.78 MiB/s
Receiving objects:  59% (206/348), 420.66 MiB | 44.78 MiB/s
Receiving objects:  60% (209/348), 420.66 MiB | 44.78 MiB/s
Receiving objects:  61% (213/348), 420.66 MiB | 44.78 MiB/s
Receiving objects:  62% (216/348), 420.66 MiB | 44.78 MiB/s
Receiving objects:  63% (220/348), 420.66 MiB | 44.78 MiB/s
Receiving objects:  64% (223/348), 458.84 MiB | 47.07 MiB/s
Receiving objects:  65% (227/348), 458.84 MiB | 47.07 MiB/s
Receiving objects:  66% (230/348), 458.84 MiB | 47.07 MiB/s
Receiving objects:  67% (234/348), 458.84 MiB | 47.07 MiB/s
Receiving objects:  68% (237/348), 458.84 MiB | 47.07 MiB/s
Receiving objects:  68% (237/348), 481.22 MiB | 47.08 MiB/s
Receiving objects:  69% (241/348), 501.13 MiB | 46.49 MiB/s
Receiving objects:  69% (242/348), 521.67 MiB | 46.03 MiB/s
Receiving objects:  70% (244/348), 521.67 MiB | 46.03 MiB/s
Receiving objects:  71% (248/348), 542.43 MiB | 46.14 MiB/s
Receiving objects:  72% (251/348), 542.43 MiB | 46.14 MiB/s
Receiving objects:  73% (255/348), 542.43 MiB | 46.14 MiB/s
Receiving objects:  74% (258/348), 542.43 MiB | 46.14 MiB/s
Receiving objects:  75% (261/348), 542.43 MiB | 46.14 MiB/s
Receiving objects:  76% (265/348), 542.43 MiB | 46.14 MiB/s
Receiving objects:  77% (268/348), 542.43 MiB | 46.14 MiB/s
Receiving objects:  78% (272/348), 542.43 MiB | 46.14 MiB/s
Receiving objects:  79% (275/348), 542.43 MiB | 46.14 MiB/s
Receiving objects:  80% (279/348), 542.43 MiB | 46.14 MiB/s
Receiving objects:  80% (279/348), 564.27 MiB | 45.43 MiB/s
Receiving objects:  81% (282/348), 564.27 MiB | 45.43 MiB/s
Receiving objects:  82% (286/348), 564.27 MiB | 45.43 MiB/s
Receiving objects:  83% (289/348), 564.27 MiB | 45.43 MiB/s
Receiving objects:  84% (293/348), 564.27 MiB | 45.43 MiB/s
Receiving objects:  85% (296/348), 564.27 MiB | 45.43 MiB/s
Receiving objects:  86% (300/348), 564.27 MiB | 45.43 MiB/s
Receiving objects:  87% (303/348), 564.27 MiB | 45.43 MiB/s
Receiving objects:  88% (307/348), 564.27 MiB | 45.43 MiB/s
Receiving objects:  89% (310/348), 564.27 MiB | 45.43 MiB/s
Receiving objects:  89% (313/348), 603.37 MiB | 44.80 MiB/s
Receiving objects:  89% (313/348), 614.08 MiB | 22.17 MiB/s
Receiving objects:  90% (314/348), 614.08 MiB | 22.17 MiB/s
Receiving objects:  90% (314/348), 630.51 MiB | 17.90 MiB/s
Receiving objects:  91% (317/348), 630.51 MiB | 17.90 MiB/s
Receiving objects:  91% (318/348), 641.48 MiB | 15.29 MiB/s
Receiving objects:  92% (321/348), 641.48 MiB | 15.29 MiB/s
Receiving objects:  93% (324/348), 641.48 MiB | 15.29 MiB/s
Receiving objects:  93% (326/348), 662.40 MiB | 15.38 MiB/s
Receiving objects:  94% (328/348), 662.40 MiB | 15.38 MiB/s
Receiving objects:  95% (331/348), 686.61 MiB | 15.73 MiB/s
Receiving objects:  96% (335/348), 707.80 MiB | 15.77 MiB/s
Receiving objects:  97% (338/348), 707.80 MiB | 15.77 MiB/s
Receiving objects:  98% (342/348), 725.17 MiB | 15.35 MiB/s
remote: Total 348 (delta 11), reused 42 (delta 9), pack-reused 293        
Receiving objects:  99% (345/348), 725.17 MiB | 15.35 MiB/s
Receiving objects: 100% (348/348), 725.17 MiB | 15.35 MiB/s
Receiving objects: 100% (348/348), 729.16 MiB | 32.27 MiB/s, done.
Resolving deltas:   0% (0/61)
Resolving deltas:   1% (1/61)
Resolving deltas:  18% (11/61)
Resolving deltas:  19% (12/61)
Resolving deltas:  27% (17/61)
Resolving deltas:  29% (18/61)
Resolving deltas:  36% (22/61)
Resolving deltas:  39% (24/61)
Resolving deltas:  40% (25/61)
Resolving deltas:  45% (28/61)
Resolving deltas:  47% (29/61)
Resolving deltas:  57% (35/61)
Resolving deltas:  60% (37/61)
Resolving deltas:  63% (39/61)
Resolving deltas:  65% (40/61)
Resolving deltas:  68% (42/61)
Resolving deltas:  72% (44/61)
Resolving deltas:  75% (46/61)
Resolving deltas:  78% (48/61)
Resolving deltas:  86% (53/61)
Resolving deltas:  88% (54/61)
Resolving deltas:  91% (56/61)
Resolving deltas:  93% (57/61)
Resolving deltas:  95% (58/61)
Resolving deltas:  98% (60/61)
Resolving deltas: 100% (61/61)
Resolving deltas: 100% (61/61), done.
Cloning into '/root/workspace/weifang-config/container/A004/params_new/prediction_config'...
remote: Enumerating objects: 129, done.        
remote: Counting objects:   1% (1/85)        
remote: Counting objects:   2% (2/85)        
remote: Counting objects:   3% (3/85)        
remote: Counting objects:   4% (4/85)        
remote: Counting objects:   5% (5/85)        
remote: Counting objects:   7% (6/85)        
remote: Counting objects:   8% (7/85)        
remote: Counting objects:   9% (8/85)        
remote: Counting objects:  10% (9/85)        
remote: Counting objects:  11% (10/85)        
remote: Counting objects:  12% (11/85)        
remote: Counting objects:  14% (12/85)        
remote: Counting objects:  15% (13/85)        
remote: Counting objects:  16% (14/85)        
remote: Counting objects:  17% (15/85)        
remote: Counting objects:  18% (16/85)        
remote: Counting objects:  20% (17/85)        
remote: Counting objects:  21% (18/85)        
remote: Counting objects:  22% (19/85)        
remote: Counting objects:  23% (20/85)        
remote: Counting objects:  24% (21/85)        
remote: Counting objects:  25% (22/85)        
remote: Counting objects:  27% (23/85)        
remote: Counting objects:  28% (24/85)        
remote: Counting objects:  29% (25/85)        
remote: Counting objects:  30% (26/85)        
remote: Counting objects:  31% (27/85)        
remote: Counting objects:  32% (28/85)        
remote: Counting objects:  34% (29/85)        
remote: Counting objects:  35% (30/85)        
remote: Counting objects:  36% (31/85)        
remote: Counting objects:  37% (32/85)        
remote: Counting objects:  38% (33/85)        
remote: Counting objects:  40% (34/85)        
remote: Counting objects:  41% (35/85)        
remote: Counting objects:  42% (36/85)        
remote: Counting objects:  43% (37/85)        
remote: Counting objects:  44% (38/85)        
remote: Counting objects:  45% (39/85)        
remote: Counting objects:  47% (40/85)        
remote: Counting objects:  48% (41/85)        
remote: Counting objects:  49% (42/85)        
remote: Counting objects:  50% (43/85)        
remote: Counting objects:  51% (44/85)        
remote: Counting objects:  52% (45/85)        
remote: Counting objects:  54% (46/85)        
remote: Counting objects:  55% (47/85)        
remote: Counting objects:  56% (48/85)        
remote: Counting objects:  57% (49/85)        
remote: Counting objects:  58% (50/85)        
remote: Counting objects:  60% (51/85)        
remote: Counting objects:  61% (52/85)        
remote: Counting objects:  62% (53/85)        
remote: Counting objects:  63% (54/85)        
remote: Counting objects:  64% (55/85)        
remote: Counting objects:  65% (56/85)        
remote: Counting objects:  67% (57/85)        
remote: Counting objects:  68% (58/85)        
remote: Counting objects:  69% (59/85)        
remote: Counting objects:  70% (60/85)        
remote: Counting objects:  71% (61/85)        
remote: Counting objects:  72% (62/85)        
remote: Counting objects:  74% (63/85)        
remote: Counting objects:  75% (64/85)        
remote: Counting objects:  76% (65/85)        
remote: Counting objects:  77% (66/85)        
remote: Counting objects:  78% (67/85)        
remote: Counting objects:  80% (68/85)        
remote: Counting objects:  81% (69/85)        
remote: Counting objects:  82% (70/85)        
remote: Counting objects:  83% (71/85)        
remote: Counting objects:  84% (72/85)        
remote: Counting objects:  85% (73/85)        
remote: Counting objects:  87% (74/85)        
remote: Counting objects:  88% (75/85)        
remote: Counting objects:  89% (76/85)        
remote: Counting objects:  90% (77/85)        
remote: Counting objects:  91% (78/85)        
remote: Counting objects:  92% (79/85)        
remote: Counting objects:  94% (80/85)        
remote: Counting objects:  95% (81/85)        
remote: Counting objects:  96% (82/85)        
remote: Counting objects:  97% (83/85)        
remote: Counting objects:  98% (84/85)        
remote: Counting objects: 100% (85/85)        
remote: Counting objects: 100% (85/85), done.        
remote: Compressing objects:   1% (1/56)        
remote: Compressing objects:   3% (2/56)        
remote: Compressing objects:   5% (3/56)        
remote: Compressing objects:   7% (4/56)        
remote: Compressing objects:   8% (5/56)        
remote: Compressing objects:  10% (6/56)        
remote: Compressing objects:  12% (7/56)        
remote: Compressing objects:  14% (8/56)        
remote: Compressing objects:  16% (9/56)        
remote: Compressing objects:  17% (10/56)        
remote: Compressing objects:  19% (11/56)        
remote: Compressing objects:  21% (12/56)        
remote: Compressing objects:  23% (13/56)        
remote: Compressing objects:  25% (14/56)        
remote: Compressing objects:  26% (15/56)        
remote: Compressing objects:  28% (16/56)        
remote: Compressing objects:  30% (17/56)        
remote: Compressing objects:  32% (18/56)        
remote: Compressing objects:  33% (19/56)        
remote: Compressing objects:  35% (20/56)        
remote: Compressing objects:  37% (21/56)        
remote: Compressing objects:  39% (22/56)        
remote: Compressing objects:  41% (23/56)        
remote: Compressing objects:  42% (24/56)        
remote: Compressing objects:  44% (25/56)        
remote: Compressing objects:  46% (26/56)        
remote: Compressing objects:  48% (27/56)        
remote: Compressing objects:  50% (28/56)        
remote: Compressing objects:  51% (29/56)        
remote: Compressing objects:  53% (30/56)        
remote: Compressing objects:  55% (31/56)        
remote: Compressing objects:  57% (32/56)        
remote: Compressing objects:  58% (33/56)        
remote: Compressing objects:  60% (34/56)        
remote: Compressing objects:  62% (35/56)        
remote: Compressing objects:  64% (36/56)        
remote: Compressing objects:  66% (37/56)        
remote: Compressing objects:  67% (38/56)        
remote: Compressing objects:  69% (39/56)        
remote: Compressing objects:  71% (40/56)        
remote: Compressing objects:  73% (41/56)        
remote: Compressing objects:  75% (42/56)        
remote: Compressing objects:  76% (43/56)        
remote: Compressing objects:  78% (44/56)        
remote: Compressing objects:  80% (45/56)        
remote: Compressing objects:  82% (46/56)        
remote: Compressing objects:  83% (47/56)        
remote: Compressing objects:  85% (48/56)        
remote: Compressing objects:  87% (49/56)        
remote: Compressing objects:  89% (50/56)        
remote: Compressing objects:  91% (51/56)        
remote: Compressing objects:  92% (52/56)        
remote: Compressing objects:  94% (53/56)        
remote: Compressing objects:  96% (54/56)        
remote: Compressing objects:  98% (55/56)        
remote: Compressing objects: 100% (56/56)        
remote: Compressing objects: 100% (56/56), done.        
Receiving objects:   0% (1/129)
Receiving objects:   1% (2/129)
Receiving objects:   2% (3/129)
Receiving objects:   3% (4/129)
Receiving objects:   4% (6/129)
Receiving objects:   5% (7/129)
Receiving objects:   6% (8/129)
Receiving objects:   7% (10/129)
Receiving objects:   8% (11/129)
Receiving objects:   9% (12/129)
Receiving objects:  10% (13/129)
Receiving objects:  11% (15/129)
Receiving objects:  12% (16/129)
Receiving objects:  13% (17/129)
Receiving objects:  14% (19/129)
Receiving objects:  15% (20/129)
Receiving objects:  16% (21/129)
Receiving objects:  17% (22/129)
Receiving objects:  18% (24/129)
Receiving objects:  19% (25/129)
Receiving objects:  20% (26/129)
Receiving objects:  21% (28/129)
Receiving objects:  22% (29/129)
Receiving objects:  23% (30/129)
Receiving objects:  24% (31/129)
Receiving objects:  25% (33/129), 27.72 MiB | 55.43 MiB/s
Receiving objects:  26% (34/129), 27.72 MiB | 55.43 MiB/s
Receiving objects:  27% (35/129), 27.72 MiB | 55.43 MiB/s
Receiving objects:  28% (37/129), 27.72 MiB | 55.43 MiB/s
Receiving objects:  29% (38/129), 27.72 MiB | 55.43 MiB/s
Receiving objects:  30% (39/129), 27.72 MiB | 55.43 MiB/s
Receiving objects:  31% (40/129), 27.72 MiB | 55.43 MiB/s
Receiving objects:  32% (42/129), 27.72 MiB | 55.43 MiB/s
Receiving objects:  33% (43/129), 27.72 MiB | 55.43 MiB/s
Receiving objects:  34% (44/129), 27.72 MiB | 55.43 MiB/s
Receiving objects:  35% (46/129), 27.72 MiB | 55.43 MiB/s
Receiving objects:  36% (47/129), 27.72 MiB | 55.43 MiB/s
Receiving objects:  37% (48/129), 27.72 MiB | 55.43 MiB/s
Receiving objects:  38% (50/129), 27.72 MiB | 55.43 MiB/s
Receiving objects:  39% (51/129), 27.72 MiB | 55.43 MiB/s
Receiving objects:  40% (52/129), 27.72 MiB | 55.43 MiB/s
Receiving objects:  41% (53/129), 27.72 MiB | 55.43 MiB/s
Receiving objects:  42% (55/129), 27.72 MiB | 55.43 MiB/s
Receiving objects:  43% (56/129), 27.72 MiB | 55.43 MiB/s
Receiving objects:  44% (57/129), 27.72 MiB | 55.43 MiB/s
Receiving objects:  45% (59/129), 27.72 MiB | 55.43 MiB/s
Receiving objects:  46% (60/129), 27.72 MiB | 55.43 MiB/s
Receiving objects:  47% (61/129), 27.72 MiB | 55.43 MiB/s
Receiving objects:  48% (62/129), 27.72 MiB | 55.43 MiB/s
Receiving objects:  49% (64/129), 27.72 MiB | 55.43 MiB/s
Receiving objects:  50% (65/129), 27.72 MiB | 55.43 MiB/s
Receiving objects:  51% (66/129), 27.72 MiB | 55.43 MiB/s
Receiving objects:  52% (68/129), 27.72 MiB | 55.43 MiB/s
Receiving objects:  53% (69/129), 27.72 MiB | 55.43 MiB/s
Receiving objects:  54% (70/129), 27.72 MiB | 55.43 MiB/s
Receiving objects:  55% (71/129), 27.72 MiB | 55.43 MiB/s
Receiving objects:  56% (73/129), 27.72 MiB | 55.43 MiB/s
Receiving objects:  56% (73/129), 34.73 MiB | 34.72 MiB/s
Receiving objects:  57% (74/129), 34.73 MiB | 34.72 MiB/s
Receiving objects:  58% (75/129), 39.01 MiB | 23.38 MiB/s
Receiving objects:  58% (76/129), 46.22 MiB | 19.39 MiB/s
Receiving objects:  59% (77/129), 46.22 MiB | 19.39 MiB/s
Receiving objects:  60% (78/129), 46.22 MiB | 19.39 MiB/s
Receiving objects:  61% (79/129), 46.22 MiB | 19.39 MiB/s
Receiving objects:  62% (80/129), 46.22 MiB | 19.39 MiB/s
Receiving objects:  63% (82/129), 46.22 MiB | 19.39 MiB/s
Receiving objects:  64% (83/129), 46.22 MiB | 19.39 MiB/s
Receiving objects:  65% (84/129), 46.22 MiB | 19.39 MiB/s
Receiving objects:  66% (86/129), 46.22 MiB | 19.39 MiB/s
Receiving objects:  67% (87/129), 46.22 MiB | 19.39 MiB/s
Receiving objects:  68% (88/129), 46.22 MiB | 19.39 MiB/s
remote: Total 129 (delta 23), reused 9 (delta 0), pack-reused 44        
Receiving objects:  69% (90/129), 54.95 MiB | 19.06 MiB/s
Receiving objects:  70% (91/129), 54.95 MiB | 19.06 MiB/s
Receiving objects:  71% (92/129), 54.95 MiB | 19.06 MiB/s
Receiving objects:  72% (93/129), 54.95 MiB | 19.06 MiB/s
Receiving objects:  73% (95/129), 54.95 MiB | 19.06 MiB/s
Receiving objects:  74% (96/129), 54.95 MiB | 19.06 MiB/s
Receiving objects:  75% (97/129), 54.95 MiB | 19.06 MiB/s
Receiving objects:  76% (99/129), 54.95 MiB | 19.06 MiB/s
Receiving objects:  77% (100/129), 54.95 MiB | 19.06 MiB/s
Receiving objects:  78% (101/129), 54.95 MiB | 19.06 MiB/s
Receiving objects:  79% (102/129), 54.95 MiB | 19.06 MiB/s
Receiving objects:  80% (104/129), 54.95 MiB | 19.06 MiB/s
Receiving objects:  81% (105/129), 54.95 MiB | 19.06 MiB/s
Receiving objects:  82% (106/129), 54.95 MiB | 19.06 MiB/s
Receiving objects:  83% (108/129), 54.95 MiB | 19.06 MiB/s
Receiving objects:  84% (109/129), 54.95 MiB | 19.06 MiB/s
Receiving objects:  85% (110/129), 54.95 MiB | 19.06 MiB/s
Receiving objects:  86% (111/129), 54.95 MiB | 19.06 MiB/s
Receiving objects:  87% (113/129), 54.95 MiB | 19.06 MiB/s
Receiving objects:  88% (114/129), 54.95 MiB | 19.06 MiB/s
Receiving objects:  89% (115/129), 54.95 MiB | 19.06 MiB/s
Receiving objects:  90% (117/129), 54.95 MiB | 19.06 MiB/s
Receiving objects:  91% (118/129), 54.95 MiB | 19.06 MiB/s
Receiving objects:  92% (119/129), 54.95 MiB | 19.06 MiB/s
Receiving objects:  93% (120/129), 54.95 MiB | 19.06 MiB/s
Receiving objects:  94% (122/129), 54.95 MiB | 19.06 MiB/s
Receiving objects:  95% (123/129), 54.95 MiB | 19.06 MiB/s
Receiving objects:  96% (124/129), 54.95 MiB | 19.06 MiB/s
Receiving objects:  97% (126/129), 54.95 MiB | 19.06 MiB/s
Receiving objects:  98% (127/129), 54.95 MiB | 19.06 MiB/s
Receiving objects:  99% (128/129), 54.95 MiB | 19.06 MiB/s
Receiving objects: 100% (129/129), 54.95 MiB | 19.06 MiB/s
Receiving objects: 100% (129/129), 57.81 MiB | 19.64 MiB/s, done.
Resolving deltas:   0% (0/34)
Resolving deltas:   2% (1/34)
Resolving deltas:  17% (6/34)
Resolving deltas:  23% (8/34)
Resolving deltas:  70% (24/34)
Resolving deltas:  76% (26/34)
Resolving deltas:  79% (27/34)
Resolving deltas:  82% (28/34)
Resolving deltas:  91% (31/34)
Resolving deltas:  97% (33/34)
Resolving deltas: 100% (34/34)
Resolving deltas: 100% (34/34), done.
Cloning into '/root/workspace/weifang-config/container/A004/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/container/A004/params_new/rslidar_sdk_customized'...
remote: Enumerating objects: 71, done.        
remote: Counting objects:   2% (1/46)        
remote: Counting objects:   4% (2/46)        
remote: Counting objects:   6% (3/46)        
remote: Counting objects:   8% (4/46)        
remote: Counting objects:  10% (5/46)        
remote: Counting objects:  13% (6/46)        
remote: Counting objects:  15% (7/46)        
remote: Counting objects:  17% (8/46)        
remote: Counting objects:  19% (9/46)        
remote: Counting objects:  21% (10/46)        
remote: Counting objects:  23% (11/46)        
remote: Counting objects:  26% (12/46)        
remote: Counting objects:  28% (13/46)        
remote: Counting objects:  30% (14/46)        
remote: Counting objects:  32% (15/46)        
remote: Counting objects:  34% (16/46)        
remote: Counting objects:  36% (17/46)        
remote: Counting objects:  39% (18/46)        
remote: Counting objects:  41% (19/46)        
remote: Counting objects:  43% (20/46)        
remote: Counting objects:  45% (21/46)        
remote: Counting objects:  47% (22/46)        
remote: Counting objects:  50% (23/46)        
remote: Counting objects:  52% (24/46)        
remote: Counting objects:  54% (25/46)        
remote: Counting objects:  56% (26/46)        
remote: Counting objects:  58% (27/46)        
remote: Counting objects:  60% (28/46)        
remote: Counting objects:  63% (29/46)        
remote: Counting objects:  65% (30/46)        
remote: Counting objects:  67% (31/46)        
remote: Counting objects:  69% (32/46)        
remote: Counting objects:  71% (33/46)        
remote: Counting objects:  73% (34/46)        
remote: Counting objects:  76% (35/46)        
remote: Counting objects:  78% (36/46)        
remote: Counting objects:  80% (37/46)        
remote: Counting objects:  82% (38/46)        
remote: Counting objects:  84% (39/46)        
remote: Counting objects:  86% (40/46)        
remote: Counting objects:  89% (41/46)        
remote: Counting objects:  91% (42/46)        
remote: Counting objects:  93% (43/46)        
remote: Counting objects:  95% (44/46)        
remote: Counting objects:  97% (45/46)        
remote: Counting objects: 100% (46/46)        
remote: Counting objects: 100% (46/46), done.        
remote: Compressing objects:   4% (1/25)        
remote: Compressing objects:   8% (2/25)        
remote: Compressing objects:  12% (3/25)        
remote: Compressing objects:  16% (4/25)        
remote: Compressing objects:  20% (5/25)        
remote: Compressing objects:  24% (6/25)        
remote: Compressing objects:  28% (7/25)        
remote: Compressing objects:  32% (8/25)        
remote: Compressing objects:  36% (9/25)        
remote: Compressing objects:  40% (10/25)        
remote: Compressing objects:  44% (11/25)        
remote: Compressing objects:  48% (12/25)        
remote: Compressing objects:  52% (13/25)        
remote: Compressing objects:  56% (14/25)        
remote: Compressing objects:  60% (15/25)        
remote: Compressing objects:  64% (16/25)        
remote: Compressing objects:  68% (17/25)        
remote: Compressing objects:  72% (18/25)        
remote: Compressing objects:  76% (19/25)        
remote: Compressing objects:  80% (20/25)        
remote: Compressing objects:  84% (21/25)        
remote: Compressing objects:  88% (22/25)        
remote: Compressing objects:  92% (23/25)        
remote: Compressing objects:  96% (24/25)        
remote: Compressing objects: 100% (25/25)        
remote: Compressing objects: 100% (25/25), done.        
Receiving objects:   1% (1/71)
Receiving objects:   2% (2/71)
Receiving objects:   4% (3/71)
Receiving objects:   5% (4/71)
Receiving objects:   7% (5/71)
Receiving objects:   8% (6/71)
Receiving objects:   9% (7/71)
Receiving objects:  11% (8/71)
Receiving objects:  12% (9/71)
Receiving objects:  14% (10/71)
Receiving objects:  15% (11/71)
Receiving objects:  16% (12/71)
Receiving objects:  18% (13/71)
Receiving objects:  19% (14/71)
Receiving objects:  21% (15/71)
Receiving objects:  22% (16/71)
Receiving objects:  23% (17/71)
Receiving objects:  25% (18/71)
Receiving objects:  26% (19/71)
Receiving objects:  28% (20/71)
Receiving objects:  29% (21/71)
Receiving objects:  30% (22/71)
Receiving objects:  32% (23/71)
remote: Total 71 (delta 23), reused 32 (delta 16), pack-reused 25        
Receiving objects:  33% (24/71)
Receiving objects:  35% (25/71)
Receiving objects:  36% (26/71)
Receiving objects:  38% (27/71)
Receiving objects:  39% (28/71)
Receiving objects:  40% (29/71)
Receiving objects:  42% (30/71)
Receiving objects:  43% (31/71)
Receiving objects:  45% (32/71)
Receiving objects:  46% (33/71)
Receiving objects:  47% (34/71)
Receiving objects:  49% (35/71)
Receiving objects:  50% (36/71)
Receiving objects:  52% (37/71)
Receiving objects:  53% (38/71)
Receiving objects:  54% (39/71)
Receiving objects:  56% (40/71)
Receiving objects:  57% (41/71)
Receiving objects:  59% (42/71)
Receiving objects:  60% (43/71)
Receiving objects:  61% (44/71)
Receiving objects:  63% (45/71)
Receiving objects:  64% (46/71)
Receiving objects:  66% (47/71)
Receiving objects:  67% (48/71)
Receiving objects:  69% (49/71)
Receiving objects:  70% (50/71)
Receiving objects:  71% (51/71)
Receiving objects:  73% (52/71)
Receiving objects:  74% (53/71)
Receiving objects:  76% (54/71)
Receiving objects:  77% (55/71)
Receiving objects:  78% (56/71)
Receiving objects:  80% (57/71)
Receiving objects:  81% (58/71)
Receiving objects:  83% (59/71)
Receiving objects:  84% (60/71)
Receiving objects:  85% (61/71)
Receiving objects:  87% (62/71)
Receiving objects:  88% (63/71)
Receiving objects:  90% (64/71)
Receiving objects:  91% (65/71)
Receiving objects:  92% (66/71)
Receiving objects:  94% (67/71)
Receiving objects:  95% (68/71)
Receiving objects:  97% (69/71)
Receiving objects:  98% (70/71)
Receiving objects: 100% (71/71)
Receiving objects: 100% (71/71), 13.10 KiB | 13.10 MiB/s, done.
Resolving deltas:   0% (0/37)
Resolving deltas:   2% (1/37)
Resolving deltas:   5% (2/37)
Resolving deltas:  35% (13/37)
Resolving deltas:  75% (28/37)
Resolving deltas: 100% (37/37)
Resolving deltas: 100% (37/37), done.
Cloning into '/root/workspace/weifang-config/container/A004/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/container/A004/params_new/system-common'...
remote: Enumerating objects: 197, done.        
remote: Counting objects:   0% (1/159)        
remote: Counting objects:   1% (2/159)        
remote: Counting objects:   2% (4/159)        
remote: Counting objects:   3% (5/159)        
remote: Counting objects:   4% (7/159)        
remote: Counting objects:   5% (8/159)        
remote: Counting objects:   6% (10/159)        
remote: Counting objects:   7% (12/159)        
remote: Counting objects:   8% (13/159)        
remote: Counting objects:   9% (15/159)        
remote: Counting objects:  10% (16/159)        
remote: Counting objects:  11% (18/159)        
remote: Counting objects:  12% (20/159)        
remote: Counting objects:  13% (21/159)        
remote: Counting objects:  14% (23/159)        
remote: Counting objects:  15% (24/159)        
remote: Counting objects:  16% (26/159)        
remote: Counting objects:  17% (28/159)        
remote: Counting objects:  18% (29/159)        
remote: Counting objects:  19% (31/159)        
remote: Counting objects:  20% (32/159)        
remote: Counting objects:  21% (34/159)        
remote: Counting objects:  22% (35/159)        
remote: Counting objects:  23% (37/159)        
remote: Counting objects:  24% (39/159)        
remote: Counting objects:  25% (40/159)        
remote: Counting objects:  26% (42/159)        
remote: Counting objects:  27% (43/159)        
remote: Counting objects:  28% (45/159)        
remote: Counting objects:  29% (47/159)        
remote: Counting objects:  30% (48/159)        
remote: Counting objects:  31% (50/159)        
remote: Counting objects:  32% (51/159)        
remote: Counting objects:  33% (53/159)        
remote: Counting objects:  34% (55/159)        
remote: Counting objects:  35% (56/159)        
remote: Counting objects:  36% (58/159)        
remote: Counting objects:  37% (59/159)        
remote: Counting objects:  38% (61/159)        
remote: Counting objects:  39% (63/159)        
remote: Counting objects:  40% (64/159)        
remote: Counting objects:  41% (66/159)        
remote: Counting objects:  42% (67/159)        
remote: Counting objects:  43% (69/159)        
remote: Counting objects:  44% (70/159)        
remote: Counting objects:  45% (72/159)        
remote: Counting objects:  46% (74/159)        
remote: Counting objects:  47% (75/159)        
remote: Counting objects:  48% (77/159)        
remote: Counting objects:  49% (78/159)        
remote: Counting objects:  50% (80/159)        
remote: Counting objects:  51% (82/159)        
remote: Counting objects:  52% (83/159)        
remote: Counting objects:  53% (85/159)        
remote: Counting objects:  54% (86/159)        
remote: Counting objects:  55% (88/159)        
remote: Counting objects:  56% (90/159)        
remote: Counting objects:  57% (91/159)        
remote: Counting objects:  58% (93/159)        
remote: Counting objects:  59% (94/159)        
remote: Counting objects:  60% (96/159)        
remote: Counting objects:  61% (97/159)        
remote: Counting objects:  62% (99/159)        
remote: Counting objects:  63% (101/159)        
remote: Counting objects:  64% (102/159)        
remote: Counting objects:  65% (104/159)        
remote: Counting objects:  66% (105/159)        
remote: Counting objects:  67% (107/159)        
remote: Counting objects:  68% (109/159)        
remote: Counting objects:  69% (110/159)        
remote: Counting objects:  70% (112/159)        
remote: Counting objects:  71% (113/159)        
remote: Counting objects:  72% (115/159)        
remote: Counting objects:  73% (117/159)        
remote: Counting objects:  74% (118/159)        
remote: Counting objects:  75% (120/159)        
remote: Counting objects:  76% (121/159)        
remote: Counting objects:  77% (123/159)        
remote: Counting objects:  78% (125/159)        
remote: Counting objects:  79% (126/159)        
remote: Counting objects:  80% (128/159)        
remote: Counting objects:  81% (129/159)        
remote: Counting objects:  82% (131/159)        
remote: Counting objects:  83% (132/159)        
remote: Counting objects:  84% (134/159)        
remote: Counting objects:  85% (136/159)        
remote: Counting objects:  86% (137/159)        
remote: Counting objects:  87% (139/159)        
remote: Counting objects:  88% (140/159)        
remote: Counting objects:  89% (142/159)        
remote: Counting objects:  90% (144/159)        
remote: Counting objects:  91% (145/159)        
remote: Counting objects:  92% (147/159)        
remote: Counting objects:  93% (148/159)        
remote: Counting objects:  94% (150/159)        
remote: Counting objects:  95% (152/159)        
remote: Counting objects:  96% (153/159)        
remote: Counting objects:  97% (155/159)        
remote: Counting objects:  98% (156/159)        
remote: Counting objects:  99% (158/159)        
remote: Counting objects: 100% (159/159)        
remote: Counting objects: 100% (159/159), done.        
remote: Compressing objects:   1% (1/59)        
remote: Compressing objects:   3% (2/59)        
remote: Compressing objects:   5% (3/59)        
remote: Compressing objects:   6% (4/59)        
remote: Compressing objects:   8% (5/59)        
remote: Compressing objects:  10% (6/59)        
remote: Compressing objects:  11% (7/59)        
remote: Compressing objects:  13% (8/59)        
remote: Compressing objects:  15% (9/59)        
remote: Compressing objects:  16% (10/59)        
remote: Compressing objects:  18% (11/59)        
remote: Compressing objects:  20% (12/59)        
remote: Compressing objects:  22% (13/59)        
remote: Compressing objects:  23% (14/59)        
remote: Compressing objects:  25% (15/59)        
remote: Compressing objects:  27% (16/59)        
remote: Compressing objects:  28% (17/59)        
remote: Compressing objects:  30% (18/59)        
remote: Compressing objects:  32% (19/59)        
remote: Compressing objects:  33% (20/59)        
remote: Compressing objects:  35% (21/59)        
remote: Compressing objects:  37% (22/59)        
remote: Compressing objects:  38% (23/59)        
remote: Compressing objects:  40% (24/59)        
remote: Compressing objects:  42% (25/59)        
remote: Compressing objects:  44% (26/59)        
remote: Compressing objects:  45% (27/59)        
remote: Compressing objects:  47% (28/59)        
remote: Compressing objects:  49% (29/59)        
remote: Compressing objects:  50% (30/59)        
remote: Compressing objects:  52% (31/59)        
remote: Compressing objects:  54% (32/59)        
remote: Compressing objects:  55% (33/59)        
remote: Compressing objects:  57% (34/59)        
remote: Compressing objects:  59% (35/59)        
remote: Compressing objects:  61% (36/59)        
remote: Compressing objects:  62% (37/59)        
remote: Compressing objects:  64% (38/59)        
remote: Compressing objects:  66% (39/59)        
remote: Compressing objects:  67% (40/59)        
remote: Compressing objects:  69% (41/59)        
remote: Compressing objects:  71% (42/59)        
remote: Compressing objects:  72% (43/59)        
remote: Compressing objects:  74% (44/59)        
remote: Compressing objects:  76% (45/59)        
remote: Compressing objects:  77% (46/59)        
remote: Compressing objects:  79% (47/59)        
remote: Compressing objects:  81% (48/59)        
remote: Compressing objects:  83% (49/59)        
remote: Compressing objects:  84% (50/59)        
remote: Compressing objects:  86% (51/59)        
remote: Compressing objects:  88% (52/59)        
remote: Compressing objects:  89% (53/59)        
remote: Compressing objects:  91% (54/59)        
remote: Compressing objects:  93% (55/59)        
remote: Compressing objects:  94% (56/59)        
remote: Compressing objects:  96% (57/59)        
remote: Compressing objects:  98% (58/59)        
remote: Compressing objects: 100% (59/59)        
remote: Compressing objects: 100% (59/59), done.        
remote: Total 197 (delta 36), reused 101 (delta 20), pack-reused 38        
Receiving objects:   0% (1/197)
Receiving objects:   1% (2/197)
Receiving objects:   2% (4/197)
Receiving objects:   3% (6/197)
Receiving objects:   4% (8/197)
Receiving objects:   5% (10/197)
Receiving objects:   6% (12/197)
Receiving objects:   7% (14/197)
Receiving objects:   8% (16/197)
Receiving objects:   9% (18/197)
Receiving objects:  10% (20/197)
Receiving objects:  11% (22/197)
Receiving objects:  12% (24/197)
Receiving objects:  13% (26/197)
Receiving objects:  14% (28/197)
Receiving objects:  15% (30/197)
Receiving objects:  16% (32/197)
Receiving objects:  17% (34/197)
Receiving objects:  18% (36/197)
Receiving objects:  19% (38/197)
Receiving objects:  20% (40/197)
Receiving objects:  21% (42/197)
Receiving objects:  22% (44/197)
Receiving objects:  23% (46/197)
Receiving objects:  24% (48/197)
Receiving objects:  25% (50/197)
Receiving objects:  26% (52/197)
Receiving objects:  27% (54/197)
Receiving objects:  28% (56/197)
Receiving objects:  29% (58/197)
Receiving objects:  30% (60/197)
Receiving objects:  31% (62/197)
Receiving objects:  32% (64/197)
Receiving objects:  33% (66/197)
Receiving objects:  34% (67/197)
Receiving objects:  35% (69/197)
Receiving objects:  36% (71/197)
Receiving objects:  37% (73/197)
Receiving objects:  38% (75/197)
Receiving objects:  39% (77/197)
Receiving objects:  40% (79/197)
Receiving objects:  41% (81/197)
Receiving objects:  42% (83/197)
Receiving objects:  43% (85/197)
Receiving objects:  44% (87/197)
Receiving objects:  45% (89/197)
Receiving objects:  46% (91/197)
Receiving objects:  47% (93/197)
Receiving objects:  48% (95/197)
Receiving objects:  49% (97/197)
Receiving objects:  50% (99/197)
Receiving objects:  51% (101/197)
Receiving objects:  52% (103/197)
Receiving objects:  53% (105/197)
Receiving objects:  54% (107/197)
Receiving objects:  55% (109/197)
Receiving objects:  56% (111/197)
Receiving objects:  57% (113/197)
Receiving objects:  58% (115/197)
Receiving objects:  59% (117/197)
Receiving objects:  60% (119/197)
Receiving objects:  61% (121/197)
Receiving objects:  62% (123/197)
Receiving objects:  63% (125/197)
Receiving objects:  64% (127/197)
Receiving objects:  65% (129/197)
Receiving objects:  66% (131/197)
Receiving objects:  67% (132/197)
Receiving objects:  68% (134/197)
Receiving objects:  69% (136/197)
Receiving objects:  70% (138/197)
Receiving objects:  71% (140/197)
Receiving objects:  72% (142/197)
Receiving objects:  73% (144/197)
Receiving objects:  74% (146/197)
Receiving objects:  75% (148/197)
Receiving objects:  76% (150/197)
Receiving objects:  77% (152/197)
Receiving objects:  78% (154/197)
Receiving objects:  79% (156/197)
Receiving objects:  80% (158/197)
Receiving objects:  81% (160/197)
Receiving objects:  82% (162/197)
Receiving objects:  83% (164/197)
Receiving objects:  84% (166/197)
Receiving objects:  85% (168/197)
Receiving objects:  86% (170/197)
Receiving objects:  87% (172/197)
Receiving objects:  88% (174/197)
Receiving objects:  89% (176/197)
Receiving objects:  90% (178/197)
Receiving objects:  91% (180/197)
Receiving objects:  92% (182/197)
Receiving objects:  93% (184/197)
Receiving objects:  94% (186/197)
Receiving objects:  95% (188/197)
Receiving objects:  96% (190/197)
Receiving objects:  97% (192/197)
Receiving objects:  98% (194/197)
Receiving objects:  99% (196/197)
Receiving objects: 100% (197/197)
Receiving objects: 100% (197/197), 30.53 KiB | 15.26 MiB/s, done.
Resolving deltas:   0% (0/41)
Resolving deltas:   2% (1/41)
Resolving deltas:   4% (2/41)
Resolving deltas:  24% (10/41)
Resolving deltas:  26% (11/41)
Resolving deltas:  31% (13/41)
Resolving deltas:  34% (14/41)
Resolving deltas:  39% (16/41)
Resolving deltas:  56% (23/41)
Resolving deltas: 100% (41/41)
Resolving deltas: 100% (41/41), done.
Cloning into '/root/workspace/weifang-config/container/A004/params_new/system-device'...
remote: Enumerating objects: 1670, done.        
remote: Counting objects:   0% (1/209)        
remote: Counting objects:   1% (3/209)        
remote: Counting objects:   2% (5/209)        
remote: Counting objects:   3% (7/209)        
remote: Counting objects:   4% (9/209)        
remote: Counting objects:   5% (11/209)        
remote: Counting objects:   6% (13/209)        
remote: Counting objects:   7% (15/209)        
remote: Counting objects:   8% (17/209)        
remote: Counting objects:   9% (19/209)        
remote: Counting objects:  10% (21/209)        
remote: Counting objects:  11% (23/209)        
remote: Counting objects:  12% (26/209)        
remote: Counting objects:  13% (28/209)        
remote: Counting objects:  14% (30/209)        
remote: Counting objects:  15% (32/209)        
remote: Counting objects:  16% (34/209)        
remote: Counting objects:  17% (36/209)        
remote: Counting objects:  18% (38/209)        
remote: Counting objects:  19% (40/209)        
remote: Counting objects:  20% (42/209)        
remote: Counting objects:  21% (44/209)        
remote: Counting objects:  22% (46/209)        
remote: Counting objects:  23% (49/209)        
remote: Counting objects:  24% (51/209)        
remote: Counting objects:  25% (53/209)        
remote: Counting objects:  26% (55/209)        
remote: Counting objects:  27% (57/209)        
remote: Counting objects:  28% (59/209)        
remote: Counting objects:  29% (61/209)        
remote: Counting objects:  30% (63/209)        
remote: Counting objects:  31% (65/209)        
remote: Counting objects:  32% (67/209)        
remote: Counting objects:  33% (69/209)        
remote: Counting objects:  34% (72/209)        
remote: Counting objects:  35% (74/209)        
remote: Counting objects:  36% (76/209)        
remote: Counting objects:  37% (78/209)        
remote: Counting objects:  38% (80/209)        
remote: Counting objects:  39% (82/209)        
remote: Counting objects:  40% (84/209)        
remote: Counting objects:  41% (86/209)        
remote: Counting objects:  42% (88/209)        
remote: Counting objects:  43% (90/209)        
remote: Counting objects:  44% (92/209)        
remote: Counting objects:  45% (95/209)        
remote: Counting objects:  46% (97/209)        
remote: Counting objects:  47% (99/209)        
remote: Counting objects:  48% (101/209)
remote: Counting objects:  49% (103/209)        
remote: Counting objects:  50% (105/209)        
remote: Counting objects:  51% (107/209)        
remote: Counting objects:  52% (109/209)        
remote: Counting objects:  53% (111/209)        
remote: Counting objects:  54% (113/209)        
remote: Counting objects:  55% (115/209)        
remote: Counting objects:  56% (118/209)        
remote: Counting objects:  57% (120/209)        
remote: Counting objects:  58% (122/209)        
remote: Counting objects:  59% (124/209)        
remote: Counting objects:  60% (126/209)        
remote: Counting objects:  61% (128/209)        
remote: Counting objects:  62% (130/209)        
remote: Counting objects:  63% (132/209)        
remote: Counting objects:  64% (134/209)        
remote: Counting objects:  65% (136/209)        
remote: Counting objects:  66% (138/209)        
remote: Counting objects:  67% (141/209)        
remote: Counting objects:  68% (143/209)        
remote: Counting objects:  69% (145/209)        
remote: Counting objects:  70% (147/209)        
remote: Counting objects:  71% (149/209)        
remote: Counting objects:  72% (151/209)        
remote: Counting objects:  73% (153/209)        
remote: Counting objects:  74% (155/209)        
remote: Counting objects:  75% (157/209)        
remote: Counting objects:  76% (159/209)        
remote: Counting objects:  77% (161/209)        
remote: Counting objects:  78% (164/209)        
remote: Counting objects:  79% (166/209)        
remote: Counting objects:  80% (168/209)        
remote: Counting objects:  81% (170/209)        
remote: Counting objects:  82% (172/209)        
remote: Counting objects:  83% (174/209)        
remote: Counting objects:  84% (176/209)        
remote: Counting objects:  85% (178/209)        
remote: Counting objects:  86% (180/209)        
remote: Counting objects:  87% (182/209)        
remote: Counting objects:  88% (184/209)        
remote: Counting objects:  89% (187/209)        
remote: Counting objects:  90% (189/209)        
remote: Counting objects:  91% (191/209)        
remote: Counting objects:  92% (193/209)        
remote: Counting objects:  93% (195/209)        
remote: Counting objects:  94% (197/209)        
remote: Counting objects:  95% (199/209)        
remote: Counting objects:  96% (201/209)        
remote: Counting objects:  97% (203/209)        
remote: Counting objects:  98% (205/209)        
remote: Counting objects:  99% (207/209)        
remote: Counting objects: 100% (209/209)        
remote: Counting objects: 100% (209/209), done.        
remote: Compressing objects:   0% (1/123)        
remote: Compressing objects:   1% (2/123)        
remote: Compressing objects:   2% (3/123)        
remote: Compressing objects:   3% (4/123)        
remote: Compressing objects:   4% (5/123)        
remote: Compressing objects:   5% (7/123)        
remote: Compressing objects:   6% (8/123)        
remote: Compressing objects:   7% (9/123)        
remote: Compressing objects:   8% (10/123)        
remote: Compressing objects:   9% (12/123)        
remote: Compressing objects:  10% (13/123)        
remote: Compressing objects:  11% (14/123)        
remote: Compressing objects:  12% (15/123)        
remote: Compressing objects:  13% (16/123)        
remote: Compressing objects:  14% (18/123)        
remote: Compressing objects:  15% (19/123)        
remote: Compressing objects:  16% (20/123)        
remote: Compressing objects:  17% (21/123)        
remote: Compressing objects:  18% (23/123)        
remote: Compressing objects:  19% (24/123)        
remote: Compressing objects:  20% (25/123)        
remote: Compressing objects:  21% (26/123)        
remote: Compressing objects:  22% (28/123)        
remote: Compressing objects:  23% (29/123)        
remote: Compressing objects:  24% (30/123)        
remote: Compressing objects:  25% (31/123)        
remote: Compressing objects:  26% (32/123)        
remote: Compressing objects:  27% (34/123)        
remote: Compressing objects:  28% (35/123)        
remote: Compressing objects:  29% (36/123)        
remote: Compressing objects:  30% (37/123)        
remote: Compressing objects:  31% (39/123)        
remote: Compressing objects:  32% (40/123)        
remote: Compressing objects:  33% (41/123)        
remote: Compressing objects:  34% (42/123)        
remote: Compressing objects:  35% (44/123)        
remote: Compressing objects:  36% (45/123)        
remote: Compressing objects:  37% (46/123)        
remote: Compressing objects:  38% (47/123)        
remote: Compressing objects:  39% (48/123)        
remote: Compressing objects:  40% (50/123)        
remote: Compressing objects:  41% (51/123)        
remote: Compressing objects:  42% (52/123)        
remote: Compressing objects:  43% (53/123)        
remote: Compressing objects:  44% (55/123)        
remote: Compressing objects:  45% (56/123)        
remote: Compressing objects:  46% (57/123)        
remote: Compressing objects:  47% (58/123)        
remote: Compressing objects:  48% (60/123)        
remote: Compressing objects:  49% (61/123)        
remote: Compressing objects:  50% (62/123)        
remote: Compressing objects:  51% (63/123)        
remote: Compressing objects:  52% (64/123)        
remote: Compressing objects:  53% (66/123)        
remote: Compressing objects:  54% (67/123)        
remote: Compressing objects:  55% (68/123)        
remote: Compressing objects:  56% (69/123)        
remote: Compressing objects:  57% (71/123)        
remote: Compressing objects:  58% (72/123)        
remote: Compressing objects:  59% (73/123)        
remote: Compressing objects:  60% (74/123)        
remote: Compressing objects:  61% (76/123)        
remote: Compressing objects:  62% (77/123)        
remote: Compressing objects:  63% (78/123)        
remote: Compressing objects:  64% (79/123)
remote: Compressing objects:  65% (80/123)        
remote: Compressing objects:  66% (82/123)        
remote: Compressing objects:  67% (83/123)        
remote: Compressing objects:  68% (84/123)        
remote: Compressing objects:  69% (85/123)        
remote: Compressing objects:  70% (87/123)        
remote: Compressing objects:  71% (88/123)        
remote: Compressing objects:  72% (89/123)        
remote: Compressing objects:  73% (90/123)        
remote: Compressing objects:  74% (92/123)        
remote: Compressing objects:  75% (93/123)        
remote: Compressing objects:  76% (94/123)        
remote: Compressing objects:  77% (95/123)        
remote: Compressing objects:  78% (96/123)        
remote: Compressing objects:  79% (98/123)        
remote: Compressing objects:  80% (99/123)        
remote: Compressing objects:  81% (100/123)        
remote: Compressing objects:  82% (101/123)        
remote: Compressing objects:  83% (103/123)        
remote: Compressing objects:  84% (104/123)        
remote: Compressing objects:  85% (105/123)        
remote: Compressing objects:  86% (106/123)        
remote: Compressing objects:  87% (108/123)        
remote: Compressing objects:  88% (109/123)        
remote: Compressing objects:  89% (110/123)        
remote: Compressing objects:  90% (111/123)        
remote: Compressing objects:  91% (112/123)        
remote: Compressing objects:  92% (114/123)        
remote: Compressing objects:  93% (115/123)        
remote: Compressing objects:  94% (116/123)        
remote: Compressing objects:  95% (117/123)        
remote: Compressing objects:  96% (119/123)        
remote: Compressing objects:  97% (120/123)        
remote: Compressing objects:  98% (121/123)        
remote: Compressing objects:  99% (122/123)        
remote: Compressing objects: 100% (123/123)        
remote: Compressing objects: 100% (123/123), done.        
Receiving objects:   0% (1/1670)
Receiving objects:   1% (17/1670)
Receiving objects:   2% (34/1670)
Receiving objects:   3% (51/1670)
Receiving objects:   4% (67/1670)
Receiving objects:   5% (84/1670)
Receiving objects:   6% (101/1670)
Receiving objects:   7% (117/1670)
Receiving objects:   8% (134/1670)
Receiving objects:   9% (151/1670)
Receiving objects:  10% (167/1670)
Receiving objects:  11% (184/1670)
Receiving objects:  12% (201/1670)
Receiving objects:  13% (218/1670)
Receiving objects:  14% (234/1670)
Receiving objects:  15% (251/1670)
Receiving objects:  16% (268/1670)
Receiving objects:  17% (284/1670)
Receiving objects:  18% (301/1670)
Receiving objects:  19% (318/1670)
Receiving objects:  20% (334/1670)
Receiving objects:  21% (351/1670)
Receiving objects:  22% (368/1670)
Receiving objects:  23% (385/1670)
Receiving objects:  24% (401/1670)
Receiving objects:  25% (418/1670)
Receiving objects:  26% (435/1670)
Receiving objects:  27% (451/1670)
Receiving objects:  28% (468/1670)
Receiving objects:  29% (485/1670)
Receiving objects:  30% (501/1670)
Receiving objects:  31% (518/1670)
Receiving objects:  32% (535/1670)
Receiving objects:  33% (552/1670)
Receiving objects:  34% (568/1670)
Receiving objects:  35% (585/1670)
Receiving objects:  36% (602/1670)
Receiving objects:  37% (618/1670)
Receiving objects:  38% (635/1670)
Receiving objects:  39% (652/1670)
Receiving objects:  40% (668/1670)
Receiving objects:  41% (685/1670)
Receiving objects:  42% (702/1670)
Receiving objects:  43% (719/1670)
Receiving objects:  44% (735/1670)
Receiving objects:  45% (752/1670)
Receiving objects:  46% (769/1670)
Receiving objects:  47% (785/1670)
Receiving objects:  48% (802/1670)
Receiving objects:  49% (819/1670)
Receiving objects:  50% (835/1670)
Receiving objects:  51% (852/1670)
Receiving objects:  52% (869/1670)
Receiving objects:  53% (886/1670)
Receiving objects:  54% (902/1670)
Receiving objects:  55% (919/1670)
Receiving objects:  56% (936/1670)
Receiving objects:  57% (952/1670)
Receiving objects:  58% (969/1670)
Receiving objects:  59% (986/1670)
Receiving objects:  60% (1002/1670)
Receiving objects:  61% (1019/1670)
Receiving objects:  62% (1036/1670)
Receiving objects:  63% (1053/1670)
Receiving objects:  64% (1069/1670)
Receiving objects:  65% (1086/1670)
Receiving objects:  66% (1103/1670)
Receiving objects:  67% (1119/1670)
Receiving objects:  68% (1136/1670)
remote: Total 1670 (delta 97), reused 190 (delta 85), pack-reused 1461        
Receiving objects:  69% (1153/1670)
Receiving objects:  70% (1169/1670)
Receiving objects:  71% (1186/1670)
Receiving objects:  72% (1203/1670)
Receiving objects:  73% (1220/1670)
Receiving objects:  74% (1236/1670)
Receiving objects:  75% (1253/1670)
Receiving objects:  76% (1270/1670)
Receiving objects:  77% (1286/1670)
Receiving objects:  78% (1303/1670)
Receiving objects:  79% (1320/1670)
Receiving objects:  80% (1336/1670)
Receiving objects:  81% (1353/1670)
Receiving objects:  82% (1370/1670)
Receiving objects:  83% (1387/1670)
Receiving objects:  84% (1403/1670)
Receiving objects:  85% (1420/1670)
Receiving objects:  86% (1437/1670)
Receiving objects:  87% (1453/1670)
Receiving objects:  88% (1470/1670)
Receiving objects:  89% (1487/1670)
Receiving objects:  90% (1503/1670)
Receiving objects:  91% (1520/1670)
Receiving objects:  92% (1537/1670)
Receiving objects:  93% (1554/1670)
Receiving objects:  94% (1570/1670)
Receiving objects:  95% (1587/1670)
Receiving objects:  96% (1604/1670)
Receiving objects:  97% (1620/1670)
Receiving objects:  98% (1637/1670)
Receiving objects:  99% (1654/1670)
Receiving objects: 100% (1670/1670)
Receiving objects: 100% (1670/1670), 196.50 KiB | 28.07 MiB/s, done.
Resolving deltas:   0% (0/583)
Resolving deltas:   1% (6/583)
Resolving deltas:   4% (28/583)
Resolving deltas:   9% (56/583)
Resolving deltas:  18% (105/583)
Resolving deltas:  26% (154/583)
Resolving deltas:  27% (159/583)
Resolving deltas:  28% (167/583)
Resolving deltas:  34% (200/583)
Resolving deltas:  39% (231/583)
Resolving deltas:  42% (248/583)
Resolving deltas:  44% (257/583)
Resolving deltas:  45% (268/583)
Resolving deltas:  46% (274/583)
Resolving deltas:  47% (275/583)
Resolving deltas:  51% (299/583)
Resolving deltas:  57% (335/583)
Resolving deltas:  58% (339/583)
Resolving deltas:  60% (352/583)
Resolving deltas:  61% (359/583)
Resolving deltas:  62% (362/583)
Resolving deltas:  63% (369/583)
Resolving deltas:  64% (374/583)
Resolving deltas:  65% (381/583)
Resolving deltas:  66% (388/583)
Resolving deltas:  67% (394/583)
Resolving deltas:  68% (400/583)
Resolving deltas:  69% (404/583)
Resolving deltas:  71% (419/583)
Resolving deltas:  72% (420/583)
Resolving deltas:  73% (426/583)
Resolving deltas:  74% (435/583)
Resolving deltas:  75% (438/583)
Resolving deltas:  76% (445/583)
Resolving deltas:  77% (449/583)
Resolving deltas:  78% (458/583)
Resolving deltas:  79% (462/583)
Resolving deltas:  80% (467/583)
Resolving deltas:  81% (476/583)
Resolving deltas:  82% (479/583)
Resolving deltas:  84% (493/583)
Resolving deltas:  85% (498/583)
Resolving deltas:  86% (505/583)
Resolving deltas:  87% (508/583)
Resolving deltas:  90% (529/583)
Resolving deltas:  91% (534/583)
Resolving deltas:  93% (545/583)
Resolving deltas:  94% (551/583)
Resolving deltas: 100% (583/583)
Resolving deltas: 100% (583/583), done.
Cloning into '/root/workspace/weifang-config/container/A004/params_new/system-mqtt'...
remote: Enumerating objects: 158, done.        
remote: Counting objects:   0% (1/130)        
remote: Counting objects:   1% (2/130)        
remote: Counting objects:   2% (3/130)        
remote: Counting objects:   3% (4/130)        
remote: Counting objects:   4% (6/130)        
remote: Counting objects:   5% (7/130)        
remote: Counting objects:   6% (8/130)        
remote: Counting objects:   7% (10/130)        
remote: Counting objects:   8% (11/130)        
remote: Counting objects:   9% (12/130)        
remote: Counting objects:  10% (13/130)        
remote: Counting objects:  11% (15/130)        
remote: Counting objects:  12% (16/130)        
remote: Counting objects:  13% (17/130)        
remote: Counting objects:  14% (19/130)        
remote: Counting objects:  15% (20/130)        
remote: Counting objects:  16% (21/130)        
remote: Counting objects:  17% (23/130)        
remote: Counting objects:  18% (24/130)        
remote: Counting objects:  19% (25/130)        
remote: Counting objects:  20% (26/130)        
remote: Counting objects:  21% (28/130)        
remote: Counting objects:  22% (29/130)        
remote: Counting objects:  23% (30/130)        
remote: Counting objects:  24% (32/130)        
remote: Counting objects:  25% (33/130)        
remote: Counting objects:  26% (34/130)        
remote: Counting objects:  27% (36/130)        
remote: Counting objects:  28% (37/130)        
remote: Counting objects:  29% (38/130)        
remote: Counting objects:  30% (39/130)        
remote: Counting objects:  31% (41/130)        
remote: Counting objects:  32% (42/130)        
remote: Counting objects:  33% (43/130)        
remote: Counting objects:  34% (45/130)        
remote: Counting objects:  35% (46/130)        
remote: Counting objects:  36% (47/130)        
remote: Counting objects:  37% (49/130)        
remote: Counting objects:  38% (50/130)        
remote: Counting objects:  39% (51/130)        
remote: Counting objects:  40% (52/130)        
remote: Counting objects:  41% (54/130)        
remote: Counting objects:  42% (55/130)        
remote: Counting objects:  43% (56/130)        
remote: Counting objects:  44% (58/130)        
remote: Counting objects:  45% (59/130)        
remote: Counting objects:  46% (60/130)        
remote: Counting objects:  47% (62/130)        
remote: Counting objects:  48% (63/130)        
remote: Counting objects:  49% (64/130)        
remote: Counting objects:  50% (65/130)        
remote: Counting objects:  51% (67/130)        
remote: Counting objects:  52% (68/130)        
remote: Counting objects:  53% (69/130)        
remote: Counting objects:  54% (71/130)        
remote: Counting objects:  55% (72/130)        
remote: Counting objects:  56% (73/130)        
remote: Counting objects:  57% (75/130)        
remote: Counting objects:  58% (76/130)        
remote: Counting objects:  59% (77/130)        
remote: Counting objects:  60% (78/130)        
remote: Counting objects:  61% (80/130)        
remote: Counting objects:  62% (81/130)        
remote: Counting objects:  63% (82/130)        
remote: Counting objects:  64% (84/130)        
remote: Counting objects:  65% (85/130)        
remote: Counting objects:  66% (86/130)        
remote: Counting objects:  67% (88/130)        
remote: Counting objects:  68% (89/130)        
remote: Counting objects:  69% (90/130)        
remote: Counting objects:  70% (91/130)        
remote: Counting objects:  71% (93/130)        
remote: Counting objects:  72% (94/130)        
remote: Counting objects:  73% (95/130)        
remote: Counting objects:  74% (97/130)        
remote: Counting objects:  75% (98/130)        
remote: Counting objects:  76% (99/130)        
remote: Counting objects:  77% (101/130)        
remote: Counting objects:  78% (102/130)        
remote: Counting objects:  79% (103/130)        
remote: Counting objects:  80% (104/130)        
remote: Counting objects:  81% (106/130)        
remote: Counting objects:  82% (107/130)        
remote: Counting objects:  83% (108/130)        
remote: Counting objects:  84% (110/130)        
remote: Counting objects:  85% (111/130)        
remote: Counting objects:  86% (112/130)        
remote: Counting objects:  87% (114/130)        
remote: Counting objects:  88% (115/130)        
remote: Counting objects:  89% (116/130)        
remote: Counting objects:  90% (117/130)        
remote: Counting objects:  91% (119/130)        
remote: Counting objects:  92% (120/130)        
remote: Counting objects:  93% (121/130)        
remote: Counting objects:  94% (123/130)        
remote: Counting objects:  95% (124/130)        
remote: Counting objects:  96% (125/130)        
remote: Counting objects:  97% (127/130)        
remote: Counting objects:  98% (128/130)        
remote: Counting objects:  99% (129/130)        
remote: Counting objects: 100% (130/130)        
remote: Counting objects: 100% (130/130), done.        
remote: Compressing objects:   1% (1/54)        
remote: Compressing objects:   3% (2/54)        
remote: Compressing objects:   5% (3/54)        
remote: Compressing objects:   7% (4/54)        
remote: Compressing objects:   9% (5/54)        
remote: Compressing objects:  11% (6/54)        
remote: Compressing objects:  12% (7/54)        
remote: Compressing objects:  14% (8/54)        
remote: Compressing objects:  16% (9/54)        
remote: Compressing objects:  18% (10/54)        
remote: Compressing objects:  20% (11/54)        
remote: Compressing objects:  22% (12/54)        
remote: Compressing objects:  24% (13/54)        
remote: Compressing objects:  25% (14/54)        
remote: Compressing objects:  27% (15/54)        
remote: Compressing objects:  29% (16/54)        
remote: Compressing objects:  31% (17/54)        
remote: Compressing objects:  33% (18/54)        
remote: Compressing objects:  35% (19/54)        
remote: Compressing objects:  37% (20/54)        
remote: Compressing objects:  38% (21/54)        
remote: Compressing objects:  40% (22/54)        
remote: Compressing objects:  42% (23/54)        
remote: Compressing objects:  44% (24/54)        
remote: Compressing objects:  46% (25/54)        
remote: Compressing objects:  48% (26/54)        
remote: Compressing objects:  50% (27/54)        
remote: Compressing objects:  51% (28/54)        
remote: Compressing objects:  53% (29/54)        
remote: Compressing objects:  55% (30/54)        
remote: Compressing objects:  57% (31/54)        
remote: Compressing objects:  59% (32/54)        
remote: Compressing objects:  61% (33/54)        
remote: Compressing objects:  62% (34/54)        
remote: Compressing objects:  64% (35/54)        
remote: Compressing objects:  66% (36/54)        
remote: Compressing objects:  68% (37/54)        
remote: Compressing objects:  70% (38/54)        
remote: Compressing objects:  72% (39/54)        
remote: Compressing objects:  74% (40/54)        
remote: Compressing objects:  75% (41/54)        
remote: Compressing objects:  77% (42/54)        
remote: Compressing objects:  79% (43/54)        
remote: Compressing objects:  81% (44/54)        
remote: Compressing objects:  83% (45/54)        
remote: Compressing objects:  85% (46/54)        
remote: Compressing objects:  87% (47/54)        
remote: Compressing objects:  88% (48/54)        
remote: Compressing objects:  90% (49/54)        
remote: Compressing objects:  92% (50/54)        
remote: Compressing objects:  94% (51/54)        
remote: Compressing objects:  96% (52/54)        
remote: Compressing objects:  98% (53/54)        
remote: Compressing objects: 100% (54/54)        
remote: Compressing objects: 100% (54/54), done.        
remote: Total 158 (delta 34), reused 97 (delta 22), pack-reused 28        
Receiving objects:   0% (1/158)
Receiving objects:   1% (2/158)
Receiving objects:   2% (4/158)
Receiving objects:   3% (5/158)
Receiving objects:   4% (7/158)
Receiving objects:   5% (8/158)
Receiving objects:   6% (10/158)
Receiving objects:   7% (12/158)
Receiving objects:   8% (13/158)
Receiving objects:   9% (15/158)
Receiving objects:  10% (16/158)
Receiving objects:  11% (18/158)
Receiving objects:  12% (19/158)
Receiving objects:  13% (21/158)
Receiving objects:  14% (23/158)
Receiving objects:  15% (24/158)
Receiving objects:  16% (26/158)
Receiving objects:  17% (27/158)
Receiving objects:  18% (29/158)
Receiving objects:  19% (31/158)
Receiving objects:  20% (32/158)
Receiving objects:  21% (34/158)
Receiving objects:  22% (35/158)
Receiving objects:  23% (37/158)
Receiving objects:  24% (38/158)
Receiving objects:  25% (40/158)
Receiving objects:  26% (42/158)
Receiving objects:  27% (43/158)
Receiving objects:  28% (45/158)
Receiving objects:  29% (46/158)
Receiving objects:  30% (48/158)
Receiving objects:  31% (49/158)
Receiving objects:  32% (51/158)
Receiving objects:  33% (53/158)
Receiving objects:  34% (54/158)
Receiving objects:  35% (56/158)
Receiving objects:  36% (57/158)
Receiving objects:  37% (59/158)
Receiving objects:  38% (61/158)
Receiving objects:  39% (62/158)
Receiving objects:  40% (64/158)
Receiving objects:  41% (65/158)
Receiving objects:  42% (67/158)
Receiving objects:  43% (68/158)
Receiving objects:  44% (70/158)
Receiving objects:  45% (72/158)
Receiving objects:  46% (73/158)
Receiving objects:  47% (75/158)
Receiving objects:  48% (76/158)
Receiving objects:  49% (78/158)
Receiving objects:  50% (79/158)
Receiving objects:  51% (81/158)
Receiving objects:  52% (83/158)
Receiving objects:  53% (84/158)
Receiving objects:  54% (86/158)
Receiving objects:  55% (87/158)
Receiving objects:  56% (89/158)
Receiving objects:  57% (91/158)
Receiving objects:  58% (92/158)
Receiving objects:  59% (94/158)
Receiving objects:  60% (95/158)
Receiving objects:  61% (97/158)
Receiving objects:  62% (98/158)
Receiving objects:  63% (100/158)
Receiving objects:  64% (102/158)
Receiving objects:  65% (103/158)
Receiving objects:  66% (105/158)
Receiving objects:  67% (106/158)
Receiving objects:  68% (108/158)
Receiving objects:  69% (110/158)
Receiving objects:  70% (111/158)
Receiving objects:  71% (113/158)
Receiving objects:  72% (114/158)
Receiving objects:  73% (116/158)
Receiving objects:  74% (117/158)
Receiving objects:  75% (119/158)
Receiving objects:  76% (121/158)
Receiving objects:  77% (122/158)
Receiving objects:  78% (124/158)
Receiving objects:  79% (125/158)
Receiving objects:  80% (127/158)
Receiving objects:  81% (128/158)
Receiving objects:  82% (130/158)
Receiving objects:  83% (132/158)
Receiving objects:  84% (133/158)
Receiving objects:  85% (135/158)
Receiving objects:  86% (136/158)
Receiving objects:  87% (138/158)
Receiving objects:  88% (140/158)
Receiving objects:  89% (141/158)
Receiving objects:  90% (143/158)
Receiving objects:  91% (144/158)
Receiving objects:  92% (146/158)
Receiving objects:  93% (147/158)
Receiving objects:  94% (149/158)
Receiving objects:  95% (151/158)
Receiving objects:  96% (152/158)
Receiving objects:  97% (154/158)
Receiving objects:  98% (155/158)
Receiving objects:  99% (157/158)
Receiving objects: 100% (158/158)
Receiving objects: 100% (158/158), 16.37 KiB | 16.37 MiB/s, done.
Resolving deltas:   0% (0/37)
Resolving deltas:   2% (1/37)
Resolving deltas:   5% (2/37)
Resolving deltas:  10% (4/37)
Resolving deltas:  13% (5/37)
Resolving deltas:  16% (6/37)
Resolving deltas:  18% (7/37)
Resolving deltas:  27% (10/37)
Resolving deltas:  29% (11/37)
Resolving deltas:  37% (14/37)
Resolving deltas:  64% (24/37)
Resolving deltas: 100% (37/37)
Resolving deltas: 100% (37/37), done.
Cloning into '/root/workspace/weifang-config/container/A004/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:  52% (18/34)
Resolving deltas: 100% (34/34)
Resolving deltas: 100% (34/34), done.
Cloning into '/root/workspace/weifang-config/container/A004/params_new/system-port'...
remote: Enumerating objects: 282, done.        
remote: Counting objects:   0% (1/162)        
remote: Counting objects:   1% (2/162)        
remote: Counting objects:   2% (4/162)        
remote: Counting objects:   3% (5/162)        
remote: Counting objects:   4% (7/162)        
remote: Counting objects:   5% (9/162)        
remote: Counting objects:   6% (10/162)        
remote: Counting objects:   7% (12/162)        
remote: Counting objects:   8% (13/162)        
remote: Counting objects:   9% (15/162)        
remote: Counting objects:  10% (17/162)        
remote: Counting objects:  11% (18/162)        
remote: Counting objects:  12% (20/162)        
remote: Counting objects:  13% (22/162)        
remote: Counting objects:  14% (23/162)        
remote: Counting objects:  15% (25/162)        
remote: Counting objects:  16% (26/162)        
remote: Counting objects:  17% (28/162)        
remote: Counting objects:  18% (30/162)        
remote: Counting objects:  19% (31/162)        
remote: Counting objects:  20% (33/162)        
remote: Counting objects:  21% (35/162)        
remote: Counting objects:  22% (36/162)        
remote: Counting objects:  23% (38/162)        
remote: Counting objects:  24% (39/162)        
remote: Counting objects:  25% (41/162)        
remote: Counting objects:  26% (43/162)        
remote: Counting objects:  27% (44/162)        
remote: Counting objects:  28% (46/162)        
remote: Counting objects:  29% (47/162)        
remote: Counting objects:  30% (49/162)        
remote: Counting objects:  31% (51/162)        
remote: Counting objects:  32% (52/162)        
remote: Counting objects:  33% (54/162)        
remote: Counting objects:  34% (56/162)        
remote: Counting objects:  35% (57/162)        
remote: Counting objects:  36% (59/162)        
remote: Counting objects:  37% (60/162)        
remote: Counting objects:  38% (62/162)        
remote: Counting objects:  39% (64/162)        
remote: Counting objects:  40% (65/162)        
remote: Counting objects:  41% (67/162)        
remote: Counting objects:  42% (69/162)        
remote: Counting objects:  43% (70/162)        
remote: Counting objects:  44% (72/162)        
remote: Counting objects:  45% (73/162)        
remote: Counting objects:  46% (75/162)        
remote: Counting objects:  47% (77/162)        
remote: Counting objects:  48% (78/162)        
remote: Counting objects:  49% (80/162)        
remote: Counting objects:  50% (81/162)        
remote: Counting objects:  51% (83/162)        
remote: Counting objects:  52% (85/162)        
remote: Counting objects:  53% (86/162)        
remote: Counting objects:  54% (88/162)        
remote: Counting objects:  55% (90/162)        
remote: Counting objects:  56% (91/162)        
remote: Counting objects:  57% (93/162)        
remote: Counting objects:  58% (94/162)        
remote: Counting objects:  59% (96/162)        
remote: Counting objects:  60% (98/162)        
remote: Counting objects:  61% (99/162)        
remote: Counting objects:  62% (101/162)        
remote: Counting objects:  63% (103/162)        
remote: Counting objects:  64% (104/162)        
remote: Counting objects:  65% (106/162)        
remote: Counting objects:  66% (107/162)        
remote: Counting objects:  67% (109/162)        
remote: Counting objects:  68% (111/162)        
remote: Counting objects:  69% (112/162)        
remote: Counting objects:  70% (114/162)        
remote: Counting objects:  71% (116/162)        
remote: Counting objects:  72% (117/162)        
remote: Counting objects:  73% (119/162)        
remote: Counting objects:  74% (120/162)        
remote: Counting objects:  75% (122/162)        
remote: Counting objects:  76% (124/162)        
remote: Counting objects:  77% (125/162)        
remote: Counting objects:  78% (127/162)        
remote: Counting objects:  79% (128/162)        
remote: Counting objects:  80% (130/162)        
remote: Counting objects:  81% (132/162)        
remote: Counting objects:  82% (133/162)        
remote: Counting objects:  83% (135/162)        
remote: Counting objects:  84% (137/162)        
remote: Counting objects:  85% (138/162)        
remote: Counting objects:  86% (140/162)        
remote: Counting objects:  87% (141/162)        
remote: Counting objects:  88% (143/162)        
remote: Counting objects:  89% (145/162)        
remote: Counting objects:  90% (146/162)        
remote: Counting objects:  91% (148/162)        
remote: Counting objects:  92% (150/162)        
remote: Counting objects:  93% (151/162)        
remote: Counting objects:  94% (153/162)        
remote: Counting objects:  95% (154/162)        
remote: Counting objects:  96% (156/162)        
remote: Counting objects:  97% (158/162)        
remote: Counting objects:  98% (159/162)        
remote: Counting objects:  99% (161/162)        
remote: Counting objects: 100% (162/162)        
remote: Counting objects: 100% (162/162), done.        
remote: Compressing objects:   0% (1/117)        
remote: Compressing objects:   1% (2/117)        
remote: Compressing objects:   2% (3/117)        
remote: Compressing objects:   3% (4/117)        
remote: Compressing objects:   4% (5/117)        
remote: Compressing objects:   5% (6/117)        
remote: Compressing objects:   6% (8/117)        
remote: Compressing objects:   7% (9/117)        
remote: Compressing objects:   8% (10/117)        
remote: Compressing objects:   9% (11/117)        
remote: Compressing objects:  10% (12/117)        
remote: Compressing objects:  11% (13/117)        
remote: Compressing objects:  12% (15/117)        
remote: Compressing objects:  13% (16/117)        
remote: Compressing objects:  14% (17/117)        
remote: Compressing objects:  15% (18/117)        
remote: Compressing objects:  16% (19/117)        
remote: Compressing objects:  17% (20/117)        
remote: Compressing objects:  18% (22/117)        
remote: Compressing objects:  19% (23/117)        
remote: Compressing objects:  20% (24/117)        
remote: Compressing objects:  21% (25/117)        
remote: Compressing objects:  22% (26/117)        
remote: Compressing objects:  23% (27/117)        
remote: Compressing objects:  24% (29/117)        
remote: Compressing objects:  25% (30/117)        
remote: Compressing objects:  26% (31/117)        
remote: Compressing objects:  27% (32/117)        
remote: Compressing objects:  28% (33/117)        
remote: Compressing objects:  29% (34/117)        
remote: Compressing objects:  30% (36/117)        
remote: Compressing objects:  31% (37/117)        
remote: Compressing objects:  32% (38/117)        
remote: Compressing objects:  33% (39/117)        
remote: Compressing objects:  34% (40/117)        
remote: Compressing objects:  35% (41/117)        
remote: Compressing objects:  36% (43/117)        
remote: Compressing objects:  37% (44/117)        
remote: Compressing objects:  38% (45/117)
remote: Compressing objects:  39% (46/117)        
remote: Compressing objects:  40% (47/117)        
remote: Compressing objects:  41% (48/117)        
remote: Compressing objects:  42% (50/117)        
remote: Compressing objects:  43% (51/117)        
remote: Compressing objects:  44% (52/117)        
remote: Compressing objects:  45% (53/117)        
remote: Compressing objects:  46% (54/117)        
remote: Compressing objects:  47% (55/117)        
remote: Compressing objects:  48% (57/117)        
remote: Compressing objects:  49% (58/117)        
remote: Compressing objects:  50% (59/117)        
remote: Compressing objects:  51% (60/117)        
remote: Compressing objects:  52% (61/117)        
remote: Compressing objects:  53% (63/117)        
remote: Compressing objects:  54% (64/117)        
remote: Compressing objects:  55% (65/117)        
remote: Compressing objects:  56% (66/117)        
remote: Compressing objects:  57% (67/117)        
remote: Compressing objects:  58% (68/117)        
remote: Compressing objects:  59% (70/117)        
remote: Compressing objects:  60% (71/117)        
remote: Compressing objects:  61% (72/117)        
remote: Compressing objects:  62% (73/117)        
remote: Compressing objects:  63% (74/117)        
remote: Compressing objects:  64% (75/117)        
remote: Compressing objects:  65% (77/117)        
remote: Compressing objects:  66% (78/117)        
remote: Compressing objects:  67% (79/117)        
remote: Compressing objects:  68% (80/117)        
remote: Compressing objects:  69% (81/117)        
remote: Compressing objects:  70% (82/117)        
remote: Compressing objects:  71% (84/117)        
remote: Compressing objects:  72% (85/117)        
remote: Compressing objects:  73% (86/117)        
remote: Compressing objects:  74% (87/117)        
remote: Compressing objects:  75% (88/117)        
remote: Compressing objects:  76% (89/117)        
remote: Compressing objects:  77% (91/117)        
remote: Compressing objects:  78% (92/117)        
remote: Compressing objects:  79% (93/117)        
remote: Compressing objects:  80% (94/117)        
remote: Compressing objects:  81% (95/117)        
remote: Compressing objects:  82% (96/117)        
remote: Compressing objects:  83% (98/117)        
remote: Compressing objects:  84% (99/117)        
remote: Compressing objects:  85% (100/117)        
remote: Compressing objects:  86% (101/117)        
remote: Compressing objects:  87% (102/117)        
remote: Compressing objects:  88% (103/117)        
remote: Compressing objects:  89% (105/117)        
remote: Compressing objects:  90% (106/117)        
remote: Compressing objects:  91% (107/117)        
remote: Compressing objects:  92% (108/117)        
remote: Compressing objects:  93% (109/117)        
remote: Compressing objects:  94% (110/117)        
remote: Compressing objects:  95% (112/117)        
remote: Compressing objects:  96% (113/117)        
remote: Compressing objects:  97% (114/117)        
remote: Compressing objects:  98% (115/117)        
remote: Compressing objects:  99% (116/117)        
remote: Compressing objects: 100% (117/117)        
remote: Compressing objects: 100% (117/117), done.        
Receiving objects:   0% (1/282)
Receiving objects:   1% (3/282)
Receiving objects:   2% (6/282)
Receiving objects:   3% (9/282)
Receiving objects:   4% (12/282)
Receiving objects:   5% (15/282)
Receiving objects:   6% (17/282)
Receiving objects:   7% (20/282)
Receiving objects:   8% (23/282)
Receiving objects:   9% (26/282)
Receiving objects:  10% (29/282)
Receiving objects:  11% (32/282)
Receiving objects:  12% (34/282)
Receiving objects:  13% (37/282)
Receiving objects:  14% (40/282)
Receiving objects:  15% (43/282)
Receiving objects:  16% (46/282)
Receiving objects:  17% (48/282)
Receiving objects:  18% (51/282)
Receiving objects:  19% (54/282)
Receiving objects:  20% (57/282)
Receiving objects:  21% (60/282)
Receiving objects:  22% (63/282)
Receiving objects:  23% (65/282)
Receiving objects:  24% (68/282)
Receiving objects:  25% (71/282)
Receiving objects:  26% (74/282)
Receiving objects:  27% (77/282)
Receiving objects:  28% (79/282)
Receiving objects:  29% (82/282)
Receiving objects:  30% (85/282)
Receiving objects:  31% (88/282)
Receiving objects:  32% (91/282)
Receiving objects:  33% (94/282)
Receiving objects:  34% (96/282)
Receiving objects:  35% (99/282)
Receiving objects:  36% (102/282)
Receiving objects:  37% (105/282)
Receiving objects:  38% (108/282)
Receiving objects:  39% (110/282)
Receiving objects:  40% (113/282)
Receiving objects:  41% (116/282)
Receiving objects:  42% (119/282)
Receiving objects:  43% (122/282)
Receiving objects:  44% (125/282)
Receiving objects:  45% (127/282)
Receiving objects:  46% (130/282)
Receiving objects:  47% (133/282)
Receiving objects:  48% (136/282)
Receiving objects:  49% (139/282)
Receiving objects:  50% (141/282)
Receiving objects:  51% (144/282)
Receiving objects:  52% (147/282)
Receiving objects:  53% (150/282)
Receiving objects:  54% (153/282)
Receiving objects:  55% (156/282)
Receiving objects:  56% (158/282)
Receiving objects:  57% (161/282)
Receiving objects:  58% (164/282)
Receiving objects:  59% (167/282)
Receiving objects:  60% (170/282)
Receiving objects:  61% (173/282)
Receiving objects:  62% (175/282)
Receiving objects:  63% (178/282)
Receiving objects:  64% (181/282)
Receiving objects:  65% (184/282)
Receiving objects:  66% (187/282)
Receiving objects:  67% (189/282)
Receiving objects:  68% (192/282)
Receiving objects:  69% (195/282)
Receiving objects:  70% (198/282)
Receiving objects:  71% (201/282)
Receiving objects:  72% (204/282)
Receiving objects:  73% (206/282)
Receiving objects:  74% (209/282)
Receiving objects:  75% (212/282)
Receiving objects:  76% (215/282)
Receiving objects:  77% (218/282)
Receiving objects:  78% (220/282)
Receiving objects:  79% (223/282)
Receiving objects:  80% (226/282)
Receiving objects:  81% (229/282)
Receiving objects:  82% (232/282)
Receiving objects:  83% (235/282)
remote: Total 282 (delta 78), reused 92 (delta 33), pack-reused 120        
Receiving objects:  84% (237/282)
Receiving objects:  85% (240/282)
Receiving objects:  86% (243/282)
Receiving objects:  87% (246/282)
Receiving objects:  88% (249/282)
Receiving objects:  89% (251/282)
Receiving objects:  90% (254/282)
Receiving objects:  91% (257/282)
Receiving objects:  92% (260/282)
Receiving objects:  93% (263/282)
Receiving objects:  94% (266/282)
Receiving objects:  95% (268/282)
Receiving objects:  96% (271/282)
Receiving objects:  97% (274/282)
Receiving objects:  98% (277/282)
Receiving objects:  99% (280/282)
Receiving objects: 100% (282/282)
Receiving objects: 100% (282/282), 176.54 KiB | 25.22 MiB/s, done.
Resolving deltas:   0% (0/122)
Resolving deltas:   1% (2/122)
Resolving deltas:   2% (3/122)
Resolving deltas:  14% (18/122)
Resolving deltas:  16% (20/122)
Resolving deltas:  17% (21/122)
Resolving deltas:  18% (23/122)
Resolving deltas:  21% (26/122)
Resolving deltas:  22% (27/122)
Resolving deltas:  23% (29/122)
Resolving deltas:  26% (32/122)
Resolving deltas:  27% (33/122)
Resolving deltas:  30% (37/122)
Resolving deltas:  33% (41/122)
Resolving deltas:  36% (44/122)
Resolving deltas:  44% (54/122)
Resolving deltas:  45% (55/122)
Resolving deltas:  52% (64/122)
Resolving deltas:  58% (71/122)
Resolving deltas:  59% (72/122)
Resolving deltas:  68% (83/122)
Resolving deltas:  71% (87/122)
Resolving deltas:  74% (91/122)
Resolving deltas:  75% (92/122)
Resolving deltas:  77% (94/122)
Resolving deltas:  79% (97/122)
Resolving deltas:  82% (101/122)
Resolving deltas:  84% (103/122)
Resolving deltas:  95% (117/122)
Resolving deltas: 100% (122/122)
Resolving deltas: 100% (122/122), done.
Submodule path 'crane_align_common': checked out '954ba1c96df2e7fb63dbd882b3b7abd22189fa4d'
Submodule path 'crane_align_customized': checked out '0bf9d9dbf6e8cfba4ff33081417a51db4dde44ec'
Submodule path 'hardware': checked out 'af80c722144d1b16e51755ad201ddbb6360dc390'
Submodule path 'hesai_lidar_customized': checked out '9ca584cebe961958e030ff1056c9b013e0723175'
Submodule path 'lidar-extrinsics': checked out '16f4eadb7387a7c12728bfed3a20e0c6e5a16ca4'
Submodule path 'lidar_loc_v2_common': checked out 'dd6ec8131f022ee08f81455a09d94802a582ee5f'
Submodule path 'lidar_loc_v2_customized': checked out 'f456b02e485e8eccdecfa45e07d842777b968d61'
Submodule path 'msf-port': checked out 'a8149a798e11c048d88d208d57ca85594ff5f1bc'
Submodule path 'msf-vehicle': checked out '9ecda601cc7865f9dce204eeb37ff26fae1b158e'
Submodule path 'perception_camera_driver': checked out '82f6ae6d33aa2f9cfe16047ac1ea8ade9aa6e5da'
Submodule path 'perception_data_collection': checked out 'b36dc0a6ea51808e48bda66eef6aa3e5338685ac'
Submodule path 'perception_lane_detection': checked out '3dcecc6a1cab5b58d59274dc57d94f2a5a1a5266'
Submodule path 'perception_lidar_camera_fusion': checked out 'd6411e8e7496fed5c621cfa668ba0e1e0aa07545'
Submodule path 'perception_new_detection': checked out '2247da34054ca746c31dbba893e19b148f8a13e1'
Submodule path 'perception_spreader_imv': checked out '4419cd9ee6da785b6a6ff6a471810264eb9ebccc'
Submodule path 'perception_spreader_truck': checked out '87357350892ab66df93a7eed89c8616b28fb8d20'
Submodule path 'perception_vehicles': checked out '7c4b4868d3d86b28477e75d89f8b896bdd79cc15'
Submodule path 'pointcloud_customized': checked out '37092b6ed6d5ce663b37f450ec4b633991626bfd'
Submodule path 'prediction_config': checked out '5752a4cc58c48a04990cf84bc3db06c61f709753'
Submodule path 'rslidar_sdk_common': checked out '3b3ec601072717ab0a4037dd9f5abcef0c9ad337'
Submodule path 'rslidar_sdk_customized': checked out 'c67fb869443c2c9c0f8c366f3596dc8cf5aa6821'
Submodule path 'static_transform_common': checked out '79606d0a8d1b7bab782d8279cb27d4d11e0212dd'
Submodule path 'system-common': checked out '4961e234efc1e60a77fcfb7352f10c5956ec03a1'
Submodule path 'system-device': checked out '753f30df39b08deecc9829cfe13a047c282c409e'
Submodule path 'system-mqtt': checked out 'a917e8ef386bd52983140020adb1671e27a6c7ce'
Submodule path 'system-node-weifang': checked out 'b56ee65e800fe75950eeaa8f9b02be16f9ac9473'
Submodule path 'system-port': checked out '6f95e740d94ac6727164bbfd616a53c6072a2894'
[Pipeline] sh
+ ls -d crane_align_common/ crane_align_customized/ hardware/ hesai_lidar_customized/ lidar-extrinsics/ lidar_loc_v2_common/ lidar_loc_v2_customized/ msf-port/ msf-vehicle/ perception_camera_driver/ perception_data_collection/ perception_lane_detection/ perception_lidar_camera_fusion/ perception_new_detection/ perception_spreader_imv/ perception_spreader_truck/ perception_vehicles/ pointcloud_customized/ prediction_config/ rslidar_sdk_common/ rslidar_sdk_customized/ static_transform_common/ system-common/ system-device/ system-mqtt/ system-node-weifang/ system-port/
[Pipeline] echo
[crane_align_common, crane_align_customized, hardware, hesai_lidar_customized, lidar-extrinsics, lidar_loc_v2_common, lidar_loc_v2_customized, msf-port, msf-vehicle, perception_camera_driver, perception_data_collection, perception_lane_detection, perception_lidar_camera_fusion, perception_new_detection, perception_spreader_imv, perception_spreader_truck, perception_vehicles, pointcloud_customized, prediction_config, rslidar_sdk_common, rslidar_sdk_customized, static_transform_common, system-common, system-device, system-mqtt, system-node-weifang, system-port]
[Pipeline] sh
+ mkdir -p /root/workspace/weifang-config/container/A004/params_new/params_new
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A004/params_new/crane_align_common/
[Pipeline] echo
1
[Pipeline] echo
crane_align_common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A004/params_new/crane_align_common/crane_align /root/workspace/weifang-config/container/A004/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A004/params_new/crane_align_customized/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
crane_align_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A004/params_new/crane_align_customized/crane_align /root/workspace/weifang-config/container/A004/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A004/params_new/hardware/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
hardware 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A004/params_new/hardware/hardware /root/workspace/weifang-config/container/A004/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A004/params_new/hesai_lidar_customized/
[Pipeline] echo
2
[Pipeline] echo
hesai_lidar_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A004/params_new/hesai_lidar_customized/hesai_lidar /root/workspace/weifang-config/container/A004/params_new/hesai_lidar_customized/README.md /root/workspace/weifang-config/container/A004/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A004/params_new/lidar-extrinsics/
+ wc -l
[Pipeline] echo
3
[Pipeline] echo
lidar-extrinsics 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A004/params_new/lidar-extrinsics/crane_align /root/workspace/weifang-config/container/A004/params_new/lidar-extrinsics/extrinsics /root/workspace/weifang-config/container/A004/params_new/lidar-extrinsics/lidar_correction_files /root/workspace/weifang-config/container/A004/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A004/params_new/lidar_loc_v2_common/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
lidar_loc_v2_common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A004/params_new/lidar_loc_v2_common/lidar_loc_v2 /root/workspace/weifang-config/container/A004/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A004/params_new/lidar_loc_v2_customized/
[Pipeline] echo
1
[Pipeline] echo
lidar_loc_v2_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A004/params_new/lidar_loc_v2_customized/lidar_loc_v2 /root/workspace/weifang-config/container/A004/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A004/params_new/msf-port/
+ wc -l
[Pipeline] echo
3
[Pipeline] echo
msf-port 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A004/params_new/msf-port/msf_assistant.yaml /root/workspace/weifang-config/container/A004/params_new/msf-port/msf_localization_share.yaml /root/workspace/weifang-config/container/A004/params_new/msf-port/README.md /root/workspace/weifang-config/container/A004/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A004/params_new/msf-vehicle/
+ wc -l
[Pipeline] echo
4
[Pipeline] echo
msf-vehicle 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A004/params_new/msf-vehicle/extrinsics /root/workspace/weifang-config/container/A004/params_new/msf-vehicle/msf_localization_calibration.yaml /root/workspace/weifang-config/container/A004/params_new/msf-vehicle/msf_localization.yaml /root/workspace/weifang-config/container/A004/params_new/msf-vehicle/README.md /root/workspace/weifang-config/container/A004/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A004/params_new/perception_camera_driver/
[Pipeline] echo
1
[Pipeline] echo
perception_camera_driver 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A004/params_new/perception_camera_driver/slave /root/workspace/weifang-config/container/A004/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A004/params_new/perception_data_collection/
[Pipeline] echo
2
[Pipeline] echo
perception_data_collection 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A004/params_new/perception_data_collection/data_collection /root/workspace/weifang-config/container/A004/params_new/perception_data_collection/README.md /root/workspace/weifang-config/container/A004/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A004/params_new/perception_lane_detection/
[Pipeline] echo
2
[Pipeline] echo
perception_lane_detection 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A004/params_new/perception_lane_detection/lane_detection /root/workspace/weifang-config/container/A004/params_new/perception_lane_detection/README.md /root/workspace/weifang-config/container/A004/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A004/params_new/perception_lidar_camera_fusion/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
perception_lidar_camera_fusion 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A004/params_new/perception_lidar_camera_fusion/lidar_camera_fusion /root/workspace/weifang-config/container/A004/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A004/params_new/perception_new_detection/
+ wc -l
[Pipeline] echo
2
[Pipeline] echo
perception_new_detection 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A004/params_new/perception_new_detection/perception /root/workspace/weifang-config/container/A004/params_new/perception_new_detection/README.md /root/workspace/weifang-config/container/A004/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A004/params_new/perception_spreader_imv/
+ wc -l
[Pipeline] echo
2
[Pipeline] echo
perception_spreader_imv 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A004/params_new/perception_spreader_imv/imv_spreader_detection /root/workspace/weifang-config/container/A004/params_new/perception_spreader_imv/README.md /root/workspace/weifang-config/container/A004/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A004/params_new/perception_spreader_truck/
+ wc -l
[Pipeline] echo
2
[Pipeline] echo
perception_spreader_truck 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A004/params_new/perception_spreader_truck/new_truck_spreader_detection /root/workspace/weifang-config/container/A004/params_new/perception_spreader_truck/README.md /root/workspace/weifang-config/container/A004/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A004/params_new/perception_vehicles/
[Pipeline] echo
3
[Pipeline] echo
perception_vehicles 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A004/params_new/perception_vehicles/extrinsics /root/workspace/weifang-config/container/A004/params_new/perception_vehicles/master /root/workspace/weifang-config/container/A004/params_new/perception_vehicles/README.md /root/workspace/weifang-config/container/A004/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A004/params_new/pointcloud_customized/
[Pipeline] echo
1
[Pipeline] echo
pointcloud_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A004/params_new/pointcloud_customized/pointcloud /root/workspace/weifang-config/container/A004/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A004/params_new/prediction_config/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
prediction_config 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A004/params_new/prediction_config/prediction /root/workspace/weifang-config/container/A004/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A004/params_new/rslidar_sdk_common/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
rslidar_sdk_common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A004/params_new/rslidar_sdk_common/rslidar_sdk /root/workspace/weifang-config/container/A004/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A004/params_new/rslidar_sdk_customized/
[Pipeline] echo
1
[Pipeline] echo
rslidar_sdk_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A004/params_new/rslidar_sdk_customized/rslidar_sdk /root/workspace/weifang-config/container/A004/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A004/params_new/static_transform_common/
[Pipeline] echo
1
[Pipeline] echo
static_transform_common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A004/params_new/static_transform_common/static_transform.yaml /root/workspace/weifang-config/container/A004/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A004/params_new/system-common/
[Pipeline] echo
1
[Pipeline] echo
system-common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A004/params_new/system-common/system-ros /root/workspace/weifang-config/container/A004/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A004/params_new/system-device/
[Pipeline] echo
3
[Pipeline] echo
system-device 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A004/params_new/system-device/master /root/workspace/weifang-config/container/A004/params_new/system-device/slave /root/workspace/weifang-config/container/A004/params_new/system-device/system-ros /root/workspace/weifang-config/container/A004/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A004/params_new/system-mqtt/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
system-mqtt 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A004/params_new/system-mqtt/system-ros /root/workspace/weifang-config/container/A004/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A004/params_new/system-node-weifang/
+ wc -l
[Pipeline] echo
3
[Pipeline] echo
system-node-weifang 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A004/params_new/system-node-weifang/master /root/workspace/weifang-config/container/A004/params_new/system-node-weifang/slave /root/workspace/weifang-config/container/A004/params_new/system-node-weifang/system-ros /root/workspace/weifang-config/container/A004/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A004/params_new/system-port/
+ wc -l
[Pipeline] echo
3
[Pipeline] echo
system-port 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A004/params_new/system-port/peripheral_controller.toml /root/workspace/weifang-config/container/A004/params_new/system-port/ros_can_interpreter.toml /root/workspace/weifang-config/container/A004/params_new/system-port/system-ros /root/workspace/weifang-config/container/A004/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A004/params_new/params_new/
crane_align
data_collection
extrinsics
hardware
hesai_lidar
imv_spreader_detection
lane_detection
lidar_camera_fusion
lidar_correction_files
lidar_loc_v2
master
msf_assistant.yaml
msf_localization_calibration.yaml
msf_localization_share.yaml
msf_localization.yaml
new_truck_spreader_detection
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/container/A004/params_new/params_new/crane_align /root/workspace/weifang-config/container/A004/params_new/params_new/data_collection /root/workspace/weifang-config/container/A004/params_new/params_new/extrinsics /root/workspace/weifang-config/container/A004/params_new/params_new/hardware /root/workspace/weifang-config/container/A004/params_new/params_new/hesai_lidar /root/workspace/weifang-config/container/A004/params_new/params_new/imv_spreader_detection /root/workspace/weifang-config/container/A004/params_new/params_new/lane_detection /root/workspace/weifang-config/container/A004/params_new/params_new/lidar_camera_fusion /root/workspace/weifang-config/container/A004/params_new/params_new/lidar_correction_files /root/workspace/weifang-config/container/A004/params_new/params_new/lidar_loc_v2 /root/workspace/weifang-config/container/A004/params_new/params_new/master /root/workspace/weifang-config/container/A004/params_new/params_new/msf_assistant.yaml /root/workspace/weifang-config/container/A004/params_new/params_new/msf_localization_calibration.yaml /root/workspace/weifang-config/container/A004/params_new/params_new/msf_localization_share.yaml /root/workspace/weifang-config/container/A004/params_new/params_new/msf_localization.yaml /root/workspace/weifang-config/container/A004/params_new/params_new/new_truck_spreader_detection /root/workspace/weifang-config/container/A004/params_new/params_new/perception /root/workspace/weifang-config/container/A004/params_new/params_new/peripheral_controller.toml /root/workspace/weifang-config/container/A004/params_new/params_new/pointcloud /root/workspace/weifang-config/container/A004/params_new/params_new/prediction /root/workspace/weifang-config/container/A004/params_new/params_new/README.md /root/workspace/weifang-config/container/A004/params_new/params_new/ros_can_interpreter.toml /root/workspace/weifang-config/container/A004/params_new/params_new/rslidar_sdk /root/workspace/weifang-config/container/A004/params_new/params_new/slave /root/workspace/weifang-config/container/A004/params_new/params_new/static_transform.yaml /root/workspace/weifang-config/container/A004/params_new/params_new/system-ros /root/workspace/weifang-config/container/A004/params_A004/params/
[Pipeline] echo
A006拉取新参数方式
[Pipeline] sh
+ rm -rf /root/workspace/weifang-config/container/A006/params_new
[Pipeline] sh
+ mkdir -p /root/workspace/weifang-config/container/A006/params_new
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A006/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/A006.git
 > git init /root/workspace/weifang-config/container/A006/params_new # timeout=10
Fetching upstream changes from http://159.27.226.4/config/vehicles/A006.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/A006.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url http://159.27.226.4/config/vehicles/A006.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 56af49fe16141b0683325f31b509afdd91cb25e8 (origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 56af49fe16141b0683325f31b509afdd91cb25e8 # timeout=300000
Commit message: "Update module: perception_new_detection to the lastest commit of weifang-cont_truck_zq_3pxt32-2rsbp"
 > git rev-list --no-walk 56af49fe16141b0683325f31b509afdd91cb25e8 # 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/A006.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/A006.git) registered for path 'lidar-extrinsics'
Submodule 'lidar_loc_v2_common' (git@159.27.226.4:lidar_localization_mapping/config/lidar_loc_v2/lidar_loc_v2_common.git) registered for path 'lidar_loc_v2_common'
Submodule 'lidar_loc_v2_customized' (git@159.27.226.4:lidar_localization_mapping/config/lidar_loc_v2/lidar_loc_v2_customized.git) registered for path 'lidar_loc_v2_customized'
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/A006.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_data_collection' (git@159.27.226.4:lidar/config/modules/perception_data_collection.git) registered for path 'perception_data_collection'
Submodule 'perception_lane_detection' (git@159.27.226.4:lidar/config/modules/perception_lane_detection.git) registered for path 'perception_lane_detection'
Submodule 'perception_lidar_camera_fusion' (git@159.27.226.4:lidar/config/modules/perception_lidar_camera_fusion.git) registered for path 'perception_lidar_camera_fusion'
Submodule 'perception_new_detection' (git@159.27.226.4:lidar/config/modules/perception_new_detection.git) registered for path 'perception_new_detection'
Submodule 'perception_spreader_truck' (git@159.27.226.4:lidar/config/modules/perception_spreader_truck.git) registered for path 'perception_spreader_truck'
Submodule 'perception_vehicles' (git@159.27.226.4:lidar/config/vehicles/A006.git) registered for path 'perception_vehicles'
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 'rslidar_sdk_customized' (git@159.27.226.4:lidar_localization_mapping/config/rslidar_sdk/rslidar_sdk_customized.git) registered for path 'rslidar_sdk_customized'
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-mqtt' (git@159.27.226.4:system/config/system-mqtt.git) registered for path 'system-mqtt'
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'
[Pipeline] sh
+ git submodule update --remote --progress
Cloning into '/root/workspace/weifang-config/container/A006/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.        
remote: Total 33 (delta 12), reused 0 (delta 0), pack-reused 0        
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)
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:   8% (1/12)
Resolving deltas:  58% (7/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/container/A006/params_new/crane_align_customized'...
remote: Enumerating objects: 1631, done.        
remote: Counting objects:   1% (1/100)        
remote: Counting objects:   2% (2/100)        
remote: Counting objects:   3% (3/100)        
remote: Counting objects:   4% (4/100)        
remote: Counting objects:   5% (5/100)        
remote: Counting objects:   6% (6/100)        
remote: Counting objects:   7% (7/100)        
remote: Counting objects:   8% (8/100)        
remote: Counting objects:   9% (9/100)        
remote: Counting objects:  10% (10/100)        
remote: Counting objects:  11% (11/100)        
remote: Counting objects:  12% (12/100)        
remote: Counting objects:  13% (13/100)        
remote: Counting objects:  14% (14/100)        
remote: Counting objects:  15% (15/100)        
remote: Counting objects:  16% (16/100)        
remote: Counting objects:  17% (17/100)        
remote: Counting objects:  18% (18/100)        
remote: Counting objects:  19% (19/100)        
remote: Counting objects:  20% (20/100)        
remote: Counting objects:  21% (21/100)        
remote: Counting objects:  22% (22/100)        
remote: Counting objects:  23% (23/100)        
remote: Counting objects:  24% (24/100)        
remote: Counting objects:  25% (25/100)        
remote: Counting objects:  26% (26/100)        
remote: Counting objects:  27% (27/100)        
remote: Counting objects:  28% (28/100)        
remote: Counting objects:  29% (29/100)        
remote: Counting objects:  30% (30/100)        
remote: Counting objects:  31% (31/100)        
remote: Counting objects:  32% (32/100)        
remote: Counting objects:  33% (33/100)        
remote: Counting objects:  34% (34/100)        
remote: Counting objects:  35% (35/100)        
remote: Counting objects:  36% (36/100)        
remote: Counting objects:  37% (37/100)        
remote: Counting objects:  38% (38/100)        
remote: Counting objects:  39% (39/100)        
remote: Counting objects:  40% (40/100)        
remote: Counting objects:  41% (41/100)        
remote: Counting objects:  42% (42/100)        
remote: Counting objects:  43% (43/100)        
remote: Counting objects:  44% (44/100)        
remote: Counting objects:  45% (45/100)        
remote: Counting objects:  46% (46/100)        
remote: Counting objects:  47% (47/100)        
remote: Counting objects:  48% (48/100)        
remote: Counting objects:  49% (49/100)        
remote: Counting objects:  50% (50/100)        
remote: Counting objects:  51% (51/100)        
remote: Counting objects:  52% (52/100)        
remote: Counting objects:  53% (53/100)        
remote: Counting objects:  54% (54/100)        
remote: Counting objects:  55% (55/100)        
remote: Counting objects:  56% (56/100)        
remote: Counting objects:  57% (57/100)        
remote: Counting objects:  58% (58/100)        
remote: Counting objects:  59% (59/100)        
remote: Counting objects:  60% (60/100)        
remote: Counting objects:  61% (61/100)        
remote: Counting objects:  62% (62/100)        
remote: Counting objects:  63% (63/100)        
remote: Counting objects:  64% (64/100)        
remote: Counting objects:  65% (65/100)        
remote: Counting objects:  66% (66/100)        
remote: Counting objects:  67% (67/100)        
remote: Counting objects:  68% (68/100)        
remote: Counting objects:  69% (69/100)        
remote: Counting objects:  70% (70/100)        
remote: Counting objects:  71% (71/100)        
remote: Counting objects:  72% (72/100)        
remote: Counting objects:  73% (73/100)        
remote: Counting objects:  74% (74/100)        
remote: Counting objects:  75% (75/100)        
remote: Counting objects:  76% (76/100)        
remote: Counting objects:  77% (77/100)        
remote: Counting objects:  78% (78/100)        
remote: Counting objects:  79% (79/100)        
remote: Counting objects:  80% (80/100)        
remote: Counting objects:  81% (81/100)        
remote: Counting objects:  82% (82/100)        
remote: Counting objects:  83% (83/100)        
remote: Counting objects:  84% (84/100)        
remote: Counting objects:  85% (85/100)        
remote: Counting objects:  86% (86/100)        
remote: Counting objects:  87% (87/100)        
remote: Counting objects:  88% (88/100)        
remote: Counting objects:  89% (89/100)        
remote: Counting objects:  90% (90/100)        
remote: Counting objects:  91% (91/100)        
remote: Counting objects:  92% (92/100)        
remote: Counting objects:  93% (93/100)        
remote: Counting objects:  94% (94/100)        
remote: Counting objects:  95% (95/100)        
remote: Counting objects:  96% (96/100)        
remote: Counting objects:  97% (97/100)        
remote: Counting objects:  98% (98/100)        
remote: Counting objects:  99% (99/100)        
remote: Counting objects: 100% (100/100)        
remote: Counting objects: 100% (100/100), done.        
remote: Compressing objects:   1% (1/53)        
remote: Compressing objects:   3% (2/53)        
remote: Compressing objects:   5% (3/53)        
remote: Compressing objects:   7% (4/53)        
remote: Compressing objects:   9% (5/53)        
remote: Compressing objects:  11% (6/53)        
remote: Compressing objects:  13% (7/53)        
remote: Compressing objects:  15% (8/53)        
remote: Compressing objects:  16% (9/53)        
remote: Compressing objects:  18% (10/53)        
remote: Compressing objects:  20% (11/53)        
remote: Compressing objects:  22% (12/53)        
remote: Compressing objects:  24% (13/53)        
remote: Compressing objects:  26% (14/53)        
remote: Compressing objects:  28% (15/53)        
remote: Compressing objects:  30% (16/53)        
remote: Compressing objects:  32% (17/53)        
remote: Compressing objects:  33% (18/53)        
remote: Compressing objects:  35% (19/53)        
remote: Compressing objects:  37% (20/53)        
remote: Compressing objects:  39% (21/53)        
remote: Compressing objects:  41% (22/53)        
remote: Compressing objects:  43% (23/53)        
remote: Compressing objects:  45% (24/53)        
remote: Compressing objects:  47% (25/53)        
remote: Compressing objects:  49% (26/53)        
remote: Compressing objects:  50% (27/53)        
remote: Compressing objects:  52% (28/53)        
remote: Compressing objects:  54% (29/53)        
remote: Compressing objects:  56% (30/53)        
remote: Compressing objects:  58% (31/53)        
remote: Compressing objects:  60% (32/53)        
remote: Compressing objects:  62% (33/53)        
remote: Compressing objects:  64% (34/53)        
remote: Compressing objects:  66% (35/53)        
remote: Compressing objects:  67% (36/53)        
remote: Compressing objects:  69% (37/53)        
remote: Compressing objects:  71% (38/53)        
remote: Compressing objects:  73% (39/53)        
remote: Compressing objects:  75% (40/53)        
remote: Compressing objects:  77% (41/53)        
remote: Compressing objects:  79% (42/53)        
remote: Compressing objects:  81% (43/53)        
remote: Compressing objects:  83% (44/53)        
remote: Compressing objects:  84% (45/53)        
remote: Compressing objects:  86% (46/53)        
remote: Compressing objects:  88% (47/53)        
remote: Compressing objects:  90% (48/53)        
remote: Compressing objects:  92% (49/53)        
remote: Compressing objects:  94% (50/53)        
remote: Compressing objects:  96% (51/53)        
remote: Compressing objects:  98% (52/53)        
remote: Compressing objects: 100% (53/53)        
remote: Compressing objects: 100% (53/53), done.        
Receiving objects:   0% (1/1631)
Receiving objects:   1% (17/1631)
Receiving objects:   2% (33/1631)
Receiving objects:   3% (49/1631)
Receiving objects:   4% (66/1631)
Receiving objects:   5% (82/1631)
Receiving objects:   6% (98/1631)
Receiving objects:   7% (115/1631)
Receiving objects:   8% (131/1631)
Receiving objects:   9% (147/1631)
Receiving objects:  10% (164/1631)
Receiving objects:  11% (180/1631)
Receiving objects:  12% (196/1631)
Receiving objects:  13% (213/1631)
Receiving objects:  14% (229/1631)
Receiving objects:  15% (245/1631)
Receiving objects:  16% (261/1631)
Receiving objects:  17% (278/1631)
Receiving objects:  18% (294/1631)
Receiving objects:  19% (310/1631)
Receiving objects:  20% (327/1631)
Receiving objects:  21% (343/1631)
Receiving objects:  22% (359/1631)
Receiving objects:  23% (376/1631)
Receiving objects:  24% (392/1631)
Receiving objects:  25% (408/1631)
Receiving objects:  26% (425/1631)
Receiving objects:  27% (441/1631)
Receiving objects:  28% (457/1631)
Receiving objects:  29% (473/1631)
Receiving objects:  30% (490/1631)
Receiving objects:  31% (506/1631)
Receiving objects:  32% (522/1631)
Receiving objects:  33% (539/1631)
Receiving objects:  34% (555/1631)
Receiving objects:  35% (571/1631)
Receiving objects:  36% (588/1631)
Receiving objects:  37% (604/1631)
Receiving objects:  38% (620/1631)
Receiving objects:  39% (637/1631)
Receiving objects:  40% (653/1631)
Receiving objects:  41% (669/1631)
Receiving objects:  42% (686/1631)
Receiving objects:  43% (702/1631)
Receiving objects:  44% (718/1631)
Receiving objects:  45% (734/1631)
Receiving objects:  46% (751/1631)
Receiving objects:  47% (767/1631)
Receiving objects:  48% (783/1631)
Receiving objects:  49% (800/1631)
Receiving objects:  50% (816/1631)
Receiving objects:  51% (832/1631)
Receiving objects:  52% (849/1631)
Receiving objects:  53% (865/1631)
Receiving objects:  54% (881/1631)
Receiving objects:  55% (898/1631)
Receiving objects:  56% (914/1631)
Receiving objects:  57% (930/1631)
Receiving objects:  58% (946/1631)
Receiving objects:  59% (963/1631)
Receiving objects:  60% (979/1631)
Receiving objects:  61% (995/1631)
Receiving objects:  62% (1012/1631)
Receiving objects:  63% (1028/1631)
Receiving objects:  64% (1044/1631)
Receiving objects:  65% (1061/1631)
Receiving objects:  66% (1077/1631)
Receiving objects:  67% (1093/1631)
Receiving objects:  68% (1110/1631)
Receiving objects:  69% (1126/1631)
Receiving objects:  70% (1142/1631)
Receiving objects:  71% (1159/1631)
Receiving objects:  72% (1175/1631)
Receiving objects:  73% (1191/1631)
Receiving objects:  74% (1207/1631)
Receiving objects:  75% (1224/1631)
Receiving objects:  76% (1240/1631)
Receiving objects:  77% (1256/1631)
Receiving objects:  78% (1273/1631)
Receiving objects:  79% (1289/1631)
Receiving objects:  80% (1305/1631)
Receiving objects:  81% (1322/1631)
Receiving objects:  82% (1338/1631)
Receiving objects:  83% (1354/1631)
Receiving objects:  84% (1371/1631)
Receiving objects:  85% (1387/1631)
Receiving objects:  86% (1403/1631)
Receiving objects:  87% (1419/1631)
Receiving objects:  88% (1436/1631)
Receiving objects:  89% (1452/1631)
Receiving objects:  90% (1468/1631)
Receiving objects:  91% (1485/1631)
Receiving objects:  92% (1501/1631)
remote: Total 1631 (delta 37), reused 68 (delta 23), pack-reused 1531
Receiving objects:  93% (1517/1631)
Receiving objects:  94% (1534/1631)
Receiving objects:  95% (1550/1631)
Receiving objects:  96% (1566/1631)
Receiving objects:  97% (1583/1631)
Receiving objects:  98% (1599/1631)
Receiving objects:  99% (1615/1631)
Receiving objects: 100% (1631/1631)
Receiving objects: 100% (1631/1631), 494.06 KiB | 35.29 MiB/s, done.
Resolving deltas:   0% (0/781)
Resolving deltas:   1% (8/781)
Resolving deltas:   2% (16/781)
Resolving deltas:   3% (24/781)
Resolving deltas:   4% (32/781)
Resolving deltas:   5% (40/781)
Resolving deltas:   6% (47/781)
Resolving deltas:  14% (111/781)
Resolving deltas:  15% (119/781)
Resolving deltas:  16% (126/781)
Resolving deltas:  18% (143/781)
Resolving deltas:  21% (171/781)
Resolving deltas:  23% (183/781)
Resolving deltas:  24% (190/781)
Resolving deltas:  25% (196/781)
Resolving deltas:  27% (211/781)
Resolving deltas:  28% (222/781)
Resolving deltas:  29% (230/781)
Resolving deltas:  34% (272/781)
Resolving deltas:  37% (292/781)
Resolving deltas:  42% (329/781)
Resolving deltas:  43% (338/781)
Resolving deltas:  44% (348/781)
Resolving deltas:  45% (353/781)
Resolving deltas:  46% (361/781)
Resolving deltas:  48% (375/781)
Resolving deltas:  49% (383/781)
Resolving deltas:  50% (397/781)
Resolving deltas:  51% (404/781)
Resolving deltas:  53% (415/781)
Resolving deltas:  55% (434/781)
Resolving deltas:  56% (438/781)
Resolving deltas:  57% (450/781)
Resolving deltas:  58% (453/781)
Resolving deltas:  59% (466/781)
Resolving deltas:  60% (476/781)
Resolving deltas:  61% (478/781)
Resolving deltas:  62% (489/781)
Resolving deltas:  64% (500/781)
Resolving deltas:  65% (509/781)
Resolving deltas:  67% (525/781)
Resolving deltas:  70% (547/781)
Resolving deltas:  71% (561/781)
Resolving deltas:  72% (567/781)
Resolving deltas:  73% (572/781)
Resolving deltas:  74% (581/781)
Resolving deltas:  75% (587/781)
Resolving deltas:  80% (631/781)
Resolving deltas: 100% (781/781)
Resolving deltas: 100% (781/781), done.
Cloning into '/root/workspace/weifang-config/container/A006/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/container/A006/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/container/A006/params_new/lidar-extrinsics'...
remote: Enumerating objects: 77, done.        
remote: Counting objects:   4% (1/24)        
remote: Counting objects:   8% (2/24)        
remote: Counting objects:  12% (3/24)        
remote: Counting objects:  16% (4/24)        
remote: Counting objects:  20% (5/24)        
remote: Counting objects:  25% (6/24)        
remote: Counting objects:  29% (7/24)        
remote: Counting objects:  33% (8/24)        
remote: Counting objects:  37% (9/24)        
remote: Counting objects:  41% (10/24)        
remote: Counting objects:  45% (11/24)        
remote: Counting objects:  50% (12/24)        
remote: Counting objects:  54% (13/24)        
remote: Counting objects:  58% (14/24)        
remote: Counting objects:  62% (15/24)        
remote: Counting objects:  66% (16/24)        
remote: Counting objects:  70% (17/24)        
remote: Counting objects:  75% (18/24)        
remote: Counting objects:  79% (19/24)        
remote: Counting objects:  83% (20/24)        
remote: Counting objects:  87% (21/24)        
remote: Counting objects:  91% (22/24)        
remote: Counting objects:  95% (23/24)        
remote: Counting objects: 100% (24/24)        
remote: Counting objects: 100% (24/24), 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.        
Receiving objects:   1% (1/77)
Receiving objects:   2% (2/77)
Receiving objects:   3% (3/77)
Receiving objects:   5% (4/77)
Receiving objects:   6% (5/77)
Receiving objects:   7% (6/77)
Receiving objects:   9% (7/77)
Receiving objects:  10% (8/77)
Receiving objects:  11% (9/77)
Receiving objects:  12% (10/77)
Receiving objects:  14% (11/77)
Receiving objects:  15% (12/77)
Receiving objects:  16% (13/77)
Receiving objects:  18% (14/77)
Receiving objects:  19% (15/77)
Receiving objects:  20% (16/77)
Receiving objects:  22% (17/77)
Receiving objects:  23% (18/77)
Receiving objects:  24% (19/77)
Receiving objects:  25% (20/77)
Receiving objects:  27% (21/77)
Receiving objects:  28% (22/77)
Receiving objects:  29% (23/77)
Receiving objects:  31% (24/77)
Receiving objects:  32% (25/77)
Receiving objects:  33% (26/77)
Receiving objects:  35% (27/77)
Receiving objects:  36% (28/77)
remote: Total 77 (delta 3), reused 0 (delta 0), pack-reused 53        
Receiving objects:  37% (29/77)
Receiving objects:  38% (30/77)
Receiving objects:  40% (31/77)
Receiving objects:  41% (32/77)
Receiving objects:  42% (33/77)
Receiving objects:  44% (34/77)
Receiving objects:  45% (35/77)
Receiving objects:  46% (36/77)
Receiving objects:  48% (37/77)
Receiving objects:  49% (38/77)
Receiving objects:  50% (39/77)
Receiving objects:  51% (40/77)
Receiving objects:  53% (41/77)
Receiving objects:  54% (42/77)
Receiving objects:  55% (43/77)
Receiving objects:  57% (44/77)
Receiving objects:  58% (45/77)
Receiving objects:  59% (46/77)
Receiving objects:  61% (47/77)
Receiving objects:  62% (48/77)
Receiving objects:  63% (49/77)
Receiving objects:  64% (50/77)
Receiving objects:  66% (51/77)
Receiving objects:  67% (52/77)
Receiving objects:  68% (53/77)
Receiving objects:  70% (54/77)
Receiving objects:  71% (55/77)
Receiving objects:  72% (56/77)
Receiving objects:  74% (57/77)
Receiving objects:  75% (58/77)
Receiving objects:  76% (59/77)
Receiving objects:  77% (60/77)
Receiving objects:  79% (61/77)
Receiving objects:  80% (62/77)
Receiving objects:  81% (63/77)
Receiving objects:  83% (64/77)
Receiving objects:  84% (65/77)
Receiving objects:  85% (66/77)
Receiving objects:  87% (67/77)
Receiving objects:  88% (68/77)
Receiving objects:  89% (69/77)
Receiving objects:  90% (70/77)
Receiving objects:  92% (71/77)
Receiving objects:  93% (72/77)
Receiving objects:  94% (73/77)
Receiving objects:  96% (74/77)
Receiving objects:  97% (75/77)
Receiving objects:  98% (76/77)
Receiving objects: 100% (77/77)
Receiving objects: 100% (77/77), 10.21 KiB | 10.21 MiB/s, done.
Resolving deltas:   0% (0/11)
Resolving deltas:  18% (2/11)
Resolving deltas:  36% (4/11)
Resolving deltas:  54% (6/11)
Resolving deltas:  63% (7/11)
Resolving deltas:  81% (9/11)
Resolving deltas:  90% (10/11)
Resolving deltas: 100% (11/11)
Resolving deltas: 100% (11/11), done.
Cloning into '/root/workspace/weifang-config/container/A006/params_new/lidar_loc_v2_common'...
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:   4% (1/24)        
remote: Compressing objects:   8% (2/24)        
remote: Compressing objects:  12% (3/24)        
remote: Compressing objects:  16% (4/24)        
remote: Compressing objects:  20% (5/24)        
remote: Compressing objects:  25% (6/24)        
remote: Compressing objects:  29% (7/24)        
remote: Compressing objects:  33% (8/24)        
remote: Compressing objects:  37% (9/24)        
remote: Compressing objects:  41% (10/24)        
remote: Compressing objects:  45% (11/24)        
remote: Compressing objects:  50% (12/24)        
remote: Compressing objects:  54% (13/24)        
remote: Compressing objects:  58% (14/24)        
remote: Compressing objects:  62% (15/24)        
remote: Compressing objects:  66% (16/24)        
remote: Compressing objects:  70% (17/24)        
remote: Compressing objects:  75% (18/24)        
remote: Compressing objects:  79% (19/24)        
remote: Compressing objects:  83% (20/24)        
remote: Compressing objects:  87% (21/24)        
remote: Compressing objects:  91% (22/24)        
remote: Compressing objects:  95% (23/24)        
remote: Compressing objects: 100% (24/24)        
remote: Compressing objects: 100% (24/24), done.        
remote: Total 30 (delta 5), 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), 6.52 KiB | 6.52 MiB/s, done.
Resolving deltas:   0% (0/5)
Resolving deltas: 100% (5/5)
Resolving deltas: 100% (5/5), done.
Cloning into '/root/workspace/weifang-config/container/A006/params_new/lidar_loc_v2_customized'...
remote: Enumerating objects: 417, done.        
remote: Counting objects:   0% (1/216)        
remote: Counting objects:   1% (3/216)        
remote: Counting objects:   2% (5/216)        
remote: Counting objects:   3% (7/216)        
remote: Counting objects:   4% (9/216)        
remote: Counting objects:   5% (11/216)        
remote: Counting objects:   6% (13/216)        
remote: Counting objects:   7% (16/216)        
remote: Counting objects:   8% (18/216)        
remote: Counting objects:   9% (20/216)        
remote: Counting objects:  10% (22/216)        
remote: Counting objects:  11% (24/216)        
remote: Counting objects:  12% (26/216)        
remote: Counting objects:  13% (29/216)        
remote: Counting objects:  14% (31/216)        
remote: Counting objects:  15% (33/216)        
remote: Counting objects:  16% (35/216)        
remote: Counting objects:  17% (37/216)        
remote: Counting objects:  18% (39/216)        
remote: Counting objects:  19% (42/216)        
remote: Counting objects:  20% (44/216)        
remote: Counting objects:  21% (46/216)        
remote: Counting objects:  22% (48/216)        
remote: Counting objects:  23% (50/216)        
remote: Counting objects:  24% (52/216)        
remote: Counting objects:  25% (54/216)        
remote: Counting objects:  26% (57/216)        
remote: Counting objects:  27% (59/216)        
remote: Counting objects:  28% (61/216)        
remote: Counting objects:  29% (63/216)        
remote: Counting objects:  30% (65/216)        
remote: Counting objects:  31% (67/216)        
remote: Counting objects:  32% (70/216)        
remote: Counting objects:  33% (72/216)        
remote: Counting objects:  34% (74/216)        
remote: Counting objects:  35% (76/216)        
remote: Counting objects:  36% (78/216)        
remote: Counting objects:  37% (80/216)        
remote: Counting objects:  38% (83/216)        
remote: Counting objects:  39% (85/216)        
remote: Counting objects:  40% (87/216)        
remote: Counting objects:  41% (89/216)        
remote: Counting objects:  42% (91/216)        
remote: Counting objects:  43% (93/216)        
remote: Counting objects:  44% (96/216)        
remote: Counting objects:  45% (98/216)        
remote: Counting objects:  46% (100/216)        
remote: Counting objects:  47% (102/216)        
remote: Counting objects:  48% (104/216)        
remote: Counting objects:  49% (106/216)        
remote: Counting objects:  50% (108/216)        
remote: Counting objects:  51% (111/216)
remote: Counting objects:  52% (113/216)        
remote: Counting objects:  53% (115/216)        
remote: Counting objects:  54% (117/216)        
remote: Counting objects:  55% (119/216)        
remote: Counting objects:  56% (121/216)        
remote: Counting objects:  57% (124/216)        
remote: Counting objects:  58% (126/216)        
remote: Counting objects:  59% (128/216)        
remote: Counting objects:  60% (130/216)        
remote: Counting objects:  61% (132/216)        
remote: Counting objects:  62% (134/216)        
remote: Counting objects:  63% (137/216)        
remote: Counting objects:  64% (139/216)        
remote: Counting objects:  65% (141/216)        
remote: Counting objects:  66% (143/216)        
remote: Counting objects:  67% (145/216)        
remote: Counting objects:  68% (147/216)        
remote: Counting objects:  69% (150/216)        
remote: Counting objects:  70% (152/216)        
remote: Counting objects:  71% (154/216)        
remote: Counting objects:  72% (156/216)        
remote: Counting objects:  73% (158/216)        
remote: Counting objects:  74% (160/216)        
remote: Counting objects:  75% (162/216)        
remote: Counting objects:  76% (165/216)        
remote: Counting objects:  77% (167/216)        
remote: Counting objects:  78% (169/216)        
remote: Counting objects:  79% (171/216)        
remote: Counting objects:  80% (173/216)        
remote: Counting objects:  81% (175/216)        
remote: Counting objects:  82% (178/216)        
remote: Counting objects:  83% (180/216)        
remote: Counting objects:  84% (182/216)        
remote: Counting objects:  85% (184/216)        
remote: Counting objects:  86% (186/216)        
remote: Counting objects:  87% (188/216)        
remote: Counting objects:  88% (191/216)        
remote: Counting objects:  89% (193/216)        
remote: Counting objects:  90% (195/216)        
remote: Counting objects:  91% (197/216)        
remote: Counting objects:  92% (199/216)        
remote: Counting objects:  93% (201/216)        
remote: Counting objects:  94% (204/216)        
remote: Counting objects:  95% (206/216)        
remote: Counting objects:  96% (208/216)        
remote: Counting objects:  97% (210/216)        
remote: Counting objects:  98% (212/216)        
remote: Counting objects:  99% (214/216)        
remote: Counting objects: 100% (216/216)        
remote: Counting objects: 100% (216/216), done.        
remote: Compressing objects:   0% (1/115)        
remote: Compressing objects:   1% (2/115)        
remote: Compressing objects:   2% (3/115)        
remote: Compressing objects:   3% (4/115)        
remote: Compressing objects:   4% (5/115)        
remote: Compressing objects:   5% (6/115)        
remote: Compressing objects:   6% (7/115)        
remote: Compressing objects:   7% (9/115)        
remote: Compressing objects:   8% (10/115)        
remote: Compressing objects:   9% (11/115)        
remote: Compressing objects:  10% (12/115)        
remote: Compressing objects:  11% (13/115)        
remote: Compressing objects:  12% (14/115)        
remote: Compressing objects:  13% (15/115)        
remote: Compressing objects:  14% (17/115)        
remote: Compressing objects:  15% (18/115)        
remote: Compressing objects:  16% (19/115)        
remote: Compressing objects:  17% (20/115)        
remote: Compressing objects:  18% (21/115)        
remote: Compressing objects:  19% (22/115)        
remote: Compressing objects:  20% (23/115)        
remote: Compressing objects:  21% (25/115)        
remote: Compressing objects:  22% (26/115)        
remote: Compressing objects:  23% (27/115)        
remote: Compressing objects:  24% (28/115)        
remote: Compressing objects:  25% (29/115)        
remote: Compressing objects:  26% (30/115)        
remote: Compressing objects:  27% (32/115)        
remote: Compressing objects:  28% (33/115)        
remote: Compressing objects:  29% (34/115)        
remote: Compressing objects:  30% (35/115)        
remote: Compressing objects:  31% (36/115)        
remote: Compressing objects:  32% (37/115)        
remote: Compressing objects:  33% (38/115)        
remote: Compressing objects:  34% (40/115)        
remote: Compressing objects:  35% (41/115)        
remote: Compressing objects:  36% (42/115)        
remote: Compressing objects:  37% (43/115)        
remote: Compressing objects:  38% (44/115)        
remote: Compressing objects:  39% (45/115)        
remote: Compressing objects:  40% (46/115)        
remote: Compressing objects:  41% (48/115)        
remote: Compressing objects:  42% (49/115)        
remote: Compressing objects:  43% (50/115)        
remote: Compressing objects:  44% (51/115)        
remote: Compressing objects:  45% (52/115)        
remote: Compressing objects:  46% (53/115)        
remote: Compressing objects:  47% (55/115)        
remote: Compressing objects:  48% (56/115)        
remote: Compressing objects:  49% (57/115)        
remote: Compressing objects:  50% (58/115)        
remote: Compressing objects:  51% (59/115)        
remote: Compressing objects:  52% (60/115)        
remote: Compressing objects:  53% (61/115)        
remote: Compressing objects:  54% (63/115)        
remote: Compressing objects:  55% (64/115)        
remote: Compressing objects:  56% (65/115)        
remote: Compressing objects:  57% (66/115)        
remote: Compressing objects:  58% (67/115)        
remote: Compressing objects:  59% (68/115)        
remote: Compressing objects:  60% (69/115)        
remote: Compressing objects:  61% (71/115)        
remote: Compressing objects:  62% (72/115)        
remote: Compressing objects:  63% (73/115)        
remote: Compressing objects:  64% (74/115)
remote: Compressing objects:  65% (75/115)        
remote: Compressing objects:  66% (76/115)        
remote: Compressing objects:  67% (78/115)        
remote: Compressing objects:  68% (79/115)        
remote: Compressing objects:  69% (80/115)        
remote: Compressing objects:  70% (81/115)        
remote: Compressing objects:  71% (82/115)        
remote: Compressing objects:  72% (83/115)        
remote: Compressing objects:  73% (84/115)        
remote: Compressing objects:  74% (86/115)        
remote: Compressing objects:  75% (87/115)        
remote: Compressing objects:  76% (88/115)        
remote: Compressing objects:  77% (89/115)        
remote: Compressing objects:  78% (90/115)        
remote: Compressing objects:  79% (91/115)        
remote: Compressing objects:  80% (92/115)        
remote: Compressing objects:  81% (94/115)        
remote: Compressing objects:  82% (95/115)        
remote: Compressing objects:  83% (96/115)        
remote: Compressing objects:  84% (97/115)        
remote: Compressing objects:  85% (98/115)
remote: Compressing objects:  86% (99/115)        
remote: Compressing objects:  87% (101/115)        
remote: Compressing objects:  88% (102/115)        
remote: Compressing objects:  89% (103/115)        
remote: Compressing objects:  90% (104/115)        
remote: Compressing objects:  91% (105/115)        
remote: Compressing objects:  92% (106/115)        
remote: Compressing objects:  93% (107/115)        
remote: Compressing objects:  94% (109/115)        
remote: Compressing objects:  95% (110/115)        
remote: Compressing objects:  96% (111/115)        
remote: Compressing objects:  97% (112/115)        
remote: Compressing objects:  98% (113/115)        
remote: Compressing objects:  99% (114/115)        
remote: Compressing objects: 100% (115/115)        
remote: Compressing objects: 100% (115/115), done.        
Receiving objects:   0% (1/417)
Receiving objects:   1% (5/417)
Receiving objects:   2% (9/417)
Receiving objects:   3% (13/417)
Receiving objects:   4% (17/417)
Receiving objects:   5% (21/417)
Receiving objects:   6% (26/417)
Receiving objects:   7% (30/417)
Receiving objects:   8% (34/417)
Receiving objects:   9% (38/417)
Receiving objects:  10% (42/417)
Receiving objects:  11% (46/417)
Receiving objects:  12% (51/417)
Receiving objects:  13% (55/417)
Receiving objects:  14% (59/417)
Receiving objects:  15% (63/417)
Receiving objects:  16% (67/417)
Receiving objects:  17% (71/417)
Receiving objects:  18% (76/417)
Receiving objects:  19% (80/417)
Receiving objects:  20% (84/417)
Receiving objects:  21% (88/417)
Receiving objects:  22% (92/417)
Receiving objects:  23% (96/417)
Receiving objects:  24% (101/417)
Receiving objects:  25% (105/417)
Receiving objects:  26% (109/417)
Receiving objects:  27% (113/417)
Receiving objects:  28% (117/417)
Receiving objects:  29% (121/417)
Receiving objects:  30% (126/417)
Receiving objects:  31% (130/417)
remote: Total 417 (delta 92), reused 162 (delta 58), pack-reused 201        
Receiving objects:  32% (134/417)
Receiving objects:  33% (138/417)
Receiving objects:  34% (142/417)
Receiving objects:  35% (146/417)
Receiving objects:  36% (151/417)
Receiving objects:  37% (155/417)
Receiving objects:  38% (159/417)
Receiving objects:  39% (163/417)
Receiving objects:  40% (167/417)
Receiving objects:  41% (171/417)
Receiving objects:  42% (176/417)
Receiving objects:  43% (180/417)
Receiving objects:  44% (184/417)
Receiving objects:  45% (188/417)
Receiving objects:  46% (192/417)
Receiving objects:  47% (196/417)
Receiving objects:  48% (201/417)
Receiving objects:  49% (205/417)
Receiving objects:  50% (209/417)
Receiving objects:  51% (213/417)
Receiving objects:  52% (217/417)
Receiving objects:  53% (222/417)
Receiving objects:  54% (226/417)
Receiving objects:  55% (230/417)
Receiving objects:  56% (234/417)
Receiving objects:  57% (238/417)
Receiving objects:  58% (242/417)
Receiving objects:  59% (247/417)
Receiving objects:  60% (251/417)
Receiving objects:  61% (255/417)
Receiving objects:  62% (259/417)
Receiving objects:  63% (263/417)
Receiving objects:  64% (267/417)
Receiving objects:  65% (272/417)
Receiving objects:  66% (276/417)
Receiving objects:  67% (280/417)
Receiving objects:  68% (284/417)
Receiving objects:  69% (288/417)
Receiving objects:  70% (292/417)
Receiving objects:  71% (297/417)
Receiving objects:  72% (301/417)
Receiving objects:  73% (305/417)
Receiving objects:  74% (309/417)
Receiving objects:  75% (313/417)
Receiving objects:  76% (317/417)
Receiving objects:  77% (322/417)
Receiving objects:  78% (326/417)
Receiving objects:  79% (330/417)
Receiving objects:  80% (334/417)
Receiving objects:  81% (338/417)
Receiving objects:  82% (342/417)
Receiving objects:  83% (347/417)
Receiving objects:  84% (351/417)
Receiving objects:  85% (355/417)
Receiving objects:  86% (359/417)
Receiving objects:  87% (363/417)
Receiving objects:  88% (367/417)
Receiving objects:  89% (372/417)
Receiving objects:  90% (376/417)
Receiving objects:  91% (380/417)
Receiving objects:  92% (384/417)
Receiving objects:  93% (388/417)
Receiving objects:  94% (392/417)
Receiving objects:  95% (397/417)
Receiving objects:  96% (401/417)
Receiving objects:  97% (405/417)
Receiving objects:  98% (409/417)
Receiving objects:  99% (413/417)
Receiving objects: 100% (417/417)
Receiving objects: 100% (417/417), 76.33 KiB | 19.08 MiB/s, done.
Resolving deltas:   0% (0/165)
Resolving deltas:   2% (4/165)
Resolving deltas:   3% (5/165)
Resolving deltas:   4% (7/165)
Resolving deltas:  12% (21/165)
Resolving deltas:  21% (36/165)
Resolving deltas:  23% (38/165)
Resolving deltas:  25% (42/165)
Resolving deltas:  26% (43/165)
Resolving deltas:  27% (45/165)
Resolving deltas:  28% (47/165)
Resolving deltas:  30% (51/165)
Resolving deltas:  32% (53/165)
Resolving deltas:  33% (55/165)
Resolving deltas:  34% (57/165)
Resolving deltas:  35% (58/165)
Resolving deltas:  36% (61/165)
Resolving deltas:  38% (63/165)
Resolving deltas:  39% (65/165)
Resolving deltas:  40% (66/165)
Resolving deltas:  41% (69/165)
Resolving deltas:  42% (70/165)
Resolving deltas:  43% (71/165)
Resolving deltas:  54% (90/165)
Resolving deltas:  62% (103/165)
Resolving deltas:  64% (107/165)
Resolving deltas:  69% (115/165)
Resolving deltas:  72% (120/165)
Resolving deltas:  73% (121/165)
Resolving deltas:  74% (123/165)
Resolving deltas:  75% (124/165)
Resolving deltas:  80% (132/165)
Resolving deltas:  82% (136/165)
Resolving deltas:  86% (143/165)
Resolving deltas:  88% (146/165)
Resolving deltas:  91% (151/165)
Resolving deltas:  92% (153/165)
Resolving deltas:  93% (154/165)
Resolving deltas:  95% (158/165)
Resolving deltas:  96% (159/165)
Resolving deltas: 100% (165/165)
Resolving deltas: 100% (165/165), done.
Cloning into '/root/workspace/weifang-config/container/A006/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)
remote: Total 102 (delta 18), reused 28 (delta 12), pack-reused 63        
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)
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:   3% (2/54)
Resolving deltas:   7% (4/54)
Resolving deltas:  16% (9/54)
Resolving deltas:  20% (11/54)
Resolving deltas:  24% (13/54)
Resolving deltas:  25% (14/54)
Resolving deltas:  29% (16/54)
Resolving deltas:  33% (18/54)
Resolving deltas:  44% (24/54)
Resolving deltas:  48% (26/54)
Resolving deltas:  51% (28/54)
Resolving deltas:  59% (32/54)
Resolving deltas:  61% (33/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:  83% (45/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/container/A006/params_new/msf-vehicle'...
remote: Enumerating objects: 39, done.        
remote: Total 39 (delta 0), reused 0 (delta 0), pack-reused 39        
Receiving objects:   2% (1/39)
Receiving objects:   5% (2/39)
Receiving objects:   7% (3/39)
Receiving objects:  10% (4/39)
Receiving objects:  12% (5/39)
Receiving objects:  15% (6/39)
Receiving objects:  17% (7/39)
Receiving objects:  20% (8/39)
Receiving objects:  23% (9/39)
Receiving objects:  25% (10/39)
Receiving objects:  28% (11/39)
Receiving objects:  30% (12/39)
Receiving objects:  33% (13/39)
Receiving objects:  35% (14/39)
Receiving objects:  38% (15/39)
Receiving objects:  41% (16/39)
Receiving objects:  43% (17/39)
Receiving objects:  46% (18/39)
Receiving objects:  48% (19/39)
Receiving objects:  51% (20/39)
Receiving objects:  53% (21/39)
Receiving objects:  56% (22/39)
Receiving objects:  58% (23/39)
Receiving objects:  61% (24/39)
Receiving objects:  64% (25/39)
Receiving objects:  66% (26/39)
Receiving objects:  69% (27/39)
Receiving objects:  71% (28/39)
Receiving objects:  74% (29/39)
Receiving objects:  76% (30/39)
Receiving objects:  79% (31/39)
Receiving objects:  82% (32/39)
Receiving objects:  84% (33/39)
Receiving objects:  87% (34/39)
Receiving objects:  89% (35/39)
Receiving objects:  92% (36/39)
Receiving objects:  94% (37/39)
Receiving objects:  97% (38/39)
Receiving objects: 100% (39/39)
Receiving objects: 100% (39/39), 4.17 KiB | 4.17 MiB/s, done.
Resolving deltas:   0% (0/18)
Resolving deltas:   5% (1/18)
Resolving deltas:  11% (2/18)
Resolving deltas:  16% (3/18)
Resolving deltas:  61% (11/18)
Resolving deltas: 100% (18/18)
Resolving deltas: 100% (18/18), done.
Cloning into '/root/workspace/weifang-config/container/A006/params_new/perception_camera_driver'...
remote: Enumerating objects: 26, done.        
remote: Counting objects:   3% (1/26)        
remote: Counting objects:   7% (2/26)        
remote: Counting objects:  11% (3/26)        
remote: Counting objects:  15% (4/26)        
remote: Counting objects:  19% (5/26)        
remote: Counting objects:  23% (6/26)        
remote: Counting objects:  26% (7/26)        
remote: Counting objects:  30% (8/26)        
remote: Counting objects:  34% (9/26)        
remote: Counting objects:  38% (10/26)        
remote: Counting objects:  42% (11/26)        
remote: Counting objects:  46% (12/26)        
remote: Counting objects:  50% (13/26)        
remote: Counting objects:  53% (14/26)        
remote: Counting objects:  57% (15/26)        
remote: Counting objects:  61% (16/26)        
remote: Counting objects:  65% (17/26)        
remote: Counting objects:  69% (18/26)        
remote: Counting objects:  73% (19/26)        
remote: Counting objects:  76% (20/26)        
remote: Counting objects:  80% (21/26)        
remote: Counting objects:  84% (22/26)        
remote: Counting objects:  88% (23/26)        
remote: Counting objects:  92% (24/26)        
remote: Counting objects:  96% (25/26)        
remote: Counting objects: 100% (26/26)        
remote: Counting objects: 100% (26/26), done.        
remote: Compressing objects:   8% (1/12)        
remote: Compressing objects:  16% (2/12)        
remote: Compressing objects:  25% (3/12)        
remote: Compressing objects:  33% (4/12)        
remote: Compressing objects:  41% (5/12)        
remote: Compressing objects:  50% (6/12)        
remote: Compressing objects:  58% (7/12)        
remote: Compressing objects:  66% (8/12)        
remote: Compressing objects:  75% (9/12)        
remote: Compressing objects:  83% (10/12)        
remote: Compressing objects:  91% (11/12)        
remote: Compressing objects: 100% (12/12)        
remote: Compressing objects: 100% (12/12), done.        
remote: Total 26 (delta 4), reused 0 (delta 0), pack-reused 0        
Receiving objects:   3% (1/26)
Receiving objects:   7% (2/26)
Receiving objects:  11% (3/26)
Receiving objects:  15% (4/26)
Receiving objects:  19% (5/26)
Receiving objects:  23% (6/26)
Receiving objects:  26% (7/26)
Receiving objects:  30% (8/26)
Receiving objects:  34% (9/26)
Receiving objects:  38% (10/26)
Receiving objects:  42% (11/26)
Receiving objects:  46% (12/26)
Receiving objects:  50% (13/26)
Receiving objects:  53% (14/26)
Receiving objects:  57% (15/26)
Receiving objects:  61% (16/26)
Receiving objects:  65% (17/26)
Receiving objects:  69% (18/26)
Receiving objects:  73% (19/26)
Receiving objects:  76% (20/26)
Receiving objects:  80% (21/26)
Receiving objects:  84% (22/26)
Receiving objects:  88% (23/26)
Receiving objects:  92% (24/26)
Receiving objects:  96% (25/26)
Receiving objects: 100% (26/26)
Receiving objects: 100% (26/26), done.
Resolving deltas:   0% (0/4)
Resolving deltas: 100% (4/4)
Resolving deltas: 100% (4/4), done.
Cloning into '/root/workspace/weifang-config/container/A006/params_new/perception_data_collection'...
remote: Enumerating objects: 106, done.        
remote: Counting objects:   1% (1/94)        
remote: Counting objects:   2% (2/94)        
remote: Counting objects:   3% (3/94)        
remote: Counting objects:   4% (4/94)        
remote: Counting objects:   5% (5/94)        
remote: Counting objects:   6% (6/94)        
remote: Counting objects:   7% (7/94)        
remote: Counting objects:   8% (8/94)        
remote: Counting objects:   9% (9/94)        
remote: Counting objects:  10% (10/94)        
remote: Counting objects:  11% (11/94)        
remote: Counting objects:  12% (12/94)        
remote: Counting objects:  13% (13/94)        
remote: Counting objects:  14% (14/94)        
remote: Counting objects:  15% (15/94)        
remote: Counting objects:  17% (16/94)        
remote: Counting objects:  18% (17/94)        
remote: Counting objects:  19% (18/94)        
remote: Counting objects:  20% (19/94)        
remote: Counting objects:  21% (20/94)        
remote: Counting objects:  22% (21/94)        
remote: Counting objects:  23% (22/94)        
remote: Counting objects:  24% (23/94)        
remote: Counting objects:  25% (24/94)        
remote: Counting objects:  26% (25/94)        
remote: Counting objects:  27% (26/94)        
remote: Counting objects:  28% (27/94)        
remote: Counting objects:  29% (28/94)        
remote: Counting objects:  30% (29/94)        
remote: Counting objects:  31% (30/94)        
remote: Counting objects:  32% (31/94)        
remote: Counting objects:  34% (32/94)        
remote: Counting objects:  35% (33/94)        
remote: Counting objects:  36% (34/94)        
remote: Counting objects:  37% (35/94)        
remote: Counting objects:  38% (36/94)        
remote: Counting objects:  39% (37/94)        
remote: Counting objects:  40% (38/94)        
remote: Counting objects:  41% (39/94)        
remote: Counting objects:  42% (40/94)        
remote: Counting objects:  43% (41/94)        
remote: Counting objects:  44% (42/94)        
remote: Counting objects:  45% (43/94)        
remote: Counting objects:  46% (44/94)        
remote: Counting objects:  47% (45/94)        
remote: Counting objects:  48% (46/94)        
remote: Counting objects:  50% (47/94)        
remote: Counting objects:  51% (48/94)        
remote: Counting objects:  52% (49/94)        
remote: Counting objects:  53% (50/94)        
remote: Counting objects:  54% (51/94)        
remote: Counting objects:  55% (52/94)        
remote: Counting objects:  56% (53/94)        
remote: Counting objects:  57% (54/94)        
remote: Counting objects:  58% (55/94)        
remote: Counting objects:  59% (56/94)        
remote: Counting objects:  60% (57/94)        
remote: Counting objects:  61% (58/94)        
remote: Counting objects:  62% (59/94)        
remote: Counting objects:  63% (60/94)        
remote: Counting objects:  64% (61/94)        
remote: Counting objects:  65% (62/94)        
remote: Counting objects:  67% (63/94)        
remote: Counting objects:  68% (64/94)        
remote: Counting objects:  69% (65/94)        
remote: Counting objects:  70% (66/94)        
remote: Counting objects:  71% (67/94)        
remote: Counting objects:  72% (68/94)        
remote: Counting objects:  73% (69/94)        
remote: Counting objects:  74% (70/94)        
remote: Counting objects:  75% (71/94)        
remote: Counting objects:  76% (72/94)        
remote: Counting objects:  77% (73/94)        
remote: Counting objects:  78% (74/94)        
remote: Counting objects:  79% (75/94)        
remote: Counting objects:  80% (76/94)        
remote: Counting objects:  81% (77/94)        
remote: Counting objects:  82% (78/94)        
remote: Counting objects:  84% (79/94)        
remote: Counting objects:  85% (80/94)        
remote: Counting objects:  86% (81/94)        
remote: Counting objects:  87% (82/94)        
remote: Counting objects:  88% (83/94)        
remote: Counting objects:  89% (84/94)        
remote: Counting objects:  90% (85/94)        
remote: Counting objects:  91% (86/94)        
remote: Counting objects:  92% (87/94)        
remote: Counting objects:  93% (88/94)        
remote: Counting objects:  94% (89/94)        
remote: Counting objects:  95% (90/94)        
remote: Counting objects:  96% (91/94)        
remote: Counting objects:  97% (92/94)        
remote: Counting objects:  98% (93/94)        
remote: Counting objects: 100% (94/94)        
remote: Counting objects: 100% (94/94), done.        
remote: Compressing objects:   1% (1/64)        
remote: Compressing objects:   3% (2/64)        
remote: Compressing objects:   4% (3/64)        
remote: Compressing objects:   6% (4/64)        
remote: Compressing objects:   7% (5/64)        
remote: Compressing objects:   9% (6/64)        
remote: Compressing objects:  10% (7/64)        
remote: Compressing objects:  12% (8/64)        
remote: Compressing objects:  14% (9/64)        
remote: Compressing objects:  15% (10/64)        
remote: Compressing objects:  17% (11/64)        
remote: Compressing objects:  18% (12/64)        
remote: Compressing objects:  20% (13/64)        
remote: Compressing objects:  21% (14/64)        
remote: Compressing objects:  23% (15/64)        
remote: Compressing objects:  25% (16/64)        
remote: Compressing objects:  26% (17/64)        
remote: Compressing objects:  28% (18/64)        
remote: Compressing objects:  29% (19/64)        
remote: Compressing objects:  31% (20/64)        
remote: Compressing objects:  32% (21/64)        
remote: Compressing objects:  34% (22/64)        
remote: Compressing objects:  35% (23/64)        
remote: Compressing objects:  37% (24/64)        
remote: Compressing objects:  39% (25/64)        
remote: Compressing objects:  40% (26/64)        
remote: Compressing objects:  42% (27/64)        
remote: Compressing objects:  43% (28/64)        
remote: Compressing objects:  45% (29/64)        
remote: Compressing objects:  46% (30/64)        
remote: Compressing objects:  48% (31/64)        
remote: Compressing objects:  50% (32/64)        
remote: Compressing objects:  51% (33/64)        
remote: Compressing objects:  53% (34/64)        
remote: Compressing objects:  54% (35/64)        
remote: Compressing objects:  56% (36/64)        
remote: Compressing objects:  57% (37/64)        
remote: Compressing objects:  59% (38/64)        
remote: Compressing objects:  60% (39/64)        
remote: Compressing objects:  62% (40/64)        
remote: Compressing objects:  64% (41/64)        
remote: Compressing objects:  65% (42/64)        
remote: Compressing objects:  67% (43/64)        
remote: Compressing objects:  68% (44/64)        
remote: Compressing objects:  70% (45/64)        
remote: Compressing objects:  71% (46/64)        
remote: Compressing objects:  73% (47/64)        
remote: Compressing objects:  75% (48/64)        
remote: Compressing objects:  76% (49/64)        
remote: Compressing objects:  78% (50/64)        
remote: Compressing objects:  79% (51/64)        
remote: Compressing objects:  81% (52/64)        
remote: Compressing objects:  82% (53/64)        
remote: Compressing objects:  84% (54/64)        
remote: Compressing objects:  85% (55/64)        
remote: Compressing objects:  87% (56/64)        
remote: Compressing objects:  89% (57/64)        
remote: Compressing objects:  90% (58/64)        
remote: Compressing objects:  92% (59/64)        
remote: Compressing objects:  93% (60/64)        
remote: Compressing objects:  95% (61/64)        
remote: Compressing objects:  96% (62/64)        
remote: Compressing objects:  98% (63/64)        
remote: Compressing objects: 100% (64/64)        
remote: Compressing objects: 100% (64/64), done.        
remote: Total 106 (delta 44), reused 46 (delta 18), pack-reused 12        
Receiving objects:   0% (1/106)
Receiving objects:   1% (2/106)
Receiving objects:   2% (3/106)
Receiving objects:   3% (4/106)
Receiving objects:   4% (5/106)
Receiving objects:   5% (6/106)
Receiving objects:   6% (7/106)
Receiving objects:   7% (8/106)
Receiving objects:   8% (9/106)
Receiving objects:   9% (10/106)
Receiving objects:  10% (11/106)
Receiving objects:  11% (12/106)
Receiving objects:  12% (13/106)
Receiving objects:  13% (14/106)
Receiving objects:  14% (15/106)
Receiving objects:  15% (16/106)
Receiving objects:  16% (17/106)
Receiving objects:  17% (19/106)
Receiving objects:  18% (20/106)
Receiving objects:  19% (21/106)
Receiving objects:  20% (22/106)
Receiving objects:  21% (23/106)
Receiving objects:  22% (24/106)
Receiving objects:  23% (25/106)
Receiving objects:  24% (26/106)
Receiving objects:  25% (27/106)
Receiving objects:  26% (28/106)
Receiving objects:  27% (29/106)
Receiving objects:  28% (30/106)
Receiving objects:  29% (31/106)
Receiving objects:  30% (32/106)
Receiving objects:  31% (33/106)
Receiving objects:  32% (34/106)
Receiving objects:  33% (35/106)
Receiving objects:  34% (37/106)
Receiving objects:  35% (38/106)
Receiving objects:  36% (39/106)
Receiving objects:  37% (40/106)
Receiving objects:  38% (41/106)
Receiving objects:  39% (42/106)
Receiving objects:  40% (43/106)
Receiving objects:  41% (44/106)
Receiving objects:  42% (45/106)
Receiving objects:  43% (46/106)
Receiving objects:  44% (47/106)
Receiving objects:  45% (48/106)
Receiving objects:  46% (49/106)
Receiving objects:  47% (50/106)
Receiving objects:  48% (51/106)
Receiving objects:  49% (52/106)
Receiving objects:  50% (53/106)
Receiving objects:  51% (55/106)
Receiving objects:  52% (56/106)
Receiving objects:  53% (57/106)
Receiving objects:  54% (58/106)
Receiving objects:  55% (59/106)
Receiving objects:  56% (60/106)
Receiving objects:  57% (61/106)
Receiving objects:  58% (62/106)
Receiving objects:  59% (63/106)
Receiving objects:  60% (64/106)
Receiving objects:  61% (65/106)
Receiving objects:  62% (66/106)
Receiving objects:  63% (67/106)
Receiving objects:  64% (68/106)
Receiving objects:  65% (69/106)
Receiving objects:  66% (70/106)
Receiving objects:  67% (72/106)
Receiving objects:  68% (73/106)
Receiving objects:  69% (74/106)
Receiving objects:  70% (75/106)
Receiving objects:  71% (76/106)
Receiving objects:  72% (77/106)
Receiving objects:  73% (78/106)
Receiving objects:  74% (79/106)
Receiving objects:  75% (80/106)
Receiving objects:  76% (81/106)
Receiving objects:  77% (82/106)
Receiving objects:  78% (83/106)
Receiving objects:  79% (84/106)
Receiving objects:  80% (85/106)
Receiving objects:  81% (86/106)
Receiving objects:  82% (87/106)
Receiving objects:  83% (88/106)
Receiving objects:  84% (90/106)
Receiving objects:  85% (91/106)
Receiving objects:  86% (92/106)
Receiving objects:  87% (93/106)
Receiving objects:  88% (94/106)
Receiving objects:  89% (95/106)
Receiving objects:  90% (96/106)
Receiving objects:  91% (97/106)
Receiving objects:  92% (98/106)
Receiving objects:  93% (99/106)
Receiving objects:  94% (100/106)
Receiving objects:  95% (101/106)
Receiving objects:  96% (102/106)
Receiving objects:  97% (103/106)
Receiving objects:  98% (104/106)
Receiving objects:  99% (105/106)
Receiving objects: 100% (106/106)
Receiving objects: 100% (106/106), 9.66 KiB | 9.66 MiB/s, done.
Resolving deltas:   0% (0/46)
Resolving deltas:   2% (1/46)
Resolving deltas:   4% (2/46)
Resolving deltas:   6% (3/46)
Resolving deltas:   8% (4/46)
Resolving deltas:  10% (5/46)
Resolving deltas:  32% (15/46)
Resolving deltas:  34% (16/46)
Resolving deltas:  39% (18/46)
Resolving deltas:  41% (19/46)
Resolving deltas:  54% (25/46)
Resolving deltas:  58% (27/46)
Resolving deltas:  67% (31/46)
Resolving deltas: 100% (46/46)
Resolving deltas: 100% (46/46), done.
Cloning into '/root/workspace/weifang-config/container/A006/params_new/perception_lane_detection'...
remote: Enumerating objects: 125, done.        
remote: Counting objects:   1% (1/84)        
remote: Counting objects:   2% (2/84)        
remote: Counting objects:   3% (3/84)        
remote: Counting objects:   4% (4/84)        
remote: Counting objects:   5% (5/84)        
remote: Counting objects:   7% (6/84)        
remote: Counting objects:   8% (7/84)        
remote: Counting objects:   9% (8/84)        
remote: Counting objects:  10% (9/84)        
remote: Counting objects:  11% (10/84)        
remote: Counting objects:  13% (11/84)        
remote: Counting objects:  14% (12/84)        
remote: Counting objects:  15% (13/84)        
remote: Counting objects:  16% (14/84)        
remote: Counting objects:  17% (15/84)        
remote: Counting objects:  19% (16/84)        
remote: Counting objects:  20% (17/84)        
remote: Counting objects:  21% (18/84)        
remote: Counting objects:  22% (19/84)        
remote: Counting objects:  23% (20/84)        
remote: Counting objects:  25% (21/84)        
remote: Counting objects:  26% (22/84)        
remote: Counting objects:  27% (23/84)        
remote: Counting objects:  28% (24/84)        
remote: Counting objects:  29% (25/84)        
remote: Counting objects:  30% (26/84)        
remote: Counting objects:  32% (27/84)        
remote: Counting objects:  33% (28/84)        
remote: Counting objects:  34% (29/84)        
remote: Counting objects:  35% (30/84)        
remote: Counting objects:  36% (31/84)        
remote: Counting objects:  38% (32/84)        
remote: Counting objects:  39% (33/84)        
remote: Counting objects:  40% (34/84)        
remote: Counting objects:  41% (35/84)        
remote: Counting objects:  42% (36/84)        
remote: Counting objects:  44% (37/84)        
remote: Counting objects:  45% (38/84)        
remote: Counting objects:  46% (39/84)        
remote: Counting objects:  47% (40/84)        
remote: Counting objects:  48% (41/84)        
remote: Counting objects:  50% (42/84)        
remote: Counting objects:  51% (43/84)        
remote: Counting objects:  52% (44/84)        
remote: Counting objects:  53% (45/84)        
remote: Counting objects:  54% (46/84)        
remote: Counting objects:  55% (47/84)        
remote: Counting objects:  57% (48/84)        
remote: Counting objects:  58% (49/84)        
remote: Counting objects:  59% (50/84)        
remote: Counting objects:  60% (51/84)        
remote: Counting objects:  61% (52/84)        
remote: Counting objects:  63% (53/84)        
remote: Counting objects:  64% (54/84)        
remote: Counting objects:  65% (55/84)        
remote: Counting objects:  66% (56/84)        
remote: Counting objects:  67% (57/84)        
remote: Counting objects:  69% (58/84)        
remote: Counting objects:  70% (59/84)        
remote: Counting objects:  71% (60/84)        
remote: Counting objects:  72% (61/84)        
remote: Counting objects:  73% (62/84)        
remote: Counting objects:  75% (63/84)        
remote: Counting objects:  76% (64/84)        
remote: Counting objects:  77% (65/84)        
remote: Counting objects:  78% (66/84)        
remote: Counting objects:  79% (67/84)        
remote: Counting objects:  80% (68/84)        
remote: Counting objects:  82% (69/84)        
remote: Counting objects:  83% (70/84)        
remote: Counting objects:  84% (71/84)        
remote: Counting objects:  85% (72/84)        
remote: Counting objects:  86% (73/84)        
remote: Counting objects:  88% (74/84)        
remote: Counting objects:  89% (75/84)        
remote: Counting objects:  90% (76/84)        
remote: Counting objects:  91% (77/84)        
remote: Counting objects:  92% (78/84)        
remote: Counting objects:  94% (79/84)        
remote: Counting objects:  95% (80/84)        
remote: Counting objects:  96% (81/84)        
remote: Counting objects:  97% (82/84)        
remote: Counting objects:  98% (83/84)        
remote: Counting objects: 100% (84/84)        
remote: Counting objects: 100% (84/84), done.        
remote: Compressing objects:   2% (1/39)        
remote: Compressing objects:   5% (2/39)
remote: Compressing objects:   7% (3/39)        
remote: Compressing objects:  10% (4/39)        
remote: Compressing objects:  12% (5/39)        
remote: Compressing objects:  15% (6/39)        
remote: Compressing objects:  17% (7/39)        
remote: Compressing objects:  20% (8/39)        
remote: Compressing objects:  23% (9/39)        
remote: Compressing objects:  25% (10/39)        
remote: Compressing objects:  28% (11/39)        
remote: Compressing objects:  30% (12/39)        
remote: Compressing objects:  33% (13/39)        
remote: Compressing objects:  35% (14/39)        
remote: Compressing objects:  38% (15/39)        
remote: Compressing objects:  41% (16/39)        
remote: Compressing objects:  43% (17/39)        
remote: Compressing objects:  46% (18/39)        
remote: Compressing objects:  48% (19/39)        
remote: Compressing objects:  51% (20/39)        
remote: Compressing objects:  53% (21/39)        
remote: Compressing objects:  56% (22/39)        
remote: Compressing objects:  58% (23/39)        
remote: Compressing objects:  61% (24/39)        
remote: Compressing objects:  64% (25/39)        
remote: Compressing objects:  66% (26/39)        
remote: Compressing objects:  69% (27/39)        
remote: Compressing objects:  71% (28/39)        
remote: Compressing objects:  74% (29/39)        
remote: Compressing objects:  76% (30/39)        
remote: Compressing objects:  79% (31/39)        
remote: Compressing objects:  82% (32/39)        
remote: Compressing objects:  84% (33/39)        
remote: Compressing objects:  87% (34/39)        
remote: Compressing objects:  89% (35/39)        
remote: Compressing objects:  92% (36/39)        
remote: Compressing objects:  94% (37/39)        
remote: Compressing objects:  97% (38/39)        
remote: Compressing objects: 100% (39/39)        
remote: Compressing objects: 100% (39/39), done.        
remote: Total 125 (delta 15), reused 64 (delta 10), pack-reused 41        
Receiving objects:   0% (1/125)
Receiving objects:   1% (2/125)
Receiving objects:   2% (3/125)
Receiving objects:   3% (4/125)
Receiving objects:   4% (5/125)
Receiving objects:   5% (7/125)
Receiving objects:   6% (8/125)
Receiving objects:   7% (9/125)
Receiving objects:   8% (10/125)
Receiving objects:   9% (12/125)
Receiving objects:  10% (13/125)
Receiving objects:  11% (14/125)
Receiving objects:  12% (15/125)
Receiving objects:  13% (17/125)
Receiving objects:  14% (18/125)
Receiving objects:  15% (19/125)
Receiving objects:  16% (20/125)
Receiving objects:  17% (22/125)
Receiving objects:  18% (23/125)
Receiving objects:  19% (24/125)
Receiving objects:  20% (25/125)
Receiving objects:  21% (27/125)
Receiving objects:  22% (28/125)
Receiving objects:  23% (29/125)
Receiving objects:  24% (30/125)
Receiving objects:  25% (32/125)
Receiving objects:  26% (33/125)
Receiving objects:  27% (34/125)
Receiving objects:  28% (35/125)
Receiving objects:  29% (37/125)
Receiving objects:  30% (38/125)
Receiving objects:  31% (39/125)
Receiving objects:  32% (40/125)
Receiving objects:  33% (42/125)
Receiving objects:  34% (43/125)
Receiving objects:  35% (44/125)
Receiving objects:  36% (45/125)
Receiving objects:  37% (47/125)
Receiving objects:  38% (48/125)
Receiving objects:  39% (49/125)
Receiving objects:  40% (50/125)
Receiving objects:  41% (52/125)
Receiving objects:  42% (53/125)
Receiving objects:  43% (54/125)
Receiving objects:  44% (55/125)
Receiving objects:  45% (57/125)
Receiving objects:  46% (58/125)
Receiving objects:  47% (59/125)
Receiving objects:  48% (60/125)
Receiving objects:  49% (62/125)
Receiving objects:  50% (63/125)
Receiving objects:  51% (64/125)
Receiving objects:  52% (65/125)
Receiving objects:  53% (67/125)
Receiving objects:  54% (68/125)
Receiving objects:  55% (69/125)
Receiving objects:  56% (70/125)
Receiving objects:  57% (72/125)
Receiving objects:  58% (73/125)
Receiving objects:  59% (74/125)
Receiving objects:  60% (75/125)
Receiving objects:  61% (77/125)
Receiving objects:  62% (78/125)
Receiving objects:  63% (79/125)
Receiving objects:  64% (80/125)
Receiving objects:  65% (82/125)
Receiving objects:  66% (83/125)
Receiving objects:  67% (84/125)
Receiving objects:  68% (85/125)
Receiving objects:  69% (87/125)
Receiving objects:  70% (88/125)
Receiving objects:  71% (89/125)
Receiving objects:  72% (90/125)
Receiving objects:  73% (92/125)
Receiving objects:  74% (93/125)
Receiving objects:  75% (94/125)
Receiving objects:  76% (95/125)
Receiving objects:  77% (97/125)
Receiving objects:  78% (98/125)
Receiving objects:  79% (99/125)
Receiving objects:  80% (100/125)
Receiving objects:  81% (102/125)
Receiving objects:  82% (103/125)
Receiving objects:  83% (104/125)
Receiving objects:  84% (105/125)
Receiving objects:  85% (107/125)
Receiving objects:  86% (108/125)
Receiving objects:  87% (109/125)
Receiving objects:  88% (110/125)
Receiving objects:  89% (112/125)
Receiving objects:  90% (113/125)
Receiving objects:  91% (114/125)
Receiving objects:  92% (115/125)
Receiving objects:  93% (117/125)
Receiving objects:  94% (118/125)
Receiving objects:  95% (119/125)
Receiving objects:  96% (120/125)
Receiving objects:  97% (122/125)
Receiving objects:  98% (123/125)
Receiving objects:  99% (124/125)
Receiving objects: 100% (125/125)
Receiving objects: 100% (125/125), 12.10 KiB | 12.10 MiB/s, done.
Resolving deltas:   0% (0/26)
Resolving deltas:   3% (1/26)
Resolving deltas:   7% (2/26)
Resolving deltas:  11% (3/26)
Resolving deltas:  15% (4/26)
Resolving deltas:  65% (17/26)
Resolving deltas: 100% (26/26)
Resolving deltas: 100% (26/26), done.
Cloning into '/root/workspace/weifang-config/container/A006/params_new/perception_lidar_camera_fusion'...
remote: Enumerating objects: 30, done.        
remote: Counting objects:   5% (1/19)        
remote: Counting objects:  10% (2/19)        
remote: Counting objects:  15% (3/19)        
remote: Counting objects:  21% (4/19)        
remote: Counting objects:  26% (5/19)        
remote: Counting objects:  31% (6/19)        
remote: Counting objects:  36% (7/19)        
remote: Counting objects:  42% (8/19)        
remote: Counting objects:  47% (9/19)        
remote: Counting objects:  52% (10/19)        
remote: Counting objects:  57% (11/19)        
remote: Counting objects:  63% (12/19)        
remote: Counting objects:  68% (13/19)        
remote: Counting objects:  73% (14/19)        
remote: Counting objects:  78% (15/19)        
remote: Counting objects:  84% (16/19)        
remote: Counting objects:  89% (17/19)        
remote: Counting objects:  94% (18/19)        
remote: Counting objects: 100% (19/19)        
remote: Counting objects: 100% (19/19), done.        
remote: Compressing objects:   9% (1/11)        
remote: Compressing objects:  18% (2/11)        
remote: Compressing objects:  27% (3/11)        
remote: Compressing objects:  36% (4/11)        
remote: Compressing objects:  45% (5/11)        
remote: Compressing objects:  54% (6/11)        
remote: Compressing objects:  63% (7/11)        
remote: Compressing objects:  72% (8/11)        
remote: Compressing objects:  81% (9/11)        
remote: Compressing objects:  90% (10/11)        
remote: Compressing objects: 100% (11/11)        
remote: Compressing objects: 100% (11/11), done.        
remote: Total 30 (delta 2), reused 0 (delta 0), pack-reused 11        
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), 6.33 KiB | 6.33 MiB/s, done.
Resolving deltas:   0% (0/3)
Resolving deltas:  33% (1/3)
Resolving deltas:  66% (2/3)
Resolving deltas: 100% (3/3)
Resolving deltas: 100% (3/3), done.
Cloning into '/root/workspace/weifang-config/container/A006/params_new/perception_new_detection'...
remote: Enumerating objects: 4787, done.        
remote: Counting objects:   0% (1/183)        
remote: Counting objects:   1% (2/183)        
remote: Counting objects:   2% (4/183)        
remote: Counting objects:   3% (6/183)        
remote: Counting objects:   4% (8/183)        
remote: Counting objects:   5% (10/183)        
remote: Counting objects:   6% (11/183)        
remote: Counting objects:   7% (13/183)        
remote: Counting objects:   8% (15/183)        
remote: Counting objects:   9% (17/183)        
remote: Counting objects:  10% (19/183)        
remote: Counting objects:  11% (21/183)        
remote: Counting objects:  12% (22/183)        
remote: Counting objects:  13% (24/183)        
remote: Counting objects:  14% (26/183)        
remote: Counting objects:  15% (28/183)        
remote: Counting objects:  16% (30/183)        
remote: Counting objects:  17% (32/183)        
remote: Counting objects:  18% (33/183)        
remote: Counting objects:  19% (35/183)        
remote: Counting objects:  20% (37/183)        
remote: Counting objects:  21% (39/183)        
remote: Counting objects:  22% (41/183)        
remote: Counting objects:  23% (43/183)        
remote: Counting objects:  24% (44/183)        
remote: Counting objects:  25% (46/183)        
remote: Counting objects:  26% (48/183)        
remote: Counting objects:  27% (50/183)        
remote: Counting objects:  28% (52/183)        
remote: Counting objects:  29% (54/183)        
remote: Counting objects:  30% (55/183)        
remote: Counting objects:  31% (57/183)        
remote: Counting objects:  32% (59/183)        
remote: Counting objects:  33% (61/183)        
remote: Counting objects:  34% (63/183)        
remote: Counting objects:  35% (65/183)        
remote: Counting objects:  36% (66/183)        
remote: Counting objects:  37% (68/183)        
remote: Counting objects:  38% (70/183)        
remote: Counting objects:  39% (72/183)        
remote: Counting objects:  40% (74/183)        
remote: Counting objects:  41% (76/183)        
remote: Counting objects:  42% (77/183)        
remote: Counting objects:  43% (79/183)        
remote: Counting objects:  44% (81/183)        
remote: Counting objects:  45% (83/183)        
remote: Counting objects:  46% (85/183)        
remote: Counting objects:  47% (87/183)        
remote: Counting objects:  48% (88/183)        
remote: Counting objects:  49% (90/183)        
remote: Counting objects:  50% (92/183)        
remote: Counting objects:  51% (94/183)        
remote: Counting objects:  52% (96/183)        
remote: Counting objects:  53% (97/183)        
remote: Counting objects:  54% (99/183)        
remote: Counting objects:  55% (101/183)        
remote: Counting objects:  56% (103/183)        
remote: Counting objects:  57% (105/183)        
remote: Counting objects:  58% (107/183)        
remote: Counting objects:  59% (108/183)        
remote: Counting objects:  60% (110/183)        
remote: Counting objects:  61% (112/183)        
remote: Counting objects:  62% (114/183)        
remote: Counting objects:  63% (116/183)        
remote: Counting objects:  64% (118/183)        
remote: Counting objects:  65% (119/183)        
remote: Counting objects:  66% (121/183)        
remote: Counting objects:  67% (123/183)        
remote: Counting objects:  68% (125/183)        
remote: Counting objects:  69% (127/183)        
remote: Counting objects:  70% (129/183)        
remote: Counting objects:  71% (130/183)        
remote: Counting objects:  72% (132/183)        
remote: Counting objects:  73% (134/183)        
remote: Counting objects:  74% (136/183)        
remote: Counting objects:  75% (138/183)        
remote: Counting objects:  76% (140/183)        
remote: Counting objects:  77% (141/183)        
remote: Counting objects:  78% (143/183)        
remote: Counting objects:  79% (145/183)        
remote: Counting objects:  80% (147/183)        
remote: Counting objects:  81% (149/183)        
remote: Counting objects:  82% (151/183)        
remote: Counting objects:  83% (152/183)        
remote: Counting objects:  84% (154/183)        
remote: Counting objects:  85% (156/183)        
remote: Counting objects:  86% (158/183)        
remote: Counting objects:  87% (160/183)        
remote: Counting objects:  88% (162/183)        
remote: Counting objects:  89% (163/183)        
remote: Counting objects:  90% (165/183)        
remote: Counting objects:  91% (167/183)        
remote: Counting objects:  92% (169/183)        
remote: Counting objects:  93% (171/183)        
remote: Counting objects:  94% (173/183)        
remote: Counting objects:  95% (174/183)        
remote: Counting objects:  96% (176/183)        
remote: Counting objects:  97% (178/183)        
remote: Counting objects:  98% (180/183)        
remote: Counting objects:  99% (182/183)        
remote: Counting objects: 100% (183/183)        
remote: Counting objects: 100% (183/183), done.        
remote: Compressing objects:   0% (1/120)        
remote: Compressing objects:   1% (2/120)        
remote: Compressing objects:   2% (3/120)        
remote: Compressing objects:   3% (4/120)        
remote: Compressing objects:   4% (5/120)        
remote: Compressing objects:   5% (6/120)        
remote: Compressing objects:   6% (8/120)        
remote: Compressing objects:   7% (9/120)        
remote: Compressing objects:   8% (10/120)        
remote: Compressing objects:   9% (11/120)        
remote: Compressing objects:  10% (12/120)        
remote: Compressing objects:  11% (14/120)        
remote: Compressing objects:  12% (15/120)        
remote: Compressing objects:  13% (16/120)        
remote: Compressing objects:  14% (17/120)        
remote: Compressing objects:  15% (18/120)        
remote: Compressing objects:  16% (20/120)        
remote: Compressing objects:  17% (21/120)        
remote: Compressing objects:  18% (22/120)        
remote: Compressing objects:  19% (23/120)        
remote: Compressing objects:  20% (24/120)        
remote: Compressing objects:  21% (26/120)        
remote: Compressing objects:  22% (27/120)        
remote: Compressing objects:  23% (28/120)        
remote: Compressing objects:  24% (29/120)        
remote: Compressing objects:  25% (30/120)        
remote: Compressing objects:  26% (32/120)        
remote: Compressing objects:  27% (33/120)        
remote: Compressing objects:  28% (34/120)        
remote: Compressing objects:  29% (35/120)        
remote: Compressing objects:  30% (36/120)        
remote: Compressing objects:  31% (38/120)        
remote: Compressing objects:  32% (39/120)        
remote: Compressing objects:  33% (40/120)        
remote: Compressing objects:  34% (41/120)        
remote: Compressing objects:  35% (42/120)        
remote: Compressing objects:  36% (44/120)        
remote: Compressing objects:  37% (45/120)        
remote: Compressing objects:  38% (46/120)        
remote: Compressing objects:  39% (47/120)        
remote: Compressing objects:  40% (48/120)        
remote: Compressing objects:  41% (50/120)        
remote: Compressing objects:  42% (51/120)        
remote: Compressing objects:  43% (52/120)        
remote: Compressing objects:  44% (53/120)        
remote: Compressing objects:  45% (54/120)        
remote: Compressing objects:  46% (56/120)        
remote: Compressing objects:  47% (57/120)        
remote: Compressing objects:  48% (58/120)        
remote: Compressing objects:  49% (59/120)        
remote: Compressing objects:  50% (60/120)        
remote: Compressing objects:  51% (62/120)        
remote: Compressing objects:  52% (63/120)        
remote: Compressing objects:  53% (64/120)        
remote: Compressing objects:  54% (65/120)        
remote: Compressing objects:  55% (66/120)        
remote: Compressing objects:  56% (68/120)        
remote: Compressing objects:  57% (69/120)        
remote: Compressing objects:  58% (70/120)        
remote: Compressing objects:  59% (71/120)        
remote: Compressing objects:  60% (72/120)        
remote: Compressing objects:  61% (74/120)        
remote: Compressing objects:  62% (75/120)        
remote: Compressing objects:  63% (76/120)        
remote: Compressing objects:  64% (77/120)        
remote: Compressing objects:  65% (78/120)        
remote: Compressing objects:  66% (80/120)        
remote: Compressing objects:  67% (81/120)        
remote: Compressing objects:  68% (82/120)        
remote: Compressing objects:  69% (83/120)        
remote: Compressing objects:  70% (84/120)        
remote: Compressing objects:  71% (86/120)        
remote: Compressing objects:  72% (87/120)        
remote: Compressing objects:  73% (88/120)        
remote: Compressing objects:  74% (89/120)        
remote: Compressing objects:  75% (90/120)        
remote: Compressing objects:  76% (92/120)        
remote: Compressing objects:  77% (93/120)        
remote: Compressing objects:  78% (94/120)        
remote: Compressing objects:  79% (95/120)        
remote: Compressing objects:  80% (96/120)        
remote: Compressing objects:  81% (98/120)        
remote: Compressing objects:  82% (99/120)        
remote: Compressing objects:  83% (100/120)        
remote: Compressing objects:  84% (101/120)        
remote: Compressing objects:  85% (102/120)        
remote: Compressing objects:  86% (104/120)        
remote: Compressing objects:  87% (105/120)        
remote: Compressing objects:  88% (106/120)        
remote: Compressing objects:  89% (107/120)        
remote: Compressing objects:  90% (108/120)        
remote: Compressing objects:  91% (110/120)        
remote: Compressing objects:  92% (111/120)        
remote: Compressing objects:  93% (112/120)        
remote: Compressing objects:  94% (113/120)        
remote: Compressing objects:  95% (114/120)        
remote: Compressing objects:  96% (116/120)        
remote: Compressing objects:  97% (117/120)        
remote: Compressing objects:  98% (118/120)        
remote: Compressing objects:  99% (119/120)        
remote: Compressing objects: 100% (120/120)        
remote: Compressing objects: 100% (120/120), done.        
Receiving objects:   0% (1/4787)
Receiving objects:   1% (48/4787)
Receiving objects:   2% (96/4787)
Receiving objects:   3% (144/4787)
Receiving objects:   4% (192/4787)
Receiving objects:   5% (240/4787)
Receiving objects:   6% (288/4787)
Receiving objects:   7% (336/4787)
Receiving objects:   8% (383/4787)
Receiving objects:   9% (431/4787)
Receiving objects:  10% (479/4787)
Receiving objects:  11% (527/4787)
Receiving objects:  12% (575/4787)
Receiving objects:  13% (623/4787)
Receiving objects:  14% (671/4787)
Receiving objects:  15% (719/4787)
Receiving objects:  16% (766/4787)
Receiving objects:  17% (814/4787)
Receiving objects:  18% (862/4787)
Receiving objects:  19% (910/4787)
Receiving objects:  20% (958/4787)
Receiving objects:  21% (1006/4787)
Receiving objects:  22% (1054/4787)
Receiving objects:  23% (1102/4787)
Receiving objects:  24% (1149/4787)
Receiving objects:  25% (1197/4787)
Receiving objects:  26% (1245/4787)
Receiving objects:  27% (1293/4787)
Receiving objects:  28% (1341/4787)
Receiving objects:  29% (1389/4787)
Receiving objects:  30% (1437/4787)
Receiving objects:  31% (1484/4787)
Receiving objects:  32% (1532/4787)
Receiving objects:  33% (1580/4787)
Receiving objects:  34% (1628/4787)
Receiving objects:  35% (1676/4787)
Receiving objects:  36% (1724/4787)
Receiving objects:  37% (1772/4787)
Receiving objects:  38% (1820/4787)
Receiving objects:  39% (1867/4787)
Receiving objects:  40% (1915/4787)
Receiving objects:  41% (1963/4787)
Receiving objects:  42% (2011/4787)
Receiving objects:  43% (2059/4787)
Receiving objects:  44% (2107/4787)
Receiving objects:  45% (2155/4787)
Receiving objects:  46% (2203/4787)
Receiving objects:  47% (2250/4787)
Receiving objects:  48% (2298/4787)
Receiving objects:  49% (2346/4787)
Receiving objects:  50% (2394/4787)
Receiving objects:  51% (2442/4787)
Receiving objects:  52% (2490/4787)
Receiving objects:  53% (2538/4787)
Receiving objects:  54% (2585/4787)
Receiving objects:  55% (2633/4787)
Receiving objects:  56% (2681/4787)
Receiving objects:  57% (2729/4787)
Receiving objects:  58% (2777/4787)
Receiving objects:  59% (2825/4787)
Receiving objects:  60% (2873/4787)
Receiving objects:  61% (2921/4787)
Receiving objects:  62% (2968/4787)
Receiving objects:  63% (3016/4787)
Receiving objects:  64% (3064/4787)
Receiving objects:  65% (3112/4787)
Receiving objects:  66% (3160/4787)
Receiving objects:  67% (3208/4787)
Receiving objects:  68% (3256/4787)
Receiving objects:  69% (3304/4787)
Receiving objects:  70% (3351/4787)
Receiving objects:  71% (3399/4787)
Receiving objects:  72% (3447/4787)
Receiving objects:  73% (3495/4787)
Receiving objects:  74% (3543/4787)
Receiving objects:  75% (3591/4787)
Receiving objects:  76% (3639/4787)
Receiving objects:  77% (3686/4787)
Receiving objects:  78% (3734/4787)
Receiving objects:  79% (3782/4787)
Receiving objects:  80% (3830/4787)
Receiving objects:  81% (3878/4787)
Receiving objects:  82% (3926/4787)
Receiving objects:  83% (3974/4787)
Receiving objects:  84% (4022/4787)
Receiving objects:  85% (4069/4787)
Receiving objects:  86% (4117/4787)
remote: Total 4787 (delta 30), reused 170 (delta 26), pack-reused 4604        
Receiving objects:  87% (4165/4787)
Receiving objects:  88% (4213/4787)
Receiving objects:  89% (4261/4787)
Receiving objects:  90% (4309/4787)
Receiving objects:  91% (4357/4787)
Receiving objects:  92% (4405/4787)
Receiving objects:  93% (4452/4787)
Receiving objects:  94% (4500/4787)
Receiving objects:  95% (4548/4787)
Receiving objects:  96% (4596/4787)
Receiving objects:  97% (4644/4787)
Receiving objects:  98% (4692/4787)
Receiving objects:  99% (4740/4787)
Receiving objects: 100% (4787/4787)
Receiving objects: 100% (4787/4787), 501.05 KiB | 35.79 MiB/s, done.
Resolving deltas:   0% (0/919)
Resolving deltas:   1% (11/919)
Resolving deltas:   5% (53/919)
Resolving deltas:   7% (65/919)
Resolving deltas:   8% (75/919)
Resolving deltas:   9% (83/919)
Resolving deltas:  10% (98/919)
Resolving deltas:  11% (104/919)
Resolving deltas:  15% (139/919)
Resolving deltas:  16% (148/919)
Resolving deltas:  17% (157/919)
Resolving deltas:  18% (166/919)
Resolving deltas:  19% (175/919)
Resolving deltas:  21% (199/919)
Resolving deltas:  22% (203/919)
Resolving deltas:  23% (212/919)
Resolving deltas:  24% (221/919)
Resolving deltas:  31% (289/919)
Resolving deltas:  33% (312/919)
Resolving deltas:  34% (313/919)
Resolving deltas:  66% (607/919)
Resolving deltas: 100% (919/919)
Resolving deltas: 100% (919/919), done.
Cloning into '/root/workspace/weifang-config/container/A006/params_new/perception_spreader_truck'...
remote: Enumerating objects: 71, done.        
remote: Counting objects:   2% (1/48)        
remote: Counting objects:   4% (2/48)        
remote: Counting objects:   6% (3/48)        
remote: Counting objects:   8% (4/48)        
remote: Counting objects:  10% (5/48)        
remote: Counting objects:  12% (6/48)        
remote: Counting objects:  14% (7/48)        
remote: Counting objects:  16% (8/48)        
remote: Counting objects:  18% (9/48)        
remote: Counting objects:  20% (10/48)        
remote: Counting objects:  22% (11/48)        
remote: Counting objects:  25% (12/48)        
remote: Counting objects:  27% (13/48)        
remote: Counting objects:  29% (14/48)        
remote: Counting objects:  31% (15/48)        
remote: Counting objects:  33% (16/48)        
remote: Counting objects:  35% (17/48)        
remote: Counting objects:  37% (18/48)        
remote: Counting objects:  39% (19/48)        
remote: Counting objects:  41% (20/48)        
remote: Counting objects:  43% (21/48)        
remote: Counting objects:  45% (22/48)        
remote: Counting objects:  47% (23/48)        
remote: Counting objects:  50% (24/48)        
remote: Counting objects:  52% (25/48)        
remote: Counting objects:  54% (26/48)        
remote: Counting objects:  56% (27/48)        
remote: Counting objects:  58% (28/48)        
remote: Counting objects:  60% (29/48)        
remote: Counting objects:  62% (30/48)        
remote: Counting objects:  64% (31/48)        
remote: Counting objects:  66% (32/48)        
remote: Counting objects:  68% (33/48)        
remote: Counting objects:  70% (34/48)        
remote: Counting objects:  72% (35/48)        
remote: Counting objects:  75% (36/48)        
remote: Counting objects:  77% (37/48)        
remote: Counting objects:  79% (38/48)        
remote: Counting objects:  81% (39/48)        
remote: Counting objects:  83% (40/48)        
remote: Counting objects:  85% (41/48)        
remote: Counting objects:  87% (42/48)        
remote: Counting objects:  89% (43/48)        
remote: Counting objects:  91% (44/48)        
remote: Counting objects:  93% (45/48)        
remote: Counting objects:  95% (46/48)        
remote: Counting objects:  97% (47/48)        
remote: Counting objects: 100% (48/48)        
remote: Counting objects: 100% (48/48), 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 71 (delta 22), reused 46 (delta 20), pack-reused 23        
Receiving objects:   1% (1/71)
Receiving objects:   2% (2/71)
Receiving objects:   4% (3/71)
Receiving objects:   5% (4/71)
Receiving objects:   7% (5/71)
Receiving objects:   8% (6/71)
Receiving objects:   9% (7/71)
Receiving objects:  11% (8/71)
Receiving objects:  12% (9/71)
Receiving objects:  14% (10/71)
Receiving objects:  15% (11/71)
Receiving objects:  16% (12/71)
Receiving objects:  18% (13/71)
Receiving objects:  19% (14/71)
Receiving objects:  21% (15/71)
Receiving objects:  22% (16/71)
Receiving objects:  23% (17/71)
Receiving objects:  25% (18/71)
Receiving objects:  26% (19/71)
Receiving objects:  28% (20/71)
Receiving objects:  29% (21/71)
Receiving objects:  30% (22/71)
Receiving objects:  32% (23/71)
Receiving objects:  33% (24/71)
Receiving objects:  35% (25/71)
Receiving objects:  36% (26/71)
Receiving objects:  38% (27/71)
Receiving objects:  39% (28/71)
Receiving objects:  40% (29/71)
Receiving objects:  42% (30/71)
Receiving objects:  43% (31/71)
Receiving objects:  45% (32/71)
Receiving objects:  46% (33/71)
Receiving objects:  47% (34/71)
Receiving objects:  49% (35/71)
Receiving objects:  50% (36/71)
Receiving objects:  52% (37/71)
Receiving objects:  53% (38/71)
Receiving objects:  54% (39/71)
Receiving objects:  56% (40/71)
Receiving objects:  57% (41/71)
Receiving objects:  59% (42/71)
Receiving objects:  60% (43/71)
Receiving objects:  61% (44/71)
Receiving objects:  63% (45/71)
Receiving objects:  64% (46/71)
Receiving objects:  66% (47/71)
Receiving objects:  67% (48/71)
Receiving objects:  69% (49/71)
Receiving objects:  70% (50/71)
Receiving objects:  71% (51/71)
Receiving objects:  73% (52/71)
Receiving objects:  74% (53/71)
Receiving objects:  76% (54/71)
Receiving objects:  77% (55/71)
Receiving objects:  78% (56/71)
Receiving objects:  80% (57/71)
Receiving objects:  81% (58/71)
Receiving objects:  83% (59/71)
Receiving objects:  84% (60/71)
Receiving objects:  85% (61/71)
Receiving objects:  87% (62/71)
Receiving objects:  88% (63/71)
Receiving objects:  90% (64/71)
Receiving objects:  91% (65/71)
Receiving objects:  92% (66/71)
Receiving objects:  94% (67/71)
Receiving objects:  95% (68/71)
Receiving objects:  97% (69/71)
Receiving objects:  98% (70/71)
Receiving objects: 100% (71/71)
Receiving objects: 100% (71/71), 7.24 KiB | 7.24 MiB/s, done.
Resolving deltas:   0% (0/30)
Resolving deltas:   3% (1/30)
Resolving deltas:  16% (5/30)
Resolving deltas:  60% (18/30)
Resolving deltas:  86% (26/30)
Resolving deltas: 100% (30/30)
Resolving deltas: 100% (30/30), done.
Cloning into '/root/workspace/weifang-config/container/A006/params_new/perception_vehicles'...
remote: Enumerating objects: 31, done.        
remote: Counting objects:   3% (1/31)        
remote: Counting objects:   6% (2/31)        
remote: Counting objects:   9% (3/31)        
remote: Counting objects:  12% (4/31)        
remote: Counting objects:  16% (5/31)        
remote: Counting objects:  19% (6/31)        
remote: Counting objects:  22% (7/31)        
remote: Counting objects:  25% (8/31)        
remote: Counting objects:  29% (9/31)        
remote: Counting objects:  32% (10/31)        
remote: Counting objects:  35% (11/31)        
remote: Counting objects:  38% (12/31)        
remote: Counting objects:  41% (13/31)        
remote: Counting objects:  45% (14/31)        
remote: Counting objects:  48% (15/31)        
remote: Counting objects:  51% (16/31)        
remote: Counting objects:  54% (17/31)        
remote: Counting objects:  58% (18/31)        
remote: Counting objects:  61% (19/31)        
remote: Counting objects:  64% (20/31)        
remote: Counting objects:  67% (21/31)        
remote: Counting objects:  70% (22/31)        
remote: Counting objects:  74% (23/31)        
remote: Counting objects:  77% (24/31)        
remote: Counting objects:  80% (25/31)        
remote: Counting objects:  83% (26/31)        
remote: Counting objects:  87% (27/31)        
remote: Counting objects:  90% (28/31)        
remote: Counting objects:  93% (29/31)        
remote: Counting objects:  96% (30/31)        
remote: Counting objects: 100% (31/31)        
remote: Counting objects: 100% (31/31), 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 31 (delta 4), reused 0 (delta 0), pack-reused 0        
Receiving objects:   3% (1/31)
Receiving objects:   6% (2/31)
Receiving objects:   9% (3/31)
Receiving objects:  12% (4/31)
Receiving objects:  16% (5/31)
Receiving objects:  19% (6/31)
Receiving objects:  22% (7/31)
Receiving objects:  25% (8/31)
Receiving objects:  29% (9/31)
Receiving objects:  32% (10/31)
Receiving objects:  35% (11/31)
Receiving objects:  38% (12/31)
Receiving objects:  41% (13/31)
Receiving objects:  45% (14/31)
Receiving objects:  48% (15/31)
Receiving objects:  51% (16/31)
Receiving objects:  54% (17/31)
Receiving objects:  58% (18/31)
Receiving objects:  61% (19/31)
Receiving objects:  64% (20/31)
Receiving objects:  67% (21/31)
Receiving objects:  70% (22/31)
Receiving objects:  74% (23/31)
Receiving objects:  77% (24/31)
Receiving objects:  80% (25/31)
Receiving objects:  83% (26/31)
Receiving objects:  87% (27/31)
Receiving objects:  90% (28/31)
Receiving objects:  93% (29/31)
Receiving objects:  96% (30/31)
Receiving objects: 100% (31/31)
Receiving objects: 100% (31/31), 5.28 KiB | 5.28 MiB/s, done.
Resolving deltas:   0% (0/4)
Resolving deltas:  25% (1/4)
Resolving deltas: 100% (4/4)
Resolving deltas: 100% (4/4), done.
Cloning into '/root/workspace/weifang-config/container/A006/params_new/pointcloud_customized'...
remote: Enumerating objects: 348, done.        
remote: Counting objects:   1% (1/55)        
remote: Counting objects:   3% (2/55)        
remote: Counting objects:   5% (3/55)        
remote: Counting objects:   7% (4/55)        
remote: Counting objects:   9% (5/55)        
remote: Counting objects:  10% (6/55)        
remote: Counting objects:  12% (7/55)        
remote: Counting objects:  14% (8/55)        
remote: Counting objects:  16% (9/55)        
remote: Counting objects:  18% (10/55)        
remote: Counting objects:  20% (11/55)        
remote: Counting objects:  21% (12/55)        
remote: Counting objects:  23% (13/55)        
remote: Counting objects:  25% (14/55)        
remote: Counting objects:  27% (15/55)        
remote: Counting objects:  29% (16/55)        
remote: Counting objects:  30% (17/55)        
remote: Counting objects:  32% (18/55)        
remote: Counting objects:  34% (19/55)        
remote: Counting objects:  36% (20/55)        
remote: Counting objects:  38% (21/55)        
remote: Counting objects:  40% (22/55)        
remote: Counting objects:  41% (23/55)        
remote: Counting objects:  43% (24/55)        
remote: Counting objects:  45% (25/55)        
remote: Counting objects:  47% (26/55)        
remote: Counting objects:  49% (27/55)        
remote: Counting objects:  50% (28/55)        
remote: Counting objects:  52% (29/55)        
remote: Counting objects:  54% (30/55)        
remote: Counting objects:  56% (31/55)        
remote: Counting objects:  58% (32/55)        
remote: Counting objects:  60% (33/55)        
remote: Counting objects:  61% (34/55)        
remote: Counting objects:  63% (35/55)        
remote: Counting objects:  65% (36/55)        
remote: Counting objects:  67% (37/55)        
remote: Counting objects:  69% (38/55)        
remote: Counting objects:  70% (39/55)        
remote: Counting objects:  72% (40/55)        
remote: Counting objects:  74% (41/55)        
remote: Counting objects:  76% (42/55)        
remote: Counting objects:  78% (43/55)        
remote: Counting objects:  80% (44/55)        
remote: Counting objects:  81% (45/55)        
remote: Counting objects:  83% (46/55)        
remote: Counting objects:  85% (47/55)        
remote: Counting objects:  87% (48/55)        
remote: Counting objects:  89% (49/55)        
remote: Counting objects:  90% (50/55)        
remote: Counting objects:  92% (51/55)        
remote: Counting objects:  94% (52/55)        
remote: Counting objects:  96% (53/55)        
remote: Counting objects:  98% (54/55)        
remote: Counting objects: 100% (55/55)        
remote: Counting objects: 100% (55/55), 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/348)
Receiving objects:   1% (4/348)
Receiving objects:   2% (7/348)
Receiving objects:   3% (11/348)
Receiving objects:   4% (14/348)
Receiving objects:   5% (18/348)
Receiving objects:   6% (21/348)
Receiving objects:   7% (25/348)
Receiving objects:   8% (28/348)
Receiving objects:   9% (32/348)
Receiving objects:  10% (35/348)
Receiving objects:  11% (39/348)
Receiving objects:  12% (42/348)
Receiving objects:  13% (46/348)
Receiving objects:  13% (47/348), 49.10 MiB | 49.09 MiB/s
Receiving objects:  13% (48/348), 95.60 MiB | 47.79 MiB/s
Receiving objects:  13% (48/348), 143.36 MiB | 47.80 MiB/s
Receiving objects:  14% (49/348), 143.36 MiB | 47.80 MiB/s
Receiving objects:  15% (53/348), 163.57 MiB | 46.75 MiB/s
Receiving objects:  16% (56/348), 163.57 MiB | 46.75 MiB/s
Receiving objects:  17% (60/348), 163.57 MiB | 46.75 MiB/s
Receiving objects:  18% (63/348), 163.57 MiB | 46.75 MiB/s
Receiving objects:  19% (67/348), 163.57 MiB | 46.75 MiB/s
Receiving objects:  20% (70/348), 163.57 MiB | 46.75 MiB/s
Receiving objects:  20% (73/348), 185.23 MiB | 46.32 MiB/s
Receiving objects:  21% (74/348), 185.23 MiB | 46.32 MiB/s
Receiving objects:  22% (77/348), 185.23 MiB | 46.32 MiB/s
Receiving objects:  23% (81/348), 185.23 MiB | 46.32 MiB/s
Receiving objects:  24% (84/348), 185.23 MiB | 46.32 MiB/s
Receiving objects:  25% (87/348), 185.23 MiB | 46.32 MiB/s
Receiving objects:  26% (91/348), 185.23 MiB | 46.32 MiB/s
Receiving objects:  27% (94/348), 185.23 MiB | 46.32 MiB/s
Receiving objects:  28% (98/348), 205.43 MiB | 45.66 MiB/s
Receiving objects:  29% (101/348), 205.43 MiB | 45.66 MiB/s
Receiving objects:  30% (105/348), 205.43 MiB | 45.66 MiB/s
Receiving objects:  31% (108/348), 205.43 MiB | 45.66 MiB/s
Receiving objects:  32% (112/348), 205.43 MiB | 45.66 MiB/s
Receiving objects:  33% (115/348), 205.43 MiB | 45.66 MiB/s
Receiving objects:  34% (119/348), 205.43 MiB | 45.66 MiB/s
Receiving objects:  35% (122/348), 205.43 MiB | 45.66 MiB/s
Receiving objects:  36% (126/348), 205.43 MiB | 45.66 MiB/s
Receiving objects:  37% (129/348), 205.43 MiB | 45.66 MiB/s
Receiving objects:  38% (133/348), 205.43 MiB | 45.66 MiB/s
Receiving objects:  39% (136/348), 205.43 MiB | 45.66 MiB/s
Receiving objects:  39% (139/348), 224.66 MiB | 44.63 MiB/s
Receiving objects:  40% (140/348), 224.66 MiB | 44.63 MiB/s
Receiving objects:  41% (143/348), 224.66 MiB | 44.63 MiB/s
Receiving objects:  42% (147/348), 224.66 MiB | 44.63 MiB/s
Receiving objects:  43% (150/348), 224.66 MiB | 44.63 MiB/s
Receiving objects:  44% (154/348), 252.09 MiB | 45.12 MiB/s
Receiving objects:  45% (157/348), 252.09 MiB | 45.12 MiB/s
Receiving objects:  46% (161/348), 252.09 MiB | 45.12 MiB/s
Receiving objects:  46% (162/348), 272.41 MiB | 43.92 MiB/s
Receiving objects:  47% (164/348), 272.41 MiB | 43.92 MiB/s
Receiving objects:  48% (168/348), 272.41 MiB | 43.92 MiB/s
Receiving objects:  49% (171/348), 293.10 MiB | 43.90 MiB/s
Receiving objects:  50% (174/348), 293.10 MiB | 43.90 MiB/s
Receiving objects:  51% (178/348), 293.10 MiB | 43.90 MiB/s
Receiving objects:  52% (181/348), 293.10 MiB | 43.90 MiB/s
Receiving objects:  53% (185/348), 293.10 MiB | 43.90 MiB/s
Receiving objects:  53% (186/348), 314.84 MiB | 43.67 MiB/s
Receiving objects:  54% (188/348), 333.61 MiB | 42.28 MiB/s
Receiving objects:  55% (192/348), 333.61 MiB | 42.28 MiB/s
Receiving objects:  55% (192/348), 357.52 MiB | 43.10 MiB/s
Receiving objects:  56% (195/348), 373.93 MiB | 41.93 MiB/s
Receiving objects:  56% (198/348), 396.00 MiB | 42.35 MiB/s
Receiving objects:  57% (199/348), 396.00 MiB | 42.35 MiB/s
Receiving objects:  58% (202/348), 413.03 MiB | 41.86 MiB/s
Receiving objects:  59% (206/348), 413.03 MiB | 41.86 MiB/s
Receiving objects:  60% (209/348), 413.03 MiB | 41.86 MiB/s
Receiving objects:  61% (213/348), 413.03 MiB | 41.86 MiB/s
Receiving objects:  61% (214/348), 451.09 MiB | 44.22 MiB/s
Receiving objects:  62% (216/348), 451.09 MiB | 44.22 MiB/s
Receiving objects:  63% (220/348), 451.09 MiB | 44.22 MiB/s
Receiving objects:  64% (223/348), 451.09 MiB | 44.22 MiB/s
Receiving objects:  65% (227/348), 451.09 MiB | 44.22 MiB/s
Receiving objects:  66% (230/348), 474.29 MiB | 44.86 MiB/s
Receiving objects:  67% (234/348), 474.29 MiB | 44.86 MiB/s
Receiving objects:  68% (237/348), 474.29 MiB | 44.86 MiB/s
Receiving objects:  68% (238/348), 494.94 MiB | 44.85 MiB/s
Receiving objects:  69% (241/348), 514.20 MiB | 44.30 MiB/s
Receiving objects:  70% (244/348), 514.20 MiB | 44.30 MiB/s
Receiving objects:  70% (246/348), 535.82 MiB | 44.94 MiB/s
Receiving objects:  71% (248/348), 535.82 MiB | 44.94 MiB/s
Receiving objects:  72% (251/348), 535.82 MiB | 44.94 MiB/s
Receiving objects:  73% (255/348), 535.82 MiB | 44.94 MiB/s
Receiving objects:  74% (258/348), 535.82 MiB | 44.94 MiB/s
Receiving objects:  75% (261/348), 535.82 MiB | 44.94 MiB/s
Receiving objects:  76% (265/348), 535.82 MiB | 44.94 MiB/s
Receiving objects:  77% (268/348), 535.82 MiB | 44.94 MiB/s
Receiving objects:  78% (272/348), 535.82 MiB | 44.94 MiB/s
Receiving objects:  79% (275/348), 557.63 MiB | 44.47 MiB/s
Receiving objects:  80% (279/348), 557.63 MiB | 44.47 MiB/s
Receiving objects:  81% (282/348), 557.63 MiB | 44.47 MiB/s
Receiving objects:  82% (286/348), 557.63 MiB | 44.47 MiB/s
Receiving objects:  83% (289/348), 557.63 MiB | 44.47 MiB/s
Receiving objects:  84% (293/348), 557.63 MiB | 44.47 MiB/s
Receiving objects:  85% (296/348), 557.63 MiB | 44.47 MiB/s
Receiving objects:  86% (300/348), 557.63 MiB | 44.47 MiB/s
Receiving objects:  87% (303/348), 557.63 MiB | 44.47 MiB/s
Receiving objects:  88% (307/348), 557.63 MiB | 44.47 MiB/s
Receiving objects:  89% (310/348), 557.63 MiB | 44.47 MiB/s
Receiving objects:  89% (312/348), 579.92 MiB | 45.77 MiB/s
Receiving objects:  89% (313/348), 614.08 MiB | 22.86 MiB/s
Receiving objects:  90% (314/348), 614.08 MiB | 22.86 MiB/s
Receiving objects:  90% (314/348), 630.51 MiB | 18.59 MiB/s
Receiving objects:  91% (317/348), 630.51 MiB | 18.59 MiB/s
Receiving objects:  91% (318/348), 641.48 MiB | 15.86 MiB/s
Receiving objects:  92% (321/348), 641.48 MiB | 15.86 MiB/s
Receiving objects:  93% (324/348), 641.48 MiB | 15.86 MiB/s
Receiving objects:  94% (328/348), 662.55 MiB | 15.90 MiB/s
Receiving objects:  94% (329/348), 686.74 MiB | 16.37 MiB/s
Receiving objects:  95% (331/348), 686.74 MiB | 16.37 MiB/s
Receiving objects:  96% (335/348), 707.88 MiB | 16.33 MiB/s
Receiving objects:  97% (338/348), 707.88 MiB | 16.33 MiB/s
Receiving objects:  97% (340/348), 725.20 MiB | 15.90 MiB/s
Receiving objects:  98% (342/348), 725.20 MiB | 15.90 MiB/s
remote: Total 348 (delta 11), reused 42 (delta 9), pack-reused 293        
Receiving objects:  99% (345/348), 725.20 MiB | 15.90 MiB/s
Receiving objects: 100% (348/348), 725.20 MiB | 15.90 MiB/s
Receiving objects: 100% (348/348), 729.16 MiB | 31.49 MiB/s, done.
Resolving deltas:   0% (0/61)
Resolving deltas:  22% (14/61)
Resolving deltas:  24% (15/61)
Resolving deltas:  26% (16/61)
Resolving deltas:  29% (18/61)
Resolving deltas:  36% (22/61)
Resolving deltas:  37% (23/61)
Resolving deltas:  40% (25/61)
Resolving deltas:  45% (28/61)
Resolving deltas:  47% (29/61)
Resolving deltas:  57% (35/61)
Resolving deltas:  60% (37/61)
Resolving deltas:  63% (39/61)
Resolving deltas:  65% (40/61)
Resolving deltas:  68% (42/61)
Resolving deltas:  72% (44/61)
Resolving deltas:  75% (46/61)
Resolving deltas:  78% (48/61)
Resolving deltas:  86% (53/61)
Resolving deltas:  88% (54/61)
Resolving deltas:  91% (56/61)
Resolving deltas:  93% (57/61)
Resolving deltas:  95% (58/61)
Resolving deltas:  98% (60/61)
Resolving deltas: 100% (61/61)
Resolving deltas: 100% (61/61), done.
Cloning into '/root/workspace/weifang-config/container/A006/params_new/prediction_config'...
remote: Enumerating objects: 129, done.        
remote: Counting objects:   1% (1/85)        
remote: Counting objects:   2% (2/85)        
remote: Counting objects:   3% (3/85)        
remote: Counting objects:   4% (4/85)        
remote: Counting objects:   5% (5/85)        
remote: Counting objects:   7% (6/85)        
remote: Counting objects:   8% (7/85)        
remote: Counting objects:   9% (8/85)        
remote: Counting objects:  10% (9/85)        
remote: Counting objects:  11% (10/85)        
remote: Counting objects:  12% (11/85)        
remote: Counting objects:  14% (12/85)        
remote: Counting objects:  15% (13/85)        
remote: Counting objects:  16% (14/85)        
remote: Counting objects:  17% (15/85)        
remote: Counting objects:  18% (16/85)        
remote: Counting objects:  20% (17/85)        
remote: Counting objects:  21% (18/85)        
remote: Counting objects:  22% (19/85)        
remote: Counting objects:  23% (20/85)        
remote: Counting objects:  24% (21/85)        
remote: Counting objects:  25% (22/85)        
remote: Counting objects:  27% (23/85)        
remote: Counting objects:  28% (24/85)        
remote: Counting objects:  29% (25/85)        
remote: Counting objects:  30% (26/85)        
remote: Counting objects:  31% (27/85)        
remote: Counting objects:  32% (28/85)        
remote: Counting objects:  34% (29/85)        
remote: Counting objects:  35% (30/85)        
remote: Counting objects:  36% (31/85)        
remote: Counting objects:  37% (32/85)        
remote: Counting objects:  38% (33/85)        
remote: Counting objects:  40% (34/85)        
remote: Counting objects:  41% (35/85)        
remote: Counting objects:  42% (36/85)        
remote: Counting objects:  43% (37/85)        
remote: Counting objects:  44% (38/85)        
remote: Counting objects:  45% (39/85)        
remote: Counting objects:  47% (40/85)        
remote: Counting objects:  48% (41/85)        
remote: Counting objects:  49% (42/85)        
remote: Counting objects:  50% (43/85)        
remote: Counting objects:  51% (44/85)        
remote: Counting objects:  52% (45/85)        
remote: Counting objects:  54% (46/85)        
remote: Counting objects:  55% (47/85)        
remote: Counting objects:  56% (48/85)        
remote: Counting objects:  57% (49/85)        
remote: Counting objects:  58% (50/85)        
remote: Counting objects:  60% (51/85)        
remote: Counting objects:  61% (52/85)        
remote: Counting objects:  62% (53/85)        
remote: Counting objects:  63% (54/85)        
remote: Counting objects:  64% (55/85)        
remote: Counting objects:  65% (56/85)        
remote: Counting objects:  67% (57/85)        
remote: Counting objects:  68% (58/85)        
remote: Counting objects:  69% (59/85)        
remote: Counting objects:  70% (60/85)        
remote: Counting objects:  71% (61/85)        
remote: Counting objects:  72% (62/85)        
remote: Counting objects:  74% (63/85)        
remote: Counting objects:  75% (64/85)        
remote: Counting objects:  76% (65/85)        
remote: Counting objects:  77% (66/85)        
remote: Counting objects:  78% (67/85)        
remote: Counting objects:  80% (68/85)        
remote: Counting objects:  81% (69/85)        
remote: Counting objects:  82% (70/85)
remote: Counting objects:  83% (71/85)        
remote: Counting objects:  84% (72/85)        
remote: Counting objects:  85% (73/85)        
remote: Counting objects:  87% (74/85)        
remote: Counting objects:  88% (75/85)        
remote: Counting objects:  89% (76/85)        
remote: Counting objects:  90% (77/85)        
remote: Counting objects:  91% (78/85)        
remote: Counting objects:  92% (79/85)        
remote: Counting objects:  94% (80/85)        
remote: Counting objects:  95% (81/85)        
remote: Counting objects:  96% (82/85)        
remote: Counting objects:  97% (83/85)        
remote: Counting objects:  98% (84/85)        
remote: Counting objects: 100% (85/85)        
remote: Counting objects: 100% (85/85), done.        
remote: Compressing objects:   1% (1/56)        
remote: Compressing objects:   3% (2/56)        
remote: Compressing objects:   5% (3/56)        
remote: Compressing objects:   7% (4/56)        
remote: Compressing objects:   8% (5/56)        
remote: Compressing objects:  10% (6/56)        
remote: Compressing objects:  12% (7/56)        
remote: Compressing objects:  14% (8/56)        
remote: Compressing objects:  16% (9/56)        
remote: Compressing objects:  17% (10/56)        
remote: Compressing objects:  19% (11/56)        
remote: Compressing objects:  21% (12/56)        
remote: Compressing objects:  23% (13/56)        
remote: Compressing objects:  25% (14/56)        
remote: Compressing objects:  26% (15/56)        
remote: Compressing objects:  28% (16/56)        
remote: Compressing objects:  30% (17/56)        
remote: Compressing objects:  32% (18/56)        
remote: Compressing objects:  33% (19/56)        
remote: Compressing objects:  35% (20/56)        
remote: Compressing objects:  37% (21/56)        
remote: Compressing objects:  39% (22/56)        
remote: Compressing objects:  41% (23/56)        
remote: Compressing objects:  42% (24/56)        
remote: Compressing objects:  44% (25/56)        
remote: Compressing objects:  46% (26/56)        
remote: Compressing objects:  48% (27/56)        
remote: Compressing objects:  50% (28/56)        
remote: Compressing objects:  51% (29/56)        
remote: Compressing objects:  53% (30/56)        
remote: Compressing objects:  55% (31/56)        
remote: Compressing objects:  57% (32/56)        
remote: Compressing objects:  58% (33/56)        
remote: Compressing objects:  60% (34/56)        
remote: Compressing objects:  62% (35/56)        
remote: Compressing objects:  64% (36/56)        
remote: Compressing objects:  66% (37/56)        
remote: Compressing objects:  67% (38/56)        
remote: Compressing objects:  69% (39/56)        
remote: Compressing objects:  71% (40/56)        
remote: Compressing objects:  73% (41/56)        
remote: Compressing objects:  75% (42/56)        
remote: Compressing objects:  76% (43/56)        
remote: Compressing objects:  78% (44/56)        
remote: Compressing objects:  80% (45/56)        
remote: Compressing objects:  82% (46/56)        
remote: Compressing objects:  83% (47/56)        
remote: Compressing objects:  85% (48/56)        
remote: Compressing objects:  87% (49/56)        
remote: Compressing objects:  89% (50/56)        
remote: Compressing objects:  91% (51/56)        
remote: Compressing objects:  92% (52/56)        
remote: Compressing objects:  94% (53/56)        
remote: Compressing objects:  96% (54/56)        
remote: Compressing objects:  98% (55/56)        
remote: Compressing objects: 100% (56/56)        
remote: Compressing objects: 100% (56/56), done.        
Receiving objects:   0% (1/129)
Receiving objects:   1% (2/129)
Receiving objects:   2% (3/129)
Receiving objects:   3% (4/129)
Receiving objects:   4% (6/129)
Receiving objects:   5% (7/129)
Receiving objects:   6% (8/129)
Receiving objects:   7% (10/129)
Receiving objects:   8% (11/129)
Receiving objects:   9% (12/129)
Receiving objects:  10% (13/129)
Receiving objects:  11% (15/129)
Receiving objects:  12% (16/129)
Receiving objects:  13% (17/129)
Receiving objects:  14% (19/129)
Receiving objects:  15% (20/129)
Receiving objects:  16% (21/129)
Receiving objects:  17% (22/129)
Receiving objects:  18% (24/129)
Receiving objects:  19% (25/129)
Receiving objects:  20% (26/129)
Receiving objects:  21% (28/129)
Receiving objects:  22% (29/129)
Receiving objects:  23% (30/129)
Receiving objects:  24% (31/129)
Receiving objects:  25% (33/129), 28.10 MiB | 56.19 MiB/s
Receiving objects:  26% (34/129), 28.10 MiB | 56.19 MiB/s
Receiving objects:  27% (35/129), 28.10 MiB | 56.19 MiB/s
Receiving objects:  28% (37/129), 28.10 MiB | 56.19 MiB/s
Receiving objects:  29% (38/129), 28.10 MiB | 56.19 MiB/s
Receiving objects:  30% (39/129), 28.10 MiB | 56.19 MiB/s
Receiving objects:  31% (40/129), 28.10 MiB | 56.19 MiB/s
Receiving objects:  32% (42/129), 28.10 MiB | 56.19 MiB/s
Receiving objects:  33% (43/129), 28.10 MiB | 56.19 MiB/s
Receiving objects:  34% (44/129), 28.10 MiB | 56.19 MiB/s
Receiving objects:  35% (46/129), 28.10 MiB | 56.19 MiB/s
Receiving objects:  36% (47/129), 28.10 MiB | 56.19 MiB/s
Receiving objects:  37% (48/129), 28.10 MiB | 56.19 MiB/s
Receiving objects:  38% (50/129), 28.10 MiB | 56.19 MiB/s
Receiving objects:  39% (51/129), 28.10 MiB | 56.19 MiB/s
Receiving objects:  40% (52/129), 28.10 MiB | 56.19 MiB/s
Receiving objects:  41% (53/129), 28.10 MiB | 56.19 MiB/s
Receiving objects:  42% (55/129), 28.10 MiB | 56.19 MiB/s
Receiving objects:  43% (56/129), 28.10 MiB | 56.19 MiB/s
Receiving objects:  44% (57/129), 28.10 MiB | 56.19 MiB/s
Receiving objects:  45% (59/129), 28.10 MiB | 56.19 MiB/s
Receiving objects:  46% (60/129), 28.10 MiB | 56.19 MiB/s
Receiving objects:  47% (61/129), 28.10 MiB | 56.19 MiB/s
Receiving objects:  48% (62/129), 28.10 MiB | 56.19 MiB/s
Receiving objects:  49% (64/129), 28.10 MiB | 56.19 MiB/s
Receiving objects:  50% (65/129), 28.10 MiB | 56.19 MiB/s
Receiving objects:  51% (66/129), 28.10 MiB | 56.19 MiB/s
Receiving objects:  52% (68/129), 28.10 MiB | 56.19 MiB/s
Receiving objects:  53% (69/129), 28.10 MiB | 56.19 MiB/s
Receiving objects:  54% (70/129), 28.10 MiB | 56.19 MiB/s
Receiving objects:  55% (71/129), 28.10 MiB | 56.19 MiB/s
Receiving objects:  56% (73/129), 28.10 MiB | 56.19 MiB/s
Receiving objects:  56% (73/129), 35.75 MiB | 35.75 MiB/s
Receiving objects:  57% (74/129), 35.75 MiB | 35.75 MiB/s
Receiving objects:  58% (75/129), 39.01 MiB | 23.55 MiB/s
Receiving objects:  58% (76/129), 46.22 MiB | 19.48 MiB/s
Receiving objects:  59% (77/129), 46.22 MiB | 19.48 MiB/s
Receiving objects:  60% (78/129), 46.22 MiB | 19.48 MiB/s
Receiving objects:  61% (79/129), 46.22 MiB | 19.48 MiB/s
Receiving objects:  62% (80/129), 46.22 MiB | 19.48 MiB/s
Receiving objects:  63% (82/129), 46.22 MiB | 19.48 MiB/s
Receiving objects:  64% (83/129), 46.22 MiB | 19.48 MiB/s
Receiving objects:  65% (84/129), 46.22 MiB | 19.48 MiB/s
Receiving objects:  66% (86/129), 46.22 MiB | 19.48 MiB/s
Receiving objects:  67% (87/129), 46.22 MiB | 19.48 MiB/s
Receiving objects:  68% (88/129), 46.22 MiB | 19.48 MiB/s
remote: Total 129 (delta 23), reused 9 (delta 0), pack-reused 44        
Receiving objects:  69% (90/129), 54.82 MiB | 19.08 MiB/s
Receiving objects:  70% (91/129), 54.82 MiB | 19.08 MiB/s
Receiving objects:  71% (92/129), 54.82 MiB | 19.08 MiB/s
Receiving objects:  72% (93/129), 54.82 MiB | 19.08 MiB/s
Receiving objects:  73% (95/129), 54.82 MiB | 19.08 MiB/s
Receiving objects:  74% (96/129), 54.82 MiB | 19.08 MiB/s
Receiving objects:  75% (97/129), 54.82 MiB | 19.08 MiB/s
Receiving objects:  76% (99/129), 54.82 MiB | 19.08 MiB/s
Receiving objects:  77% (100/129), 54.82 MiB | 19.08 MiB/s
Receiving objects:  78% (101/129), 54.82 MiB | 19.08 MiB/s
Receiving objects:  79% (102/129), 54.82 MiB | 19.08 MiB/s
Receiving objects:  80% (104/129), 54.82 MiB | 19.08 MiB/s
Receiving objects:  81% (105/129), 54.82 MiB | 19.08 MiB/s
Receiving objects:  82% (106/129), 54.82 MiB | 19.08 MiB/s
Receiving objects:  83% (108/129), 54.82 MiB | 19.08 MiB/s
Receiving objects:  84% (109/129), 54.82 MiB | 19.08 MiB/s
Receiving objects:  85% (110/129), 54.82 MiB | 19.08 MiB/s
Receiving objects:  86% (111/129), 54.82 MiB | 19.08 MiB/s
Receiving objects:  87% (113/129), 54.82 MiB | 19.08 MiB/s
Receiving objects:  88% (114/129), 54.82 MiB | 19.08 MiB/s
Receiving objects:  89% (115/129), 54.82 MiB | 19.08 MiB/s
Receiving objects:  90% (117/129), 54.82 MiB | 19.08 MiB/s
Receiving objects:  91% (118/129), 54.82 MiB | 19.08 MiB/s
Receiving objects:  92% (119/129), 54.82 MiB | 19.08 MiB/s
Receiving objects:  93% (120/129), 54.82 MiB | 19.08 MiB/s
Receiving objects:  94% (122/129), 54.82 MiB | 19.08 MiB/s
Receiving objects:  95% (123/129), 54.82 MiB | 19.08 MiB/s
Receiving objects:  96% (124/129), 54.82 MiB | 19.08 MiB/s
Receiving objects:  97% (126/129), 54.82 MiB | 19.08 MiB/s
Receiving objects:  98% (127/129), 54.82 MiB | 19.08 MiB/s
Receiving objects:  99% (128/129), 54.82 MiB | 19.08 MiB/s
Receiving objects: 100% (129/129), 54.82 MiB | 19.08 MiB/s
Receiving objects: 100% (129/129), 57.81 MiB | 19.71 MiB/s, done.
Resolving deltas:   0% (0/34)
Resolving deltas:   2% (1/34)
Resolving deltas:  17% (6/34)
Resolving deltas:  23% (8/34)
Resolving deltas:  55% (19/34)
Resolving deltas:  76% (26/34)
Resolving deltas:  79% (27/34)
Resolving deltas:  82% (28/34)
Resolving deltas:  91% (31/34)
Resolving deltas:  97% (33/34)
Resolving deltas: 100% (34/34)
Resolving deltas: 100% (34/34), done.
Cloning into '/root/workspace/weifang-config/container/A006/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/container/A006/params_new/rslidar_sdk_customized'...
remote: Enumerating objects: 71, done.        
remote: Counting objects:   2% (1/46)        
remote: Counting objects:   4% (2/46)        
remote: Counting objects:   6% (3/46)        
remote: Counting objects:   8% (4/46)        
remote: Counting objects:  10% (5/46)        
remote: Counting objects:  13% (6/46)        
remote: Counting objects:  15% (7/46)        
remote: Counting objects:  17% (8/46)        
remote: Counting objects:  19% (9/46)        
remote: Counting objects:  21% (10/46)        
remote: Counting objects:  23% (11/46)        
remote: Counting objects:  26% (12/46)        
remote: Counting objects:  28% (13/46)        
remote: Counting objects:  30% (14/46)        
remote: Counting objects:  32% (15/46)        
remote: Counting objects:  34% (16/46)        
remote: Counting objects:  36% (17/46)        
remote: Counting objects:  39% (18/46)        
remote: Counting objects:  41% (19/46)        
remote: Counting objects:  43% (20/46)        
remote: Counting objects:  45% (21/46)        
remote: Counting objects:  47% (22/46)        
remote: Counting objects:  50% (23/46)        
remote: Counting objects:  52% (24/46)        
remote: Counting objects:  54% (25/46)        
remote: Counting objects:  56% (26/46)        
remote: Counting objects:  58% (27/46)        
remote: Counting objects:  60% (28/46)        
remote: Counting objects:  63% (29/46)        
remote: Counting objects:  65% (30/46)        
remote: Counting objects:  67% (31/46)        
remote: Counting objects:  69% (32/46)        
remote: Counting objects:  71% (33/46)        
remote: Counting objects:  73% (34/46)        
remote: Counting objects:  76% (35/46)        
remote: Counting objects:  78% (36/46)        
remote: Counting objects:  80% (37/46)        
remote: Counting objects:  82% (38/46)        
remote: Counting objects:  84% (39/46)        
remote: Counting objects:  86% (40/46)        
remote: Counting objects:  89% (41/46)        
remote: Counting objects:  91% (42/46)        
remote: Counting objects:  93% (43/46)        
remote: Counting objects:  95% (44/46)        
remote: Counting objects:  97% (45/46)        
remote: Counting objects: 100% (46/46)        
remote: Counting objects: 100% (46/46), done.        
remote: Compressing objects:   4% (1/25)        
remote: Compressing objects:   8% (2/25)        
remote: Compressing objects:  12% (3/25)        
remote: Compressing objects:  16% (4/25)        
remote: Compressing objects:  20% (5/25)        
remote: Compressing objects:  24% (6/25)        
remote: Compressing objects:  28% (7/25)        
remote: Compressing objects:  32% (8/25)        
remote: Compressing objects:  36% (9/25)        
remote: Compressing objects:  40% (10/25)        
remote: Compressing objects:  44% (11/25)        
remote: Compressing objects:  48% (12/25)        
remote: Compressing objects:  52% (13/25)        
remote: Compressing objects:  56% (14/25)        
remote: Compressing objects:  60% (15/25)        
remote: Compressing objects:  64% (16/25)        
remote: Compressing objects:  68% (17/25)        
remote: Compressing objects:  72% (18/25)        
remote: Compressing objects:  76% (19/25)        
remote: Compressing objects:  80% (20/25)        
remote: Compressing objects:  84% (21/25)        
remote: Compressing objects:  88% (22/25)        
remote: Compressing objects:  92% (23/25)        
remote: Compressing objects:  96% (24/25)        
remote: Compressing objects: 100% (25/25)        
remote: Compressing objects: 100% (25/25), done.        
Receiving objects:   1% (1/71)
Receiving objects:   2% (2/71)
Receiving objects:   4% (3/71)
Receiving objects:   5% (4/71)
Receiving objects:   7% (5/71)
Receiving objects:   8% (6/71)
Receiving objects:   9% (7/71)
Receiving objects:  11% (8/71)
Receiving objects:  12% (9/71)
Receiving objects:  14% (10/71)
Receiving objects:  15% (11/71)
Receiving objects:  16% (12/71)
Receiving objects:  18% (13/71)
Receiving objects:  19% (14/71)
Receiving objects:  21% (15/71)
remote: Total 71 (delta 23), reused 32 (delta 16), pack-reused 25        
Receiving objects:  22% (16/71)
Receiving objects:  23% (17/71)
Receiving objects:  25% (18/71)
Receiving objects:  26% (19/71)
Receiving objects:  28% (20/71)
Receiving objects:  29% (21/71)
Receiving objects:  30% (22/71)
Receiving objects:  32% (23/71)
Receiving objects:  33% (24/71)
Receiving objects:  35% (25/71)
Receiving objects:  36% (26/71)
Receiving objects:  38% (27/71)
Receiving objects:  39% (28/71)
Receiving objects:  40% (29/71)
Receiving objects:  42% (30/71)
Receiving objects:  43% (31/71)
Receiving objects:  45% (32/71)
Receiving objects:  46% (33/71)
Receiving objects:  47% (34/71)
Receiving objects:  49% (35/71)
Receiving objects:  50% (36/71)
Receiving objects:  52% (37/71)
Receiving objects:  53% (38/71)
Receiving objects:  54% (39/71)
Receiving objects:  56% (40/71)
Receiving objects:  57% (41/71)
Receiving objects:  59% (42/71)
Receiving objects:  60% (43/71)
Receiving objects:  61% (44/71)
Receiving objects:  63% (45/71)
Receiving objects:  64% (46/71)
Receiving objects:  66% (47/71)
Receiving objects:  67% (48/71)
Receiving objects:  69% (49/71)
Receiving objects:  70% (50/71)
Receiving objects:  71% (51/71)
Receiving objects:  73% (52/71)
Receiving objects:  74% (53/71)
Receiving objects:  76% (54/71)
Receiving objects:  77% (55/71)
Receiving objects:  78% (56/71)
Receiving objects:  80% (57/71)
Receiving objects:  81% (58/71)
Receiving objects:  83% (59/71)
Receiving objects:  84% (60/71)
Receiving objects:  85% (61/71)
Receiving objects:  87% (62/71)
Receiving objects:  88% (63/71)
Receiving objects:  90% (64/71)
Receiving objects:  91% (65/71)
Receiving objects:  92% (66/71)
Receiving objects:  94% (67/71)
Receiving objects:  95% (68/71)
Receiving objects:  97% (69/71)
Receiving objects:  98% (70/71)
Receiving objects: 100% (71/71)
Receiving objects: 100% (71/71), 13.10 KiB | 13.10 MiB/s, done.
Resolving deltas:   0% (0/37)
Resolving deltas:   2% (1/37)
Resolving deltas:   5% (2/37)
Resolving deltas:  35% (13/37)
Resolving deltas:  89% (33/37)
Resolving deltas: 100% (37/37)
Resolving deltas: 100% (37/37), done.
Cloning into '/root/workspace/weifang-config/container/A006/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/container/A006/params_new/system-common'...
remote: Enumerating objects: 197, done.        
remote: Counting objects:   0% (1/159)        
remote: Counting objects:   1% (2/159)        
remote: Counting objects:   2% (4/159)        
remote: Counting objects:   3% (5/159)        
remote: Counting objects:   4% (7/159)        
remote: Counting objects:   5% (8/159)        
remote: Counting objects:   6% (10/159)        
remote: Counting objects:   7% (12/159)        
remote: Counting objects:   8% (13/159)        
remote: Counting objects:   9% (15/159)        
remote: Counting objects:  10% (16/159)        
remote: Counting objects:  11% (18/159)        
remote: Counting objects:  12% (20/159)        
remote: Counting objects:  13% (21/159)        
remote: Counting objects:  14% (23/159)        
remote: Counting objects:  15% (24/159)        
remote: Counting objects:  16% (26/159)        
remote: Counting objects:  17% (28/159)        
remote: Counting objects:  18% (29/159)        
remote: Counting objects:  19% (31/159)        
remote: Counting objects:  20% (32/159)        
remote: Counting objects:  21% (34/159)        
remote: Counting objects:  22% (35/159)        
remote: Counting objects:  23% (37/159)        
remote: Counting objects:  24% (39/159)        
remote: Counting objects:  25% (40/159)        
remote: Counting objects:  26% (42/159)        
remote: Counting objects:  27% (43/159)        
remote: Counting objects:  28% (45/159)        
remote: Counting objects:  29% (47/159)        
remote: Counting objects:  30% (48/159)        
remote: Counting objects:  31% (50/159)        
remote: Counting objects:  32% (51/159)        
remote: Counting objects:  33% (53/159)        
remote: Counting objects:  34% (55/159)        
remote: Counting objects:  35% (56/159)        
remote: Counting objects:  36% (58/159)        
remote: Counting objects:  37% (59/159)        
remote: Counting objects:  38% (61/159)        
remote: Counting objects:  39% (63/159)        
remote: Counting objects:  40% (64/159)        
remote: Counting objects:  41% (66/159)        
remote: Counting objects:  42% (67/159)        
remote: Counting objects:  43% (69/159)        
remote: Counting objects:  44% (70/159)        
remote: Counting objects:  45% (72/159)        
remote: Counting objects:  46% (74/159)        
remote: Counting objects:  47% (75/159)        
remote: Counting objects:  48% (77/159)        
remote: Counting objects:  49% (78/159)        
remote: Counting objects:  50% (80/159)        
remote: Counting objects:  51% (82/159)        
remote: Counting objects:  52% (83/159)        
remote: Counting objects:  53% (85/159)        
remote: Counting objects:  54% (86/159)        
remote: Counting objects:  55% (88/159)        
remote: Counting objects:  56% (90/159)        
remote: Counting objects:  57% (91/159)        
remote: Counting objects:  58% (93/159)        
remote: Counting objects:  59% (94/159)        
remote: Counting objects:  60% (96/159)        
remote: Counting objects:  61% (97/159)        
remote: Counting objects:  62% (99/159)        
remote: Counting objects:  63% (101/159)        
remote: Counting objects:  64% (102/159)        
remote: Counting objects:  65% (104/159)        
remote: Counting objects:  66% (105/159)        
remote: Counting objects:  67% (107/159)        
remote: Counting objects:  68% (109/159)
remote: Counting objects:  69% (110/159)        
remote: Counting objects:  70% (112/159)        
remote: Counting objects:  71% (113/159)        
remote: Counting objects:  72% (115/159)        
remote: Counting objects:  73% (117/159)        
remote: Counting objects:  74% (118/159)        
remote: Counting objects:  75% (120/159)        
remote: Counting objects:  76% (121/159)        
remote: Counting objects:  77% (123/159)        
remote: Counting objects:  78% (125/159)        
remote: Counting objects:  79% (126/159)        
remote: Counting objects:  80% (128/159)        
remote: Counting objects:  81% (129/159)        
remote: Counting objects:  82% (131/159)        
remote: Counting objects:  83% (132/159)        
remote: Counting objects:  84% (134/159)        
remote: Counting objects:  85% (136/159)        
remote: Counting objects:  86% (137/159)        
remote: Counting objects:  87% (139/159)        
remote: Counting objects:  88% (140/159)        
remote: Counting objects:  89% (142/159)        
remote: Counting objects:  90% (144/159)        
remote: Counting objects:  91% (145/159)        
remote: Counting objects:  92% (147/159)        
remote: Counting objects:  93% (148/159)        
remote: Counting objects:  94% (150/159)        
remote: Counting objects:  95% (152/159)        
remote: Counting objects:  96% (153/159)        
remote: Counting objects:  97% (155/159)        
remote: Counting objects:  98% (156/159)        
remote: Counting objects:  99% (158/159)        
remote: Counting objects: 100% (159/159)        
remote: Counting objects: 100% (159/159), done.        
remote: Compressing objects:   1% (1/59)        
remote: Compressing objects:   3% (2/59)        
remote: Compressing objects:   5% (3/59)        
remote: Compressing objects:   6% (4/59)        
remote: Compressing objects:   8% (5/59)        
remote: Compressing objects:  10% (6/59)        
remote: Compressing objects:  11% (7/59)        
remote: Compressing objects:  13% (8/59)        
remote: Compressing objects:  15% (9/59)        
remote: Compressing objects:  16% (10/59)        
remote: Compressing objects:  18% (11/59)        
remote: Compressing objects:  20% (12/59)        
remote: Compressing objects:  22% (13/59)        
remote: Compressing objects:  23% (14/59)        
remote: Compressing objects:  25% (15/59)        
remote: Compressing objects:  27% (16/59)        
remote: Compressing objects:  28% (17/59)        
remote: Compressing objects:  30% (18/59)        
remote: Compressing objects:  32% (19/59)        
remote: Compressing objects:  33% (20/59)        
remote: Compressing objects:  35% (21/59)        
remote: Compressing objects:  37% (22/59)        
remote: Compressing objects:  38% (23/59)        
remote: Compressing objects:  40% (24/59)        
remote: Compressing objects:  42% (25/59)        
remote: Compressing objects:  44% (26/59)        
remote: Compressing objects:  45% (27/59)        
remote: Compressing objects:  47% (28/59)        
remote: Compressing objects:  49% (29/59)        
remote: Compressing objects:  50% (30/59)        
remote: Compressing objects:  52% (31/59)        
remote: Compressing objects:  54% (32/59)        
remote: Compressing objects:  55% (33/59)        
remote: Compressing objects:  57% (34/59)        
remote: Compressing objects:  59% (35/59)        
remote: Compressing objects:  61% (36/59)        
remote: Compressing objects:  62% (37/59)        
remote: Compressing objects:  64% (38/59)        
remote: Compressing objects:  66% (39/59)        
remote: Compressing objects:  67% (40/59)        
remote: Compressing objects:  69% (41/59)        
remote: Compressing objects:  71% (42/59)        
remote: Compressing objects:  72% (43/59)        
remote: Compressing objects:  74% (44/59)        
remote: Compressing objects:  76% (45/59)        
remote: Compressing objects:  77% (46/59)        
remote: Compressing objects:  79% (47/59)        
remote: Compressing objects:  81% (48/59)        
remote: Compressing objects:  83% (49/59)        
remote: Compressing objects:  84% (50/59)        
remote: Compressing objects:  86% (51/59)        
remote: Compressing objects:  88% (52/59)        
remote: Compressing objects:  89% (53/59)        
remote: Compressing objects:  91% (54/59)        
remote: Compressing objects:  93% (55/59)        
remote: Compressing objects:  94% (56/59)        
remote: Compressing objects:  96% (57/59)        
remote: Compressing objects:  98% (58/59)        
remote: Compressing objects: 100% (59/59)        
remote: Compressing objects: 100% (59/59), done.        
Receiving objects:   0% (1/197)
Receiving objects:   1% (2/197)
Receiving objects:   2% (4/197)
Receiving objects:   3% (6/197)
Receiving objects:   4% (8/197)
Receiving objects:   5% (10/197)
Receiving objects:   6% (12/197)
Receiving objects:   7% (14/197)
Receiving objects:   8% (16/197)
Receiving objects:   9% (18/197)
Receiving objects:  10% (20/197)
Receiving objects:  11% (22/197)
Receiving objects:  12% (24/197)
Receiving objects:  13% (26/197)
Receiving objects:  14% (28/197)
Receiving objects:  15% (30/197)
Receiving objects:  16% (32/197)
Receiving objects:  17% (34/197)
Receiving objects:  18% (36/197)
Receiving objects:  19% (38/197)
Receiving objects:  20% (40/197)
Receiving objects:  21% (42/197)
Receiving objects:  22% (44/197)
Receiving objects:  23% (46/197)
Receiving objects:  24% (48/197)
Receiving objects:  25% (50/197)
Receiving objects:  26% (52/197)
Receiving objects:  27% (54/197)
Receiving objects:  28% (56/197)
Receiving objects:  29% (58/197)
Receiving objects:  30% (60/197)
Receiving objects:  31% (62/197)
Receiving objects:  32% (64/197)
Receiving objects:  33% (66/197)
Receiving objects:  34% (67/197)
Receiving objects:  35% (69/197)
Receiving objects:  36% (71/197)
Receiving objects:  37% (73/197)
Receiving objects:  38% (75/197)
remote: Total 197 (delta 36), reused 101 (delta 20), pack-reused 38        
Receiving objects:  39% (77/197)
Receiving objects:  40% (79/197)
Receiving objects:  41% (81/197)
Receiving objects:  42% (83/197)
Receiving objects:  43% (85/197)
Receiving objects:  44% (87/197)
Receiving objects:  45% (89/197)
Receiving objects:  46% (91/197)
Receiving objects:  47% (93/197)
Receiving objects:  48% (95/197)
Receiving objects:  49% (97/197)
Receiving objects:  50% (99/197)
Receiving objects:  51% (101/197)
Receiving objects:  52% (103/197)
Receiving objects:  53% (105/197)
Receiving objects:  54% (107/197)
Receiving objects:  55% (109/197)
Receiving objects:  56% (111/197)
Receiving objects:  57% (113/197)
Receiving objects:  58% (115/197)
Receiving objects:  59% (117/197)
Receiving objects:  60% (119/197)
Receiving objects:  61% (121/197)
Receiving objects:  62% (123/197)
Receiving objects:  63% (125/197)
Receiving objects:  64% (127/197)
Receiving objects:  65% (129/197)
Receiving objects:  66% (131/197)
Receiving objects:  67% (132/197)
Receiving objects:  68% (134/197)
Receiving objects:  69% (136/197)
Receiving objects:  70% (138/197)
Receiving objects:  71% (140/197)
Receiving objects:  72% (142/197)
Receiving objects:  73% (144/197)
Receiving objects:  74% (146/197)
Receiving objects:  75% (148/197)
Receiving objects:  76% (150/197)
Receiving objects:  77% (152/197)
Receiving objects:  78% (154/197)
Receiving objects:  79% (156/197)
Receiving objects:  80% (158/197)
Receiving objects:  81% (160/197)
Receiving objects:  82% (162/197)
Receiving objects:  83% (164/197)
Receiving objects:  84% (166/197)
Receiving objects:  85% (168/197)
Receiving objects:  86% (170/197)
Receiving objects:  87% (172/197)
Receiving objects:  88% (174/197)
Receiving objects:  89% (176/197)
Receiving objects:  90% (178/197)
Receiving objects:  91% (180/197)
Receiving objects:  92% (182/197)
Receiving objects:  93% (184/197)
Receiving objects:  94% (186/197)
Receiving objects:  95% (188/197)
Receiving objects:  96% (190/197)
Receiving objects:  97% (192/197)
Receiving objects:  98% (194/197)
Receiving objects:  99% (196/197)
Receiving objects: 100% (197/197)
Receiving objects: 100% (197/197), 30.53 KiB | 15.26 MiB/s, done.
Resolving deltas:   0% (0/41)
Resolving deltas:   2% (1/41)
Resolving deltas:   4% (2/41)
Resolving deltas:  24% (10/41)
Resolving deltas:  26% (11/41)
Resolving deltas:  31% (13/41)
Resolving deltas:  34% (14/41)
Resolving deltas:  39% (16/41)
Resolving deltas:  56% (23/41)
Resolving deltas: 100% (41/41)
Resolving deltas: 100% (41/41), done.
Cloning into '/root/workspace/weifang-config/container/A006/params_new/system-device'...
remote: Enumerating objects: 1670, done.        
remote: Counting objects:   0% (1/209)        
remote: Counting objects:   1% (3/209)        
remote: Counting objects:   2% (5/209)        
remote: Counting objects:   3% (7/209)        
remote: Counting objects:   4% (9/209)        
remote: Counting objects:   5% (11/209)        
remote: Counting objects:   6% (13/209)        
remote: Counting objects:   7% (15/209)        
remote: Counting objects:   8% (17/209)        
remote: Counting objects:   9% (19/209)        
remote: Counting objects:  10% (21/209)        
remote: Counting objects:  11% (23/209)        
remote: Counting objects:  12% (26/209)        
remote: Counting objects:  13% (28/209)        
remote: Counting objects:  14% (30/209)        
remote: Counting objects:  15% (32/209)        
remote: Counting objects:  16% (34/209)        
remote: Counting objects:  17% (36/209)        
remote: Counting objects:  18% (38/209)        
remote: Counting objects:  19% (40/209)        
remote: Counting objects:  20% (42/209)        
remote: Counting objects:  21% (44/209)        
remote: Counting objects:  22% (46/209)        
remote: Counting objects:  23% (49/209)        
remote: Counting objects:  24% (51/209)        
remote: Counting objects:  25% (53/209)        
remote: Counting objects:  26% (55/209)        
remote: Counting objects:  27% (57/209)        
remote: Counting objects:  28% (59/209)        
remote: Counting objects:  29% (61/209)        
remote: Counting objects:  30% (63/209)        
remote: Counting objects:  31% (65/209)        
remote: Counting objects:  32% (67/209)        
remote: Counting objects:  33% (69/209)        
remote: Counting objects:  34% (72/209)        
remote: Counting objects:  35% (74/209)        
remote: Counting objects:  36% (76/209)        
remote: Counting objects:  37% (78/209)        
remote: Counting objects:  38% (80/209)        
remote: Counting objects:  39% (82/209)        
remote: Counting objects:  40% (84/209)        
remote: Counting objects:  41% (86/209)        
remote: Counting objects:  42% (88/209)        
remote: Counting objects:  43% (90/209)        
remote: Counting objects:  44% (92/209)        
remote: Counting objects:  45% (95/209)        
remote: Counting objects:  46% (97/209)        
remote: Counting objects:  47% (99/209)        
remote: Counting objects:  48% (101/209)        
remote: Counting objects:  49% (103/209)        
remote: Counting objects:  50% (105/209)        
remote: Counting objects:  51% (107/209)        
remote: Counting objects:  52% (109/209)        
remote: Counting objects:  53% (111/209)        
remote: Counting objects:  54% (113/209)        
remote: Counting objects:  55% (115/209)        
remote: Counting objects:  56% (118/209)        
remote: Counting objects:  57% (120/209)        
remote: Counting objects:  58% (122/209)        
remote: Counting objects:  59% (124/209)        
remote: Counting objects:  60% (126/209)        
remote: Counting objects:  61% (128/209)        
remote: Counting objects:  62% (130/209)        
remote: Counting objects:  63% (132/209)        
remote: Counting objects:  64% (134/209)        
remote: Counting objects:  65% (136/209)        
remote: Counting objects:  66% (138/209)        
remote: Counting objects:  67% (141/209)        
remote: Counting objects:  68% (143/209)        
remote: Counting objects:  69% (145/209)        
remote: Counting objects:  70% (147/209)        
remote: Counting objects:  71% (149/209)        
remote: Counting objects:  72% (151/209)        
remote: Counting objects:  73% (153/209)        
remote: Counting objects:  74% (155/209)        
remote: Counting objects:  75% (157/209)        
remote: Counting objects:  76% (159/209)        
remote: Counting objects:  77% (161/209)        
remote: Counting objects:  78% (164/209)        
remote: Counting objects:  79% (166/209)        
remote: Counting objects:  80% (168/209)        
remote: Counting objects:  81% (170/209)        
remote: Counting objects:  82% (172/209)        
remote: Counting objects:  83% (174/209)        
remote: Counting objects:  84% (176/209)        
remote: Counting objects:  85% (178/209)        
remote: Counting objects:  86% (180/209)        
remote: Counting objects:  87% (182/209)        
remote: Counting objects:  88% (184/209)        
remote: Counting objects:  89% (187/209)        
remote: Counting objects:  90% (189/209)        
remote: Counting objects:  91% (191/209)        
remote: Counting objects:  92% (193/209)        
remote: Counting objects:  93% (195/209)        
remote: Counting objects:  94% (197/209)        
remote: Counting objects:  95% (199/209)        
remote: Counting objects:  96% (201/209)        
remote: Counting objects:  97% (203/209)        
remote: Counting objects:  98% (205/209)        
remote: Counting objects:  99% (207/209)        
remote: Counting objects: 100% (209/209)        
remote: Counting objects: 100% (209/209), done.        
remote: Compressing objects:   0% (1/123)        
remote: Compressing objects:   1% (2/123)        
remote: Compressing objects:   2% (3/123)        
remote: Compressing objects:   3% (4/123)        
remote: Compressing objects:   4% (5/123)        
remote: Compressing objects:   5% (7/123)        
remote: Compressing objects:   6% (8/123)        
remote: Compressing objects:   7% (9/123)        
remote: Compressing objects:   8% (10/123)        
remote: Compressing objects:   9% (12/123)        
remote: Compressing objects:  10% (13/123)        
remote: Compressing objects:  11% (14/123)        
remote: Compressing objects:  12% (15/123)        
remote: Compressing objects:  13% (16/123)        
remote: Compressing objects:  14% (18/123)        
remote: Compressing objects:  15% (19/123)        
remote: Compressing objects:  16% (20/123)        
remote: Compressing objects:  17% (21/123)        
remote: Compressing objects:  18% (23/123)        
remote: Compressing objects:  19% (24/123)        
remote: Compressing objects:  20% (25/123)        
remote: Compressing objects:  21% (26/123)        
remote: Compressing objects:  22% (28/123)        
remote: Compressing objects:  23% (29/123)        
remote: Compressing objects:  24% (30/123)        
remote: Compressing objects:  25% (31/123)        
remote: Compressing objects:  26% (32/123)        
remote: Compressing objects:  27% (34/123)        
remote: Compressing objects:  28% (35/123)        
remote: Compressing objects:  29% (36/123)        
remote: Compressing objects:  30% (37/123)        
remote: Compressing objects:  31% (39/123)        
remote: Compressing objects:  32% (40/123)        
remote: Compressing objects:  33% (41/123)        
remote: Compressing objects:  34% (42/123)        
remote: Compressing objects:  35% (44/123)        
remote: Compressing objects:  36% (45/123)        
remote: Compressing objects:  37% (46/123)        
remote: Compressing objects:  38% (47/123)        
remote: Compressing objects:  39% (48/123)        
remote: Compressing objects:  40% (50/123)        
remote: Compressing objects:  41% (51/123)        
remote: Compressing objects:  42% (52/123)        
remote: Compressing objects:  43% (53/123)        
remote: Compressing objects:  44% (55/123)        
remote: Compressing objects:  45% (56/123)        
remote: Compressing objects:  46% (57/123)        
remote: Compressing objects:  47% (58/123)        
remote: Compressing objects:  48% (60/123)        
remote: Compressing objects:  49% (61/123)        
remote: Compressing objects:  50% (62/123)        
remote: Compressing objects:  51% (63/123)        
remote: Compressing objects:  52% (64/123)        
remote: Compressing objects:  53% (66/123)        
remote: Compressing objects:  54% (67/123)        
remote: Compressing objects:  55% (68/123)        
remote: Compressing objects:  56% (69/123)        
remote: Compressing objects:  57% (71/123)        
remote: Compressing objects:  58% (72/123)        
remote: Compressing objects:  59% (73/123)        
remote: Compressing objects:  60% (74/123)        
remote: Compressing objects:  61% (76/123)        
remote: Compressing objects:  62% (77/123)        
remote: Compressing objects:  63% (78/123)        
remote: Compressing objects:  64% (79/123)        
remote: Compressing objects:  65% (80/123)        
remote: Compressing objects:  66% (82/123)        
remote: Compressing objects:  67% (83/123)        
remote: Compressing objects:  68% (84/123)        
remote: Compressing objects:  69% (85/123)        
remote: Compressing objects:  70% (87/123)        
remote: Compressing objects:  71% (88/123)        
remote: Compressing objects:  72% (89/123)        
remote: Compressing objects:  73% (90/123)        
remote: Compressing objects:  74% (92/123)        
remote: Compressing objects:  75% (93/123)        
remote: Compressing objects:  76% (94/123)        
remote: Compressing objects:  77% (95/123)        
remote: Compressing objects:  78% (96/123)        
remote: Compressing objects:  79% (98/123)        
remote: Compressing objects:  80% (99/123)        
remote: Compressing objects:  81% (100/123)        
remote: Compressing objects:  82% (101/123)        
remote: Compressing objects:  83% (103/123)        
remote: Compressing objects:  84% (104/123)        
remote: Compressing objects:  85% (105/123)        
remote: Compressing objects:  86% (106/123)        
remote: Compressing objects:  87% (108/123)        
remote: Compressing objects:  88% (109/123)        
remote: Compressing objects:  89% (110/123)        
remote: Compressing objects:  90% (111/123)        
remote: Compressing objects:  91% (112/123)        
remote: Compressing objects:  92% (114/123)        
remote: Compressing objects:  93% (115/123)        
remote: Compressing objects:  94% (116/123)        
remote: Compressing objects:  95% (117/123)        
remote: Compressing objects:  96% (119/123)        
remote: Compressing objects:  97% (120/123)        
remote: Compressing objects:  98% (121/123)        
remote: Compressing objects:  99% (122/123)        
remote: Compressing objects: 100% (123/123)        
remote: Compressing objects: 100% (123/123), done.        
Receiving objects:   0% (1/1670)
Receiving objects:   1% (17/1670)
Receiving objects:   2% (34/1670)
Receiving objects:   3% (51/1670)
Receiving objects:   4% (67/1670)
Receiving objects:   5% (84/1670)
Receiving objects:   6% (101/1670)
Receiving objects:   7% (117/1670)
Receiving objects:   8% (134/1670)
Receiving objects:   9% (151/1670)
Receiving objects:  10% (167/1670)
Receiving objects:  11% (184/1670)
Receiving objects:  12% (201/1670)
Receiving objects:  13% (218/1670)
Receiving objects:  14% (234/1670)
Receiving objects:  15% (251/1670)
Receiving objects:  16% (268/1670)
Receiving objects:  17% (284/1670)
Receiving objects:  18% (301/1670)
Receiving objects:  19% (318/1670)
Receiving objects:  20% (334/1670)
Receiving objects:  21% (351/1670)
Receiving objects:  22% (368/1670)
Receiving objects:  23% (385/1670)
Receiving objects:  24% (401/1670)
Receiving objects:  25% (418/1670)
Receiving objects:  26% (435/1670)
Receiving objects:  27% (451/1670)
Receiving objects:  28% (468/1670)
Receiving objects:  29% (485/1670)
Receiving objects:  30% (501/1670)
Receiving objects:  31% (518/1670)
Receiving objects:  32% (535/1670)
Receiving objects:  33% (552/1670)
Receiving objects:  34% (568/1670)
Receiving objects:  35% (585/1670)
Receiving objects:  36% (602/1670)
Receiving objects:  37% (618/1670)
Receiving objects:  38% (635/1670)
Receiving objects:  39% (652/1670)
Receiving objects:  40% (668/1670)
Receiving objects:  41% (685/1670)
Receiving objects:  42% (702/1670)
Receiving objects:  43% (719/1670)
Receiving objects:  44% (735/1670)
Receiving objects:  45% (752/1670)
Receiving objects:  46% (769/1670)
Receiving objects:  47% (785/1670)
Receiving objects:  48% (802/1670)
Receiving objects:  49% (819/1670)
Receiving objects:  50% (835/1670)
Receiving objects:  51% (852/1670)
Receiving objects:  52% (869/1670)
Receiving objects:  53% (886/1670)
Receiving objects:  54% (902/1670)
Receiving objects:  55% (919/1670)
Receiving objects:  56% (936/1670)
Receiving objects:  57% (952/1670)
Receiving objects:  58% (969/1670)
Receiving objects:  59% (986/1670)
Receiving objects:  60% (1002/1670)
Receiving objects:  61% (1019/1670)
Receiving objects:  62% (1036/1670)
Receiving objects:  63% (1053/1670)
Receiving objects:  64% (1069/1670)
Receiving objects:  65% (1086/1670)
Receiving objects:  66% (1103/1670)
Receiving objects:  67% (1119/1670)
Receiving objects:  68% (1136/1670)
Receiving objects:  69% (1153/1670)
Receiving objects:  70% (1169/1670)
remote: Total 1670 (delta 97), reused 190 (delta 85), pack-reused 1461        
Receiving objects:  71% (1186/1670)
Receiving objects:  72% (1203/1670)
Receiving objects:  73% (1220/1670)
Receiving objects:  74% (1236/1670)
Receiving objects:  75% (1253/1670)
Receiving objects:  76% (1270/1670)
Receiving objects:  77% (1286/1670)
Receiving objects:  78% (1303/1670)
Receiving objects:  79% (1320/1670)
Receiving objects:  80% (1336/1670)
Receiving objects:  81% (1353/1670)
Receiving objects:  82% (1370/1670)
Receiving objects:  83% (1387/1670)
Receiving objects:  84% (1403/1670)
Receiving objects:  85% (1420/1670)
Receiving objects:  86% (1437/1670)
Receiving objects:  87% (1453/1670)
Receiving objects:  88% (1470/1670)
Receiving objects:  89% (1487/1670)
Receiving objects:  90% (1503/1670)
Receiving objects:  91% (1520/1670)
Receiving objects:  92% (1537/1670)
Receiving objects:  93% (1554/1670)
Receiving objects:  94% (1570/1670)
Receiving objects:  95% (1587/1670)
Receiving objects:  96% (1604/1670)
Receiving objects:  97% (1620/1670)
Receiving objects:  98% (1637/1670)
Receiving objects:  99% (1654/1670)
Receiving objects: 100% (1670/1670)
Receiving objects: 100% (1670/1670), 196.50 KiB | 32.75 MiB/s, done.
Resolving deltas:   0% (0/583)
Resolving deltas:   1% (6/583)
Resolving deltas:   4% (28/583)
Resolving deltas:   9% (54/583)
Resolving deltas:  17% (101/583)
Resolving deltas:  25% (146/583)
Resolving deltas:  26% (155/583)
Resolving deltas:  29% (171/583)
Resolving deltas:  30% (175/583)
Resolving deltas:  35% (209/583)
Resolving deltas:  41% (240/583)
Resolving deltas:  44% (258/583)
Resolving deltas:  45% (268/583)
Resolving deltas:  46% (271/583)
Resolving deltas:  52% (308/583)
Resolving deltas:  53% (312/583)
Resolving deltas:  54% (315/583)
Resolving deltas:  56% (328/583)
Resolving deltas:  61% (357/583)
Resolving deltas:  62% (365/583)
Resolving deltas:  64% (375/583)
Resolving deltas:  65% (380/583)
Resolving deltas:  66% (385/583)
Resolving deltas:  67% (391/583)
Resolving deltas:  68% (397/583)
Resolving deltas:  69% (404/583)
Resolving deltas:  70% (412/583)
Resolving deltas:  73% (429/583)
Resolving deltas:  74% (432/583)
Resolving deltas:  76% (446/583)
Resolving deltas:  77% (450/583)
Resolving deltas:  78% (458/583)
Resolving deltas:  79% (461/583)
Resolving deltas:  80% (471/583)
Resolving deltas:  81% (474/583)
Resolving deltas:  82% (479/583)
Resolving deltas:  83% (484/583)
Resolving deltas:  85% (500/583)
Resolving deltas:  86% (504/583)
Resolving deltas:  87% (508/583)
Resolving deltas:  90% (530/583)
Resolving deltas:  91% (531/583)
Resolving deltas:  92% (542/583)
Resolving deltas:  93% (548/583)
Resolving deltas:  94% (549/583)
Resolving deltas:  95% (555/583)
Resolving deltas: 100% (583/583)
Resolving deltas: 100% (583/583), done.
Cloning into '/root/workspace/weifang-config/container/A006/params_new/system-mqtt'...
remote: Enumerating objects: 158, done.        
remote: Counting objects:   0% (1/130)        
remote: Counting objects:   1% (2/130)        
remote: Counting objects:   2% (3/130)        
remote: Counting objects:   3% (4/130)        
remote: Counting objects:   4% (6/130)        
remote: Counting objects:   5% (7/130)        
remote: Counting objects:   6% (8/130)        
remote: Counting objects:   7% (10/130)        
remote: Counting objects:   8% (11/130)        
remote: Counting objects:   9% (12/130)        
remote: Counting objects:  10% (13/130)        
remote: Counting objects:  11% (15/130)        
remote: Counting objects:  12% (16/130)        
remote: Counting objects:  13% (17/130)        
remote: Counting objects:  14% (19/130)        
remote: Counting objects:  15% (20/130)        
remote: Counting objects:  16% (21/130)        
remote: Counting objects:  17% (23/130)        
remote: Counting objects:  18% (24/130)        
remote: Counting objects:  19% (25/130)        
remote: Counting objects:  20% (26/130)        
remote: Counting objects:  21% (28/130)        
remote: Counting objects:  22% (29/130)        
remote: Counting objects:  23% (30/130)        
remote: Counting objects:  24% (32/130)        
remote: Counting objects:  25% (33/130)        
remote: Counting objects:  26% (34/130)        
remote: Counting objects:  27% (36/130)        
remote: Counting objects:  28% (37/130)        
remote: Counting objects:  29% (38/130)        
remote: Counting objects:  30% (39/130)        
remote: Counting objects:  31% (41/130)        
remote: Counting objects:  32% (42/130)        
remote: Counting objects:  33% (43/130)        
remote: Counting objects:  34% (45/130)        
remote: Counting objects:  35% (46/130)        
remote: Counting objects:  36% (47/130)        
remote: Counting objects:  37% (49/130)        
remote: Counting objects:  38% (50/130)        
remote: Counting objects:  39% (51/130)        
remote: Counting objects:  40% (52/130)        
remote: Counting objects:  41% (54/130)        
remote: Counting objects:  42% (55/130)        
remote: Counting objects:  43% (56/130)        
remote: Counting objects:  44% (58/130)        
remote: Counting objects:  45% (59/130)        
remote: Counting objects:  46% (60/130)        
remote: Counting objects:  47% (62/130)        
remote: Counting objects:  48% (63/130)        
remote: Counting objects:  49% (64/130)        
remote: Counting objects:  50% (65/130)        
remote: Counting objects:  51% (67/130)        
remote: Counting objects:  52% (68/130)        
remote: Counting objects:  53% (69/130)        
remote: Counting objects:  54% (71/130)        
remote: Counting objects:  55% (72/130)        
remote: Counting objects:  56% (73/130)        
remote: Counting objects:  57% (75/130)        
remote: Counting objects:  58% (76/130)        
remote: Counting objects:  59% (77/130)        
remote: Counting objects:  60% (78/130)        
remote: Counting objects:  61% (80/130)        
remote: Counting objects:  62% (81/130)        
remote: Counting objects:  63% (82/130)        
remote: Counting objects:  64% (84/130)        
remote: Counting objects:  65% (85/130)        
remote: Counting objects:  66% (86/130)        
remote: Counting objects:  67% (88/130)        
remote: Counting objects:  68% (89/130)        
remote: Counting objects:  69% (90/130)        
remote: Counting objects:  70% (91/130)        
remote: Counting objects:  71% (93/130)        
remote: Counting objects:  72% (94/130)        
remote: Counting objects:  73% (95/130)        
remote: Counting objects:  74% (97/130)        
remote: Counting objects:  75% (98/130)        
remote: Counting objects:  76% (99/130)        
remote: Counting objects:  77% (101/130)        
remote: Counting objects:  78% (102/130)        
remote: Counting objects:  79% (103/130)        
remote: Counting objects:  80% (104/130)        
remote: Counting objects:  81% (106/130)        
remote: Counting objects:  82% (107/130)        
remote: Counting objects:  83% (108/130)        
remote: Counting objects:  84% (110/130)        
remote: Counting objects:  85% (111/130)        
remote: Counting objects:  86% (112/130)        
remote: Counting objects:  87% (114/130)        
remote: Counting objects:  88% (115/130)        
remote: Counting objects:  89% (116/130)        
remote: Counting objects:  90% (117/130)        
remote: Counting objects:  91% (119/130)        
remote: Counting objects:  92% (120/130)        
remote: Counting objects:  93% (121/130)        
remote: Counting objects:  94% (123/130)        
remote: Counting objects:  95% (124/130)        
remote: Counting objects:  96% (125/130)        
remote: Counting objects:  97% (127/130)        
remote: Counting objects:  98% (128/130)        
remote: Counting objects:  99% (129/130)        
remote: Counting objects: 100% (130/130)        
remote: Counting objects: 100% (130/130), done.        
remote: Compressing objects:   1% (1/54)        
remote: Compressing objects:   3% (2/54)        
remote: Compressing objects:   5% (3/54)        
remote: Compressing objects:   7% (4/54)        
remote: Compressing objects:   9% (5/54)        
remote: Compressing objects:  11% (6/54)        
remote: Compressing objects:  12% (7/54)        
remote: Compressing objects:  14% (8/54)        
remote: Compressing objects:  16% (9/54)        
remote: Compressing objects:  18% (10/54)        
remote: Compressing objects:  20% (11/54)        
remote: Compressing objects:  22% (12/54)        
remote: Compressing objects:  24% (13/54)        
remote: Compressing objects:  25% (14/54)        
remote: Compressing objects:  27% (15/54)        
remote: Compressing objects:  29% (16/54)        
remote: Compressing objects:  31% (17/54)        
remote: Compressing objects:  33% (18/54)        
remote: Compressing objects:  35% (19/54)        
remote: Compressing objects:  37% (20/54)        
remote: Compressing objects:  38% (21/54)        
remote: Compressing objects:  40% (22/54)        
remote: Compressing objects:  42% (23/54)        
remote: Compressing objects:  44% (24/54)        
remote: Compressing objects:  46% (25/54)        
remote: Compressing objects:  48% (26/54)        
remote: Compressing objects:  50% (27/54)        
remote: Compressing objects:  51% (28/54)        
remote: Compressing objects:  53% (29/54)        
remote: Compressing objects:  55% (30/54)        
remote: Compressing objects:  57% (31/54)        
remote: Compressing objects:  59% (32/54)        
remote: Compressing objects:  61% (33/54)        
remote: Compressing objects:  62% (34/54)        
remote: Compressing objects:  64% (35/54)        
remote: Compressing objects:  66% (36/54)        
remote: Compressing objects:  68% (37/54)        
remote: Compressing objects:  70% (38/54)        
remote: Compressing objects:  72% (39/54)        
remote: Compressing objects:  74% (40/54)        
remote: Compressing objects:  75% (41/54)        
remote: Compressing objects:  77% (42/54)        
remote: Compressing objects:  79% (43/54)        
remote: Compressing objects:  81% (44/54)        
remote: Compressing objects:  83% (45/54)        
remote: Compressing objects:  85% (46/54)        
remote: Compressing objects:  87% (47/54)        
remote: Compressing objects:  88% (48/54)        
remote: Compressing objects:  90% (49/54)        
remote: Compressing objects:  92% (50/54)        
remote: Compressing objects:  94% (51/54)        
remote: Compressing objects:  96% (52/54)        
remote: Compressing objects:  98% (53/54)        
remote: Compressing objects: 100% (54/54)        
remote: Compressing objects: 100% (54/54), done.        
remote: Total 158 (delta 34), reused 97 (delta 22), pack-reused 28        
Receiving objects:   0% (1/158)
Receiving objects:   1% (2/158)
Receiving objects:   2% (4/158)
Receiving objects:   3% (5/158)
Receiving objects:   4% (7/158)
Receiving objects:   5% (8/158)
Receiving objects:   6% (10/158)
Receiving objects:   7% (12/158)
Receiving objects:   8% (13/158)
Receiving objects:   9% (15/158)
Receiving objects:  10% (16/158)
Receiving objects:  11% (18/158)
Receiving objects:  12% (19/158)
Receiving objects:  13% (21/158)
Receiving objects:  14% (23/158)
Receiving objects:  15% (24/158)
Receiving objects:  16% (26/158)
Receiving objects:  17% (27/158)
Receiving objects:  18% (29/158)
Receiving objects:  19% (31/158)
Receiving objects:  20% (32/158)
Receiving objects:  21% (34/158)
Receiving objects:  22% (35/158)
Receiving objects:  23% (37/158)
Receiving objects:  24% (38/158)
Receiving objects:  25% (40/158)
Receiving objects:  26% (42/158)
Receiving objects:  27% (43/158)
Receiving objects:  28% (45/158)
Receiving objects:  29% (46/158)
Receiving objects:  30% (48/158)
Receiving objects:  31% (49/158)
Receiving objects:  32% (51/158)
Receiving objects:  33% (53/158)
Receiving objects:  34% (54/158)
Receiving objects:  35% (56/158)
Receiving objects:  36% (57/158)
Receiving objects:  37% (59/158)
Receiving objects:  38% (61/158)
Receiving objects:  39% (62/158)
Receiving objects:  40% (64/158)
Receiving objects:  41% (65/158)
Receiving objects:  42% (67/158)
Receiving objects:  43% (68/158)
Receiving objects:  44% (70/158)
Receiving objects:  45% (72/158)
Receiving objects:  46% (73/158)
Receiving objects:  47% (75/158)
Receiving objects:  48% (76/158)
Receiving objects:  49% (78/158)
Receiving objects:  50% (79/158)
Receiving objects:  51% (81/158)
Receiving objects:  52% (83/158)
Receiving objects:  53% (84/158)
Receiving objects:  54% (86/158)
Receiving objects:  55% (87/158)
Receiving objects:  56% (89/158)
Receiving objects:  57% (91/158)
Receiving objects:  58% (92/158)
Receiving objects:  59% (94/158)
Receiving objects:  60% (95/158)
Receiving objects:  61% (97/158)
Receiving objects:  62% (98/158)
Receiving objects:  63% (100/158)
Receiving objects:  64% (102/158)
Receiving objects:  65% (103/158)
Receiving objects:  66% (105/158)
Receiving objects:  67% (106/158)
Receiving objects:  68% (108/158)
Receiving objects:  69% (110/158)
Receiving objects:  70% (111/158)
Receiving objects:  71% (113/158)
Receiving objects:  72% (114/158)
Receiving objects:  73% (116/158)
Receiving objects:  74% (117/158)
Receiving objects:  75% (119/158)
Receiving objects:  76% (121/158)
Receiving objects:  77% (122/158)
Receiving objects:  78% (124/158)
Receiving objects:  79% (125/158)
Receiving objects:  80% (127/158)
Receiving objects:  81% (128/158)
Receiving objects:  82% (130/158)
Receiving objects:  83% (132/158)
Receiving objects:  84% (133/158)
Receiving objects:  85% (135/158)
Receiving objects:  86% (136/158)
Receiving objects:  87% (138/158)
Receiving objects:  88% (140/158)
Receiving objects:  89% (141/158)
Receiving objects:  90% (143/158)
Receiving objects:  91% (144/158)
Receiving objects:  92% (146/158)
Receiving objects:  93% (147/158)
Receiving objects:  94% (149/158)
Receiving objects:  95% (151/158)
Receiving objects:  96% (152/158)
Receiving objects:  97% (154/158)
Receiving objects:  98% (155/158)
Receiving objects:  99% (157/158)
Receiving objects: 100% (158/158)
Receiving objects: 100% (158/158), 16.37 KiB | 16.37 MiB/s, done.
Resolving deltas:   0% (0/37)
Resolving deltas:   2% (1/37)
Resolving deltas:   5% (2/37)
Resolving deltas:  10% (4/37)
Resolving deltas:  13% (5/37)
Resolving deltas:  16% (6/37)
Resolving deltas:  18% (7/37)
Resolving deltas:  21% (8/37)
Resolving deltas:  29% (11/37)
Resolving deltas:  32% (12/37)
Resolving deltas:  64% (24/37)
Resolving deltas: 100% (37/37)
Resolving deltas: 100% (37/37), done.
Cloning into '/root/workspace/weifang-config/container/A006/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:  70% (24/34)
Resolving deltas: 100% (34/34)
Resolving deltas: 100% (34/34), done.
Cloning into '/root/workspace/weifang-config/container/A006/params_new/system-port'...
remote: Enumerating objects: 282, done.        
remote: Counting objects:   0% (1/162)        
remote: Counting objects:   1% (2/162)        
remote: Counting objects:   2% (4/162)        
remote: Counting objects:   3% (5/162)        
remote: Counting objects:   4% (7/162)        
remote: Counting objects:   5% (9/162)        
remote: Counting objects:   6% (10/162)        
remote: Counting objects:   7% (12/162)        
remote: Counting objects:   8% (13/162)        
remote: Counting objects:   9% (15/162)        
remote: Counting objects:  10% (17/162)        
remote: Counting objects:  11% (18/162)        
remote: Counting objects:  12% (20/162)        
remote: Counting objects:  13% (22/162)        
remote: Counting objects:  14% (23/162)        
remote: Counting objects:  15% (25/162)        
remote: Counting objects:  16% (26/162)        
remote: Counting objects:  17% (28/162)        
remote: Counting objects:  18% (30/162)        
remote: Counting objects:  19% (31/162)        
remote: Counting objects:  20% (33/162)        
remote: Counting objects:  21% (35/162)        
remote: Counting objects:  22% (36/162)        
remote: Counting objects:  23% (38/162)        
remote: Counting objects:  24% (39/162)        
remote: Counting objects:  25% (41/162)        
remote: Counting objects:  26% (43/162)        
remote: Counting objects:  27% (44/162)        
remote: Counting objects:  28% (46/162)        
remote: Counting objects:  29% (47/162)        
remote: Counting objects:  30% (49/162)        
remote: Counting objects:  31% (51/162)        
remote: Counting objects:  32% (52/162)        
remote: Counting objects:  33% (54/162)        
remote: Counting objects:  34% (56/162)        
remote: Counting objects:  35% (57/162)        
remote: Counting objects:  36% (59/162)        
remote: Counting objects:  37% (60/162)        
remote: Counting objects:  38% (62/162)        
remote: Counting objects:  39% (64/162)        
remote: Counting objects:  40% (65/162)        
remote: Counting objects:  41% (67/162)        
remote: Counting objects:  42% (69/162)        
remote: Counting objects:  43% (70/162)        
remote: Counting objects:  44% (72/162)        
remote: Counting objects:  45% (73/162)        
remote: Counting objects:  46% (75/162)        
remote: Counting objects:  47% (77/162)        
remote: Counting objects:  48% (78/162)        
remote: Counting objects:  49% (80/162)        
remote: Counting objects:  50% (81/162)        
remote: Counting objects:  51% (83/162)        
remote: Counting objects:  52% (85/162)        
remote: Counting objects:  53% (86/162)        
remote: Counting objects:  54% (88/162)        
remote: Counting objects:  55% (90/162)        
remote: Counting objects:  56% (91/162)        
remote: Counting objects:  57% (93/162)        
remote: Counting objects:  58% (94/162)        
remote: Counting objects:  59% (96/162)        
remote: Counting objects:  60% (98/162)        
remote: Counting objects:  61% (99/162)        
remote: Counting objects:  62% (101/162)        
remote: Counting objects:  63% (103/162)        
remote: Counting objects:  64% (104/162)        
remote: Counting objects:  65% (106/162)        
remote: Counting objects:  66% (107/162)        
remote: Counting objects:  67% (109/162)        
remote: Counting objects:  68% (111/162)        
remote: Counting objects:  69% (112/162)        
remote: Counting objects:  70% (114/162)        
remote: Counting objects:  71% (116/162)        
remote: Counting objects:  72% (117/162)        
remote: Counting objects:  73% (119/162)        
remote: Counting objects:  74% (120/162)        
remote: Counting objects:  75% (122/162)        
remote: Counting objects:  76% (124/162)        
remote: Counting objects:  77% (125/162)        
remote: Counting objects:  78% (127/162)        
remote: Counting objects:  79% (128/162)        
remote: Counting objects:  80% (130/162)        
remote: Counting objects:  81% (132/162)        
remote: Counting objects:  82% (133/162)        
remote: Counting objects:  83% (135/162)        
remote: Counting objects:  84% (137/162)        
remote: Counting objects:  85% (138/162)        
remote: Counting objects:  86% (140/162)        
remote: Counting objects:  87% (141/162)        
remote: Counting objects:  88% (143/162)        
remote: Counting objects:  89% (145/162)        
remote: Counting objects:  90% (146/162)        
remote: Counting objects:  91% (148/162)        
remote: Counting objects:  92% (150/162)        
remote: Counting objects:  93% (151/162)        
remote: Counting objects:  94% (153/162)        
remote: Counting objects:  95% (154/162)        
remote: Counting objects:  96% (156/162)        
remote: Counting objects:  97% (158/162)        
remote: Counting objects:  98% (159/162)        
remote: Counting objects:  99% (161/162)        
remote: Counting objects: 100% (162/162)        
remote: Counting objects: 100% (162/162), done.        
remote: Compressing objects:   0% (1/117)        
remote: Compressing objects:   1% (2/117)        
remote: Compressing objects:   2% (3/117)        
remote: Compressing objects:   3% (4/117)        
remote: Compressing objects:   4% (5/117)        
remote: Compressing objects:   5% (6/117)        
remote: Compressing objects:   6% (8/117)        
remote: Compressing objects:   7% (9/117)        
remote: Compressing objects:   8% (10/117)        
remote: Compressing objects:   9% (11/117)        
remote: Compressing objects:  10% (12/117)        
remote: Compressing objects:  11% (13/117)        
remote: Compressing objects:  12% (15/117)        
remote: Compressing objects:  13% (16/117)        
remote: Compressing objects:  14% (17/117)        
remote: Compressing objects:  15% (18/117)        
remote: Compressing objects:  16% (19/117)        
remote: Compressing objects:  17% (20/117)        
remote: Compressing objects:  18% (22/117)        
remote: Compressing objects:  19% (23/117)        
remote: Compressing objects:  20% (24/117)        
remote: Compressing objects:  21% (25/117)        
remote: Compressing objects:  22% (26/117)        
remote: Compressing objects:  23% (27/117)        
remote: Compressing objects:  24% (29/117)        
remote: Compressing objects:  25% (30/117)        
remote: Compressing objects:  26% (31/117)        
remote: Compressing objects:  27% (32/117)        
remote: Compressing objects:  28% (33/117)
remote: Compressing objects:  29% (34/117)        
remote: Compressing objects:  30% (36/117)        
remote: Compressing objects:  31% (37/117)        
remote: Compressing objects:  32% (38/117)        
remote: Compressing objects:  33% (39/117)        
remote: Compressing objects:  34% (40/117)        
remote: Compressing objects:  35% (41/117)        
remote: Compressing objects:  36% (43/117)        
remote: Compressing objects:  37% (44/117)        
remote: Compressing objects:  38% (45/117)        
remote: Compressing objects:  39% (46/117)        
remote: Compressing objects:  40% (47/117)        
remote: Compressing objects:  41% (48/117)        
remote: Compressing objects:  42% (50/117)        
remote: Compressing objects:  43% (51/117)        
remote: Compressing objects:  44% (52/117)        
remote: Compressing objects:  45% (53/117)        
remote: Compressing objects:  46% (54/117)        
remote: Compressing objects:  47% (55/117)        
remote: Compressing objects:  48% (57/117)        
remote: Compressing objects:  49% (58/117)        
remote: Compressing objects:  50% (59/117)        
remote: Compressing objects:  51% (60/117)        
remote: Compressing objects:  52% (61/117)        
remote: Compressing objects:  53% (63/117)        
remote: Compressing objects:  54% (64/117)        
remote: Compressing objects:  55% (65/117)        
remote: Compressing objects:  56% (66/117)        
remote: Compressing objects:  57% (67/117)        
remote: Compressing objects:  58% (68/117)        
remote: Compressing objects:  59% (70/117)        
remote: Compressing objects:  60% (71/117)        
remote: Compressing objects:  61% (72/117)        
remote: Compressing objects:  62% (73/117)        
remote: Compressing objects:  63% (74/117)        
remote: Compressing objects:  64% (75/117)        
remote: Compressing objects:  65% (77/117)        
remote: Compressing objects:  66% (78/117)        
remote: Compressing objects:  67% (79/117)        
remote: Compressing objects:  68% (80/117)        
remote: Compressing objects:  69% (81/117)        
remote: Compressing objects:  70% (82/117)        
remote: Compressing objects:  71% (84/117)        
remote: Compressing objects:  72% (85/117)        
remote: Compressing objects:  73% (86/117)        
remote: Compressing objects:  74% (87/117)        
remote: Compressing objects:  75% (88/117)        
remote: Compressing objects:  76% (89/117)        
remote: Compressing objects:  77% (91/117)        
remote: Compressing objects:  78% (92/117)        
remote: Compressing objects:  79% (93/117)        
remote: Compressing objects:  80% (94/117)        
remote: Compressing objects:  81% (95/117)        
remote: Compressing objects:  82% (96/117)        
remote: Compressing objects:  83% (98/117)        
remote: Compressing objects:  84% (99/117)        
remote: Compressing objects:  85% (100/117)        
remote: Compressing objects:  86% (101/117)        
remote: Compressing objects:  87% (102/117)        
remote: Compressing objects:  88% (103/117)        
remote: Compressing objects:  89% (105/117)        
remote: Compressing objects:  90% (106/117)        
remote: Compressing objects:  91% (107/117)        
remote: Compressing objects:  92% (108/117)        
remote: Compressing objects:  93% (109/117)        
remote: Compressing objects:  94% (110/117)        
remote: Compressing objects:  95% (112/117)        
remote: Compressing objects:  96% (113/117)        
remote: Compressing objects:  97% (114/117)        
remote: Compressing objects:  98% (115/117)        
remote: Compressing objects:  99% (116/117)        
remote: Compressing objects: 100% (117/117)        
remote: Compressing objects: 100% (117/117), done.        
Receiving objects:   0% (1/282)
Receiving objects:   1% (3/282)
Receiving objects:   2% (6/282)
Receiving objects:   3% (9/282)
Receiving objects:   4% (12/282)
Receiving objects:   5% (15/282)
Receiving objects:   6% (17/282)
Receiving objects:   7% (20/282)
Receiving objects:   8% (23/282)
Receiving objects:   9% (26/282)
Receiving objects:  10% (29/282)
Receiving objects:  11% (32/282)
Receiving objects:  12% (34/282)
Receiving objects:  13% (37/282)
Receiving objects:  14% (40/282)
Receiving objects:  15% (43/282)
Receiving objects:  16% (46/282)
Receiving objects:  17% (48/282)
Receiving objects:  18% (51/282)
Receiving objects:  19% (54/282)
Receiving objects:  20% (57/282)
Receiving objects:  21% (60/282)
Receiving objects:  22% (63/282)
Receiving objects:  23% (65/282)
Receiving objects:  24% (68/282)
Receiving objects:  25% (71/282)
Receiving objects:  26% (74/282)
Receiving objects:  27% (77/282)
Receiving objects:  28% (79/282)
Receiving objects:  29% (82/282)
Receiving objects:  30% (85/282)
Receiving objects:  31% (88/282)
Receiving objects:  32% (91/282)
Receiving objects:  33% (94/282)
Receiving objects:  34% (96/282)
Receiving objects:  35% (99/282)
Receiving objects:  36% (102/282)
Receiving objects:  37% (105/282)
Receiving objects:  38% (108/282)
Receiving objects:  39% (110/282)
Receiving objects:  40% (113/282)
Receiving objects:  41% (116/282)
Receiving objects:  42% (119/282)
Receiving objects:  43% (122/282)
Receiving objects:  44% (125/282)
Receiving objects:  45% (127/282)
Receiving objects:  46% (130/282)
Receiving objects:  47% (133/282)
Receiving objects:  48% (136/282)
Receiving objects:  49% (139/282)
Receiving objects:  50% (141/282)
Receiving objects:  51% (144/282)
Receiving objects:  52% (147/282)
Receiving objects:  53% (150/282)
Receiving objects:  54% (153/282)
Receiving objects:  55% (156/282)
Receiving objects:  56% (158/282)
Receiving objects:  57% (161/282)
Receiving objects:  58% (164/282)
Receiving objects:  59% (167/282)
Receiving objects:  60% (170/282)
Receiving objects:  61% (173/282)
Receiving objects:  62% (175/282)
Receiving objects:  63% (178/282)
Receiving objects:  64% (181/282)
Receiving objects:  65% (184/282)
Receiving objects:  66% (187/282)
Receiving objects:  67% (189/282)
Receiving objects:  68% (192/282)
Receiving objects:  69% (195/282)
Receiving objects:  70% (198/282)
Receiving objects:  71% (201/282)
Receiving objects:  72% (204/282)
Receiving objects:  73% (206/282)
Receiving objects:  74% (209/282)
Receiving objects:  75% (212/282)
Receiving objects:  76% (215/282)
Receiving objects:  77% (218/282)
Receiving objects:  78% (220/282)
Receiving objects:  79% (223/282)
Receiving objects:  80% (226/282)
Receiving objects:  81% (229/282)
Receiving objects:  82% (232/282)
Receiving objects:  83% (235/282)
remote: Total 282 (delta 78), reused 92 (delta 33), pack-reused 120        
Receiving objects:  84% (237/282)
Receiving objects:  85% (240/282)
Receiving objects:  86% (243/282)
Receiving objects:  87% (246/282)
Receiving objects:  88% (249/282)
Receiving objects:  89% (251/282)
Receiving objects:  90% (254/282)
Receiving objects:  91% (257/282)
Receiving objects:  92% (260/282)
Receiving objects:  93% (263/282)
Receiving objects:  94% (266/282)
Receiving objects:  95% (268/282)
Receiving objects:  96% (271/282)
Receiving objects:  97% (274/282)
Receiving objects:  98% (277/282)
Receiving objects:  99% (280/282)
Receiving objects: 100% (282/282)
Receiving objects: 100% (282/282), 176.54 KiB | 25.22 MiB/s, done.
Resolving deltas:   0% (0/122)
Resolving deltas:   1% (2/122)
Resolving deltas:   2% (3/122)
Resolving deltas:   8% (10/122)
Resolving deltas:  13% (17/122)
Resolving deltas:  14% (18/122)
Resolving deltas:  15% (19/122)
Resolving deltas:  18% (22/122)
Resolving deltas:  22% (28/122)
Resolving deltas:  23% (29/122)
Resolving deltas:  24% (30/122)
Resolving deltas:  26% (32/122)
Resolving deltas:  27% (33/122)
Resolving deltas:  54% (66/122)
Resolving deltas:  60% (74/122)
Resolving deltas:  63% (78/122)
Resolving deltas:  64% (79/122)
Resolving deltas:  69% (85/122)
Resolving deltas:  72% (88/122)
Resolving deltas:  74% (91/122)
Resolving deltas:  78% (96/122)
Resolving deltas:  81% (99/122)
Resolving deltas:  82% (101/122)
Resolving deltas:  84% (103/122)
Resolving deltas:  86% (106/122)
Resolving deltas:  87% (107/122)
Resolving deltas: 100% (122/122)
Resolving deltas: 100% (122/122), done.
Submodule path 'crane_align_common': checked out '954ba1c96df2e7fb63dbd882b3b7abd22189fa4d'
Submodule path 'crane_align_customized': checked out '0bf9d9dbf6e8cfba4ff33081417a51db4dde44ec'
Submodule path 'hardware': checked out 'a196265bd61143ef80d9177d9e147c1cabc9f13c'
Submodule path 'hesai_lidar_customized': checked out '9ca584cebe961958e030ff1056c9b013e0723175'
Submodule path 'lidar-extrinsics': checked out '048a6dd582db5163aa31963b76b85aafca80c6e6'
Submodule path 'lidar_loc_v2_common': checked out 'dd6ec8131f022ee08f81455a09d94802a582ee5f'
Submodule path 'lidar_loc_v2_customized': checked out 'f456b02e485e8eccdecfa45e07d842777b968d61'
Submodule path 'msf-port': checked out 'a8149a798e11c048d88d208d57ca85594ff5f1bc'
Submodule path 'msf-vehicle': checked out '2ac194a275428c90f692d6d6d7c0254298dd29b1'
Submodule path 'perception_camera_driver': checked out '82f6ae6d33aa2f9cfe16047ac1ea8ade9aa6e5da'
Submodule path 'perception_data_collection': checked out 'b36dc0a6ea51808e48bda66eef6aa3e5338685ac'
Submodule path 'perception_lane_detection': checked out '3dcecc6a1cab5b58d59274dc57d94f2a5a1a5266'
Submodule path 'perception_lidar_camera_fusion': checked out 'd6411e8e7496fed5c621cfa668ba0e1e0aa07545'
Submodule path 'perception_new_detection': checked out '4306b2bcd00b25ce23163fdf7c1f5b2d698c956b'
Submodule path 'perception_spreader_truck': checked out '87357350892ab66df93a7eed89c8616b28fb8d20'
Submodule path 'perception_vehicles': checked out '35ad66b054f7baa42f3645ea23f57863c9848e5d'
Submodule path 'pointcloud_customized': checked out '37092b6ed6d5ce663b37f450ec4b633991626bfd'
Submodule path 'prediction_config': checked out '5752a4cc58c48a04990cf84bc3db06c61f709753'
Submodule path 'rslidar_sdk_common': checked out '3b3ec601072717ab0a4037dd9f5abcef0c9ad337'
Submodule path 'rslidar_sdk_customized': checked out 'c67fb869443c2c9c0f8c366f3596dc8cf5aa6821'
Submodule path 'static_transform_common': checked out '79606d0a8d1b7bab782d8279cb27d4d11e0212dd'
Submodule path 'system-common': checked out '4961e234efc1e60a77fcfb7352f10c5956ec03a1'
Submodule path 'system-device': checked out '753f30df39b08deecc9829cfe13a047c282c409e'
Submodule path 'system-mqtt': checked out 'a917e8ef386bd52983140020adb1671e27a6c7ce'
Submodule path 'system-node-weifang': checked out '85dfb55831c10ce7a8dcd93684fc8b990eb68b45'
Submodule path 'system-port': checked out '6f95e740d94ac6727164bbfd616a53c6072a2894'
[Pipeline] sh
+ ls -d crane_align_common/ crane_align_customized/ hardware/ hesai_lidar_customized/ lidar-extrinsics/ lidar_loc_v2_common/ lidar_loc_v2_customized/ msf-port/ msf-vehicle/ perception_camera_driver/ perception_data_collection/ perception_lane_detection/ perception_lidar_camera_fusion/ perception_new_detection/ perception_spreader_truck/ perception_vehicles/ pointcloud_customized/ prediction_config/ rslidar_sdk_common/ rslidar_sdk_customized/ static_transform_common/ system-common/ system-device/ system-mqtt/ system-node-weifang/ system-port/
[Pipeline] echo
[crane_align_common, crane_align_customized, hardware, hesai_lidar_customized, lidar-extrinsics, lidar_loc_v2_common, lidar_loc_v2_customized, msf-port, msf-vehicle, perception_camera_driver, perception_data_collection, perception_lane_detection, perception_lidar_camera_fusion, perception_new_detection, perception_spreader_truck, perception_vehicles, pointcloud_customized, prediction_config, rslidar_sdk_common, rslidar_sdk_customized, static_transform_common, system-common, system-device, system-mqtt, system-node-weifang, system-port]
[Pipeline] sh
+ mkdir -p /root/workspace/weifang-config/container/A006/params_new/params_new
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A006/params_new/crane_align_common/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
crane_align_common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A006/params_new/crane_align_common/crane_align /root/workspace/weifang-config/container/A006/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A006/params_new/crane_align_customized/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
crane_align_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A006/params_new/crane_align_customized/crane_align /root/workspace/weifang-config/container/A006/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A006/params_new/hardware/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
hardware 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A006/params_new/hardware/hardware /root/workspace/weifang-config/container/A006/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A006/params_new/hesai_lidar_customized/
+ wc -l
[Pipeline] echo
2
[Pipeline] echo
hesai_lidar_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A006/params_new/hesai_lidar_customized/hesai_lidar /root/workspace/weifang-config/container/A006/params_new/hesai_lidar_customized/README.md /root/workspace/weifang-config/container/A006/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A006/params_new/lidar-extrinsics/
+ wc -l
[Pipeline] echo
3
[Pipeline] echo
lidar-extrinsics 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A006/params_new/lidar-extrinsics/crane_align /root/workspace/weifang-config/container/A006/params_new/lidar-extrinsics/extrinsics /root/workspace/weifang-config/container/A006/params_new/lidar-extrinsics/lidar_correction_files /root/workspace/weifang-config/container/A006/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A006/params_new/lidar_loc_v2_common/
[Pipeline] echo
1
[Pipeline] echo
lidar_loc_v2_common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A006/params_new/lidar_loc_v2_common/lidar_loc_v2 /root/workspace/weifang-config/container/A006/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A006/params_new/lidar_loc_v2_customized/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
lidar_loc_v2_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A006/params_new/lidar_loc_v2_customized/lidar_loc_v2 /root/workspace/weifang-config/container/A006/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A006/params_new/msf-port/
[Pipeline] echo
3
[Pipeline] echo
msf-port 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A006/params_new/msf-port/msf_assistant.yaml /root/workspace/weifang-config/container/A006/params_new/msf-port/msf_localization_share.yaml /root/workspace/weifang-config/container/A006/params_new/msf-port/README.md /root/workspace/weifang-config/container/A006/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A006/params_new/msf-vehicle/
[Pipeline] echo
4
[Pipeline] echo
msf-vehicle 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A006/params_new/msf-vehicle/extrinsics /root/workspace/weifang-config/container/A006/params_new/msf-vehicle/msf_localization_calibration.yaml /root/workspace/weifang-config/container/A006/params_new/msf-vehicle/msf_localization.yaml /root/workspace/weifang-config/container/A006/params_new/msf-vehicle/README.md /root/workspace/weifang-config/container/A006/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A006/params_new/perception_camera_driver/
[Pipeline] echo
1
[Pipeline] echo
perception_camera_driver 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A006/params_new/perception_camera_driver/slave /root/workspace/weifang-config/container/A006/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A006/params_new/perception_data_collection/
+ wc -l
[Pipeline] echo
2
[Pipeline] echo
perception_data_collection 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A006/params_new/perception_data_collection/data_collection /root/workspace/weifang-config/container/A006/params_new/perception_data_collection/README.md /root/workspace/weifang-config/container/A006/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A006/params_new/perception_lane_detection/
[Pipeline] echo
2
[Pipeline] echo
perception_lane_detection 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A006/params_new/perception_lane_detection/lane_detection /root/workspace/weifang-config/container/A006/params_new/perception_lane_detection/README.md /root/workspace/weifang-config/container/A006/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A006/params_new/perception_lidar_camera_fusion/
[Pipeline] echo
1
[Pipeline] echo
perception_lidar_camera_fusion 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A006/params_new/perception_lidar_camera_fusion/lidar_camera_fusion /root/workspace/weifang-config/container/A006/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A006/params_new/perception_new_detection/
+ wc -l
[Pipeline] echo
2
[Pipeline] echo
perception_new_detection 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A006/params_new/perception_new_detection/perception /root/workspace/weifang-config/container/A006/params_new/perception_new_detection/README.md /root/workspace/weifang-config/container/A006/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A006/params_new/perception_spreader_truck/
[Pipeline] echo
2
[Pipeline] echo
perception_spreader_truck 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A006/params_new/perception_spreader_truck/new_truck_spreader_detection /root/workspace/weifang-config/container/A006/params_new/perception_spreader_truck/README.md /root/workspace/weifang-config/container/A006/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A006/params_new/perception_vehicles/
[Pipeline] echo
2
[Pipeline] echo
perception_vehicles 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A006/params_new/perception_vehicles/extrinsics /root/workspace/weifang-config/container/A006/params_new/perception_vehicles/master /root/workspace/weifang-config/container/A006/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A006/params_new/pointcloud_customized/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
pointcloud_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A006/params_new/pointcloud_customized/pointcloud /root/workspace/weifang-config/container/A006/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A006/params_new/prediction_config/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
prediction_config 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A006/params_new/prediction_config/prediction /root/workspace/weifang-config/container/A006/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A006/params_new/rslidar_sdk_common/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
rslidar_sdk_common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A006/params_new/rslidar_sdk_common/rslidar_sdk /root/workspace/weifang-config/container/A006/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A006/params_new/rslidar_sdk_customized/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
rslidar_sdk_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A006/params_new/rslidar_sdk_customized/rslidar_sdk /root/workspace/weifang-config/container/A006/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A006/params_new/static_transform_common/
[Pipeline] echo
1
[Pipeline] echo
static_transform_common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A006/params_new/static_transform_common/static_transform.yaml /root/workspace/weifang-config/container/A006/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A006/params_new/system-common/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
system-common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A006/params_new/system-common/system-ros /root/workspace/weifang-config/container/A006/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A006/params_new/system-device/
[Pipeline] echo
3
[Pipeline] echo
system-device 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A006/params_new/system-device/master /root/workspace/weifang-config/container/A006/params_new/system-device/slave /root/workspace/weifang-config/container/A006/params_new/system-device/system-ros /root/workspace/weifang-config/container/A006/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A006/params_new/system-mqtt/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
system-mqtt 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A006/params_new/system-mqtt/system-ros /root/workspace/weifang-config/container/A006/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A006/params_new/system-node-weifang/
[Pipeline] echo
3
[Pipeline] echo
system-node-weifang 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A006/params_new/system-node-weifang/master /root/workspace/weifang-config/container/A006/params_new/system-node-weifang/slave /root/workspace/weifang-config/container/A006/params_new/system-node-weifang/system-ros /root/workspace/weifang-config/container/A006/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A006/params_new/system-port/
[Pipeline] echo
3
[Pipeline] echo
system-port 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A006/params_new/system-port/peripheral_controller.toml /root/workspace/weifang-config/container/A006/params_new/system-port/ros_can_interpreter.toml /root/workspace/weifang-config/container/A006/params_new/system-port/system-ros /root/workspace/weifang-config/container/A006/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A006/params_new/params_new/
crane_align
data_collection
extrinsics
hardware
hesai_lidar
lane_detection
lidar_camera_fusion
lidar_correction_files
lidar_loc_v2
master
msf_assistant.yaml
msf_localization_calibration.yaml
msf_localization_share.yaml
msf_localization.yaml
new_truck_spreader_detection
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/container/A006/params_new/params_new/crane_align /root/workspace/weifang-config/container/A006/params_new/params_new/data_collection /root/workspace/weifang-config/container/A006/params_new/params_new/extrinsics /root/workspace/weifang-config/container/A006/params_new/params_new/hardware /root/workspace/weifang-config/container/A006/params_new/params_new/hesai_lidar /root/workspace/weifang-config/container/A006/params_new/params_new/lane_detection /root/workspace/weifang-config/container/A006/params_new/params_new/lidar_camera_fusion /root/workspace/weifang-config/container/A006/params_new/params_new/lidar_correction_files /root/workspace/weifang-config/container/A006/params_new/params_new/lidar_loc_v2 /root/workspace/weifang-config/container/A006/params_new/params_new/master /root/workspace/weifang-config/container/A006/params_new/params_new/msf_assistant.yaml /root/workspace/weifang-config/container/A006/params_new/params_new/msf_localization_calibration.yaml /root/workspace/weifang-config/container/A006/params_new/params_new/msf_localization_share.yaml /root/workspace/weifang-config/container/A006/params_new/params_new/msf_localization.yaml /root/workspace/weifang-config/container/A006/params_new/params_new/new_truck_spreader_detection /root/workspace/weifang-config/container/A006/params_new/params_new/perception /root/workspace/weifang-config/container/A006/params_new/params_new/peripheral_controller.toml /root/workspace/weifang-config/container/A006/params_new/params_new/pointcloud /root/workspace/weifang-config/container/A006/params_new/params_new/prediction /root/workspace/weifang-config/container/A006/params_new/params_new/README.md /root/workspace/weifang-config/container/A006/params_new/params_new/ros_can_interpreter.toml /root/workspace/weifang-config/container/A006/params_new/params_new/rslidar_sdk /root/workspace/weifang-config/container/A006/params_new/params_new/slave /root/workspace/weifang-config/container/A006/params_new/params_new/static_transform.yaml /root/workspace/weifang-config/container/A006/params_new/params_new/system-ros /root/workspace/weifang-config/container/A006/params_A006/params/
[Pipeline] echo
A007拉取新参数方式
[Pipeline] sh
+ rm -rf /root/workspace/weifang-config/container/A007/params_new
[Pipeline] sh
+ mkdir -p /root/workspace/weifang-config/container/A007/params_new
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A007/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/A007.git
 > git init /root/workspace/weifang-config/container/A007/params_new # timeout=10
Fetching upstream changes from http://159.27.226.4/config/vehicles/A007.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/A007.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url http://159.27.226.4/config/vehicles/A007.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 f88365fda1c586faa67347b3f3e487611b43b6d6 (origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f88365fda1c586faa67347b3f3e487611b43b6d6 # timeout=300000
Commit message: "Update module: perception_new_detection to the lastest commit of weifang-cont_truck_zq_3pxt32-2rsbp-anglesensor"
 > git rev-list --no-walk f88365fda1c586faa67347b3f3e487611b43b6d6 # 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/A007.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/A007.git) registered for path 'lidar-extrinsics'
Submodule 'lidar_loc_v2_common' (git@159.27.226.4:lidar_localization_mapping/config/lidar_loc_v2/lidar_loc_v2_common.git) registered for path 'lidar_loc_v2_common'
Submodule 'lidar_loc_v2_customized' (git@159.27.226.4:lidar_localization_mapping/config/lidar_loc_v2/lidar_loc_v2_customized.git) registered for path 'lidar_loc_v2_customized'
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/A007.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_data_collection' (git@159.27.226.4:lidar/config/modules/perception_data_collection.git) registered for path 'perception_data_collection'
Submodule 'perception_lane_detection' (git@159.27.226.4:lidar/config/modules/perception_lane_detection.git) registered for path 'perception_lane_detection'
Submodule 'perception_lidar_camera_fusion' (git@159.27.226.4:lidar/config/modules/perception_lidar_camera_fusion.git) registered for path 'perception_lidar_camera_fusion'
Submodule 'perception_new_detection' (git@159.27.226.4:lidar/config/modules/perception_new_detection.git) registered for path 'perception_new_detection'
Submodule 'perception_spreader_imv' (git@159.27.226.4:lidar/config/modules/perception_spreader_imv.git) registered for path 'perception_spreader_imv'
Submodule 'perception_spreader_truck' (git@159.27.226.4:lidar/config/modules/perception_spreader_truck.git) registered for path 'perception_spreader_truck'
Submodule 'perception_vehicles' (git@159.27.226.4:lidar/config/vehicles/A007.git) registered for path 'perception_vehicles'
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 'rslidar_sdk_customized' (git@159.27.226.4:lidar_localization_mapping/config/rslidar_sdk/rslidar_sdk_customized.git) registered for path 'rslidar_sdk_customized'
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-mqtt' (git@159.27.226.4:system/config/system-mqtt.git) registered for path 'system-mqtt'
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'
[Pipeline] sh
+ git submodule update --remote --progress
Cloning into '/root/workspace/weifang-config/container/A007/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:  50% (6/12)
Resolving deltas:  75% (9/12)
Resolving deltas: 100% (12/12)
Resolving deltas: 100% (12/12), done.
Cloning into '/root/workspace/weifang-config/container/A007/params_new/crane_align_customized'...
remote: Enumerating objects: 1631, done.        
remote: Counting objects:   1% (1/100)        
remote: Counting objects:   2% (2/100)        
remote: Counting objects:   3% (3/100)        
remote: Counting objects:   4% (4/100)        
remote: Counting objects:   5% (5/100)        
remote: Counting objects:   6% (6/100)        
remote: Counting objects:   7% (7/100)        
remote: Counting objects:   8% (8/100)        
remote: Counting objects:   9% (9/100)        
remote: Counting objects:  10% (10/100)        
remote: Counting objects:  11% (11/100)        
remote: Counting objects:  12% (12/100)        
remote: Counting objects:  13% (13/100)        
remote: Counting objects:  14% (14/100)        
remote: Counting objects:  15% (15/100)        
remote: Counting objects:  16% (16/100)        
remote: Counting objects:  17% (17/100)        
remote: Counting objects:  18% (18/100)        
remote: Counting objects:  19% (19/100)        
remote: Counting objects:  20% (20/100)        
remote: Counting objects:  21% (21/100)        
remote: Counting objects:  22% (22/100)        
remote: Counting objects:  23% (23/100)        
remote: Counting objects:  24% (24/100)        
remote: Counting objects:  25% (25/100)        
remote: Counting objects:  26% (26/100)        
remote: Counting objects:  27% (27/100)        
remote: Counting objects:  28% (28/100)        
remote: Counting objects:  29% (29/100)        
remote: Counting objects:  30% (30/100)        
remote: Counting objects:  31% (31/100)        
remote: Counting objects:  32% (32/100)        
remote: Counting objects:  33% (33/100)        
remote: Counting objects:  34% (34/100)        
remote: Counting objects:  35% (35/100)        
remote: Counting objects:  36% (36/100)        
remote: Counting objects:  37% (37/100)        
remote: Counting objects:  38% (38/100)        
remote: Counting objects:  39% (39/100)        
remote: Counting objects:  40% (40/100)        
remote: Counting objects:  41% (41/100)        
remote: Counting objects:  42% (42/100)        
remote: Counting objects:  43% (43/100)        
remote: Counting objects:  44% (44/100)        
remote: Counting objects:  45% (45/100)        
remote: Counting objects:  46% (46/100)        
remote: Counting objects:  47% (47/100)        
remote: Counting objects:  48% (48/100)        
remote: Counting objects:  49% (49/100)        
remote: Counting objects:  50% (50/100)        
remote: Counting objects:  51% (51/100)        
remote: Counting objects:  52% (52/100)        
remote: Counting objects:  53% (53/100)        
remote: Counting objects:  54% (54/100)        
remote: Counting objects:  55% (55/100)        
remote: Counting objects:  56% (56/100)        
remote: Counting objects:  57% (57/100)        
remote: Counting objects:  58% (58/100)        
remote: Counting objects:  59% (59/100)        
remote: Counting objects:  60% (60/100)        
remote: Counting objects:  61% (61/100)        
remote: Counting objects:  62% (62/100)        
remote: Counting objects:  63% (63/100)        
remote: Counting objects:  64% (64/100)        
remote: Counting objects:  65% (65/100)        
remote: Counting objects:  66% (66/100)        
remote: Counting objects:  67% (67/100)        
remote: Counting objects:  68% (68/100)        
remote: Counting objects:  69% (69/100)        
remote: Counting objects:  70% (70/100)        
remote: Counting objects:  71% (71/100)        
remote: Counting objects:  72% (72/100)        
remote: Counting objects:  73% (73/100)        
remote: Counting objects:  74% (74/100)        
remote: Counting objects:  75% (75/100)        
remote: Counting objects:  76% (76/100)        
remote: Counting objects:  77% (77/100)        
remote: Counting objects:  78% (78/100)        
remote: Counting objects:  79% (79/100)        
remote: Counting objects:  80% (80/100)        
remote: Counting objects:  81% (81/100)        
remote: Counting objects:  82% (82/100)        
remote: Counting objects:  83% (83/100)        
remote: Counting objects:  84% (84/100)        
remote: Counting objects:  85% (85/100)        
remote: Counting objects:  86% (86/100)        
remote: Counting objects:  87% (87/100)        
remote: Counting objects:  88% (88/100)        
remote: Counting objects:  89% (89/100)        
remote: Counting objects:  90% (90/100)        
remote: Counting objects:  91% (91/100)        
remote: Counting objects:  92% (92/100)        
remote: Counting objects:  93% (93/100)        
remote: Counting objects:  94% (94/100)        
remote: Counting objects:  95% (95/100)        
remote: Counting objects:  96% (96/100)        
remote: Counting objects:  97% (97/100)        
remote: Counting objects:  98% (98/100)        
remote: Counting objects:  99% (99/100)        
remote: Counting objects: 100% (100/100)        
remote: Counting objects: 100% (100/100), done.
remote: Compressing objects:   1% (1/53)        
remote: Compressing objects:   3% (2/53)        
remote: Compressing objects:   5% (3/53)        
remote: Compressing objects:   7% (4/53)        
remote: Compressing objects:   9% (5/53)        
remote: Compressing objects:  11% (6/53)        
remote: Compressing objects:  13% (7/53)        
remote: Compressing objects:  15% (8/53)        
remote: Compressing objects:  16% (9/53)        
remote: Compressing objects:  18% (10/53)        
remote: Compressing objects:  20% (11/53)        
remote: Compressing objects:  22% (12/53)        
remote: Compressing objects:  24% (13/53)        
remote: Compressing objects:  26% (14/53)        
remote: Compressing objects:  28% (15/53)        
remote: Compressing objects:  30% (16/53)        
remote: Compressing objects:  32% (17/53)        
remote: Compressing objects:  33% (18/53)        
remote: Compressing objects:  35% (19/53)        
remote: Compressing objects:  37% (20/53)        
remote: Compressing objects:  39% (21/53)        
remote: Compressing objects:  41% (22/53)        
remote: Compressing objects:  43% (23/53)        
remote: Compressing objects:  45% (24/53)        
remote: Compressing objects:  47% (25/53)        
remote: Compressing objects:  49% (26/53)        
remote: Compressing objects:  50% (27/53)        
remote: Compressing objects:  52% (28/53)        
remote: Compressing objects:  54% (29/53)        
remote: Compressing objects:  56% (30/53)        
remote: Compressing objects:  58% (31/53)        
remote: Compressing objects:  60% (32/53)        
remote: Compressing objects:  62% (33/53)        
remote: Compressing objects:  64% (34/53)        
remote: Compressing objects:  66% (35/53)        
remote: Compressing objects:  67% (36/53)        
remote: Compressing objects:  69% (37/53)        
remote: Compressing objects:  71% (38/53)        
remote: Compressing objects:  73% (39/53)        
remote: Compressing objects:  75% (40/53)        
remote: Compressing objects:  77% (41/53)        
remote: Compressing objects:  79% (42/53)        
remote: Compressing objects:  81% (43/53)        
remote: Compressing objects:  83% (44/53)        
remote: Compressing objects:  84% (45/53)        
remote: Compressing objects:  86% (46/53)        
remote: Compressing objects:  88% (47/53)        
remote: Compressing objects:  90% (48/53)        
remote: Compressing objects:  92% (49/53)        
remote: Compressing objects:  94% (50/53)        
remote: Compressing objects:  96% (51/53)        
remote: Compressing objects:  98% (52/53)        
remote: Compressing objects: 100% (53/53)        
remote: Compressing objects: 100% (53/53), done.        
Receiving objects:   0% (1/1631)
Receiving objects:   1% (17/1631)
Receiving objects:   2% (33/1631)
Receiving objects:   3% (49/1631)
Receiving objects:   4% (66/1631)
Receiving objects:   5% (82/1631)
Receiving objects:   6% (98/1631)
Receiving objects:   7% (115/1631)
Receiving objects:   8% (131/1631)
Receiving objects:   9% (147/1631)
Receiving objects:  10% (164/1631)
Receiving objects:  11% (180/1631)
Receiving objects:  12% (196/1631)
Receiving objects:  13% (213/1631)
Receiving objects:  14% (229/1631)
Receiving objects:  15% (245/1631)
Receiving objects:  16% (261/1631)
Receiving objects:  17% (278/1631)
Receiving objects:  18% (294/1631)
Receiving objects:  19% (310/1631)
Receiving objects:  20% (327/1631)
Receiving objects:  21% (343/1631)
Receiving objects:  22% (359/1631)
Receiving objects:  23% (376/1631)
Receiving objects:  24% (392/1631)
Receiving objects:  25% (408/1631)
Receiving objects:  26% (425/1631)
Receiving objects:  27% (441/1631)
Receiving objects:  28% (457/1631)
Receiving objects:  29% (473/1631)
Receiving objects:  30% (490/1631)
Receiving objects:  31% (506/1631)
Receiving objects:  32% (522/1631)
Receiving objects:  33% (539/1631)
Receiving objects:  34% (555/1631)
Receiving objects:  35% (571/1631)
Receiving objects:  36% (588/1631)
Receiving objects:  37% (604/1631)
Receiving objects:  38% (620/1631)
Receiving objects:  39% (637/1631)
Receiving objects:  40% (653/1631)
Receiving objects:  41% (669/1631)
Receiving objects:  42% (686/1631)
Receiving objects:  43% (702/1631)
Receiving objects:  44% (718/1631)
Receiving objects:  45% (734/1631)
Receiving objects:  46% (751/1631)
Receiving objects:  47% (767/1631)
Receiving objects:  48% (783/1631)
Receiving objects:  49% (800/1631)
Receiving objects:  50% (816/1631)
Receiving objects:  51% (832/1631)
Receiving objects:  52% (849/1631)
Receiving objects:  53% (865/1631)
Receiving objects:  54% (881/1631)
Receiving objects:  55% (898/1631)
Receiving objects:  56% (914/1631)
Receiving objects:  57% (930/1631)
Receiving objects:  58% (946/1631)
Receiving objects:  59% (963/1631)
Receiving objects:  60% (979/1631)
Receiving objects:  61% (995/1631)
Receiving objects:  62% (1012/1631)
Receiving objects:  63% (1028/1631)
Receiving objects:  64% (1044/1631)
Receiving objects:  65% (1061/1631)
Receiving objects:  66% (1077/1631)
Receiving objects:  67% (1093/1631)
Receiving objects:  68% (1110/1631)
Receiving objects:  69% (1126/1631)
Receiving objects:  70% (1142/1631)
Receiving objects:  71% (1159/1631)
Receiving objects:  72% (1175/1631)
Receiving objects:  73% (1191/1631)
Receiving objects:  74% (1207/1631)
Receiving objects:  75% (1224/1631)
Receiving objects:  76% (1240/1631)
Receiving objects:  77% (1256/1631)
Receiving objects:  78% (1273/1631)
Receiving objects:  79% (1289/1631)
Receiving objects:  80% (1305/1631)
Receiving objects:  81% (1322/1631)
Receiving objects:  82% (1338/1631)
Receiving objects:  83% (1354/1631)
Receiving objects:  84% (1371/1631)
Receiving objects:  85% (1387/1631)
Receiving objects:  86% (1403/1631)
Receiving objects:  87% (1419/1631)
Receiving objects:  88% (1436/1631)
Receiving objects:  89% (1452/1631)
Receiving objects:  90% (1468/1631)
Receiving objects:  91% (1485/1631)
Receiving objects:  92% (1501/1631)
remote: Total 1631 (delta 36), reused 69 (delta 23), pack-reused 1531        
Receiving objects:  93% (1517/1631)
Receiving objects:  94% (1534/1631)
Receiving objects:  95% (1550/1631)
Receiving objects:  96% (1566/1631)
Receiving objects:  97% (1583/1631)
Receiving objects:  98% (1599/1631)
Receiving objects:  99% (1615/1631)
Receiving objects: 100% (1631/1631)
Receiving objects: 100% (1631/1631), 494.14 KiB | 32.94 MiB/s, done.
Resolving deltas:   0% (0/780)
Resolving deltas:   1% (9/780)
Resolving deltas:   2% (16/780)
Resolving deltas:   3% (25/780)
Resolving deltas:   4% (32/780)
Resolving deltas:   5% (39/780)
Resolving deltas:   6% (53/780)
Resolving deltas:  14% (116/780)
Resolving deltas:  16% (125/780)
Resolving deltas:  17% (133/780)
Resolving deltas:  19% (150/780)
Resolving deltas:  22% (177/780)
Resolving deltas:  24% (190/780)
Resolving deltas:  25% (197/780)
Resolving deltas:  26% (206/780)
Resolving deltas:  27% (217/780)
Resolving deltas:  29% (228/780)
Resolving deltas:  30% (235/780)
Resolving deltas:  36% (284/780)
Resolving deltas:  39% (305/780)
Resolving deltas:  43% (340/780)
Resolving deltas:  44% (345/780)
Resolving deltas:  46% (359/780)
Resolving deltas:  47% (368/780)
Resolving deltas:  49% (386/780)
Resolving deltas:  50% (393/780)
Resolving deltas:  51% (401/780)
Resolving deltas:  52% (408/780)
Resolving deltas:  53% (414/780)
Resolving deltas:  54% (426/780)
Resolving deltas:  56% (444/780)
Resolving deltas:  57% (446/780)
Resolving deltas:  58% (456/780)
Resolving deltas:  59% (462/780)
Resolving deltas:  61% (476/780)
Resolving deltas:  63% (494/780)
Resolving deltas:  65% (511/780)
Resolving deltas:  66% (515/780)
Resolving deltas:  67% (524/780)
Resolving deltas:  69% (539/780)
Resolving deltas:  71% (561/780)
Resolving deltas:  72% (566/780)
Resolving deltas:  73% (572/780)
Resolving deltas:  74% (581/780)
Resolving deltas:  75% (587/780)
Resolving deltas:  76% (594/780)
Resolving deltas:  81% (636/780)
Resolving deltas: 100% (780/780)
Resolving deltas: 100% (780/780), done.
Cloning into '/root/workspace/weifang-config/container/A007/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/container/A007/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/container/A007/params_new/lidar-extrinsics'...
remote: Enumerating objects: 97, done.        
remote: Counting objects:   2% (1/46)        
remote: Counting objects:   4% (2/46)        
remote: Counting objects:   6% (3/46)        
remote: Counting objects:   8% (4/46)        
remote: Counting objects:  10% (5/46)        
remote: Counting objects:  13% (6/46)        
remote: Counting objects:  15% (7/46)        
remote: Counting objects:  17% (8/46)        
remote: Counting objects:  19% (9/46)        
remote: Counting objects:  21% (10/46)        
remote: Counting objects:  23% (11/46)        
remote: Counting objects:  26% (12/46)        
remote: Counting objects:  28% (13/46)        
remote: Counting objects:  30% (14/46)        
remote: Counting objects:  32% (15/46)        
remote: Counting objects:  34% (16/46)        
remote: Counting objects:  36% (17/46)        
remote: Counting objects:  39% (18/46)        
remote: Counting objects:  41% (19/46)        
remote: Counting objects:  43% (20/46)        
remote: Counting objects:  45% (21/46)        
remote: Counting objects:  47% (22/46)        
remote: Counting objects:  50% (23/46)        
remote: Counting objects:  52% (24/46)        
remote: Counting objects:  54% (25/46)        
remote: Counting objects:  56% (26/46)        
remote: Counting objects:  58% (27/46)        
remote: Counting objects:  60% (28/46)        
remote: Counting objects:  63% (29/46)        
remote: Counting objects:  65% (30/46)        
remote: Counting objects:  67% (31/46)        
remote: Counting objects:  69% (32/46)        
remote: Counting objects:  71% (33/46)        
remote: Counting objects:  73% (34/46)        
remote: Counting objects:  76% (35/46)        
remote: Counting objects:  78% (36/46)
remote: Counting objects:  80% (37/46)        
remote: Counting objects:  82% (38/46)        
remote: Counting objects:  84% (39/46)        
remote: Counting objects:  86% (40/46)        
remote: Counting objects:  89% (41/46)        
remote: Counting objects:  91% (42/46)        
remote: Counting objects:  93% (43/46)        
remote: Counting objects:  95% (44/46)        
remote: Counting objects:  97% (45/46)        
remote: Counting objects: 100% (46/46)        
remote: Counting objects: 100% (46/46), done.        
remote: Compressing objects:   2% (1/43)        
remote: Compressing objects:   4% (2/43)        
remote: Compressing objects:   6% (3/43)        
remote: Compressing objects:   9% (4/43)        
remote: Compressing objects:  11% (5/43)        
remote: Compressing objects:  13% (6/43)        
remote: Compressing objects:  16% (7/43)        
remote: Compressing objects:  18% (8/43)        
remote: Compressing objects:  20% (9/43)        
remote: Compressing objects:  23% (10/43)        
remote: Compressing objects:  25% (11/43)        
remote: Compressing objects:  27% (12/43)        
remote: Compressing objects:  30% (13/43)        
remote: Compressing objects:  32% (14/43)        
remote: Compressing objects:  34% (15/43)        
remote: Compressing objects:  37% (16/43)        
remote: Compressing objects:  39% (17/43)        
remote: Compressing objects:  41% (18/43)        
remote: Compressing objects:  44% (19/43)        
remote: Compressing objects:  46% (20/43)        
remote: Compressing objects:  48% (21/43)        
remote: Compressing objects:  51% (22/43)        
remote: Compressing objects:  53% (23/43)
remote: Compressing objects:  55% (24/43)        
remote: Compressing objects:  58% (25/43)        
remote: Compressing objects:  60% (26/43)        
remote: Compressing objects:  62% (27/43)        
remote: Compressing objects:  65% (28/43)        
remote: Compressing objects:  67% (29/43)        
remote: Compressing objects:  69% (30/43)        
remote: Compressing objects:  72% (31/43)        
remote: Compressing objects:  74% (32/43)        
remote: Compressing objects:  76% (33/43)        
remote: Compressing objects:  79% (34/43)        
remote: Compressing objects:  81% (35/43)        
remote: Compressing objects:  83% (36/43)        
remote: Compressing objects:  86% (37/43)        
remote: Compressing objects:  88% (38/43)        
remote: Compressing objects:  90% (39/43)        
remote: Compressing objects:  93% (40/43)        
remote: Compressing objects:  95% (41/43)        
remote: Compressing objects:  97% (42/43)        
remote: Compressing objects: 100% (43/43)        
remote: Compressing objects: 100% (43/43), done.        
Receiving objects:   1% (1/97)
Receiving objects:   2% (2/97)
Receiving objects:   3% (3/97)
Receiving objects:   4% (4/97)
Receiving objects:   5% (5/97)
Receiving objects:   6% (6/97)
Receiving objects:   7% (7/97)
Receiving objects:   8% (8/97)
Receiving objects:   9% (9/97)
Receiving objects:  10% (10/97)
Receiving objects:  11% (11/97)
Receiving objects:  12% (12/97)
Receiving objects:  13% (13/97)
Receiving objects:  14% (14/97)
Receiving objects:  15% (15/97)
Receiving objects:  16% (16/97)
Receiving objects:  17% (17/97)
Receiving objects:  18% (18/97)
Receiving objects:  19% (19/97)
Receiving objects:  20% (20/97)
Receiving objects:  21% (21/97)
Receiving objects:  22% (22/97)
Receiving objects:  23% (23/97)
Receiving objects:  24% (24/97)
Receiving objects:  25% (25/97)
Receiving objects:  26% (26/97)
Receiving objects:  27% (27/97)
Receiving objects:  28% (28/97)
Receiving objects:  29% (29/97)
Receiving objects:  30% (30/97)
Receiving objects:  31% (31/97)
Receiving objects:  32% (32/97)
Receiving objects:  34% (33/97)
Receiving objects:  35% (34/97)
Receiving objects:  36% (35/97)
Receiving objects:  37% (36/97)
Receiving objects:  38% (37/97)
Receiving objects:  39% (38/97)
Receiving objects:  40% (39/97)
Receiving objects:  41% (40/97)
Receiving objects:  42% (41/97)
Receiving objects:  43% (42/97)
Receiving objects:  44% (43/97)
Receiving objects:  45% (44/97)
Receiving objects:  46% (45/97)
Receiving objects:  47% (46/97)
Receiving objects:  48% (47/97)
Receiving objects:  49% (48/97)
Receiving objects:  50% (49/97)
Receiving objects:  51% (50/97)
Receiving objects:  52% (51/97)
Receiving objects:  53% (52/97)
Receiving objects:  54% (53/97)
Receiving objects:  55% (54/97)
Receiving objects:  56% (55/97)
Receiving objects:  57% (56/97)
Receiving objects:  58% (57/97)
remote: Total 97 (delta 6), reused 0 (delta 0), pack-reused 51        
Receiving objects:  59% (58/97)
Receiving objects:  60% (59/97)
Receiving objects:  61% (60/97)
Receiving objects:  62% (61/97)
Receiving objects:  63% (62/97)
Receiving objects:  64% (63/97)
Receiving objects:  65% (64/97)
Receiving objects:  67% (65/97)
Receiving objects:  68% (66/97)
Receiving objects:  69% (67/97)
Receiving objects:  70% (68/97)
Receiving objects:  71% (69/97)
Receiving objects:  72% (70/97)
Receiving objects:  73% (71/97)
Receiving objects:  74% (72/97)
Receiving objects:  75% (73/97)
Receiving objects:  76% (74/97)
Receiving objects:  77% (75/97)
Receiving objects:  78% (76/97)
Receiving objects:  79% (77/97)
Receiving objects:  80% (78/97)
Receiving objects:  81% (79/97)
Receiving objects:  82% (80/97)
Receiving objects:  83% (81/97)
Receiving objects:  84% (82/97)
Receiving objects:  85% (83/97)
Receiving objects:  86% (84/97)
Receiving objects:  87% (85/97)
Receiving objects:  88% (86/97)
Receiving objects:  89% (87/97)
Receiving objects:  90% (88/97)
Receiving objects:  91% (89/97)
Receiving objects:  92% (90/97)
Receiving objects:  93% (91/97)
Receiving objects:  94% (92/97)
Receiving objects:  95% (93/97)
Receiving objects:  96% (94/97)
Receiving objects:  97% (95/97)
Receiving objects:  98% (96/97)
Receiving objects: 100% (97/97)
Receiving objects: 100% (97/97), 12.41 KiB | 12.41 MiB/s, done.
Resolving deltas:   0% (0/16)
Resolving deltas:   6% (1/16)
Resolving deltas:  31% (5/16)
Resolving deltas:  43% (7/16)
Resolving deltas:  50% (8/16)
Resolving deltas:  62% (10/16)
Resolving deltas:  81% (13/16)
Resolving deltas:  93% (15/16)
Resolving deltas: 100% (16/16)
Resolving deltas: 100% (16/16), done.
Cloning into '/root/workspace/weifang-config/container/A007/params_new/lidar_loc_v2_common'...
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:   4% (1/24)        
remote: Compressing objects:   8% (2/24)        
remote: Compressing objects:  12% (3/24)        
remote: Compressing objects:  16% (4/24)        
remote: Compressing objects:  20% (5/24)        
remote: Compressing objects:  25% (6/24)        
remote: Compressing objects:  29% (7/24)        
remote: Compressing objects:  33% (8/24)        
remote: Compressing objects:  37% (9/24)        
remote: Compressing objects:  41% (10/24)        
remote: Compressing objects:  45% (11/24)        
remote: Compressing objects:  50% (12/24)        
remote: Compressing objects:  54% (13/24)        
remote: Compressing objects:  58% (14/24)        
remote: Compressing objects:  62% (15/24)        
remote: Compressing objects:  66% (16/24)        
remote: Compressing objects:  70% (17/24)        
remote: Compressing objects:  75% (18/24)        
remote: Compressing objects:  79% (19/24)        
remote: Compressing objects:  83% (20/24)        
remote: Compressing objects:  87% (21/24)        
remote: Compressing objects:  91% (22/24)        
remote: Compressing objects:  95% (23/24)        
remote: Compressing objects: 100% (24/24)        
remote: Compressing objects: 100% (24/24), done.        
remote: Total 30 (delta 5), 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), 6.52 KiB | 6.52 MiB/s, done.
Resolving deltas:   0% (0/5)
Resolving deltas: 100% (5/5)
Resolving deltas: 100% (5/5), done.
Cloning into '/root/workspace/weifang-config/container/A007/params_new/lidar_loc_v2_customized'...
remote: Enumerating objects: 417, done.        
remote: Counting objects:   0% (1/216)        
remote: Counting objects:   1% (3/216)        
remote: Counting objects:   2% (5/216)        
remote: Counting objects:   3% (7/216)        
remote: Counting objects:   4% (9/216)        
remote: Counting objects:   5% (11/216)        
remote: Counting objects:   6% (13/216)        
remote: Counting objects:   7% (16/216)        
remote: Counting objects:   8% (18/216)        
remote: Counting objects:   9% (20/216)        
remote: Counting objects:  10% (22/216)        
remote: Counting objects:  11% (24/216)        
remote: Counting objects:  12% (26/216)        
remote: Counting objects:  13% (29/216)        
remote: Counting objects:  14% (31/216)        
remote: Counting objects:  15% (33/216)        
remote: Counting objects:  16% (35/216)        
remote: Counting objects:  17% (37/216)        
remote: Counting objects:  18% (39/216)        
remote: Counting objects:  19% (42/216)        
remote: Counting objects:  20% (44/216)        
remote: Counting objects:  21% (46/216)        
remote: Counting objects:  22% (48/216)        
remote: Counting objects:  23% (50/216)        
remote: Counting objects:  24% (52/216)        
remote: Counting objects:  25% (54/216)        
remote: Counting objects:  26% (57/216)        
remote: Counting objects:  27% (59/216)        
remote: Counting objects:  28% (61/216)        
remote: Counting objects:  29% (63/216)        
remote: Counting objects:  30% (65/216)        
remote: Counting objects:  31% (67/216)        
remote: Counting objects:  32% (70/216)        
remote: Counting objects:  33% (72/216)        
remote: Counting objects:  34% (74/216)        
remote: Counting objects:  35% (76/216)        
remote: Counting objects:  36% (78/216)        
remote: Counting objects:  37% (80/216)        
remote: Counting objects:  38% (83/216)        
remote: Counting objects:  39% (85/216)        
remote: Counting objects:  40% (87/216)        
remote: Counting objects:  41% (89/216)        
remote: Counting objects:  42% (91/216)        
remote: Counting objects:  43% (93/216)        
remote: Counting objects:  44% (96/216)        
remote: Counting objects:  45% (98/216)        
remote: Counting objects:  46% (100/216)        
remote: Counting objects:  47% (102/216)        
remote: Counting objects:  48% (104/216)        
remote: Counting objects:  49% (106/216)        
remote: Counting objects:  50% (108/216)        
remote: Counting objects:  51% (111/216)        
remote: Counting objects:  52% (113/216)        
remote: Counting objects:  53% (115/216)        
remote: Counting objects:  54% (117/216)        
remote: Counting objects:  55% (119/216)        
remote: Counting objects:  56% (121/216)        
remote: Counting objects:  57% (124/216)        
remote: Counting objects:  58% (126/216)        
remote: Counting objects:  59% (128/216)        
remote: Counting objects:  60% (130/216)        
remote: Counting objects:  61% (132/216)        
remote: Counting objects:  62% (134/216)        
remote: Counting objects:  63% (137/216)        
remote: Counting objects:  64% (139/216)        
remote: Counting objects:  65% (141/216)        
remote: Counting objects:  66% (143/216)        
remote: Counting objects:  67% (145/216)        
remote: Counting objects:  68% (147/216)        
remote: Counting objects:  69% (150/216)        
remote: Counting objects:  70% (152/216)        
remote: Counting objects:  71% (154/216)        
remote: Counting objects:  72% (156/216)        
remote: Counting objects:  73% (158/216)        
remote: Counting objects:  74% (160/216)        
remote: Counting objects:  75% (162/216)        
remote: Counting objects:  76% (165/216)        
remote: Counting objects:  77% (167/216)        
remote: Counting objects:  78% (169/216)        
remote: Counting objects:  79% (171/216)        
remote: Counting objects:  80% (173/216)        
remote: Counting objects:  81% (175/216)        
remote: Counting objects:  82% (178/216)        
remote: Counting objects:  83% (180/216)        
remote: Counting objects:  84% (182/216)        
remote: Counting objects:  85% (184/216)        
remote: Counting objects:  86% (186/216)        
remote: Counting objects:  87% (188/216)        
remote: Counting objects:  88% (191/216)        
remote: Counting objects:  89% (193/216)        
remote: Counting objects:  90% (195/216)        
remote: Counting objects:  91% (197/216)        
remote: Counting objects:  92% (199/216)        
remote: Counting objects:  93% (201/216)        
remote: Counting objects:  94% (204/216)        
remote: Counting objects:  95% (206/216)        
remote: Counting objects:  96% (208/216)        
remote: Counting objects:  97% (210/216)        
remote: Counting objects:  98% (212/216)        
remote: Counting objects:  99% (214/216)        
remote: Counting objects: 100% (216/216)        
remote: Counting objects: 100% (216/216), done.        
remote: Compressing objects:   0% (1/115)        
remote: Compressing objects:   1% (2/115)        
remote: Compressing objects:   2% (3/115)        
remote: Compressing objects:   3% (4/115)        
remote: Compressing objects:   4% (5/115)        
remote: Compressing objects:   5% (6/115)        
remote: Compressing objects:   6% (7/115)        
remote: Compressing objects:   7% (9/115)        
remote: Compressing objects:   8% (10/115)        
remote: Compressing objects:   9% (11/115)        
remote: Compressing objects:  10% (12/115)        
remote: Compressing objects:  11% (13/115)        
remote: Compressing objects:  12% (14/115)        
remote: Compressing objects:  13% (15/115)        
remote: Compressing objects:  14% (17/115)        
remote: Compressing objects:  15% (18/115)        
remote: Compressing objects:  16% (19/115)        
remote: Compressing objects:  17% (20/115)        
remote: Compressing objects:  18% (21/115)        
remote: Compressing objects:  19% (22/115)        
remote: Compressing objects:  20% (23/115)        
remote: Compressing objects:  21% (25/115)        
remote: Compressing objects:  22% (26/115)        
remote: Compressing objects:  23% (27/115)        
remote: Compressing objects:  24% (28/115)        
remote: Compressing objects:  25% (29/115)        
remote: Compressing objects:  26% (30/115)        
remote: Compressing objects:  27% (32/115)        
remote: Compressing objects:  28% (33/115)        
remote: Compressing objects:  29% (34/115)        
remote: Compressing objects:  30% (35/115)        
remote: Compressing objects:  31% (36/115)        
remote: Compressing objects:  32% (37/115)        
remote: Compressing objects:  33% (38/115)        
remote: Compressing objects:  34% (40/115)        
remote: Compressing objects:  35% (41/115)        
remote: Compressing objects:  36% (42/115)        
remote: Compressing objects:  37% (43/115)        
remote: Compressing objects:  38% (44/115)        
remote: Compressing objects:  39% (45/115)        
remote: Compressing objects:  40% (46/115)        
remote: Compressing objects:  41% (48/115)        
remote: Compressing objects:  42% (49/115)        
remote: Compressing objects:  43% (50/115)        
remote: Compressing objects:  44% (51/115)        
remote: Compressing objects:  45% (52/115)        
remote: Compressing objects:  46% (53/115)        
remote: Compressing objects:  47% (55/115)        
remote: Compressing objects:  48% (56/115)        
remote: Compressing objects:  49% (57/115)        
remote: Compressing objects:  50% (58/115)        
remote: Compressing objects:  51% (59/115)        
remote: Compressing objects:  52% (60/115)        
remote: Compressing objects:  53% (61/115)        
remote: Compressing objects:  54% (63/115)        
remote: Compressing objects:  55% (64/115)        
remote: Compressing objects:  56% (65/115)        
remote: Compressing objects:  57% (66/115)        
remote: Compressing objects:  58% (67/115)        
remote: Compressing objects:  59% (68/115)        
remote: Compressing objects:  60% (69/115)        
remote: Compressing objects:  61% (71/115)        
remote: Compressing objects:  62% (72/115)        
remote: Compressing objects:  63% (73/115)        
remote: Compressing objects:  64% (74/115)        
remote: Compressing objects:  65% (75/115)        
remote: Compressing objects:  66% (76/115)        
remote: Compressing objects:  67% (78/115)        
remote: Compressing objects:  68% (79/115)        
remote: Compressing objects:  69% (80/115)        
remote: Compressing objects:  70% (81/115)        
remote: Compressing objects:  71% (82/115)        
remote: Compressing objects:  72% (83/115)        
remote: Compressing objects:  73% (84/115)        
remote: Compressing objects:  74% (86/115)        
remote: Compressing objects:  75% (87/115)        
remote: Compressing objects:  76% (88/115)        
remote: Compressing objects:  77% (89/115)        
remote: Compressing objects:  78% (90/115)        
remote: Compressing objects:  79% (91/115)        
remote: Compressing objects:  80% (92/115)        
remote: Compressing objects:  81% (94/115)        
remote: Compressing objects:  82% (95/115)        
remote: Compressing objects:  83% (96/115)        
remote: Compressing objects:  84% (97/115)        
remote: Compressing objects:  85% (98/115)        
remote: Compressing objects:  86% (99/115)        
remote: Compressing objects:  87% (101/115)        
remote: Compressing objects:  88% (102/115)        
remote: Compressing objects:  89% (103/115)        
remote: Compressing objects:  90% (104/115)        
remote: Compressing objects:  91% (105/115)        
remote: Compressing objects:  92% (106/115)        
remote: Compressing objects:  93% (107/115)        
remote: Compressing objects:  94% (109/115)        
remote: Compressing objects:  95% (110/115)        
remote: Compressing objects:  96% (111/115)        
remote: Compressing objects:  97% (112/115)        
remote: Compressing objects:  98% (113/115)        
remote: Compressing objects:  99% (114/115)        
remote: Compressing objects: 100% (115/115)        
remote: Compressing objects: 100% (115/115), done.        
Receiving objects:   0% (1/417)
Receiving objects:   1% (5/417)
Receiving objects:   2% (9/417)
Receiving objects:   3% (13/417)
Receiving objects:   4% (17/417)
Receiving objects:   5% (21/417)
Receiving objects:   6% (26/417)
Receiving objects:   7% (30/417)
Receiving objects:   8% (34/417)
Receiving objects:   9% (38/417)
Receiving objects:  10% (42/417)
Receiving objects:  11% (46/417)
Receiving objects:  12% (51/417)
Receiving objects:  13% (55/417)
Receiving objects:  14% (59/417)
Receiving objects:  15% (63/417)
Receiving objects:  16% (67/417)
Receiving objects:  17% (71/417)
Receiving objects:  18% (76/417)
Receiving objects:  19% (80/417)
Receiving objects:  20% (84/417)
Receiving objects:  21% (88/417)
Receiving objects:  22% (92/417)
Receiving objects:  23% (96/417)
Receiving objects:  24% (101/417)
Receiving objects:  25% (105/417)
Receiving objects:  26% (109/417)
Receiving objects:  27% (113/417)
Receiving objects:  28% (117/417)
Receiving objects:  29% (121/417)
Receiving objects:  30% (126/417)
Receiving objects:  31% (130/417)
Receiving objects:  32% (134/417)
Receiving objects:  33% (138/417)
Receiving objects:  34% (142/417)
Receiving objects:  35% (146/417)
Receiving objects:  36% (151/417)
Receiving objects:  37% (155/417)
Receiving objects:  38% (159/417)
Receiving objects:  39% (163/417)
Receiving objects:  40% (167/417)
Receiving objects:  41% (171/417)
Receiving objects:  42% (176/417)
Receiving objects:  43% (180/417)
Receiving objects:  44% (184/417)
Receiving objects:  45% (188/417)
Receiving objects:  46% (192/417)
Receiving objects:  47% (196/417)
Receiving objects:  48% (201/417)
Receiving objects:  49% (205/417)
Receiving objects:  50% (209/417)
Receiving objects:  51% (213/417)
Receiving objects:  52% (217/417)
Receiving objects:  53% (222/417)
Receiving objects:  54% (226/417)
Receiving objects:  55% (230/417)
Receiving objects:  56% (234/417)
Receiving objects:  57% (238/417)
Receiving objects:  58% (242/417)
Receiving objects:  59% (247/417)
Receiving objects:  60% (251/417)
Receiving objects:  61% (255/417)
Receiving objects:  62% (259/417)
Receiving objects:  63% (263/417)
Receiving objects:  64% (267/417)
Receiving objects:  65% (272/417)
Receiving objects:  66% (276/417)
Receiving objects:  67% (280/417)
Receiving objects:  68% (284/417)
Receiving objects:  69% (288/417)
Receiving objects:  70% (292/417)
Receiving objects:  71% (297/417)
Receiving objects:  72% (301/417)
Receiving objects:  73% (305/417)
Receiving objects:  74% (309/417)
Receiving objects:  75% (313/417)
Receiving objects:  76% (317/417)
Receiving objects:  77% (322/417)
Receiving objects:  78% (326/417)
Receiving objects:  79% (330/417)
Receiving objects:  80% (334/417)
Receiving objects:  81% (338/417)
Receiving objects:  82% (342/417)
Receiving objects:  83% (347/417)
remote: Total 417 (delta 92), reused 162 (delta 58), pack-reused 201        
Receiving objects:  84% (351/417)
Receiving objects:  85% (355/417)
Receiving objects:  86% (359/417)
Receiving objects:  87% (363/417)
Receiving objects:  88% (367/417)
Receiving objects:  89% (372/417)
Receiving objects:  90% (376/417)
Receiving objects:  91% (380/417)
Receiving objects:  92% (384/417)
Receiving objects:  93% (388/417)
Receiving objects:  94% (392/417)
Receiving objects:  95% (397/417)
Receiving objects:  96% (401/417)
Receiving objects:  97% (405/417)
Receiving objects:  98% (409/417)
Receiving objects:  99% (413/417)
Receiving objects: 100% (417/417)
Receiving objects: 100% (417/417), 76.33 KiB | 25.44 MiB/s, done.
Resolving deltas:   0% (0/165)
Resolving deltas:   3% (5/165)
Resolving deltas:   4% (7/165)
Resolving deltas:  16% (28/165)
Resolving deltas:  21% (35/165)
Resolving deltas:  22% (37/165)
Resolving deltas:  23% (38/165)
Resolving deltas:  24% (40/165)
Resolving deltas:  26% (43/165)
Resolving deltas:  27% (45/165)
Resolving deltas:  29% (49/165)
Resolving deltas:  30% (50/165)
Resolving deltas:  31% (52/165)
Resolving deltas:  32% (54/165)
Resolving deltas:  34% (57/165)
Resolving deltas:  35% (58/165)
Resolving deltas:  36% (60/165)
Resolving deltas:  37% (62/165)
Resolving deltas:  38% (64/165)
Resolving deltas:  39% (65/165)
Resolving deltas:  40% (67/165)
Resolving deltas:  41% (68/165)
Resolving deltas:  56% (94/165)
Resolving deltas:  64% (106/165)
Resolving deltas:  67% (111/165)
Resolving deltas:  69% (114/165)
Resolving deltas:  73% (121/165)
Resolving deltas:  74% (123/165)
Resolving deltas:  75% (124/165)
Resolving deltas:  81% (134/165)
Resolving deltas:  82% (136/165)
Resolving deltas:  85% (141/165)
Resolving deltas:  87% (144/165)
Resolving deltas:  88% (146/165)
Resolving deltas:  90% (150/165)
Resolving deltas:  91% (151/165)
Resolving deltas:  92% (152/165)
Resolving deltas:  93% (154/165)
Resolving deltas:  95% (157/165)
Resolving deltas: 100% (165/165)
Resolving deltas: 100% (165/165), done.
Cloning into '/root/workspace/weifang-config/container/A007/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.        
remote: Total 102 (delta 18), reused 28 (delta 12), pack-reused 63        
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)
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:   3% (2/54)
Resolving deltas:   5% (3/54)
Resolving deltas:   9% (5/54)
Resolving deltas:  14% (8/54)
Resolving deltas:  16% (9/54)
Resolving deltas:  18% (10/54)
Resolving deltas:  20% (11/54)
Resolving deltas:  27% (15/54)
Resolving deltas:  40% (22/54)
Resolving deltas:  44% (24/54)
Resolving deltas:  50% (27/54)
Resolving deltas:  61% (33/54)
Resolving deltas:  62% (34/54)
Resolving deltas:  64% (35/54)
Resolving deltas:  66% (36/54)
Resolving deltas:  68% (37/54)
Resolving deltas:  72% (39/54)
Resolving deltas:  74% (40/54)
Resolving deltas:  77% (42/54)
Resolving deltas:  79% (43/54)
Resolving deltas:  81% (44/54)
Resolving deltas:  83% (45/54)
Resolving deltas:  87% (47/54)
Resolving deltas:  88% (48/54)
Resolving deltas:  98% (53/54)
Resolving deltas: 100% (54/54)
Resolving deltas: 100% (54/54), done.
Cloning into '/root/workspace/weifang-config/container/A007/params_new/msf-vehicle'...
remote: Enumerating objects: 35, done.        
remote: Total 35 (delta 0), reused 0 (delta 0), pack-reused 35        
Receiving objects:   2% (1/35)
Receiving objects:   5% (2/35)
Receiving objects:   8% (3/35)
Receiving objects:  11% (4/35)
Receiving objects:  14% (5/35)
Receiving objects:  17% (6/35)
Receiving objects:  20% (7/35)
Receiving objects:  22% (8/35)
Receiving objects:  25% (9/35)
Receiving objects:  28% (10/35)
Receiving objects:  31% (11/35)
Receiving objects:  34% (12/35)
Receiving objects:  37% (13/35)
Receiving objects:  40% (14/35)
Receiving objects:  42% (15/35)
Receiving objects:  45% (16/35)
Receiving objects:  48% (17/35)
Receiving objects:  51% (18/35)
Receiving objects:  54% (19/35)
Receiving objects:  57% (20/35)
Receiving objects:  60% (21/35)
Receiving objects:  62% (22/35)
Receiving objects:  65% (23/35)
Receiving objects:  68% (24/35)
Receiving objects:  71% (25/35)
Receiving objects:  74% (26/35)
Receiving objects:  77% (27/35)
Receiving objects:  80% (28/35)
Receiving objects:  82% (29/35)
Receiving objects:  85% (30/35)
Receiving objects:  88% (31/35)
Receiving objects:  91% (32/35)
Receiving objects:  94% (33/35)
Receiving objects:  97% (34/35)
Receiving objects: 100% (35/35)
Receiving objects: 100% (35/35), done.
Resolving deltas:   0% (0/17)
Resolving deltas:  47% (8/17)
Resolving deltas: 100% (17/17)
Resolving deltas: 100% (17/17), done.
Cloning into '/root/workspace/weifang-config/container/A007/params_new/perception_camera_driver'...
remote: Enumerating objects: 26, done.        
remote: Counting objects:   3% (1/26)        
remote: Counting objects:   7% (2/26)        
remote: Counting objects:  11% (3/26)        
remote: Counting objects:  15% (4/26)        
remote: Counting objects:  19% (5/26)        
remote: Counting objects:  23% (6/26)        
remote: Counting objects:  26% (7/26)        
remote: Counting objects:  30% (8/26)        
remote: Counting objects:  34% (9/26)        
remote: Counting objects:  38% (10/26)        
remote: Counting objects:  42% (11/26)        
remote: Counting objects:  46% (12/26)        
remote: Counting objects:  50% (13/26)        
remote: Counting objects:  53% (14/26)        
remote: Counting objects:  57% (15/26)        
remote: Counting objects:  61% (16/26)        
remote: Counting objects:  65% (17/26)        
remote: Counting objects:  69% (18/26)        
remote: Counting objects:  73% (19/26)        
remote: Counting objects:  76% (20/26)        
remote: Counting objects:  80% (21/26)        
remote: Counting objects:  84% (22/26)        
remote: Counting objects:  88% (23/26)        
remote: Counting objects:  92% (24/26)        
remote: Counting objects:  96% (25/26)        
remote: Counting objects: 100% (26/26)        
remote: Counting objects: 100% (26/26), done.        
remote: Compressing objects:   8% (1/12)        
remote: Compressing objects:  16% (2/12)        
remote: Compressing objects:  25% (3/12)        
remote: Compressing objects:  33% (4/12)        
remote: Compressing objects:  41% (5/12)        
remote: Compressing objects:  50% (6/12)        
remote: Compressing objects:  58% (7/12)        
remote: Compressing objects:  66% (8/12)        
remote: Compressing objects:  75% (9/12)        
remote: Compressing objects:  83% (10/12)        
remote: Compressing objects:  91% (11/12)        
remote: Compressing objects: 100% (12/12)        
remote: Compressing objects: 100% (12/12), done.        
remote: Total 26 (delta 4), reused 0 (delta 0), pack-reused 0        
Receiving objects:   3% (1/26)
Receiving objects:   7% (2/26)
Receiving objects:  11% (3/26)
Receiving objects:  15% (4/26)
Receiving objects:  19% (5/26)
Receiving objects:  23% (6/26)
Receiving objects:  26% (7/26)
Receiving objects:  30% (8/26)
Receiving objects:  34% (9/26)
Receiving objects:  38% (10/26)
Receiving objects:  42% (11/26)
Receiving objects:  46% (12/26)
Receiving objects:  50% (13/26)
Receiving objects:  53% (14/26)
Receiving objects:  57% (15/26)
Receiving objects:  61% (16/26)
Receiving objects:  65% (17/26)
Receiving objects:  69% (18/26)
Receiving objects:  73% (19/26)
Receiving objects:  76% (20/26)
Receiving objects:  80% (21/26)
Receiving objects:  84% (22/26)
Receiving objects:  88% (23/26)
Receiving objects:  92% (24/26)
Receiving objects:  96% (25/26)
Receiving objects: 100% (26/26)
Receiving objects: 100% (26/26), done.
Resolving deltas:   0% (0/4)
Resolving deltas: 100% (4/4)
Resolving deltas: 100% (4/4), done.
Cloning into '/root/workspace/weifang-config/container/A007/params_new/perception_data_collection'...
remote: Enumerating objects: 106, done.        
remote: Counting objects:   1% (1/94)        
remote: Counting objects:   2% (2/94)        
remote: Counting objects:   3% (3/94)        
remote: Counting objects:   4% (4/94)        
remote: Counting objects:   5% (5/94)        
remote: Counting objects:   6% (6/94)        
remote: Counting objects:   7% (7/94)        
remote: Counting objects:   8% (8/94)        
remote: Counting objects:   9% (9/94)        
remote: Counting objects:  10% (10/94)        
remote: Counting objects:  11% (11/94)        
remote: Counting objects:  12% (12/94)        
remote: Counting objects:  13% (13/94)        
remote: Counting objects:  14% (14/94)        
remote: Counting objects:  15% (15/94)        
remote: Counting objects:  17% (16/94)        
remote: Counting objects:  18% (17/94)        
remote: Counting objects:  19% (18/94)        
remote: Counting objects:  20% (19/94)        
remote: Counting objects:  21% (20/94)        
remote: Counting objects:  22% (21/94)        
remote: Counting objects:  23% (22/94)        
remote: Counting objects:  24% (23/94)        
remote: Counting objects:  25% (24/94)        
remote: Counting objects:  26% (25/94)        
remote: Counting objects:  27% (26/94)        
remote: Counting objects:  28% (27/94)        
remote: Counting objects:  29% (28/94)        
remote: Counting objects:  30% (29/94)        
remote: Counting objects:  31% (30/94)        
remote: Counting objects:  32% (31/94)        
remote: Counting objects:  34% (32/94)        
remote: Counting objects:  35% (33/94)        
remote: Counting objects:  36% (34/94)        
remote: Counting objects:  37% (35/94)        
remote: Counting objects:  38% (36/94)        
remote: Counting objects:  39% (37/94)        
remote: Counting objects:  40% (38/94)        
remote: Counting objects:  41% (39/94)        
remote: Counting objects:  42% (40/94)        
remote: Counting objects:  43% (41/94)        
remote: Counting objects:  44% (42/94)        
remote: Counting objects:  45% (43/94)        
remote: Counting objects:  46% (44/94)        
remote: Counting objects:  47% (45/94)        
remote: Counting objects:  48% (46/94)        
remote: Counting objects:  50% (47/94)        
remote: Counting objects:  51% (48/94)        
remote: Counting objects:  52% (49/94)        
remote: Counting objects:  53% (50/94)        
remote: Counting objects:  54% (51/94)        
remote: Counting objects:  55% (52/94)        
remote: Counting objects:  56% (53/94)        
remote: Counting objects:  57% (54/94)        
remote: Counting objects:  58% (55/94)        
remote: Counting objects:  59% (56/94)        
remote: Counting objects:  60% (57/94)        
remote: Counting objects:  61% (58/94)        
remote: Counting objects:  62% (59/94)        
remote: Counting objects:  63% (60/94)        
remote: Counting objects:  64% (61/94)        
remote: Counting objects:  65% (62/94)        
remote: Counting objects:  67% (63/94)        
remote: Counting objects:  68% (64/94)        
remote: Counting objects:  69% (65/94)        
remote: Counting objects:  70% (66/94)        
remote: Counting objects:  71% (67/94)        
remote: Counting objects:  72% (68/94)        
remote: Counting objects:  73% (69/94)        
remote: Counting objects:  74% (70/94)        
remote: Counting objects:  75% (71/94)        
remote: Counting objects:  76% (72/94)        
remote: Counting objects:  77% (73/94)        
remote: Counting objects:  78% (74/94)        
remote: Counting objects:  79% (75/94)        
remote: Counting objects:  80% (76/94)        
remote: Counting objects:  81% (77/94)        
remote: Counting objects:  82% (78/94)        
remote: Counting objects:  84% (79/94)        
remote: Counting objects:  85% (80/94)        
remote: Counting objects:  86% (81/94)        
remote: Counting objects:  87% (82/94)        
remote: Counting objects:  88% (83/94)        
remote: Counting objects:  89% (84/94)        
remote: Counting objects:  90% (85/94)        
remote: Counting objects:  91% (86/94)        
remote: Counting objects:  92% (87/94)        
remote: Counting objects:  93% (88/94)
remote: Counting objects:  94% (89/94)        
remote: Counting objects:  95% (90/94)        
remote: Counting objects:  96% (91/94)        
remote: Counting objects:  97% (92/94)        
remote: Counting objects:  98% (93/94)        
remote: Counting objects: 100% (94/94)        
remote: Counting objects: 100% (94/94), done.        
remote: Compressing objects:   1% (1/64)        
remote: Compressing objects:   3% (2/64)        
remote: Compressing objects:   4% (3/64)        
remote: Compressing objects:   6% (4/64)        
remote: Compressing objects:   7% (5/64)        
remote: Compressing objects:   9% (6/64)        
remote: Compressing objects:  10% (7/64)        
remote: Compressing objects:  12% (8/64)        
remote: Compressing objects:  14% (9/64)        
remote: Compressing objects:  15% (10/64)        
remote: Compressing objects:  17% (11/64)        
remote: Compressing objects:  18% (12/64)        
remote: Compressing objects:  20% (13/64)        
remote: Compressing objects:  21% (14/64)        
remote: Compressing objects:  23% (15/64)        
remote: Compressing objects:  25% (16/64)        
remote: Compressing objects:  26% (17/64)        
remote: Compressing objects:  28% (18/64)        
remote: Compressing objects:  29% (19/64)        
remote: Compressing objects:  31% (20/64)        
remote: Compressing objects:  32% (21/64)        
remote: Compressing objects:  34% (22/64)        
remote: Compressing objects:  35% (23/64)        
remote: Compressing objects:  37% (24/64)        
remote: Compressing objects:  39% (25/64)        
remote: Compressing objects:  40% (26/64)        
remote: Compressing objects:  42% (27/64)        
remote: Compressing objects:  43% (28/64)        
remote: Compressing objects:  45% (29/64)        
remote: Compressing objects:  46% (30/64)        
remote: Compressing objects:  48% (31/64)        
remote: Compressing objects:  50% (32/64)        
remote: Compressing objects:  51% (33/64)        
remote: Compressing objects:  53% (34/64)        
remote: Compressing objects:  54% (35/64)        
remote: Compressing objects:  56% (36/64)        
remote: Compressing objects:  57% (37/64)        
remote: Compressing objects:  59% (38/64)        
remote: Compressing objects:  60% (39/64)        
remote: Compressing objects:  62% (40/64)        
remote: Compressing objects:  64% (41/64)        
remote: Compressing objects:  65% (42/64)        
remote: Compressing objects:  67% (43/64)        
remote: Compressing objects:  68% (44/64)        
remote: Compressing objects:  70% (45/64)        
remote: Compressing objects:  71% (46/64)        
remote: Compressing objects:  73% (47/64)        
remote: Compressing objects:  75% (48/64)        
remote: Compressing objects:  76% (49/64)        
remote: Compressing objects:  78% (50/64)        
remote: Compressing objects:  79% (51/64)        
remote: Compressing objects:  81% (52/64)        
remote: Compressing objects:  82% (53/64)        
remote: Compressing objects:  84% (54/64)        
remote: Compressing objects:  85% (55/64)        
remote: Compressing objects:  87% (56/64)        
remote: Compressing objects:  89% (57/64)        
remote: Compressing objects:  90% (58/64)        
remote: Compressing objects:  92% (59/64)        
remote: Compressing objects:  93% (60/64)        
remote: Compressing objects:  95% (61/64)        
remote: Compressing objects:  96% (62/64)        
remote: Compressing objects:  98% (63/64)        
remote: Compressing objects: 100% (64/64)        
remote: Compressing objects: 100% (64/64), done.        
remote: Total 106 (delta 45), reused 46 (delta 18), pack-reused 12        
Receiving objects:   0% (1/106)
Receiving objects:   1% (2/106)
Receiving objects:   2% (3/106)
Receiving objects:   3% (4/106)
Receiving objects:   4% (5/106)
Receiving objects:   5% (6/106)
Receiving objects:   6% (7/106)
Receiving objects:   7% (8/106)
Receiving objects:   8% (9/106)
Receiving objects:   9% (10/106)
Receiving objects:  10% (11/106)
Receiving objects:  11% (12/106)
Receiving objects:  12% (13/106)
Receiving objects:  13% (14/106)
Receiving objects:  14% (15/106)
Receiving objects:  15% (16/106)
Receiving objects:  16% (17/106)
Receiving objects:  17% (19/106)
Receiving objects:  18% (20/106)
Receiving objects:  19% (21/106)
Receiving objects:  20% (22/106)
Receiving objects:  21% (23/106)
Receiving objects:  22% (24/106)
Receiving objects:  23% (25/106)
Receiving objects:  24% (26/106)
Receiving objects:  25% (27/106)
Receiving objects:  26% (28/106)
Receiving objects:  27% (29/106)
Receiving objects:  28% (30/106)
Receiving objects:  29% (31/106)
Receiving objects:  30% (32/106)
Receiving objects:  31% (33/106)
Receiving objects:  32% (34/106)
Receiving objects:  33% (35/106)
Receiving objects:  34% (37/106)
Receiving objects:  35% (38/106)
Receiving objects:  36% (39/106)
Receiving objects:  37% (40/106)
Receiving objects:  38% (41/106)
Receiving objects:  39% (42/106)
Receiving objects:  40% (43/106)
Receiving objects:  41% (44/106)
Receiving objects:  42% (45/106)
Receiving objects:  43% (46/106)
Receiving objects:  44% (47/106)
Receiving objects:  45% (48/106)
Receiving objects:  46% (49/106)
Receiving objects:  47% (50/106)
Receiving objects:  48% (51/106)
Receiving objects:  49% (52/106)
Receiving objects:  50% (53/106)
Receiving objects:  51% (55/106)
Receiving objects:  52% (56/106)
Receiving objects:  53% (57/106)
Receiving objects:  54% (58/106)
Receiving objects:  55% (59/106)
Receiving objects:  56% (60/106)
Receiving objects:  57% (61/106)
Receiving objects:  58% (62/106)
Receiving objects:  59% (63/106)
Receiving objects:  60% (64/106)
Receiving objects:  61% (65/106)
Receiving objects:  62% (66/106)
Receiving objects:  63% (67/106)
Receiving objects:  64% (68/106)
Receiving objects:  65% (69/106)
Receiving objects:  66% (70/106)
Receiving objects:  67% (72/106)
Receiving objects:  68% (73/106)
Receiving objects:  69% (74/106)
Receiving objects:  70% (75/106)
Receiving objects:  71% (76/106)
Receiving objects:  72% (77/106)
Receiving objects:  73% (78/106)
Receiving objects:  74% (79/106)
Receiving objects:  75% (80/106)
Receiving objects:  76% (81/106)
Receiving objects:  77% (82/106)
Receiving objects:  78% (83/106)
Receiving objects:  79% (84/106)
Receiving objects:  80% (85/106)
Receiving objects:  81% (86/106)
Receiving objects:  82% (87/106)
Receiving objects:  83% (88/106)
Receiving objects:  84% (90/106)
Receiving objects:  85% (91/106)
Receiving objects:  86% (92/106)
Receiving objects:  87% (93/106)
Receiving objects:  88% (94/106)
Receiving objects:  89% (95/106)
Receiving objects:  90% (96/106)
Receiving objects:  91% (97/106)
Receiving objects:  92% (98/106)
Receiving objects:  93% (99/106)
Receiving objects:  94% (100/106)
Receiving objects:  95% (101/106)
Receiving objects:  96% (102/106)
Receiving objects:  97% (103/106)
Receiving objects:  98% (104/106)
Receiving objects:  99% (105/106)
Receiving objects: 100% (106/106)
Receiving objects: 100% (106/106), 9.37 KiB | 9.37 MiB/s, done.
Resolving deltas:   0% (0/47)
Resolving deltas:   2% (1/47)
Resolving deltas:   4% (2/47)
Resolving deltas:   6% (3/47)
Resolving deltas:   8% (4/47)
Resolving deltas:  10% (5/47)
Resolving deltas:  25% (12/47)
Resolving deltas:  31% (15/47)
Resolving deltas:  42% (20/47)
Resolving deltas:  55% (26/47)
Resolving deltas:  63% (30/47)
Resolving deltas: 100% (47/47)
Resolving deltas: 100% (47/47), done.
Cloning into '/root/workspace/weifang-config/container/A007/params_new/perception_lane_detection'...
remote: Enumerating objects: 125, done.        
remote: Counting objects:   1% (1/84)        
remote: Counting objects:   2% (2/84)        
remote: Counting objects:   3% (3/84)        
remote: Counting objects:   4% (4/84)        
remote: Counting objects:   5% (5/84)        
remote: Counting objects:   7% (6/84)        
remote: Counting objects:   8% (7/84)        
remote: Counting objects:   9% (8/84)        
remote: Counting objects:  10% (9/84)        
remote: Counting objects:  11% (10/84)        
remote: Counting objects:  13% (11/84)        
remote: Counting objects:  14% (12/84)        
remote: Counting objects:  15% (13/84)        
remote: Counting objects:  16% (14/84)        
remote: Counting objects:  17% (15/84)        
remote: Counting objects:  19% (16/84)        
remote: Counting objects:  20% (17/84)        
remote: Counting objects:  21% (18/84)        
remote: Counting objects:  22% (19/84)        
remote: Counting objects:  23% (20/84)        
remote: Counting objects:  25% (21/84)        
remote: Counting objects:  26% (22/84)        
remote: Counting objects:  27% (23/84)        
remote: Counting objects:  28% (24/84)        
remote: Counting objects:  29% (25/84)        
remote: Counting objects:  30% (26/84)        
remote: Counting objects:  32% (27/84)        
remote: Counting objects:  33% (28/84)        
remote: Counting objects:  34% (29/84)        
remote: Counting objects:  35% (30/84)        
remote: Counting objects:  36% (31/84)        
remote: Counting objects:  38% (32/84)        
remote: Counting objects:  39% (33/84)        
remote: Counting objects:  40% (34/84)        
remote: Counting objects:  41% (35/84)        
remote: Counting objects:  42% (36/84)        
remote: Counting objects:  44% (37/84)        
remote: Counting objects:  45% (38/84)        
remote: Counting objects:  46% (39/84)        
remote: Counting objects:  47% (40/84)        
remote: Counting objects:  48% (41/84)        
remote: Counting objects:  50% (42/84)        
remote: Counting objects:  51% (43/84)        
remote: Counting objects:  52% (44/84)        
remote: Counting objects:  53% (45/84)        
remote: Counting objects:  54% (46/84)        
remote: Counting objects:  55% (47/84)        
remote: Counting objects:  57% (48/84)        
remote: Counting objects:  58% (49/84)        
remote: Counting objects:  59% (50/84)        
remote: Counting objects:  60% (51/84)        
remote: Counting objects:  61% (52/84)        
remote: Counting objects:  63% (53/84)        
remote: Counting objects:  64% (54/84)        
remote: Counting objects:  65% (55/84)        
remote: Counting objects:  66% (56/84)        
remote: Counting objects:  67% (57/84)        
remote: Counting objects:  69% (58/84)        
remote: Counting objects:  70% (59/84)        
remote: Counting objects:  71% (60/84)        
remote: Counting objects:  72% (61/84)        
remote: Counting objects:  73% (62/84)        
remote: Counting objects:  75% (63/84)        
remote: Counting objects:  76% (64/84)        
remote: Counting objects:  77% (65/84)        
remote: Counting objects:  78% (66/84)        
remote: Counting objects:  79% (67/84)        
remote: Counting objects:  80% (68/84)        
remote: Counting objects:  82% (69/84)        
remote: Counting objects:  83% (70/84)        
remote: Counting objects:  84% (71/84)        
remote: Counting objects:  85% (72/84)        
remote: Counting objects:  86% (73/84)        
remote: Counting objects:  88% (74/84)        
remote: Counting objects:  89% (75/84)        
remote: Counting objects:  90% (76/84)        
remote: Counting objects:  91% (77/84)        
remote: Counting objects:  92% (78/84)        
remote: Counting objects:  94% (79/84)        
remote: Counting objects:  95% (80/84)        
remote: Counting objects:  96% (81/84)        
remote: Counting objects:  97% (82/84)        
remote: Counting objects:  98% (83/84)        
remote: Counting objects: 100% (84/84)        
remote: Counting objects: 100% (84/84), done.
remote: Compressing objects:   2% (1/39)        
remote: Compressing objects:   5% (2/39)        
remote: Compressing objects:   7% (3/39)        
remote: Compressing objects:  10% (4/39)        
remote: Compressing objects:  12% (5/39)        
remote: Compressing objects:  15% (6/39)        
remote: Compressing objects:  17% (7/39)        
remote: Compressing objects:  20% (8/39)        
remote: Compressing objects:  23% (9/39)        
remote: Compressing objects:  25% (10/39)        
remote: Compressing objects:  28% (11/39)        
remote: Compressing objects:  30% (12/39)        
remote: Compressing objects:  33% (13/39)        
remote: Compressing objects:  35% (14/39)        
remote: Compressing objects:  38% (15/39)        
remote: Compressing objects:  41% (16/39)        
remote: Compressing objects:  43% (17/39)        
remote: Compressing objects:  46% (18/39)        
remote: Compressing objects:  48% (19/39)        
remote: Compressing objects:  51% (20/39)        
remote: Compressing objects:  53% (21/39)        
remote: Compressing objects:  56% (22/39)        
remote: Compressing objects:  58% (23/39)        
remote: Compressing objects:  61% (24/39)        
remote: Compressing objects:  64% (25/39)        
remote: Compressing objects:  66% (26/39)        
remote: Compressing objects:  69% (27/39)        
remote: Compressing objects:  71% (28/39)        
remote: Compressing objects:  74% (29/39)        
remote: Compressing objects:  76% (30/39)        
remote: Compressing objects:  79% (31/39)        
remote: Compressing objects:  82% (32/39)        
remote: Compressing objects:  84% (33/39)        
remote: Compressing objects:  87% (34/39)        
remote: Compressing objects:  89% (35/39)        
remote: Compressing objects:  92% (36/39)        
remote: Compressing objects:  94% (37/39)        
remote: Compressing objects:  97% (38/39)        
remote: Compressing objects: 100% (39/39)        
remote: Compressing objects: 100% (39/39), done.        
remote: Total 125 (delta 15), reused 64 (delta 10), pack-reused 41        
Receiving objects:   0% (1/125)
Receiving objects:   1% (2/125)
Receiving objects:   2% (3/125)
Receiving objects:   3% (4/125)
Receiving objects:   4% (5/125)
Receiving objects:   5% (7/125)
Receiving objects:   6% (8/125)
Receiving objects:   7% (9/125)
Receiving objects:   8% (10/125)
Receiving objects:   9% (12/125)
Receiving objects:  10% (13/125)
Receiving objects:  11% (14/125)
Receiving objects:  12% (15/125)
Receiving objects:  13% (17/125)
Receiving objects:  14% (18/125)
Receiving objects:  15% (19/125)
Receiving objects:  16% (20/125)
Receiving objects:  17% (22/125)
Receiving objects:  18% (23/125)
Receiving objects:  19% (24/125)
Receiving objects:  20% (25/125)
Receiving objects:  21% (27/125)
Receiving objects:  22% (28/125)
Receiving objects:  23% (29/125)
Receiving objects:  24% (30/125)
Receiving objects:  25% (32/125)
Receiving objects:  26% (33/125)
Receiving objects:  27% (34/125)
Receiving objects:  28% (35/125)
Receiving objects:  29% (37/125)
Receiving objects:  30% (38/125)
Receiving objects:  31% (39/125)
Receiving objects:  32% (40/125)
Receiving objects:  33% (42/125)
Receiving objects:  34% (43/125)
Receiving objects:  35% (44/125)
Receiving objects:  36% (45/125)
Receiving objects:  37% (47/125)
Receiving objects:  38% (48/125)
Receiving objects:  39% (49/125)
Receiving objects:  40% (50/125)
Receiving objects:  41% (52/125)
Receiving objects:  42% (53/125)
Receiving objects:  43% (54/125)
Receiving objects:  44% (55/125)
Receiving objects:  45% (57/125)
Receiving objects:  46% (58/125)
Receiving objects:  47% (59/125)
Receiving objects:  48% (60/125)
Receiving objects:  49% (62/125)
Receiving objects:  50% (63/125)
Receiving objects:  51% (64/125)
Receiving objects:  52% (65/125)
Receiving objects:  53% (67/125)
Receiving objects:  54% (68/125)
Receiving objects:  55% (69/125)
Receiving objects:  56% (70/125)
Receiving objects:  57% (72/125)
Receiving objects:  58% (73/125)
Receiving objects:  59% (74/125)
Receiving objects:  60% (75/125)
Receiving objects:  61% (77/125)
Receiving objects:  62% (78/125)
Receiving objects:  63% (79/125)
Receiving objects:  64% (80/125)
Receiving objects:  65% (82/125)
Receiving objects:  66% (83/125)
Receiving objects:  67% (84/125)
Receiving objects:  68% (85/125)
Receiving objects:  69% (87/125)
Receiving objects:  70% (88/125)
Receiving objects:  71% (89/125)
Receiving objects:  72% (90/125)
Receiving objects:  73% (92/125)
Receiving objects:  74% (93/125)
Receiving objects:  75% (94/125)
Receiving objects:  76% (95/125)
Receiving objects:  77% (97/125)
Receiving objects:  78% (98/125)
Receiving objects:  79% (99/125)
Receiving objects:  80% (100/125)
Receiving objects:  81% (102/125)
Receiving objects:  82% (103/125)
Receiving objects:  83% (104/125)
Receiving objects:  84% (105/125)
Receiving objects:  85% (107/125)
Receiving objects:  86% (108/125)
Receiving objects:  87% (109/125)
Receiving objects:  88% (110/125)
Receiving objects:  89% (112/125)
Receiving objects:  90% (113/125)
Receiving objects:  91% (114/125)
Receiving objects:  92% (115/125)
Receiving objects:  93% (117/125)
Receiving objects:  94% (118/125)
Receiving objects:  95% (119/125)
Receiving objects:  96% (120/125)
Receiving objects:  97% (122/125)
Receiving objects:  98% (123/125)
Receiving objects:  99% (124/125)
Receiving objects: 100% (125/125)
Receiving objects: 100% (125/125), 12.10 KiB | 12.10 MiB/s, done.
Resolving deltas:   0% (0/26)
Resolving deltas:  11% (3/26)
Resolving deltas:  42% (11/26)
Resolving deltas: 100% (26/26)
Resolving deltas: 100% (26/26), done.
Cloning into '/root/workspace/weifang-config/container/A007/params_new/perception_lidar_camera_fusion'...
remote: Enumerating objects: 30, done.        
remote: Counting objects:   5% (1/19)        
remote: Counting objects:  10% (2/19)        
remote: Counting objects:  15% (3/19)        
remote: Counting objects:  21% (4/19)        
remote: Counting objects:  26% (5/19)        
remote: Counting objects:  31% (6/19)        
remote: Counting objects:  36% (7/19)        
remote: Counting objects:  42% (8/19)        
remote: Counting objects:  47% (9/19)        
remote: Counting objects:  52% (10/19)        
remote: Counting objects:  57% (11/19)        
remote: Counting objects:  63% (12/19)        
remote: Counting objects:  68% (13/19)        
remote: Counting objects:  73% (14/19)        
remote: Counting objects:  78% (15/19)        
remote: Counting objects:  84% (16/19)        
remote: Counting objects:  89% (17/19)        
remote: Counting objects:  94% (18/19)        
remote: Counting objects: 100% (19/19)        
remote: Counting objects: 100% (19/19), done.        
remote: Compressing objects:   9% (1/11)        
remote: Compressing objects:  18% (2/11)        
remote: Compressing objects:  27% (3/11)        
remote: Compressing objects:  36% (4/11)        
remote: Compressing objects:  45% (5/11)        
remote: Compressing objects:  54% (6/11)        
remote: Compressing objects:  63% (7/11)        
remote: Compressing objects:  72% (8/11)        
remote: Compressing objects:  81% (9/11)        
remote: Compressing objects:  90% (10/11)        
remote: Compressing objects: 100% (11/11)        
remote: Compressing objects: 100% (11/11), done.        
remote: Total 30 (delta 2), reused 0 (delta 0), pack-reused 11        
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), 6.33 KiB | 6.33 MiB/s, done.
Resolving deltas:   0% (0/3)
Resolving deltas:  33% (1/3)
Resolving deltas:  66% (2/3)
Resolving deltas: 100% (3/3)
Resolving deltas: 100% (3/3), done.
Cloning into '/root/workspace/weifang-config/container/A007/params_new/perception_new_detection'...
remote: Enumerating objects: 4787, done.        
remote: Counting objects:   0% (1/183)        
remote: Counting objects:   1% (2/183)        
remote: Counting objects:   2% (4/183)        
remote: Counting objects:   3% (6/183)        
remote: Counting objects:   4% (8/183)        
remote: Counting objects:   5% (10/183)        
remote: Counting objects:   6% (11/183)        
remote: Counting objects:   7% (13/183)        
remote: Counting objects:   8% (15/183)        
remote: Counting objects:   9% (17/183)        
remote: Counting objects:  10% (19/183)        
remote: Counting objects:  11% (21/183)        
remote: Counting objects:  12% (22/183)        
remote: Counting objects:  13% (24/183)        
remote: Counting objects:  14% (26/183)        
remote: Counting objects:  15% (28/183)        
remote: Counting objects:  16% (30/183)        
remote: Counting objects:  17% (32/183)        
remote: Counting objects:  18% (33/183)        
remote: Counting objects:  19% (35/183)        
remote: Counting objects:  20% (37/183)        
remote: Counting objects:  21% (39/183)        
remote: Counting objects:  22% (41/183)        
remote: Counting objects:  23% (43/183)        
remote: Counting objects:  24% (44/183)        
remote: Counting objects:  25% (46/183)        
remote: Counting objects:  26% (48/183)        
remote: Counting objects:  27% (50/183)        
remote: Counting objects:  28% (52/183)        
remote: Counting objects:  29% (54/183)        
remote: Counting objects:  30% (55/183)        
remote: Counting objects:  31% (57/183)        
remote: Counting objects:  32% (59/183)        
remote: Counting objects:  33% (61/183)        
remote: Counting objects:  34% (63/183)        
remote: Counting objects:  35% (65/183)        
remote: Counting objects:  36% (66/183)        
remote: Counting objects:  37% (68/183)        
remote: Counting objects:  38% (70/183)        
remote: Counting objects:  39% (72/183)        
remote: Counting objects:  40% (74/183)        
remote: Counting objects:  41% (76/183)        
remote: Counting objects:  42% (77/183)        
remote: Counting objects:  43% (79/183)        
remote: Counting objects:  44% (81/183)        
remote: Counting objects:  45% (83/183)        
remote: Counting objects:  46% (85/183)        
remote: Counting objects:  47% (87/183)        
remote: Counting objects:  48% (88/183)        
remote: Counting objects:  49% (90/183)        
remote: Counting objects:  50% (92/183)        
remote: Counting objects:  51% (94/183)        
remote: Counting objects:  52% (96/183)        
remote: Counting objects:  53% (97/183)        
remote: Counting objects:  54% (99/183)        
remote: Counting objects:  55% (101/183)        
remote: Counting objects:  56% (103/183)        
remote: Counting objects:  57% (105/183)        
remote: Counting objects:  58% (107/183)        
remote: Counting objects:  59% (108/183)        
remote: Counting objects:  60% (110/183)        
remote: Counting objects:  61% (112/183)        
remote: Counting objects:  62% (114/183)        
remote: Counting objects:  63% (116/183)        
remote: Counting objects:  64% (118/183)        
remote: Counting objects:  65% (119/183)        
remote: Counting objects:  66% (121/183)        
remote: Counting objects:  67% (123/183)        
remote: Counting objects:  68% (125/183)        
remote: Counting objects:  69% (127/183)        
remote: Counting objects:  70% (129/183)        
remote: Counting objects:  71% (130/183)        
remote: Counting objects:  72% (132/183)        
remote: Counting objects:  73% (134/183)        
remote: Counting objects:  74% (136/183)        
remote: Counting objects:  75% (138/183)        
remote: Counting objects:  76% (140/183)        
remote: Counting objects:  77% (141/183)        
remote: Counting objects:  78% (143/183)        
remote: Counting objects:  79% (145/183)        
remote: Counting objects:  80% (147/183)        
remote: Counting objects:  81% (149/183)        
remote: Counting objects:  82% (151/183)        
remote: Counting objects:  83% (152/183)        
remote: Counting objects:  84% (154/183)        
remote: Counting objects:  85% (156/183)        
remote: Counting objects:  86% (158/183)        
remote: Counting objects:  87% (160/183)        
remote: Counting objects:  88% (162/183)        
remote: Counting objects:  89% (163/183)        
remote: Counting objects:  90% (165/183)        
remote: Counting objects:  91% (167/183)        
remote: Counting objects:  92% (169/183)        
remote: Counting objects:  93% (171/183)        
remote: Counting objects:  94% (173/183)        
remote: Counting objects:  95% (174/183)        
remote: Counting objects:  96% (176/183)        
remote: Counting objects:  97% (178/183)        
remote: Counting objects:  98% (180/183)        
remote: Counting objects:  99% (182/183)        
remote: Counting objects: 100% (183/183)        
remote: Counting objects: 100% (183/183), done.        
remote: Compressing objects:   0% (1/120)        
remote: Compressing objects:   1% (2/120)        
remote: Compressing objects:   2% (3/120)        
remote: Compressing objects:   3% (4/120)        
remote: Compressing objects:   4% (5/120)        
remote: Compressing objects:   5% (6/120)        
remote: Compressing objects:   6% (8/120)        
remote: Compressing objects:   7% (9/120)        
remote: Compressing objects:   8% (10/120)        
remote: Compressing objects:   9% (11/120)        
remote: Compressing objects:  10% (12/120)        
remote: Compressing objects:  11% (14/120)        
remote: Compressing objects:  12% (15/120)        
remote: Compressing objects:  13% (16/120)        
remote: Compressing objects:  14% (17/120)        
remote: Compressing objects:  15% (18/120)        
remote: Compressing objects:  16% (20/120)        
remote: Compressing objects:  17% (21/120)        
remote: Compressing objects:  18% (22/120)        
remote: Compressing objects:  19% (23/120)
remote: Compressing objects:  20% (24/120)        
remote: Compressing objects:  21% (26/120)        
remote: Compressing objects:  22% (27/120)        
remote: Compressing objects:  23% (28/120)        
remote: Compressing objects:  24% (29/120)        
remote: Compressing objects:  25% (30/120)        
remote: Compressing objects:  26% (32/120)        
remote: Compressing objects:  27% (33/120)        
remote: Compressing objects:  28% (34/120)        
remote: Compressing objects:  29% (35/120)        
remote: Compressing objects:  30% (36/120)        
remote: Compressing objects:  31% (38/120)        
remote: Compressing objects:  32% (39/120)        
remote: Compressing objects:  33% (40/120)
remote: Compressing objects:  34% (41/120)        
remote: Compressing objects:  35% (42/120)        
remote: Compressing objects:  36% (44/120)        
remote: Compressing objects:  37% (45/120)        
remote: Compressing objects:  38% (46/120)        
remote: Compressing objects:  39% (47/120)        
remote: Compressing objects:  40% (48/120)        
remote: Compressing objects:  41% (50/120)        
remote: Compressing objects:  42% (51/120)        
remote: Compressing objects:  43% (52/120)        
remote: Compressing objects:  44% (53/120)        
remote: Compressing objects:  45% (54/120)        
remote: Compressing objects:  46% (56/120)
remote: Compressing objects:  47% (57/120)        
remote: Compressing objects:  48% (58/120)        
remote: Compressing objects:  49% (59/120)        
remote: Compressing objects:  50% (60/120)        
remote: Compressing objects:  51% (62/120)        
remote: Compressing objects:  52% (63/120)        
remote: Compressing objects:  53% (64/120)        
remote: Compressing objects:  54% (65/120)        
remote: Compressing objects:  55% (66/120)        
remote: Compressing objects:  56% (68/120)        
remote: Compressing objects:  57% (69/120)        
remote: Compressing objects:  58% (70/120)        
remote: Compressing objects:  59% (71/120)        
remote: Compressing objects:  60% (72/120)        
remote: Compressing objects:  61% (74/120)        
remote: Compressing objects:  62% (75/120)        
remote: Compressing objects:  63% (76/120)        
remote: Compressing objects:  64% (77/120)        
remote: Compressing objects:  65% (78/120)        
remote: Compressing objects:  66% (80/120)        
remote: Compressing objects:  67% (81/120)        
remote: Compressing objects:  68% (82/120)        
remote: Compressing objects:  69% (83/120)        
remote: Compressing objects:  70% (84/120)        
remote: Compressing objects:  71% (86/120)        
remote: Compressing objects:  72% (87/120)        
remote: Compressing objects:  73% (88/120)        
remote: Compressing objects:  74% (89/120)        
remote: Compressing objects:  75% (90/120)        
remote: Compressing objects:  76% (92/120)        
remote: Compressing objects:  77% (93/120)        
remote: Compressing objects:  78% (94/120)        
remote: Compressing objects:  79% (95/120)        
remote: Compressing objects:  80% (96/120)        
remote: Compressing objects:  81% (98/120)        
remote: Compressing objects:  82% (99/120)        
remote: Compressing objects:  83% (100/120)        
remote: Compressing objects:  84% (101/120)        
remote: Compressing objects:  85% (102/120)        
remote: Compressing objects:  86% (104/120)        
remote: Compressing objects:  87% (105/120)        
remote: Compressing objects:  88% (106/120)        
remote: Compressing objects:  89% (107/120)        
remote: Compressing objects:  90% (108/120)        
remote: Compressing objects:  91% (110/120)        
remote: Compressing objects:  92% (111/120)        
remote: Compressing objects:  93% (112/120)        
remote: Compressing objects:  94% (113/120)        
remote: Compressing objects:  95% (114/120)        
remote: Compressing objects:  96% (116/120)        
remote: Compressing objects:  97% (117/120)        
remote: Compressing objects:  98% (118/120)        
remote: Compressing objects:  99% (119/120)        
remote: Compressing objects: 100% (120/120)        
remote: Compressing objects: 100% (120/120), done.        
Receiving objects:   0% (1/4787)
Receiving objects:   1% (48/4787)
Receiving objects:   2% (96/4787)
Receiving objects:   3% (144/4787)
Receiving objects:   4% (192/4787)
Receiving objects:   5% (240/4787)
Receiving objects:   6% (288/4787)
Receiving objects:   7% (336/4787)
Receiving objects:   8% (383/4787)
Receiving objects:   9% (431/4787)
Receiving objects:  10% (479/4787)
Receiving objects:  11% (527/4787)
Receiving objects:  12% (575/4787)
Receiving objects:  13% (623/4787)
Receiving objects:  14% (671/4787)
Receiving objects:  15% (719/4787)
Receiving objects:  16% (766/4787)
Receiving objects:  17% (814/4787)
Receiving objects:  18% (862/4787)
Receiving objects:  19% (910/4787)
Receiving objects:  20% (958/4787)
Receiving objects:  21% (1006/4787)
Receiving objects:  22% (1054/4787)
Receiving objects:  23% (1102/4787)
Receiving objects:  24% (1149/4787)
Receiving objects:  25% (1197/4787)
Receiving objects:  26% (1245/4787)
Receiving objects:  27% (1293/4787)
Receiving objects:  28% (1341/4787)
Receiving objects:  29% (1389/4787)
Receiving objects:  30% (1437/4787)
Receiving objects:  31% (1484/4787)
Receiving objects:  32% (1532/4787)
Receiving objects:  33% (1580/4787)
Receiving objects:  34% (1628/4787)
Receiving objects:  35% (1676/4787)
Receiving objects:  36% (1724/4787)
Receiving objects:  37% (1772/4787)
Receiving objects:  38% (1820/4787)
Receiving objects:  39% (1867/4787)
Receiving objects:  40% (1915/4787)
Receiving objects:  41% (1963/4787)
Receiving objects:  42% (2011/4787)
Receiving objects:  43% (2059/4787)
Receiving objects:  44% (2107/4787)
Receiving objects:  45% (2155/4787)
Receiving objects:  46% (2203/4787)
Receiving objects:  47% (2250/4787)
Receiving objects:  48% (2298/4787)
Receiving objects:  49% (2346/4787)
Receiving objects:  50% (2394/4787)
Receiving objects:  51% (2442/4787)
Receiving objects:  52% (2490/4787)
Receiving objects:  53% (2538/4787)
Receiving objects:  54% (2585/4787)
Receiving objects:  55% (2633/4787)
Receiving objects:  56% (2681/4787)
Receiving objects:  57% (2729/4787)
Receiving objects:  58% (2777/4787)
Receiving objects:  59% (2825/4787)
Receiving objects:  60% (2873/4787)
Receiving objects:  61% (2921/4787)
Receiving objects:  62% (2968/4787)
Receiving objects:  63% (3016/4787)
Receiving objects:  64% (3064/4787)
Receiving objects:  65% (3112/4787)
Receiving objects:  66% (3160/4787)
Receiving objects:  67% (3208/4787)
Receiving objects:  68% (3256/4787)
Receiving objects:  69% (3304/4787)
Receiving objects:  70% (3351/4787)
Receiving objects:  71% (3399/4787)
Receiving objects:  72% (3447/4787)
Receiving objects:  73% (3495/4787)
Receiving objects:  74% (3543/4787)
Receiving objects:  75% (3591/4787)
Receiving objects:  76% (3639/4787)
remote: Total 4787 (delta 30), reused 170 (delta 26), pack-reused 4604        
Receiving objects:  77% (3686/4787)
Receiving objects:  78% (3734/4787)
Receiving objects:  79% (3782/4787)
Receiving objects:  80% (3830/4787)
Receiving objects:  81% (3878/4787)
Receiving objects:  82% (3926/4787)
Receiving objects:  83% (3974/4787)
Receiving objects:  84% (4022/4787)
Receiving objects:  85% (4069/4787)
Receiving objects:  86% (4117/4787)
Receiving objects:  87% (4165/4787)
Receiving objects:  88% (4213/4787)
Receiving objects:  89% (4261/4787)
Receiving objects:  90% (4309/4787)
Receiving objects:  91% (4357/4787)
Receiving objects:  92% (4405/4787)
Receiving objects:  93% (4452/4787)
Receiving objects:  94% (4500/4787)
Receiving objects:  95% (4548/4787)
Receiving objects:  96% (4596/4787)
Receiving objects:  97% (4644/4787)
Receiving objects:  98% (4692/4787)
Receiving objects:  99% (4740/4787)
Receiving objects: 100% (4787/4787)
Receiving objects: 100% (4787/4787), 501.05 KiB | 35.79 MiB/s, done.
Resolving deltas:   0% (0/919)
Resolving deltas:   1% (12/919)
Resolving deltas:   6% (62/919)
Resolving deltas:   8% (76/919)
Resolving deltas:   9% (83/919)
Resolving deltas:  10% (95/919)
Resolving deltas:  12% (117/919)
Resolving deltas:  13% (127/919)
Resolving deltas:  15% (145/919)
Resolving deltas:  16% (148/919)
Resolving deltas:  17% (157/919)
Resolving deltas:  18% (166/919)
Resolving deltas:  19% (175/919)
Resolving deltas:  21% (199/919)
Resolving deltas:  22% (203/919)
Resolving deltas:  23% (212/919)
Resolving deltas:  24% (222/919)
Resolving deltas:  32% (298/919)
Resolving deltas:  35% (327/919)
Resolving deltas:  68% (625/919)
Resolving deltas: 100% (919/919)
Resolving deltas: 100% (919/919), done.
Cloning into '/root/workspace/weifang-config/container/A007/params_new/perception_spreader_imv'...
remote: Enumerating objects: 191, done.        
remote: Counting objects:   2% (1/40)        
remote: Counting objects:   5% (2/40)        
remote: Counting objects:   7% (3/40)        
remote: Counting objects:  10% (4/40)        
remote: Counting objects:  12% (5/40)        
remote: Counting objects:  15% (6/40)        
remote: Counting objects:  17% (7/40)        
remote: Counting objects:  20% (8/40)        
remote: Counting objects:  22% (9/40)        
remote: Counting objects:  25% (10/40)        
remote: Counting objects:  27% (11/40)        
remote: Counting objects:  30% (12/40)        
remote: Counting objects:  32% (13/40)        
remote: Counting objects:  35% (14/40)        
remote: Counting objects:  37% (15/40)        
remote: Counting objects:  40% (16/40)        
remote: Counting objects:  42% (17/40)        
remote: Counting objects:  45% (18/40)        
remote: Counting objects:  47% (19/40)        
remote: Counting objects:  50% (20/40)        
remote: Counting objects:  52% (21/40)        
remote: Counting objects:  55% (22/40)        
remote: Counting objects:  57% (23/40)        
remote: Counting objects:  60% (24/40)        
remote: Counting objects:  62% (25/40)        
remote: Counting objects:  65% (26/40)        
remote: Counting objects:  67% (27/40)        
remote: Counting objects:  70% (28/40)        
remote: Counting objects:  72% (29/40)        
remote: Counting objects:  75% (30/40)        
remote: Counting objects:  77% (31/40)        
remote: Counting objects:  80% (32/40)        
remote: Counting objects:  82% (33/40)        
remote: Counting objects:  85% (34/40)        
remote: Counting objects:  87% (35/40)        
remote: Counting objects:  90% (36/40)        
remote: Counting objects:  92% (37/40)        
remote: Counting objects:  95% (38/40)        
remote: Counting objects:  97% (39/40)        
remote: Counting objects: 100% (40/40)        
remote: Counting objects: 100% (40/40), done.        
remote: Compressing objects:   3% (1/32)        
remote: Compressing objects:   6% (2/32)        
remote: Compressing objects:   9% (3/32)        
remote: Compressing objects:  12% (4/32)        
remote: Compressing objects:  15% (5/32)        
remote: Compressing objects:  18% (6/32)        
remote: Compressing objects:  21% (7/32)        
remote: Compressing objects:  25% (8/32)        
remote: Compressing objects:  28% (9/32)        
remote: Compressing objects:  31% (10/32)        
remote: Compressing objects:  34% (11/32)        
remote: Compressing objects:  37% (12/32)        
remote: Compressing objects:  40% (13/32)        
remote: Compressing objects:  43% (14/32)        
remote: Compressing objects:  46% (15/32)        
remote: Compressing objects:  50% (16/32)        
remote: Compressing objects:  53% (17/32)        
remote: Compressing objects:  56% (18/32)        
remote: Compressing objects:  59% (19/32)        
remote: Compressing objects:  62% (20/32)        
remote: Compressing objects:  65% (21/32)        
remote: Compressing objects:  68% (22/32)        
remote: Compressing objects:  71% (23/32)        
remote: Compressing objects:  75% (24/32)        
remote: Compressing objects:  78% (25/32)        
remote: Compressing objects:  81% (26/32)        
remote: Compressing objects:  84% (27/32)        
remote: Compressing objects:  87% (28/32)        
remote: Compressing objects:  90% (29/32)        
remote: Compressing objects:  93% (30/32)        
remote: Compressing objects:  96% (31/32)        
remote: Compressing objects: 100% (32/32)        
remote: Compressing objects: 100% (32/32), done.        
remote: Total 191 (delta 9), reused 36 (delta 8), pack-reused 151        
Receiving objects:   0% (1/191)
Receiving objects:   1% (2/191)
Receiving objects:   2% (4/191)
Receiving objects:   3% (6/191)
Receiving objects:   4% (8/191)
Receiving objects:   5% (10/191)
Receiving objects:   6% (12/191)
Receiving objects:   7% (14/191)
Receiving objects:   8% (16/191)
Receiving objects:   9% (18/191)
Receiving objects:  10% (20/191)
Receiving objects:  11% (22/191)
Receiving objects:  12% (23/191)
Receiving objects:  13% (25/191)
Receiving objects:  14% (27/191)
Receiving objects:  15% (29/191)
Receiving objects:  16% (31/191)
Receiving objects:  17% (33/191)
Receiving objects:  18% (35/191)
Receiving objects:  19% (37/191)
Receiving objects:  20% (39/191)
Receiving objects:  21% (41/191)
Receiving objects:  22% (43/191)
Receiving objects:  23% (44/191)
Receiving objects:  24% (46/191)
Receiving objects:  25% (48/191)
Receiving objects:  26% (50/191)
Receiving objects:  27% (52/191)
Receiving objects:  28% (54/191)
Receiving objects:  29% (56/191)
Receiving objects:  30% (58/191)
Receiving objects:  31% (60/191)
Receiving objects:  32% (62/191)
Receiving objects:  33% (64/191)
Receiving objects:  34% (65/191)
Receiving objects:  35% (67/191)
Receiving objects:  36% (69/191)
Receiving objects:  37% (71/191)
Receiving objects:  38% (73/191)
Receiving objects:  39% (75/191)
Receiving objects:  40% (77/191)
Receiving objects:  41% (79/191)
Receiving objects:  42% (81/191)
Receiving objects:  43% (83/191)
Receiving objects:  44% (85/191)
Receiving objects:  45% (86/191)
Receiving objects:  46% (88/191)
Receiving objects:  47% (90/191)
Receiving objects:  48% (92/191)
Receiving objects:  49% (94/191)
Receiving objects:  50% (96/191)
Receiving objects:  51% (98/191)
Receiving objects:  52% (100/191)
Receiving objects:  53% (102/191)
Receiving objects:  54% (104/191)
Receiving objects:  55% (106/191)
Receiving objects:  56% (107/191)
Receiving objects:  57% (109/191)
Receiving objects:  58% (111/191)
Receiving objects:  59% (113/191)
Receiving objects:  60% (115/191)
Receiving objects:  61% (117/191)
Receiving objects:  62% (119/191)
Receiving objects:  63% (121/191)
Receiving objects:  64% (123/191)
Receiving objects:  65% (125/191)
Receiving objects:  66% (127/191)
Receiving objects:  67% (128/191)
Receiving objects:  68% (130/191)
Receiving objects:  69% (132/191)
Receiving objects:  70% (134/191)
Receiving objects:  71% (136/191)
Receiving objects:  72% (138/191)
Receiving objects:  73% (140/191)
Receiving objects:  74% (142/191)
Receiving objects:  75% (144/191)
Receiving objects:  76% (146/191)
Receiving objects:  77% (148/191)
Receiving objects:  78% (149/191)
Receiving objects:  79% (151/191)
Receiving objects:  80% (153/191)
Receiving objects:  81% (155/191)
Receiving objects:  82% (157/191)
Receiving objects:  83% (159/191)
Receiving objects:  84% (161/191)
Receiving objects:  85% (163/191)
Receiving objects:  86% (165/191)
Receiving objects:  87% (167/191)
Receiving objects:  88% (169/191)
Receiving objects:  89% (170/191)
Receiving objects:  90% (172/191)
Receiving objects:  91% (174/191)
Receiving objects:  92% (176/191)
Receiving objects:  93% (178/191)
Receiving objects:  94% (180/191)
Receiving objects:  95% (182/191)
Receiving objects:  96% (184/191)
Receiving objects:  97% (186/191)
Receiving objects:  98% (188/191)
Receiving objects:  99% (190/191)
Receiving objects: 100% (191/191)
Receiving objects: 100% (191/191), 19.60 KiB | 19.60 MiB/s, done.
Resolving deltas:   0% (0/57)
Resolving deltas:   5% (3/57)
Resolving deltas:  12% (7/57)
Resolving deltas:  21% (12/57)
Resolving deltas:  22% (13/57)
Resolving deltas:  24% (14/57)
Resolving deltas:  26% (15/57)
Resolving deltas:  56% (32/57)
Resolving deltas: 100% (57/57)
Resolving deltas: 100% (57/57), done.
Cloning into '/root/workspace/weifang-config/container/A007/params_new/perception_spreader_truck'...
remote: Enumerating objects: 71, done.        
remote: Counting objects:   2% (1/48)        
remote: Counting objects:   4% (2/48)        
remote: Counting objects:   6% (3/48)        
remote: Counting objects:   8% (4/48)        
remote: Counting objects:  10% (5/48)        
remote: Counting objects:  12% (6/48)        
remote: Counting objects:  14% (7/48)        
remote: Counting objects:  16% (8/48)        
remote: Counting objects:  18% (9/48)        
remote: Counting objects:  20% (10/48)        
remote: Counting objects:  22% (11/48)        
remote: Counting objects:  25% (12/48)        
remote: Counting objects:  27% (13/48)        
remote: Counting objects:  29% (14/48)        
remote: Counting objects:  31% (15/48)        
remote: Counting objects:  33% (16/48)        
remote: Counting objects:  35% (17/48)        
remote: Counting objects:  37% (18/48)        
remote: Counting objects:  39% (19/48)        
remote: Counting objects:  41% (20/48)        
remote: Counting objects:  43% (21/48)        
remote: Counting objects:  45% (22/48)        
remote: Counting objects:  47% (23/48)        
remote: Counting objects:  50% (24/48)        
remote: Counting objects:  52% (25/48)        
remote: Counting objects:  54% (26/48)        
remote: Counting objects:  56% (27/48)        
remote: Counting objects:  58% (28/48)        
remote: Counting objects:  60% (29/48)        
remote: Counting objects:  62% (30/48)        
remote: Counting objects:  64% (31/48)        
remote: Counting objects:  66% (32/48)        
remote: Counting objects:  68% (33/48)        
remote: Counting objects:  70% (34/48)        
remote: Counting objects:  72% (35/48)        
remote: Counting objects:  75% (36/48)        
remote: Counting objects:  77% (37/48)        
remote: Counting objects:  79% (38/48)        
remote: Counting objects:  81% (39/48)        
remote: Counting objects:  83% (40/48)        
remote: Counting objects:  85% (41/48)        
remote: Counting objects:  87% (42/48)        
remote: Counting objects:  89% (43/48)        
remote: Counting objects:  91% (44/48)        
remote: Counting objects:  93% (45/48)        
remote: Counting objects:  95% (46/48)        
remote: Counting objects:  97% (47/48)        
remote: Counting objects: 100% (48/48)        
remote: Counting objects: 100% (48/48), 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 71 (delta 22), reused 46 (delta 20), pack-reused 23        
Receiving objects:   1% (1/71)
Receiving objects:   2% (2/71)
Receiving objects:   4% (3/71)
Receiving objects:   5% (4/71)
Receiving objects:   7% (5/71)
Receiving objects:   8% (6/71)
Receiving objects:   9% (7/71)
Receiving objects:  11% (8/71)
Receiving objects:  12% (9/71)
Receiving objects:  14% (10/71)
Receiving objects:  15% (11/71)
Receiving objects:  16% (12/71)
Receiving objects:  18% (13/71)
Receiving objects:  19% (14/71)
Receiving objects:  21% (15/71)
Receiving objects:  22% (16/71)
Receiving objects:  23% (17/71)
Receiving objects:  25% (18/71)
Receiving objects:  26% (19/71)
Receiving objects:  28% (20/71)
Receiving objects:  29% (21/71)
Receiving objects:  30% (22/71)
Receiving objects:  32% (23/71)
Receiving objects:  33% (24/71)
Receiving objects:  35% (25/71)
Receiving objects:  36% (26/71)
Receiving objects:  38% (27/71)
Receiving objects:  39% (28/71)
Receiving objects:  40% (29/71)
Receiving objects:  42% (30/71)
Receiving objects:  43% (31/71)
Receiving objects:  45% (32/71)
Receiving objects:  46% (33/71)
Receiving objects:  47% (34/71)
Receiving objects:  49% (35/71)
Receiving objects:  50% (36/71)
Receiving objects:  52% (37/71)
Receiving objects:  53% (38/71)
Receiving objects:  54% (39/71)
Receiving objects:  56% (40/71)
Receiving objects:  57% (41/71)
Receiving objects:  59% (42/71)
Receiving objects:  60% (43/71)
Receiving objects:  61% (44/71)
Receiving objects:  63% (45/71)
Receiving objects:  64% (46/71)
Receiving objects:  66% (47/71)
Receiving objects:  67% (48/71)
Receiving objects:  69% (49/71)
Receiving objects:  70% (50/71)
Receiving objects:  71% (51/71)
Receiving objects:  73% (52/71)
Receiving objects:  74% (53/71)
Receiving objects:  76% (54/71)
Receiving objects:  77% (55/71)
Receiving objects:  78% (56/71)
Receiving objects:  80% (57/71)
Receiving objects:  81% (58/71)
Receiving objects:  83% (59/71)
Receiving objects:  84% (60/71)
Receiving objects:  85% (61/71)
Receiving objects:  87% (62/71)
Receiving objects:  88% (63/71)
Receiving objects:  90% (64/71)
Receiving objects:  91% (65/71)
Receiving objects:  92% (66/71)
Receiving objects:  94% (67/71)
Receiving objects:  95% (68/71)
Receiving objects:  97% (69/71)
Receiving objects:  98% (70/71)
Receiving objects: 100% (71/71)
Receiving objects: 100% (71/71), 7.24 KiB | 7.24 MiB/s, done.
Resolving deltas:   0% (0/30)
Resolving deltas:   3% (1/30)
Resolving deltas:  13% (4/30)
Resolving deltas:  40% (12/30)
Resolving deltas:  93% (28/30)
Resolving deltas: 100% (30/30)
Resolving deltas: 100% (30/30), done.
Cloning into '/root/workspace/weifang-config/container/A007/params_new/perception_vehicles'...
remote: Enumerating objects: 31, done.        
remote: Counting objects:   3% (1/31)        
remote: Counting objects:   6% (2/31)        
remote: Counting objects:   9% (3/31)        
remote: Counting objects:  12% (4/31)        
remote: Counting objects:  16% (5/31)        
remote: Counting objects:  19% (6/31)        
remote: Counting objects:  22% (7/31)        
remote: Counting objects:  25% (8/31)        
remote: Counting objects:  29% (9/31)        
remote: Counting objects:  32% (10/31)        
remote: Counting objects:  35% (11/31)        
remote: Counting objects:  38% (12/31)        
remote: Counting objects:  41% (13/31)        
remote: Counting objects:  45% (14/31)        
remote: Counting objects:  48% (15/31)        
remote: Counting objects:  51% (16/31)        
remote: Counting objects:  54% (17/31)        
remote: Counting objects:  58% (18/31)        
remote: Counting objects:  61% (19/31)        
remote: Counting objects:  64% (20/31)        
remote: Counting objects:  67% (21/31)        
remote: Counting objects:  70% (22/31)        
remote: Counting objects:  74% (23/31)        
remote: Counting objects:  77% (24/31)        
remote: Counting objects:  80% (25/31)        
remote: Counting objects:  83% (26/31)        
remote: Counting objects:  87% (27/31)        
remote: Counting objects:  90% (28/31)        
remote: Counting objects:  93% (29/31)        
remote: Counting objects:  96% (30/31)        
remote: Counting objects: 100% (31/31)        
remote: Counting objects: 100% (31/31), done.        
remote: Compressing objects:   4% (1/23)        
remote: Compressing objects:   8% (2/23)        
remote: Compressing objects:  13% (3/23)        
remote: Compressing objects:  17% (4/23)        
remote: Compressing objects:  21% (5/23)        
remote: Compressing objects:  26% (6/23)        
remote: Compressing objects:  30% (7/23)        
remote: Compressing objects:  34% (8/23)        
remote: Compressing objects:  39% (9/23)        
remote: Compressing objects:  43% (10/23)        
remote: Compressing objects:  47% (11/23)        
remote: Compressing objects:  52% (12/23)        
remote: Compressing objects:  56% (13/23)        
remote: Compressing objects:  60% (14/23)        
remote: Compressing objects:  65% (15/23)        
remote: Compressing objects:  69% (16/23)        
remote: Compressing objects:  73% (17/23)        
remote: Compressing objects:  78% (18/23)        
remote: Compressing objects:  82% (19/23)        
remote: Compressing objects:  86% (20/23)        
remote: Compressing objects:  91% (21/23)        
remote: Compressing objects:  95% (22/23)        
remote: Compressing objects: 100% (23/23)        
remote: Compressing objects: 100% (23/23), done.        
remote: Total 31 (delta 4), reused 0 (delta 0), pack-reused 0        
Receiving objects:   3% (1/31)
Receiving objects:   6% (2/31)
Receiving objects:   9% (3/31)
Receiving objects:  12% (4/31)
Receiving objects:  16% (5/31)
Receiving objects:  19% (6/31)
Receiving objects:  22% (7/31)
Receiving objects:  25% (8/31)
Receiving objects:  29% (9/31)
Receiving objects:  32% (10/31)
Receiving objects:  35% (11/31)
Receiving objects:  38% (12/31)
Receiving objects:  41% (13/31)
Receiving objects:  45% (14/31)
Receiving objects:  48% (15/31)
Receiving objects:  51% (16/31)
Receiving objects:  54% (17/31)
Receiving objects:  58% (18/31)
Receiving objects:  61% (19/31)
Receiving objects:  64% (20/31)
Receiving objects:  67% (21/31)
Receiving objects:  70% (22/31)
Receiving objects:  74% (23/31)
Receiving objects:  77% (24/31)
Receiving objects:  80% (25/31)
Receiving objects:  83% (26/31)
Receiving objects:  87% (27/31)
Receiving objects:  90% (28/31)
Receiving objects:  93% (29/31)
Receiving objects:  96% (30/31)
Receiving objects: 100% (31/31)
Receiving objects: 100% (31/31), 4.77 KiB | 4.77 MiB/s, done.
Resolving deltas:   0% (0/4)
Resolving deltas:  25% (1/4)
Resolving deltas:  50% (2/4)
Resolving deltas: 100% (4/4)
Resolving deltas: 100% (4/4), done.
Cloning into '/root/workspace/weifang-config/container/A007/params_new/pointcloud_customized'...
remote: Enumerating objects: 348, done.        
remote: Counting objects:   1% (1/55)        
remote: Counting objects:   3% (2/55)        
remote: Counting objects:   5% (3/55)        
remote: Counting objects:   7% (4/55)        
remote: Counting objects:   9% (5/55)        
remote: Counting objects:  10% (6/55)        
remote: Counting objects:  12% (7/55)        
remote: Counting objects:  14% (8/55)        
remote: Counting objects:  16% (9/55)        
remote: Counting objects:  18% (10/55)        
remote: Counting objects:  20% (11/55)        
remote: Counting objects:  21% (12/55)        
remote: Counting objects:  23% (13/55)        
remote: Counting objects:  25% (14/55)        
remote: Counting objects:  27% (15/55)        
remote: Counting objects:  29% (16/55)        
remote: Counting objects:  30% (17/55)        
remote: Counting objects:  32% (18/55)        
remote: Counting objects:  34% (19/55)        
remote: Counting objects:  36% (20/55)        
remote: Counting objects:  38% (21/55)        
remote: Counting objects:  40% (22/55)        
remote: Counting objects:  41% (23/55)        
remote: Counting objects:  43% (24/55)        
remote: Counting objects:  45% (25/55)        
remote: Counting objects:  47% (26/55)        
remote: Counting objects:  49% (27/55)        
remote: Counting objects:  50% (28/55)        
remote: Counting objects:  52% (29/55)        
remote: Counting objects:  54% (30/55)        
remote: Counting objects:  56% (31/55)        
remote: Counting objects:  58% (32/55)        
remote: Counting objects:  60% (33/55)        
remote: Counting objects:  61% (34/55)        
remote: Counting objects:  63% (35/55)        
remote: Counting objects:  65% (36/55)        
remote: Counting objects:  67% (37/55)        
remote: Counting objects:  69% (38/55)        
remote: Counting objects:  70% (39/55)        
remote: Counting objects:  72% (40/55)        
remote: Counting objects:  74% (41/55)        
remote: Counting objects:  76% (42/55)        
remote: Counting objects:  78% (43/55)        
remote: Counting objects:  80% (44/55)        
remote: Counting objects:  81% (45/55)        
remote: Counting objects:  83% (46/55)        
remote: Counting objects:  85% (47/55)        
remote: Counting objects:  87% (48/55)        
remote: Counting objects:  89% (49/55)        
remote: Counting objects:  90% (50/55)        
remote: Counting objects:  92% (51/55)        
remote: Counting objects:  94% (52/55)        
remote: Counting objects:  96% (53/55)        
remote: Counting objects:  98% (54/55)        
remote: Counting objects: 100% (55/55)        
remote: Counting objects: 100% (55/55), 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/348)
Receiving objects:   1% (4/348)
Receiving objects:   2% (7/348)
Receiving objects:   3% (11/348)
Receiving objects:   4% (14/348)
Receiving objects:   5% (18/348)
Receiving objects:   6% (21/348)
Receiving objects:   7% (25/348)
Receiving objects:   8% (28/348)
Receiving objects:   9% (32/348)
Receiving objects:  10% (35/348)
Receiving objects:  11% (39/348)
Receiving objects:  12% (42/348)
Receiving objects:  13% (46/348)
Receiving objects:  13% (47/348), 48.64 MiB | 48.63 MiB/s
Receiving objects:  13% (48/348), 95.22 MiB | 47.61 MiB/s
Receiving objects:  13% (48/348), 142.45 MiB | 47.48 MiB/s
Receiving objects:  14% (49/348), 142.45 MiB | 47.48 MiB/s
Receiving objects:  15% (53/348), 162.73 MiB | 46.49 MiB/s
Receiving objects:  16% (56/348), 162.73 MiB | 46.49 MiB/s
Receiving objects:  17% (60/348), 162.73 MiB | 46.49 MiB/s
Receiving objects:  18% (63/348), 162.73 MiB | 46.49 MiB/s
Receiving objects:  19% (67/348), 162.73 MiB | 46.49 MiB/s
Receiving objects:  19% (69/348), 184.11 MiB | 46.04 MiB/s
Receiving objects:  20% (70/348), 184.11 MiB | 46.04 MiB/s
Receiving objects:  21% (74/348), 184.11 MiB | 46.04 MiB/s
Receiving objects:  22% (77/348), 184.11 MiB | 46.04 MiB/s
Receiving objects:  23% (81/348), 184.11 MiB | 46.04 MiB/s
Receiving objects:  24% (84/348), 184.11 MiB | 46.04 MiB/s
Receiving objects:  25% (87/348), 184.11 MiB | 46.04 MiB/s
Receiving objects:  26% (91/348), 184.11 MiB | 46.04 MiB/s
Receiving objects:  27% (94/348), 204.33 MiB | 45.41 MiB/s
Receiving objects:  28% (98/348), 204.33 MiB | 45.41 MiB/s
Receiving objects:  29% (101/348), 204.33 MiB | 45.41 MiB/s
Receiving objects:  30% (105/348), 204.33 MiB | 45.41 MiB/s
Receiving objects:  31% (108/348), 204.33 MiB | 45.41 MiB/s
Receiving objects:  32% (112/348), 204.33 MiB | 45.41 MiB/s
Receiving objects:  33% (115/348), 204.33 MiB | 45.41 MiB/s
Receiving objects:  34% (119/348), 204.33 MiB | 45.41 MiB/s
Receiving objects:  35% (122/348), 204.33 MiB | 45.41 MiB/s
Receiving objects:  36% (126/348), 204.33 MiB | 45.41 MiB/s
Receiving objects:  37% (129/348), 204.33 MiB | 45.41 MiB/s
Receiving objects:  38% (133/348), 204.33 MiB | 45.41 MiB/s
Receiving objects:  39% (136/348), 204.33 MiB | 45.41 MiB/s
Receiving objects:  39% (139/348), 223.84 MiB | 44.54 MiB/s
Receiving objects:  40% (140/348), 223.84 MiB | 44.54 MiB/s
Receiving objects:  41% (143/348), 223.84 MiB | 44.54 MiB/s
Receiving objects:  42% (147/348), 223.84 MiB | 44.54 MiB/s
Receiving objects:  43% (150/348), 223.84 MiB | 44.54 MiB/s
Receiving objects:  44% (154/348), 250.87 MiB | 44.95 MiB/s
Receiving objects:  45% (157/348), 250.87 MiB | 44.95 MiB/s
Receiving objects:  46% (161/348), 250.87 MiB | 44.95 MiB/s
Receiving objects:  46% (161/348), 271.54 MiB | 43.81 MiB/s
Receiving objects:  47% (164/348), 271.54 MiB | 43.81 MiB/s
Receiving objects:  48% (168/348), 271.54 MiB | 43.81 MiB/s
Receiving objects:  49% (171/348), 292.64 MiB | 43.88 MiB/s
Receiving objects:  50% (174/348), 292.64 MiB | 43.88 MiB/s
Receiving objects:  51% (178/348), 292.64 MiB | 43.88 MiB/s
Receiving objects:  52% (181/348), 292.64 MiB | 43.88 MiB/s
Receiving objects:  53% (185/348), 292.64 MiB | 43.88 MiB/s
Receiving objects:  53% (186/348), 314.18 MiB | 43.67 MiB/s
Receiving objects:  54% (188/348), 333.16 MiB | 42.39 MiB/s
Receiving objects:  55% (192/348), 333.16 MiB | 42.39 MiB/s
Receiving objects:  55% (192/348), 357.27 MiB | 43.24 MiB/s
Receiving objects:  56% (195/348), 373.98 MiB | 42.19 MiB/s
Receiving objects:  56% (198/348), 396.44 MiB | 42.69 MiB/s
Receiving objects:  57% (199/348), 396.44 MiB | 42.69 MiB/s
Receiving objects:  58% (202/348), 413.24 MiB | 42.09 MiB/s
Receiving objects:  59% (206/348), 413.24 MiB | 42.09 MiB/s
Receiving objects:  60% (209/348), 413.24 MiB | 42.09 MiB/s
Receiving objects:  60% (212/348), 449.78 MiB | 44.20 MiB/s
Receiving objects:  61% (213/348), 449.78 MiB | 44.20 MiB/s
Receiving objects:  62% (216/348), 449.78 MiB | 44.20 MiB/s
Receiving objects:  63% (220/348), 449.78 MiB | 44.20 MiB/s
Receiving objects:  64% (223/348), 449.78 MiB | 44.20 MiB/s
Receiving objects:  65% (227/348), 449.78 MiB | 44.20 MiB/s
Receiving objects:  66% (230/348), 471.64 MiB | 44.47 MiB/s
Receiving objects:  67% (234/348), 471.64 MiB | 44.47 MiB/s
Receiving objects:  68% (237/348), 471.64 MiB | 44.47 MiB/s
Receiving objects:  68% (237/348), 491.53 MiB | 44.20 MiB/s
Receiving objects:  69% (241/348), 509.65 MiB | 43.44 MiB/s
Receiving objects:  70% (244/348), 509.65 MiB | 43.44 MiB/s
Receiving objects:  70% (245/348), 529.87 MiB | 43.71 MiB/s
Receiving objects:  71% (248/348), 529.87 MiB | 43.71 MiB/s
Receiving objects:  72% (251/348), 529.87 MiB | 43.71 MiB/s
Receiving objects:  73% (255/348), 529.87 MiB | 43.71 MiB/s
Receiving objects:  74% (258/348), 529.87 MiB | 43.71 MiB/s
Receiving objects:  75% (261/348), 529.87 MiB | 43.71 MiB/s
Receiving objects:  76% (265/348), 529.87 MiB | 43.71 MiB/s
Receiving objects:  77% (268/348), 529.87 MiB | 43.71 MiB/s
Receiving objects:  78% (272/348), 549.56 MiB | 42.73 MiB/s
Receiving objects:  79% (275/348), 549.56 MiB | 42.73 MiB/s
Receiving objects:  80% (279/348), 549.56 MiB | 42.73 MiB/s
Receiving objects:  80% (280/348), 569.76 MiB | 43.51 MiB/s
Receiving objects:  81% (282/348), 569.76 MiB | 43.51 MiB/s
Receiving objects:  82% (286/348), 569.76 MiB | 43.51 MiB/s
Receiving objects:  83% (289/348), 569.76 MiB | 43.51 MiB/s
Receiving objects:  84% (293/348), 569.76 MiB | 43.51 MiB/s
Receiving objects:  85% (296/348), 569.76 MiB | 43.51 MiB/s
Receiving objects:  86% (300/348), 569.76 MiB | 43.51 MiB/s
Receiving objects:  87% (303/348), 569.76 MiB | 43.51 MiB/s
Receiving objects:  88% (307/348), 569.76 MiB | 43.51 MiB/s
Receiving objects:  89% (310/348), 569.76 MiB | 43.51 MiB/s
Receiving objects:  89% (313/348), 606.50 MiB | 42.96 MiB/s
Receiving objects:  89% (313/348), 614.08 MiB | 18.79 MiB/s
Receiving objects:  90% (314/348), 614.08 MiB | 18.79 MiB/s
Receiving objects:  90% (314/348), 630.51 MiB | 16.50 MiB/s
Receiving objects:  91% (317/348), 630.51 MiB | 16.50 MiB/s
Receiving objects:  91% (318/348), 641.48 MiB | 14.25 MiB/s
Receiving objects:  92% (321/348), 641.48 MiB | 14.25 MiB/s
Receiving objects:  93% (324/348), 641.48 MiB | 14.25 MiB/s
Receiving objects:  93% (325/348), 660.83 MiB | 14.36 MiB/s
Receiving objects:  94% (328/348), 681.13 MiB | 14.37 MiB/s
Receiving objects:  95% (331/348), 681.13 MiB | 14.37 MiB/s
Receiving objects:  95% (334/348), 703.73 MiB | 14.65 MiB/s
Receiving objects:  96% (335/348), 703.73 MiB | 14.65 MiB/s
Receiving objects:  97% (338/348), 703.73 MiB | 14.65 MiB/s
Receiving objects:  98% (342/348), 720.46 MiB | 14.32 MiB/s
remote: Total 348 (delta 11), reused 42 (delta 9), pack-reused 293        
Receiving objects:  99% (345/348), 720.46 MiB | 14.32 MiB/s
Receiving objects: 100% (348/348), 720.46 MiB | 14.32 MiB/s
Receiving objects: 100% (348/348), 729.16 MiB | 30.65 MiB/s, done.
Resolving deltas:   0% (0/61)
Resolving deltas:   1% (1/61)
Resolving deltas:  13% (8/61)
Resolving deltas:  14% (9/61)
Resolving deltas:  26% (16/61)
Resolving deltas:  32% (20/61)
Resolving deltas:  34% (21/61)
Resolving deltas:  36% (22/61)
Resolving deltas:  39% (24/61)
Resolving deltas:  40% (25/61)
Resolving deltas:  45% (28/61)
Resolving deltas:  47% (29/61)
Resolving deltas:  57% (35/61)
Resolving deltas:  60% (37/61)
Resolving deltas:  63% (39/61)
Resolving deltas:  65% (40/61)
Resolving deltas:  68% (42/61)
Resolving deltas:  72% (44/61)
Resolving deltas:  75% (46/61)
Resolving deltas:  78% (48/61)
Resolving deltas:  86% (53/61)
Resolving deltas:  88% (54/61)
Resolving deltas:  91% (56/61)
Resolving deltas:  93% (57/61)
Resolving deltas:  95% (58/61)
Resolving deltas:  98% (60/61)
Resolving deltas: 100% (61/61)
Resolving deltas: 100% (61/61), done.
Cloning into '/root/workspace/weifang-config/container/A007/params_new/prediction_config'...
remote: Enumerating objects: 129, done.        
remote: Counting objects:   1% (1/85)        
remote: Counting objects:   2% (2/85)        
remote: Counting objects:   3% (3/85)        
remote: Counting objects:   4% (4/85)        
remote: Counting objects:   5% (5/85)        
remote: Counting objects:   7% (6/85)        
remote: Counting objects:   8% (7/85)        
remote: Counting objects:   9% (8/85)        
remote: Counting objects:  10% (9/85)        
remote: Counting objects:  11% (10/85)        
remote: Counting objects:  12% (11/85)        
remote: Counting objects:  14% (12/85)        
remote: Counting objects:  15% (13/85)        
remote: Counting objects:  16% (14/85)        
remote: Counting objects:  17% (15/85)        
remote: Counting objects:  18% (16/85)        
remote: Counting objects:  20% (17/85)        
remote: Counting objects:  21% (18/85)        
remote: Counting objects:  22% (19/85)        
remote: Counting objects:  23% (20/85)        
remote: Counting objects:  24% (21/85)        
remote: Counting objects:  25% (22/85)        
remote: Counting objects:  27% (23/85)        
remote: Counting objects:  28% (24/85)        
remote: Counting objects:  29% (25/85)        
remote: Counting objects:  30% (26/85)        
remote: Counting objects:  31% (27/85)        
remote: Counting objects:  32% (28/85)        
remote: Counting objects:  34% (29/85)        
remote: Counting objects:  35% (30/85)        
remote: Counting objects:  36% (31/85)        
remote: Counting objects:  37% (32/85)        
remote: Counting objects:  38% (33/85)        
remote: Counting objects:  40% (34/85)        
remote: Counting objects:  41% (35/85)        
remote: Counting objects:  42% (36/85)        
remote: Counting objects:  43% (37/85)        
remote: Counting objects:  44% (38/85)        
remote: Counting objects:  45% (39/85)        
remote: Counting objects:  47% (40/85)        
remote: Counting objects:  48% (41/85)        
remote: Counting objects:  49% (42/85)        
remote: Counting objects:  50% (43/85)        
remote: Counting objects:  51% (44/85)        
remote: Counting objects:  52% (45/85)        
remote: Counting objects:  54% (46/85)        
remote: Counting objects:  55% (47/85)        
remote: Counting objects:  56% (48/85)        
remote: Counting objects:  57% (49/85)        
remote: Counting objects:  58% (50/85)        
remote: Counting objects:  60% (51/85)        
remote: Counting objects:  61% (52/85)        
remote: Counting objects:  62% (53/85)        
remote: Counting objects:  63% (54/85)        
remote: Counting objects:  64% (55/85)        
remote: Counting objects:  65% (56/85)        
remote: Counting objects:  67% (57/85)        
remote: Counting objects:  68% (58/85)        
remote: Counting objects:  69% (59/85)        
remote: Counting objects:  70% (60/85)        
remote: Counting objects:  71% (61/85)        
remote: Counting objects:  72% (62/85)        
remote: Counting objects:  74% (63/85)        
remote: Counting objects:  75% (64/85)        
remote: Counting objects:  76% (65/85)        
remote: Counting objects:  77% (66/85)        
remote: Counting objects:  78% (67/85)        
remote: Counting objects:  80% (68/85)        
remote: Counting objects:  81% (69/85)        
remote: Counting objects:  82% (70/85)        
remote: Counting objects:  83% (71/85)        
remote: Counting objects:  84% (72/85)        
remote: Counting objects:  85% (73/85)        
remote: Counting objects:  87% (74/85)        
remote: Counting objects:  88% (75/85)        
remote: Counting objects:  89% (76/85)        
remote: Counting objects:  90% (77/85)        
remote: Counting objects:  91% (78/85)        
remote: Counting objects:  92% (79/85)        
remote: Counting objects:  94% (80/85)        
remote: Counting objects:  95% (81/85)        
remote: Counting objects:  96% (82/85)        
remote: Counting objects:  97% (83/85)        
remote: Counting objects:  98% (84/85)        
remote: Counting objects: 100% (85/85)        
remote: Counting objects: 100% (85/85), done.        
remote: Compressing objects:   1% (1/56)        
remote: Compressing objects:   3% (2/56)        
remote: Compressing objects:   5% (3/56)        
remote: Compressing objects:   7% (4/56)        
remote: Compressing objects:   8% (5/56)        
remote: Compressing objects:  10% (6/56)        
remote: Compressing objects:  12% (7/56)        
remote: Compressing objects:  14% (8/56)        
remote: Compressing objects:  16% (9/56)        
remote: Compressing objects:  17% (10/56)        
remote: Compressing objects:  19% (11/56)        
remote: Compressing objects:  21% (12/56)        
remote: Compressing objects:  23% (13/56)        
remote: Compressing objects:  25% (14/56)        
remote: Compressing objects:  26% (15/56)        
remote: Compressing objects:  28% (16/56)        
remote: Compressing objects:  30% (17/56)        
remote: Compressing objects:  32% (18/56)        
remote: Compressing objects:  33% (19/56)        
remote: Compressing objects:  35% (20/56)        
remote: Compressing objects:  37% (21/56)        
remote: Compressing objects:  39% (22/56)        
remote: Compressing objects:  41% (23/56)        
remote: Compressing objects:  42% (24/56)        
remote: Compressing objects:  44% (25/56)        
remote: Compressing objects:  46% (26/56)        
remote: Compressing objects:  48% (27/56)        
remote: Compressing objects:  50% (28/56)        
remote: Compressing objects:  51% (29/56)        
remote: Compressing objects:  53% (30/56)        
remote: Compressing objects:  55% (31/56)        
remote: Compressing objects:  57% (32/56)        
remote: Compressing objects:  58% (33/56)        
remote: Compressing objects:  60% (34/56)        
remote: Compressing objects:  62% (35/56)        
remote: Compressing objects:  64% (36/56)        
remote: Compressing objects:  66% (37/56)        
remote: Compressing objects:  67% (38/56)        
remote: Compressing objects:  69% (39/56)        
remote: Compressing objects:  71% (40/56)        
remote: Compressing objects:  73% (41/56)        
remote: Compressing objects:  75% (42/56)        
remote: Compressing objects:  76% (43/56)        
remote: Compressing objects:  78% (44/56)        
remote: Compressing objects:  80% (45/56)        
remote: Compressing objects:  82% (46/56)        
remote: Compressing objects:  83% (47/56)        
remote: Compressing objects:  85% (48/56)        
remote: Compressing objects:  87% (49/56)        
remote: Compressing objects:  89% (50/56)        
remote: Compressing objects:  91% (51/56)        
remote: Compressing objects:  92% (52/56)        
remote: Compressing objects:  94% (53/56)        
remote: Compressing objects:  96% (54/56)        
remote: Compressing objects:  98% (55/56)        
remote: Compressing objects: 100% (56/56)        
remote: Compressing objects: 100% (56/56), done.        
Receiving objects:   0% (1/129)
Receiving objects:   1% (2/129)
Receiving objects:   2% (3/129)
Receiving objects:   3% (4/129)
Receiving objects:   4% (6/129)
Receiving objects:   5% (7/129)
Receiving objects:   6% (8/129)
Receiving objects:   7% (10/129)
Receiving objects:   8% (11/129)
Receiving objects:   9% (12/129)
Receiving objects:  10% (13/129)
Receiving objects:  11% (15/129)
Receiving objects:  12% (16/129)
Receiving objects:  13% (17/129)
Receiving objects:  14% (19/129)
Receiving objects:  15% (20/129)
Receiving objects:  16% (21/129)
Receiving objects:  17% (22/129)
Receiving objects:  18% (24/129)
Receiving objects:  19% (25/129)
Receiving objects:  20% (26/129)
Receiving objects:  21% (28/129)
Receiving objects:  22% (29/129)
Receiving objects:  23% (30/129)
Receiving objects:  24% (31/129)
Receiving objects:  25% (33/129), 27.23 MiB | 54.44 MiB/s
Receiving objects:  26% (34/129), 27.23 MiB | 54.44 MiB/s
Receiving objects:  27% (35/129), 27.23 MiB | 54.44 MiB/s
Receiving objects:  28% (37/129), 27.23 MiB | 54.44 MiB/s
Receiving objects:  29% (38/129), 27.23 MiB | 54.44 MiB/s
Receiving objects:  30% (39/129), 27.23 MiB | 54.44 MiB/s
Receiving objects:  31% (40/129), 27.23 MiB | 54.44 MiB/s
Receiving objects:  32% (42/129), 27.23 MiB | 54.44 MiB/s
Receiving objects:  33% (43/129), 27.23 MiB | 54.44 MiB/s
Receiving objects:  34% (44/129), 27.23 MiB | 54.44 MiB/s
Receiving objects:  35% (46/129), 27.23 MiB | 54.44 MiB/s
Receiving objects:  36% (47/129), 27.23 MiB | 54.44 MiB/s
Receiving objects:  37% (48/129), 27.23 MiB | 54.44 MiB/s
Receiving objects:  38% (50/129), 27.23 MiB | 54.44 MiB/s
Receiving objects:  39% (51/129), 27.23 MiB | 54.44 MiB/s
Receiving objects:  40% (52/129), 27.23 MiB | 54.44 MiB/s
Receiving objects:  41% (53/129), 27.23 MiB | 54.44 MiB/s
Receiving objects:  42% (55/129), 27.23 MiB | 54.44 MiB/s
Receiving objects:  43% (56/129), 27.23 MiB | 54.44 MiB/s
Receiving objects:  44% (57/129), 27.23 MiB | 54.44 MiB/s
Receiving objects:  45% (59/129), 27.23 MiB | 54.44 MiB/s
Receiving objects:  46% (60/129), 27.23 MiB | 54.44 MiB/s
Receiving objects:  47% (61/129), 27.23 MiB | 54.44 MiB/s
Receiving objects:  48% (62/129), 27.23 MiB | 54.44 MiB/s
Receiving objects:  49% (64/129), 27.23 MiB | 54.44 MiB/s
Receiving objects:  50% (65/129), 27.23 MiB | 54.44 MiB/s
Receiving objects:  51% (66/129), 27.23 MiB | 54.44 MiB/s
Receiving objects:  52% (68/129), 27.23 MiB | 54.44 MiB/s
Receiving objects:  53% (69/129), 27.23 MiB | 54.44 MiB/s
Receiving objects:  54% (70/129), 27.23 MiB | 54.44 MiB/s
Receiving objects:  55% (71/129), 27.23 MiB | 54.44 MiB/s
Receiving objects:  56% (73/129), 27.23 MiB | 54.44 MiB/s
Receiving objects:  56% (73/129), 33.56 MiB | 33.55 MiB/s
Receiving objects:  57% (74/129), 33.56 MiB | 33.55 MiB/s
Receiving objects:  58% (75/129), 39.01 MiB | 23.15 MiB/s
Receiving objects:  58% (76/129), 46.22 MiB | 19.10 MiB/s
Receiving objects:  59% (77/129), 46.22 MiB | 19.10 MiB/s
Receiving objects:  60% (78/129), 46.22 MiB | 19.10 MiB/s
Receiving objects:  61% (79/129), 46.22 MiB | 19.10 MiB/s
Receiving objects:  62% (80/129), 46.22 MiB | 19.10 MiB/s
Receiving objects:  63% (82/129), 46.22 MiB | 19.10 MiB/s
Receiving objects:  64% (83/129), 46.22 MiB | 19.10 MiB/s
Receiving objects:  65% (84/129), 46.22 MiB | 19.10 MiB/s
Receiving objects:  65% (84/129), 52.03 MiB | 17.32 MiB/s
Receiving objects:  66% (86/129), 52.03 MiB | 17.32 MiB/s
Receiving objects:  67% (87/129), 52.03 MiB | 17.32 MiB/s
Receiving objects:  68% (88/129), 52.03 MiB | 17.32 MiB/s
remote: Total 129 (delta 23), reused 9 (delta 0), pack-reused 44
Receiving objects:  69% (90/129), 52.03 MiB | 17.32 MiB/s
Receiving objects:  70% (91/129), 52.03 MiB | 17.32 MiB/s
Receiving objects:  71% (92/129), 52.03 MiB | 17.32 MiB/s
Receiving objects:  72% (93/129), 52.03 MiB | 17.32 MiB/s
Receiving objects:  73% (95/129), 52.03 MiB | 17.32 MiB/s
Receiving objects:  74% (96/129), 52.03 MiB | 17.32 MiB/s
Receiving objects:  75% (97/129), 52.03 MiB | 17.32 MiB/s
Receiving objects:  76% (99/129), 52.03 MiB | 17.32 MiB/s
Receiving objects:  77% (100/129), 52.03 MiB | 17.32 MiB/s
Receiving objects:  78% (101/129), 52.03 MiB | 17.32 MiB/s
Receiving objects:  79% (102/129), 52.03 MiB | 17.32 MiB/s
Receiving objects:  80% (104/129), 52.03 MiB | 17.32 MiB/s
Receiving objects:  81% (105/129), 52.03 MiB | 17.32 MiB/s
Receiving objects:  82% (106/129), 52.03 MiB | 17.32 MiB/s
Receiving objects:  83% (108/129), 52.03 MiB | 17.32 MiB/s
Receiving objects:  84% (109/129), 52.03 MiB | 17.32 MiB/s
Receiving objects:  85% (110/129), 52.03 MiB | 17.32 MiB/s
Receiving objects:  86% (111/129), 52.03 MiB | 17.32 MiB/s
Receiving objects:  87% (113/129), 52.03 MiB | 17.32 MiB/s
Receiving objects:  88% (114/129), 52.03 MiB | 17.32 MiB/s
Receiving objects:  89% (115/129), 52.03 MiB | 17.32 MiB/s
Receiving objects:  90% (117/129), 52.03 MiB | 17.32 MiB/s
Receiving objects:  91% (118/129), 52.03 MiB | 17.32 MiB/s
Receiving objects:  92% (119/129), 52.03 MiB | 17.32 MiB/s
Receiving objects:  93% (120/129), 52.03 MiB | 17.32 MiB/s
Receiving objects:  94% (122/129), 52.03 MiB | 17.32 MiB/s
Receiving objects:  95% (123/129), 52.03 MiB | 17.32 MiB/s
Receiving objects:  96% (124/129), 52.03 MiB | 17.32 MiB/s
Receiving objects:  97% (126/129), 52.03 MiB | 17.32 MiB/s
Receiving objects:  98% (127/129), 52.03 MiB | 17.32 MiB/s
Receiving objects:  99% (128/129), 52.03 MiB | 17.32 MiB/s
Receiving objects: 100% (129/129), 52.03 MiB | 17.32 MiB/s
Receiving objects: 100% (129/129), 57.81 MiB | 18.48 MiB/s, done.
Resolving deltas:   0% (0/34)
Resolving deltas:   2% (1/34)
Resolving deltas:  17% (6/34)
Resolving deltas:  23% (8/34)
Resolving deltas:  55% (19/34)
Resolving deltas:  76% (26/34)
Resolving deltas:  79% (27/34)
Resolving deltas:  82% (28/34)
Resolving deltas:  91% (31/34)
Resolving deltas:  97% (33/34)
Resolving deltas: 100% (34/34)
Resolving deltas: 100% (34/34), done.
Cloning into '/root/workspace/weifang-config/container/A007/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/container/A007/params_new/rslidar_sdk_customized'...
remote: Enumerating objects: 71, done.        
remote: Counting objects:   2% (1/46)        
remote: Counting objects:   4% (2/46)        
remote: Counting objects:   6% (3/46)        
remote: Counting objects:   8% (4/46)        
remote: Counting objects:  10% (5/46)        
remote: Counting objects:  13% (6/46)        
remote: Counting objects:  15% (7/46)        
remote: Counting objects:  17% (8/46)        
remote: Counting objects:  19% (9/46)        
remote: Counting objects:  21% (10/46)        
remote: Counting objects:  23% (11/46)        
remote: Counting objects:  26% (12/46)        
remote: Counting objects:  28% (13/46)        
remote: Counting objects:  30% (14/46)        
remote: Counting objects:  32% (15/46)        
remote: Counting objects:  34% (16/46)        
remote: Counting objects:  36% (17/46)        
remote: Counting objects:  39% (18/46)        
remote: Counting objects:  41% (19/46)        
remote: Counting objects:  43% (20/46)        
remote: Counting objects:  45% (21/46)        
remote: Counting objects:  47% (22/46)        
remote: Counting objects:  50% (23/46)        
remote: Counting objects:  52% (24/46)        
remote: Counting objects:  54% (25/46)        
remote: Counting objects:  56% (26/46)        
remote: Counting objects:  58% (27/46)        
remote: Counting objects:  60% (28/46)        
remote: Counting objects:  63% (29/46)        
remote: Counting objects:  65% (30/46)        
remote: Counting objects:  67% (31/46)        
remote: Counting objects:  69% (32/46)        
remote: Counting objects:  71% (33/46)        
remote: Counting objects:  73% (34/46)        
remote: Counting objects:  76% (35/46)        
remote: Counting objects:  78% (36/46)        
remote: Counting objects:  80% (37/46)        
remote: Counting objects:  82% (38/46)        
remote: Counting objects:  84% (39/46)        
remote: Counting objects:  86% (40/46)        
remote: Counting objects:  89% (41/46)        
remote: Counting objects:  91% (42/46)        
remote: Counting objects:  93% (43/46)        
remote: Counting objects:  95% (44/46)        
remote: Counting objects:  97% (45/46)        
remote: Counting objects: 100% (46/46)        
remote: Counting objects: 100% (46/46), done.        
remote: Compressing objects:   4% (1/25)        
remote: Compressing objects:   8% (2/25)        
remote: Compressing objects:  12% (3/25)        
remote: Compressing objects:  16% (4/25)        
remote: Compressing objects:  20% (5/25)        
remote: Compressing objects:  24% (6/25)        
remote: Compressing objects:  28% (7/25)        
remote: Compressing objects:  32% (8/25)        
remote: Compressing objects:  36% (9/25)        
remote: Compressing objects:  40% (10/25)        
remote: Compressing objects:  44% (11/25)        
remote: Compressing objects:  48% (12/25)        
remote: Compressing objects:  52% (13/25)        
remote: Compressing objects:  56% (14/25)        
remote: Compressing objects:  60% (15/25)        
remote: Compressing objects:  64% (16/25)        
remote: Compressing objects:  68% (17/25)        
remote: Compressing objects:  72% (18/25)        
remote: Compressing objects:  76% (19/25)        
remote: Compressing objects:  80% (20/25)        
remote: Compressing objects:  84% (21/25)        
remote: Compressing objects:  88% (22/25)        
remote: Compressing objects:  92% (23/25)        
remote: Compressing objects:  96% (24/25)        
remote: Compressing objects: 100% (25/25)        
remote: Compressing objects: 100% (25/25), done.        
Receiving objects:   1% (1/71)
Receiving objects:   2% (2/71)
Receiving objects:   4% (3/71)
Receiving objects:   5% (4/71)
Receiving objects:   7% (5/71)
Receiving objects:   8% (6/71)
Receiving objects:   9% (7/71)
Receiving objects:  11% (8/71)
Receiving objects:  12% (9/71)
Receiving objects:  14% (10/71)
Receiving objects:  15% (11/71)
Receiving objects:  16% (12/71)
Receiving objects:  18% (13/71)
Receiving objects:  19% (14/71)
Receiving objects:  21% (15/71)
Receiving objects:  22% (16/71)
Receiving objects:  23% (17/71)
Receiving objects:  25% (18/71)
Receiving objects:  26% (19/71)
Receiving objects:  28% (20/71)
Receiving objects:  29% (21/71)
Receiving objects:  30% (22/71)
Receiving objects:  32% (23/71)
remote: Total 71 (delta 23), reused 32 (delta 16), pack-reused 25        
Receiving objects:  33% (24/71)
Receiving objects:  35% (25/71)
Receiving objects:  36% (26/71)
Receiving objects:  38% (27/71)
Receiving objects:  39% (28/71)
Receiving objects:  40% (29/71)
Receiving objects:  42% (30/71)
Receiving objects:  43% (31/71)
Receiving objects:  45% (32/71)
Receiving objects:  46% (33/71)
Receiving objects:  47% (34/71)
Receiving objects:  49% (35/71)
Receiving objects:  50% (36/71)
Receiving objects:  52% (37/71)
Receiving objects:  53% (38/71)
Receiving objects:  54% (39/71)
Receiving objects:  56% (40/71)
Receiving objects:  57% (41/71)
Receiving objects:  59% (42/71)
Receiving objects:  60% (43/71)
Receiving objects:  61% (44/71)
Receiving objects:  63% (45/71)
Receiving objects:  64% (46/71)
Receiving objects:  66% (47/71)
Receiving objects:  67% (48/71)
Receiving objects:  69% (49/71)
Receiving objects:  70% (50/71)
Receiving objects:  71% (51/71)
Receiving objects:  73% (52/71)
Receiving objects:  74% (53/71)
Receiving objects:  76% (54/71)
Receiving objects:  77% (55/71)
Receiving objects:  78% (56/71)
Receiving objects:  80% (57/71)
Receiving objects:  81% (58/71)
Receiving objects:  83% (59/71)
Receiving objects:  84% (60/71)
Receiving objects:  85% (61/71)
Receiving objects:  87% (62/71)
Receiving objects:  88% (63/71)
Receiving objects:  90% (64/71)
Receiving objects:  91% (65/71)
Receiving objects:  92% (66/71)
Receiving objects:  94% (67/71)
Receiving objects:  95% (68/71)
Receiving objects:  97% (69/71)
Receiving objects:  98% (70/71)
Receiving objects: 100% (71/71)
Receiving objects: 100% (71/71), 13.10 KiB | 13.10 MiB/s, done.
Resolving deltas:   0% (0/37)
Resolving deltas:   2% (1/37)
Resolving deltas:   5% (2/37)
Resolving deltas:  32% (12/37)
Resolving deltas:  94% (35/37)
Resolving deltas: 100% (37/37)
Resolving deltas: 100% (37/37), done.
Cloning into '/root/workspace/weifang-config/container/A007/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/container/A007/params_new/system-common'...
remote: Enumerating objects: 197, done.        
remote: Counting objects:   0% (1/159)        
remote: Counting objects:   1% (2/159)        
remote: Counting objects:   2% (4/159)        
remote: Counting objects:   3% (5/159)        
remote: Counting objects:   4% (7/159)        
remote: Counting objects:   5% (8/159)        
remote: Counting objects:   6% (10/159)        
remote: Counting objects:   7% (12/159)        
remote: Counting objects:   8% (13/159)        
remote: Counting objects:   9% (15/159)        
remote: Counting objects:  10% (16/159)        
remote: Counting objects:  11% (18/159)        
remote: Counting objects:  12% (20/159)        
remote: Counting objects:  13% (21/159)        
remote: Counting objects:  14% (23/159)        
remote: Counting objects:  15% (24/159)        
remote: Counting objects:  16% (26/159)        
remote: Counting objects:  17% (28/159)        
remote: Counting objects:  18% (29/159)        
remote: Counting objects:  19% (31/159)        
remote: Counting objects:  20% (32/159)        
remote: Counting objects:  21% (34/159)        
remote: Counting objects:  22% (35/159)        
remote: Counting objects:  23% (37/159)        
remote: Counting objects:  24% (39/159)        
remote: Counting objects:  25% (40/159)        
remote: Counting objects:  26% (42/159)        
remote: Counting objects:  27% (43/159)        
remote: Counting objects:  28% (45/159)        
remote: Counting objects:  29% (47/159)        
remote: Counting objects:  30% (48/159)        
remote: Counting objects:  31% (50/159)        
remote: Counting objects:  32% (51/159)        
remote: Counting objects:  33% (53/159)        
remote: Counting objects:  34% (55/159)        
remote: Counting objects:  35% (56/159)        
remote: Counting objects:  36% (58/159)        
remote: Counting objects:  37% (59/159)        
remote: Counting objects:  38% (61/159)        
remote: Counting objects:  39% (63/159)        
remote: Counting objects:  40% (64/159)        
remote: Counting objects:  41% (66/159)        
remote: Counting objects:  42% (67/159)        
remote: Counting objects:  43% (69/159)        
remote: Counting objects:  44% (70/159)        
remote: Counting objects:  45% (72/159)        
remote: Counting objects:  46% (74/159)        
remote: Counting objects:  47% (75/159)        
remote: Counting objects:  48% (77/159)        
remote: Counting objects:  49% (78/159)        
remote: Counting objects:  50% (80/159)        
remote: Counting objects:  51% (82/159)        
remote: Counting objects:  52% (83/159)        
remote: Counting objects:  53% (85/159)        
remote: Counting objects:  54% (86/159)        
remote: Counting objects:  55% (88/159)        
remote: Counting objects:  56% (90/159)        
remote: Counting objects:  57% (91/159)        
remote: Counting objects:  58% (93/159)        
remote: Counting objects:  59% (94/159)        
remote: Counting objects:  60% (96/159)        
remote: Counting objects:  61% (97/159)        
remote: Counting objects:  62% (99/159)        
remote: Counting objects:  63% (101/159)        
remote: Counting objects:  64% (102/159)        
remote: Counting objects:  65% (104/159)        
remote: Counting objects:  66% (105/159)        
remote: Counting objects:  67% (107/159)        
remote: Counting objects:  68% (109/159)        
remote: Counting objects:  69% (110/159)        
remote: Counting objects:  70% (112/159)        
remote: Counting objects:  71% (113/159)        
remote: Counting objects:  72% (115/159)        
remote: Counting objects:  73% (117/159)        
remote: Counting objects:  74% (118/159)        
remote: Counting objects:  75% (120/159)        
remote: Counting objects:  76% (121/159)        
remote: Counting objects:  77% (123/159)        
remote: Counting objects:  78% (125/159)        
remote: Counting objects:  79% (126/159)        
remote: Counting objects:  80% (128/159)        
remote: Counting objects:  81% (129/159)        
remote: Counting objects:  82% (131/159)        
remote: Counting objects:  83% (132/159)        
remote: Counting objects:  84% (134/159)        
remote: Counting objects:  85% (136/159)        
remote: Counting objects:  86% (137/159)        
remote: Counting objects:  87% (139/159)        
remote: Counting objects:  88% (140/159)        
remote: Counting objects:  89% (142/159)        
remote: Counting objects:  90% (144/159)        
remote: Counting objects:  91% (145/159)        
remote: Counting objects:  92% (147/159)        
remote: Counting objects:  93% (148/159)        
remote: Counting objects:  94% (150/159)        
remote: Counting objects:  95% (152/159)        
remote: Counting objects:  96% (153/159)        
remote: Counting objects:  97% (155/159)        
remote: Counting objects:  98% (156/159)        
remote: Counting objects:  99% (158/159)        
remote: Counting objects: 100% (159/159)        
remote: Counting objects: 100% (159/159), done.        
remote: Compressing objects:   1% (1/59)        
remote: Compressing objects:   3% (2/59)        
remote: Compressing objects:   5% (3/59)        
remote: Compressing objects:   6% (4/59)        
remote: Compressing objects:   8% (5/59)        
remote: Compressing objects:  10% (6/59)        
remote: Compressing objects:  11% (7/59)        
remote: Compressing objects:  13% (8/59)        
remote: Compressing objects:  15% (9/59)        
remote: Compressing objects:  16% (10/59)        
remote: Compressing objects:  18% (11/59)        
remote: Compressing objects:  20% (12/59)        
remote: Compressing objects:  22% (13/59)        
remote: Compressing objects:  23% (14/59)        
remote: Compressing objects:  25% (15/59)        
remote: Compressing objects:  27% (16/59)        
remote: Compressing objects:  28% (17/59)        
remote: Compressing objects:  30% (18/59)        
remote: Compressing objects:  32% (19/59)        
remote: Compressing objects:  33% (20/59)        
remote: Compressing objects:  35% (21/59)        
remote: Compressing objects:  37% (22/59)        
remote: Compressing objects:  38% (23/59)        
remote: Compressing objects:  40% (24/59)        
remote: Compressing objects:  42% (25/59)        
remote: Compressing objects:  44% (26/59)        
remote: Compressing objects:  45% (27/59)        
remote: Compressing objects:  47% (28/59)        
remote: Compressing objects:  49% (29/59)        
remote: Compressing objects:  50% (30/59)        
remote: Compressing objects:  52% (31/59)        
remote: Compressing objects:  54% (32/59)        
remote: Compressing objects:  55% (33/59)        
remote: Compressing objects:  57% (34/59)        
remote: Compressing objects:  59% (35/59)        
remote: Compressing objects:  61% (36/59)        
remote: Compressing objects:  62% (37/59)        
remote: Compressing objects:  64% (38/59)        
remote: Compressing objects:  66% (39/59)        
remote: Compressing objects:  67% (40/59)        
remote: Compressing objects:  69% (41/59)        
remote: Compressing objects:  71% (42/59)        
remote: Compressing objects:  72% (43/59)        
remote: Compressing objects:  74% (44/59)        
remote: Compressing objects:  76% (45/59)        
remote: Compressing objects:  77% (46/59)        
remote: Compressing objects:  79% (47/59)        
remote: Compressing objects:  81% (48/59)        
remote: Compressing objects:  83% (49/59)        
remote: Compressing objects:  84% (50/59)        
remote: Compressing objects:  86% (51/59)        
remote: Compressing objects:  88% (52/59)        
remote: Compressing objects:  89% (53/59)        
remote: Compressing objects:  91% (54/59)        
remote: Compressing objects:  93% (55/59)        
remote: Compressing objects:  94% (56/59)        
remote: Compressing objects:  96% (57/59)        
remote: Compressing objects:  98% (58/59)        
remote: Compressing objects: 100% (59/59)        
remote: Compressing objects: 100% (59/59), done.        
Receiving objects:   0% (1/197)
Receiving objects:   1% (2/197)
Receiving objects:   2% (4/197)
Receiving objects:   3% (6/197)
Receiving objects:   4% (8/197)
Receiving objects:   5% (10/197)
Receiving objects:   6% (12/197)
Receiving objects:   7% (14/197)
Receiving objects:   8% (16/197)
Receiving objects:   9% (18/197)
Receiving objects:  10% (20/197)
Receiving objects:  11% (22/197)
Receiving objects:  12% (24/197)
Receiving objects:  13% (26/197)
Receiving objects:  14% (28/197)
Receiving objects:  15% (30/197)
Receiving objects:  16% (32/197)
Receiving objects:  17% (34/197)
Receiving objects:  18% (36/197)
Receiving objects:  19% (38/197)
Receiving objects:  20% (40/197)
Receiving objects:  21% (42/197)
Receiving objects:  22% (44/197)
Receiving objects:  23% (46/197)
Receiving objects:  24% (48/197)
Receiving objects:  25% (50/197)
Receiving objects:  26% (52/197)
Receiving objects:  27% (54/197)
Receiving objects:  28% (56/197)
Receiving objects:  29% (58/197)
Receiving objects:  30% (60/197)
Receiving objects:  31% (62/197)
Receiving objects:  32% (64/197)
Receiving objects:  33% (66/197)
Receiving objects:  34% (67/197)
Receiving objects:  35% (69/197)
Receiving objects:  36% (71/197)
Receiving objects:  37% (73/197)
Receiving objects:  38% (75/197)
remote: Total 197 (delta 36), reused 101 (delta 20), pack-reused 38        
Receiving objects:  39% (77/197)
Receiving objects:  40% (79/197)
Receiving objects:  41% (81/197)
Receiving objects:  42% (83/197)
Receiving objects:  43% (85/197)
Receiving objects:  44% (87/197)
Receiving objects:  45% (89/197)
Receiving objects:  46% (91/197)
Receiving objects:  47% (93/197)
Receiving objects:  48% (95/197)
Receiving objects:  49% (97/197)
Receiving objects:  50% (99/197)
Receiving objects:  51% (101/197)
Receiving objects:  52% (103/197)
Receiving objects:  53% (105/197)
Receiving objects:  54% (107/197)
Receiving objects:  55% (109/197)
Receiving objects:  56% (111/197)
Receiving objects:  57% (113/197)
Receiving objects:  58% (115/197)
Receiving objects:  59% (117/197)
Receiving objects:  60% (119/197)
Receiving objects:  61% (121/197)
Receiving objects:  62% (123/197)
Receiving objects:  63% (125/197)
Receiving objects:  64% (127/197)
Receiving objects:  65% (129/197)
Receiving objects:  66% (131/197)
Receiving objects:  67% (132/197)
Receiving objects:  68% (134/197)
Receiving objects:  69% (136/197)
Receiving objects:  70% (138/197)
Receiving objects:  71% (140/197)
Receiving objects:  72% (142/197)
Receiving objects:  73% (144/197)
Receiving objects:  74% (146/197)
Receiving objects:  75% (148/197)
Receiving objects:  76% (150/197)
Receiving objects:  77% (152/197)
Receiving objects:  78% (154/197)
Receiving objects:  79% (156/197)
Receiving objects:  80% (158/197)
Receiving objects:  81% (160/197)
Receiving objects:  82% (162/197)
Receiving objects:  83% (164/197)
Receiving objects:  84% (166/197)
Receiving objects:  85% (168/197)
Receiving objects:  86% (170/197)
Receiving objects:  87% (172/197)
Receiving objects:  88% (174/197)
Receiving objects:  89% (176/197)
Receiving objects:  90% (178/197)
Receiving objects:  91% (180/197)
Receiving objects:  92% (182/197)
Receiving objects:  93% (184/197)
Receiving objects:  94% (186/197)
Receiving objects:  95% (188/197)
Receiving objects:  96% (190/197)
Receiving objects:  97% (192/197)
Receiving objects:  98% (194/197)
Receiving objects:  99% (196/197)
Receiving objects: 100% (197/197)
Receiving objects: 100% (197/197), 30.53 KiB | 15.26 MiB/s, done.
Resolving deltas:   0% (0/41)
Resolving deltas:   2% (1/41)
Resolving deltas:   4% (2/41)
Resolving deltas:  24% (10/41)
Resolving deltas:  26% (11/41)
Resolving deltas:  31% (13/41)
Resolving deltas:  34% (14/41)
Resolving deltas:  39% (16/41)
Resolving deltas:  56% (23/41)
Resolving deltas: 100% (41/41)
Resolving deltas: 100% (41/41), done.
Cloning into '/root/workspace/weifang-config/container/A007/params_new/system-device'...
remote: Enumerating objects: 1670, done.        
remote: Counting objects:   0% (1/209)        
remote: Counting objects:   1% (3/209)        
remote: Counting objects:   2% (5/209)        
remote: Counting objects:   3% (7/209)        
remote: Counting objects:   4% (9/209)        
remote: Counting objects:   5% (11/209)        
remote: Counting objects:   6% (13/209)        
remote: Counting objects:   7% (15/209)        
remote: Counting objects:   8% (17/209)        
remote: Counting objects:   9% (19/209)        
remote: Counting objects:  10% (21/209)        
remote: Counting objects:  11% (23/209)        
remote: Counting objects:  12% (26/209)        
remote: Counting objects:  13% (28/209)        
remote: Counting objects:  14% (30/209)        
remote: Counting objects:  15% (32/209)        
remote: Counting objects:  16% (34/209)        
remote: Counting objects:  17% (36/209)        
remote: Counting objects:  18% (38/209)        
remote: Counting objects:  19% (40/209)        
remote: Counting objects:  20% (42/209)        
remote: Counting objects:  21% (44/209)        
remote: Counting objects:  22% (46/209)        
remote: Counting objects:  23% (49/209)        
remote: Counting objects:  24% (51/209)        
remote: Counting objects:  25% (53/209)        
remote: Counting objects:  26% (55/209)        
remote: Counting objects:  27% (57/209)        
remote: Counting objects:  28% (59/209)        
remote: Counting objects:  29% (61/209)        
remote: Counting objects:  30% (63/209)        
remote: Counting objects:  31% (65/209)        
remote: Counting objects:  32% (67/209)        
remote: Counting objects:  33% (69/209)        
remote: Counting objects:  34% (72/209)        
remote: Counting objects:  35% (74/209)        
remote: Counting objects:  36% (76/209)        
remote: Counting objects:  37% (78/209)        
remote: Counting objects:  38% (80/209)        
remote: Counting objects:  39% (82/209)        
remote: Counting objects:  40% (84/209)        
remote: Counting objects:  41% (86/209)        
remote: Counting objects:  42% (88/209)        
remote: Counting objects:  43% (90/209)        
remote: Counting objects:  44% (92/209)        
remote: Counting objects:  45% (95/209)        
remote: Counting objects:  46% (97/209)        
remote: Counting objects:  47% (99/209)        
remote: Counting objects:  48% (101/209)        
remote: Counting objects:  49% (103/209)        
remote: Counting objects:  50% (105/209)        
remote: Counting objects:  51% (107/209)        
remote: Counting objects:  52% (109/209)        
remote: Counting objects:  53% (111/209)        
remote: Counting objects:  54% (113/209)        
remote: Counting objects:  55% (115/209)        
remote: Counting objects:  56% (118/209)        
remote: Counting objects:  57% (120/209)        
remote: Counting objects:  58% (122/209)        
remote: Counting objects:  59% (124/209)        
remote: Counting objects:  60% (126/209)        
remote: Counting objects:  61% (128/209)        
remote: Counting objects:  62% (130/209)        
remote: Counting objects:  63% (132/209)        
remote: Counting objects:  64% (134/209)        
remote: Counting objects:  65% (136/209)        
remote: Counting objects:  66% (138/209)        
remote: Counting objects:  67% (141/209)        
remote: Counting objects:  68% (143/209)        
remote: Counting objects:  69% (145/209)        
remote: Counting objects:  70% (147/209)        
remote: Counting objects:  71% (149/209)        
remote: Counting objects:  72% (151/209)        
remote: Counting objects:  73% (153/209)        
remote: Counting objects:  74% (155/209)        
remote: Counting objects:  75% (157/209)        
remote: Counting objects:  76% (159/209)        
remote: Counting objects:  77% (161/209)        
remote: Counting objects:  78% (164/209)        
remote: Counting objects:  79% (166/209)        
remote: Counting objects:  80% (168/209)        
remote: Counting objects:  81% (170/209)        
remote: Counting objects:  82% (172/209)        
remote: Counting objects:  83% (174/209)        
remote: Counting objects:  84% (176/209)        
remote: Counting objects:  85% (178/209)        
remote: Counting objects:  86% (180/209)        
remote: Counting objects:  87% (182/209)        
remote: Counting objects:  88% (184/209)        
remote: Counting objects:  89% (187/209)        
remote: Counting objects:  90% (189/209)        
remote: Counting objects:  91% (191/209)        
remote: Counting objects:  92% (193/209)        
remote: Counting objects:  93% (195/209)        
remote: Counting objects:  94% (197/209)        
remote: Counting objects:  95% (199/209)        
remote: Counting objects:  96% (201/209)        
remote: Counting objects:  97% (203/209)        
remote: Counting objects:  98% (205/209)        
remote: Counting objects:  99% (207/209)        
remote: Counting objects: 100% (209/209)        
remote: Counting objects: 100% (209/209), done.        
remote: Compressing objects:   0% (1/123)        
remote: Compressing objects:   1% (2/123)        
remote: Compressing objects:   2% (3/123)        
remote: Compressing objects:   3% (4/123)        
remote: Compressing objects:   4% (5/123)        
remote: Compressing objects:   5% (7/123)        
remote: Compressing objects:   6% (8/123)        
remote: Compressing objects:   7% (9/123)        
remote: Compressing objects:   8% (10/123)        
remote: Compressing objects:   9% (12/123)        
remote: Compressing objects:  10% (13/123)        
remote: Compressing objects:  11% (14/123)        
remote: Compressing objects:  12% (15/123)        
remote: Compressing objects:  13% (16/123)        
remote: Compressing objects:  14% (18/123)        
remote: Compressing objects:  15% (19/123)        
remote: Compressing objects:  16% (20/123)        
remote: Compressing objects:  17% (21/123)        
remote: Compressing objects:  18% (23/123)        
remote: Compressing objects:  19% (24/123)        
remote: Compressing objects:  20% (25/123)        
remote: Compressing objects:  21% (26/123)        
remote: Compressing objects:  22% (28/123)        
remote: Compressing objects:  23% (29/123)        
remote: Compressing objects:  24% (30/123)        
remote: Compressing objects:  25% (31/123)        
remote: Compressing objects:  26% (32/123)        
remote: Compressing objects:  27% (34/123)        
remote: Compressing objects:  28% (35/123)        
remote: Compressing objects:  29% (36/123)        
remote: Compressing objects:  30% (37/123)        
remote: Compressing objects:  31% (39/123)        
remote: Compressing objects:  32% (40/123)        
remote: Compressing objects:  33% (41/123)        
remote: Compressing objects:  34% (42/123)        
remote: Compressing objects:  35% (44/123)        
remote: Compressing objects:  36% (45/123)        
remote: Compressing objects:  37% (46/123)        
remote: Compressing objects:  38% (47/123)        
remote: Compressing objects:  39% (48/123)        
remote: Compressing objects:  40% (50/123)        
remote: Compressing objects:  41% (51/123)        
remote: Compressing objects:  42% (52/123)        
remote: Compressing objects:  43% (53/123)        
remote: Compressing objects:  44% (55/123)        
remote: Compressing objects:  45% (56/123)        
remote: Compressing objects:  46% (57/123)        
remote: Compressing objects:  47% (58/123)        
remote: Compressing objects:  48% (60/123)        
remote: Compressing objects:  49% (61/123)        
remote: Compressing objects:  50% (62/123)        
remote: Compressing objects:  51% (63/123)        
remote: Compressing objects:  52% (64/123)        
remote: Compressing objects:  53% (66/123)        
remote: Compressing objects:  54% (67/123)        
remote: Compressing objects:  55% (68/123)        
remote: Compressing objects:  56% (69/123)        
remote: Compressing objects:  57% (71/123)        
remote: Compressing objects:  58% (72/123)        
remote: Compressing objects:  59% (73/123)        
remote: Compressing objects:  60% (74/123)        
remote: Compressing objects:  61% (76/123)        
remote: Compressing objects:  62% (77/123)        
remote: Compressing objects:  63% (78/123)        
remote: Compressing objects:  64% (79/123)        
remote: Compressing objects:  65% (80/123)        
remote: Compressing objects:  66% (82/123)        
remote: Compressing objects:  67% (83/123)
remote: Compressing objects:  68% (84/123)        
remote: Compressing objects:  69% (85/123)        
remote: Compressing objects:  70% (87/123)        
remote: Compressing objects:  71% (88/123)        
remote: Compressing objects:  72% (89/123)        
remote: Compressing objects:  73% (90/123)        
remote: Compressing objects:  74% (92/123)        
remote: Compressing objects:  75% (93/123)        
remote: Compressing objects:  76% (94/123)        
remote: Compressing objects:  77% (95/123)        
remote: Compressing objects:  78% (96/123)        
remote: Compressing objects:  79% (98/123)        
remote: Compressing objects:  80% (99/123)        
remote: Compressing objects:  81% (100/123)        
remote: Compressing objects:  82% (101/123)        
remote: Compressing objects:  83% (103/123)        
remote: Compressing objects:  84% (104/123)        
remote: Compressing objects:  85% (105/123)        
remote: Compressing objects:  86% (106/123)        
remote: Compressing objects:  87% (108/123)        
remote: Compressing objects:  88% (109/123)        
remote: Compressing objects:  89% (110/123)        
remote: Compressing objects:  90% (111/123)        
remote: Compressing objects:  91% (112/123)        
remote: Compressing objects:  92% (114/123)        
remote: Compressing objects:  93% (115/123)        
remote: Compressing objects:  94% (116/123)        
remote: Compressing objects:  95% (117/123)        
remote: Compressing objects:  96% (119/123)        
remote: Compressing objects:  97% (120/123)        
remote: Compressing objects:  98% (121/123)        
remote: Compressing objects:  99% (122/123)        
remote: Compressing objects: 100% (123/123)        
remote: Compressing objects: 100% (123/123), done.        
Receiving objects:   0% (1/1670)
Receiving objects:   1% (17/1670)
Receiving objects:   2% (34/1670)
Receiving objects:   3% (51/1670)
Receiving objects:   4% (67/1670)
Receiving objects:   5% (84/1670)
Receiving objects:   6% (101/1670)
Receiving objects:   7% (117/1670)
Receiving objects:   8% (134/1670)
Receiving objects:   9% (151/1670)
Receiving objects:  10% (167/1670)
Receiving objects:  11% (184/1670)
Receiving objects:  12% (201/1670)
Receiving objects:  13% (218/1670)
Receiving objects:  14% (234/1670)
Receiving objects:  15% (251/1670)
Receiving objects:  16% (268/1670)
Receiving objects:  17% (284/1670)
Receiving objects:  18% (301/1670)
Receiving objects:  19% (318/1670)
Receiving objects:  20% (334/1670)
Receiving objects:  21% (351/1670)
Receiving objects:  22% (368/1670)
Receiving objects:  23% (385/1670)
Receiving objects:  24% (401/1670)
Receiving objects:  25% (418/1670)
Receiving objects:  26% (435/1670)
Receiving objects:  27% (451/1670)
Receiving objects:  28% (468/1670)
Receiving objects:  29% (485/1670)
Receiving objects:  30% (501/1670)
Receiving objects:  31% (518/1670)
Receiving objects:  32% (535/1670)
Receiving objects:  33% (552/1670)
Receiving objects:  34% (568/1670)
Receiving objects:  35% (585/1670)
Receiving objects:  36% (602/1670)
Receiving objects:  37% (618/1670)
Receiving objects:  38% (635/1670)
Receiving objects:  39% (652/1670)
Receiving objects:  40% (668/1670)
Receiving objects:  41% (685/1670)
Receiving objects:  42% (702/1670)
Receiving objects:  43% (719/1670)
Receiving objects:  44% (735/1670)
Receiving objects:  45% (752/1670)
Receiving objects:  46% (769/1670)
Receiving objects:  47% (785/1670)
Receiving objects:  48% (802/1670)
Receiving objects:  49% (819/1670)
Receiving objects:  50% (835/1670)
Receiving objects:  51% (852/1670)
Receiving objects:  52% (869/1670)
Receiving objects:  53% (886/1670)
Receiving objects:  54% (902/1670)
Receiving objects:  55% (919/1670)
Receiving objects:  56% (936/1670)
Receiving objects:  57% (952/1670)
Receiving objects:  58% (969/1670)
Receiving objects:  59% (986/1670)
Receiving objects:  60% (1002/1670)
Receiving objects:  61% (1019/1670)
Receiving objects:  62% (1036/1670)
Receiving objects:  63% (1053/1670)
Receiving objects:  64% (1069/1670)
Receiving objects:  65% (1086/1670)
Receiving objects:  66% (1103/1670)
Receiving objects:  67% (1119/1670)
Receiving objects:  68% (1136/1670)
remote: Total 1670 (delta 97), reused 190 (delta 85), pack-reused 1461        
Receiving objects:  69% (1153/1670)
Receiving objects:  70% (1169/1670)
Receiving objects:  71% (1186/1670)
Receiving objects:  72% (1203/1670)
Receiving objects:  73% (1220/1670)
Receiving objects:  74% (1236/1670)
Receiving objects:  75% (1253/1670)
Receiving objects:  76% (1270/1670)
Receiving objects:  77% (1286/1670)
Receiving objects:  78% (1303/1670)
Receiving objects:  79% (1320/1670)
Receiving objects:  80% (1336/1670)
Receiving objects:  81% (1353/1670)
Receiving objects:  82% (1370/1670)
Receiving objects:  83% (1387/1670)
Receiving objects:  84% (1403/1670)
Receiving objects:  85% (1420/1670)
Receiving objects:  86% (1437/1670)
Receiving objects:  87% (1453/1670)
Receiving objects:  88% (1470/1670)
Receiving objects:  89% (1487/1670)
Receiving objects:  90% (1503/1670)
Receiving objects:  91% (1520/1670)
Receiving objects:  92% (1537/1670)
Receiving objects:  93% (1554/1670)
Receiving objects:  94% (1570/1670)
Receiving objects:  95% (1587/1670)
Receiving objects:  96% (1604/1670)
Receiving objects:  97% (1620/1670)
Receiving objects:  98% (1637/1670)
Receiving objects:  99% (1654/1670)
Receiving objects: 100% (1670/1670)
Receiving objects: 100% (1670/1670), 196.50 KiB | 32.75 MiB/s, done.
Resolving deltas:   0% (0/583)
Resolving deltas:   1% (6/583)
Resolving deltas:   4% (26/583)
Resolving deltas:   8% (50/583)
Resolving deltas:  16% (96/583)
Resolving deltas:  24% (141/583)
Resolving deltas:  25% (148/583)
Resolving deltas:  29% (171/583)
Resolving deltas:  30% (177/583)
Resolving deltas:  36% (211/583)
Resolving deltas:  42% (246/583)
Resolving deltas:  45% (265/583)
Resolving deltas:  47% (275/583)
Resolving deltas:  54% (319/583)
Resolving deltas:  55% (322/583)
Resolving deltas:  58% (341/583)
Resolving deltas:  62% (364/583)
Resolving deltas:  63% (372/583)
Resolving deltas:  64% (374/583)
Resolving deltas:  65% (379/583)
Resolving deltas:  66% (386/583)
Resolving deltas:  67% (392/583)
Resolving deltas:  68% (398/583)
Resolving deltas:  69% (403/583)
Resolving deltas:  70% (410/583)
Resolving deltas:  71% (414/583)
Resolving deltas:  74% (433/583)
Resolving deltas:  75% (438/583)
Resolving deltas:  76% (444/583)
Resolving deltas:  77% (451/583)
Resolving deltas:  78% (455/583)
Resolving deltas:  79% (461/583)
Resolving deltas:  80% (471/583)
Resolving deltas:  81% (473/583)
Resolving deltas:  82% (479/583)
Resolving deltas:  83% (484/583)
Resolving deltas:  85% (498/583)
Resolving deltas:  86% (504/583)
Resolving deltas:  87% (508/583)
Resolving deltas:  90% (525/583)
Resolving deltas:  91% (532/583)
Resolving deltas:  93% (546/583)
Resolving deltas:  95% (554/583)
Resolving deltas: 100% (583/583)
Resolving deltas: 100% (583/583), done.
Cloning into '/root/workspace/weifang-config/container/A007/params_new/system-mqtt'...
remote: Enumerating objects: 158, done.        
remote: Counting objects:   0% (1/130)        
remote: Counting objects:   1% (2/130)        
remote: Counting objects:   2% (3/130)        
remote: Counting objects:   3% (4/130)        
remote: Counting objects:   4% (6/130)        
remote: Counting objects:   5% (7/130)        
remote: Counting objects:   6% (8/130)        
remote: Counting objects:   7% (10/130)        
remote: Counting objects:   8% (11/130)        
remote: Counting objects:   9% (12/130)        
remote: Counting objects:  10% (13/130)        
remote: Counting objects:  11% (15/130)        
remote: Counting objects:  12% (16/130)        
remote: Counting objects:  13% (17/130)        
remote: Counting objects:  14% (19/130)        
remote: Counting objects:  15% (20/130)        
remote: Counting objects:  16% (21/130)        
remote: Counting objects:  17% (23/130)        
remote: Counting objects:  18% (24/130)        
remote: Counting objects:  19% (25/130)        
remote: Counting objects:  20% (26/130)        
remote: Counting objects:  21% (28/130)        
remote: Counting objects:  22% (29/130)        
remote: Counting objects:  23% (30/130)        
remote: Counting objects:  24% (32/130)        
remote: Counting objects:  25% (33/130)        
remote: Counting objects:  26% (34/130)        
remote: Counting objects:  27% (36/130)        
remote: Counting objects:  28% (37/130)        
remote: Counting objects:  29% (38/130)        
remote: Counting objects:  30% (39/130)        
remote: Counting objects:  31% (41/130)        
remote: Counting objects:  32% (42/130)        
remote: Counting objects:  33% (43/130)        
remote: Counting objects:  34% (45/130)        
remote: Counting objects:  35% (46/130)        
remote: Counting objects:  36% (47/130)        
remote: Counting objects:  37% (49/130)        
remote: Counting objects:  38% (50/130)        
remote: Counting objects:  39% (51/130)        
remote: Counting objects:  40% (52/130)        
remote: Counting objects:  41% (54/130)        
remote: Counting objects:  42% (55/130)        
remote: Counting objects:  43% (56/130)        
remote: Counting objects:  44% (58/130)        
remote: Counting objects:  45% (59/130)        
remote: Counting objects:  46% (60/130)        
remote: Counting objects:  47% (62/130)        
remote: Counting objects:  48% (63/130)        
remote: Counting objects:  49% (64/130)        
remote: Counting objects:  50% (65/130)        
remote: Counting objects:  51% (67/130)        
remote: Counting objects:  52% (68/130)        
remote: Counting objects:  53% (69/130)        
remote: Counting objects:  54% (71/130)        
remote: Counting objects:  55% (72/130)        
remote: Counting objects:  56% (73/130)        
remote: Counting objects:  57% (75/130)        
remote: Counting objects:  58% (76/130)        
remote: Counting objects:  59% (77/130)        
remote: Counting objects:  60% (78/130)        
remote: Counting objects:  61% (80/130)        
remote: Counting objects:  62% (81/130)        
remote: Counting objects:  63% (82/130)        
remote: Counting objects:  64% (84/130)        
remote: Counting objects:  65% (85/130)        
remote: Counting objects:  66% (86/130)        
remote: Counting objects:  67% (88/130)        
remote: Counting objects:  68% (89/130)        
remote: Counting objects:  69% (90/130)        
remote: Counting objects:  70% (91/130)        
remote: Counting objects:  71% (93/130)        
remote: Counting objects:  72% (94/130)        
remote: Counting objects:  73% (95/130)        
remote: Counting objects:  74% (97/130)        
remote: Counting objects:  75% (98/130)        
remote: Counting objects:  76% (99/130)        
remote: Counting objects:  77% (101/130)        
remote: Counting objects:  78% (102/130)        
remote: Counting objects:  79% (103/130)        
remote: Counting objects:  80% (104/130)        
remote: Counting objects:  81% (106/130)        
remote: Counting objects:  82% (107/130)        
remote: Counting objects:  83% (108/130)        
remote: Counting objects:  84% (110/130)        
remote: Counting objects:  85% (111/130)        
remote: Counting objects:  86% (112/130)        
remote: Counting objects:  87% (114/130)        
remote: Counting objects:  88% (115/130)        
remote: Counting objects:  89% (116/130)        
remote: Counting objects:  90% (117/130)        
remote: Counting objects:  91% (119/130)        
remote: Counting objects:  92% (120/130)        
remote: Counting objects:  93% (121/130)        
remote: Counting objects:  94% (123/130)        
remote: Counting objects:  95% (124/130)        
remote: Counting objects:  96% (125/130)        
remote: Counting objects:  97% (127/130)        
remote: Counting objects:  98% (128/130)        
remote: Counting objects:  99% (129/130)        
remote: Counting objects: 100% (130/130)        
remote: Counting objects: 100% (130/130), done.        
remote: Compressing objects:   1% (1/54)        
remote: Compressing objects:   3% (2/54)        
remote: Compressing objects:   5% (3/54)        
remote: Compressing objects:   7% (4/54)        
remote: Compressing objects:   9% (5/54)        
remote: Compressing objects:  11% (6/54)        
remote: Compressing objects:  12% (7/54)        
remote: Compressing objects:  14% (8/54)        
remote: Compressing objects:  16% (9/54)        
remote: Compressing objects:  18% (10/54)        
remote: Compressing objects:  20% (11/54)        
remote: Compressing objects:  22% (12/54)        
remote: Compressing objects:  24% (13/54)        
remote: Compressing objects:  25% (14/54)        
remote: Compressing objects:  27% (15/54)        
remote: Compressing objects:  29% (16/54)        
remote: Compressing objects:  31% (17/54)        
remote: Compressing objects:  33% (18/54)        
remote: Compressing objects:  35% (19/54)        
remote: Compressing objects:  37% (20/54)        
remote: Compressing objects:  38% (21/54)        
remote: Compressing objects:  40% (22/54)        
remote: Compressing objects:  42% (23/54)        
remote: Compressing objects:  44% (24/54)        
remote: Compressing objects:  46% (25/54)        
remote: Compressing objects:  48% (26/54)        
remote: Compressing objects:  50% (27/54)        
remote: Compressing objects:  51% (28/54)        
remote: Compressing objects:  53% (29/54)        
remote: Compressing objects:  55% (30/54)        
remote: Compressing objects:  57% (31/54)        
remote: Compressing objects:  59% (32/54)        
remote: Compressing objects:  61% (33/54)        
remote: Compressing objects:  62% (34/54)        
remote: Compressing objects:  64% (35/54)        
remote: Compressing objects:  66% (36/54)        
remote: Compressing objects:  68% (37/54)        
remote: Compressing objects:  70% (38/54)        
remote: Compressing objects:  72% (39/54)        
remote: Compressing objects:  74% (40/54)        
remote: Compressing objects:  75% (41/54)        
remote: Compressing objects:  77% (42/54)        
remote: Compressing objects:  79% (43/54)        
remote: Compressing objects:  81% (44/54)        
remote: Compressing objects:  83% (45/54)        
remote: Compressing objects:  85% (46/54)        
remote: Compressing objects:  87% (47/54)        
remote: Compressing objects:  88% (48/54)        
remote: Compressing objects:  90% (49/54)        
remote: Compressing objects:  92% (50/54)        
remote: Compressing objects:  94% (51/54)        
remote: Compressing objects:  96% (52/54)        
remote: Compressing objects:  98% (53/54)        
remote: Compressing objects: 100% (54/54)        
remote: Compressing objects: 100% (54/54), done.        
remote: Total 158 (delta 34), reused 97 (delta 22), pack-reused 28        
Receiving objects:   0% (1/158)
Receiving objects:   1% (2/158)
Receiving objects:   2% (4/158)
Receiving objects:   3% (5/158)
Receiving objects:   4% (7/158)
Receiving objects:   5% (8/158)
Receiving objects:   6% (10/158)
Receiving objects:   7% (12/158)
Receiving objects:   8% (13/158)
Receiving objects:   9% (15/158)
Receiving objects:  10% (16/158)
Receiving objects:  11% (18/158)
Receiving objects:  12% (19/158)
Receiving objects:  13% (21/158)
Receiving objects:  14% (23/158)
Receiving objects:  15% (24/158)
Receiving objects:  16% (26/158)
Receiving objects:  17% (27/158)
Receiving objects:  18% (29/158)
Receiving objects:  19% (31/158)
Receiving objects:  20% (32/158)
Receiving objects:  21% (34/158)
Receiving objects:  22% (35/158)
Receiving objects:  23% (37/158)
Receiving objects:  24% (38/158)
Receiving objects:  25% (40/158)
Receiving objects:  26% (42/158)
Receiving objects:  27% (43/158)
Receiving objects:  28% (45/158)
Receiving objects:  29% (46/158)
Receiving objects:  30% (48/158)
Receiving objects:  31% (49/158)
Receiving objects:  32% (51/158)
Receiving objects:  33% (53/158)
Receiving objects:  34% (54/158)
Receiving objects:  35% (56/158)
Receiving objects:  36% (57/158)
Receiving objects:  37% (59/158)
Receiving objects:  38% (61/158)
Receiving objects:  39% (62/158)
Receiving objects:  40% (64/158)
Receiving objects:  41% (65/158)
Receiving objects:  42% (67/158)
Receiving objects:  43% (68/158)
Receiving objects:  44% (70/158)
Receiving objects:  45% (72/158)
Receiving objects:  46% (73/158)
Receiving objects:  47% (75/158)
Receiving objects:  48% (76/158)
Receiving objects:  49% (78/158)
Receiving objects:  50% (79/158)
Receiving objects:  51% (81/158)
Receiving objects:  52% (83/158)
Receiving objects:  53% (84/158)
Receiving objects:  54% (86/158)
Receiving objects:  55% (87/158)
Receiving objects:  56% (89/158)
Receiving objects:  57% (91/158)
Receiving objects:  58% (92/158)
Receiving objects:  59% (94/158)
Receiving objects:  60% (95/158)
Receiving objects:  61% (97/158)
Receiving objects:  62% (98/158)
Receiving objects:  63% (100/158)
Receiving objects:  64% (102/158)
Receiving objects:  65% (103/158)
Receiving objects:  66% (105/158)
Receiving objects:  67% (106/158)
Receiving objects:  68% (108/158)
Receiving objects:  69% (110/158)
Receiving objects:  70% (111/158)
Receiving objects:  71% (113/158)
Receiving objects:  72% (114/158)
Receiving objects:  73% (116/158)
Receiving objects:  74% (117/158)
Receiving objects:  75% (119/158)
Receiving objects:  76% (121/158)
Receiving objects:  77% (122/158)
Receiving objects:  78% (124/158)
Receiving objects:  79% (125/158)
Receiving objects:  80% (127/158)
Receiving objects:  81% (128/158)
Receiving objects:  82% (130/158)
Receiving objects:  83% (132/158)
Receiving objects:  84% (133/158)
Receiving objects:  85% (135/158)
Receiving objects:  86% (136/158)
Receiving objects:  87% (138/158)
Receiving objects:  88% (140/158)
Receiving objects:  89% (141/158)
Receiving objects:  90% (143/158)
Receiving objects:  91% (144/158)
Receiving objects:  92% (146/158)
Receiving objects:  93% (147/158)
Receiving objects:  94% (149/158)
Receiving objects:  95% (151/158)
Receiving objects:  96% (152/158)
Receiving objects:  97% (154/158)
Receiving objects:  98% (155/158)
Receiving objects:  99% (157/158)
Receiving objects: 100% (158/158)
Receiving objects: 100% (158/158), 16.37 KiB | 16.37 MiB/s, done.
Resolving deltas:   0% (0/37)
Resolving deltas:   2% (1/37)
Resolving deltas:   5% (2/37)
Resolving deltas:   8% (3/37)
Resolving deltas:  10% (4/37)
Resolving deltas:  16% (6/37)
Resolving deltas:  27% (10/37)
Resolving deltas:  56% (21/37)
Resolving deltas:  59% (22/37)
Resolving deltas:  62% (23/37)
Resolving deltas:  83% (31/37)
Resolving deltas: 100% (37/37)
Resolving deltas: 100% (37/37), done.
Cloning into '/root/workspace/weifang-config/container/A007/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/container/A007/params_new/system-port'...
remote: Enumerating objects: 282, done.        
remote: Counting objects:   0% (1/162)        
remote: Counting objects:   1% (2/162)        
remote: Counting objects:   2% (4/162)        
remote: Counting objects:   3% (5/162)        
remote: Counting objects:   4% (7/162)        
remote: Counting objects:   5% (9/162)        
remote: Counting objects:   6% (10/162)        
remote: Counting objects:   7% (12/162)        
remote: Counting objects:   8% (13/162)        
remote: Counting objects:   9% (15/162)        
remote: Counting objects:  10% (17/162)        
remote: Counting objects:  11% (18/162)        
remote: Counting objects:  12% (20/162)        
remote: Counting objects:  13% (22/162)        
remote: Counting objects:  14% (23/162)        
remote: Counting objects:  15% (25/162)        
remote: Counting objects:  16% (26/162)        
remote: Counting objects:  17% (28/162)        
remote: Counting objects:  18% (30/162)        
remote: Counting objects:  19% (31/162)        
remote: Counting objects:  20% (33/162)        
remote: Counting objects:  21% (35/162)        
remote: Counting objects:  22% (36/162)        
remote: Counting objects:  23% (38/162)        
remote: Counting objects:  24% (39/162)        
remote: Counting objects:  25% (41/162)        
remote: Counting objects:  26% (43/162)        
remote: Counting objects:  27% (44/162)        
remote: Counting objects:  28% (46/162)        
remote: Counting objects:  29% (47/162)        
remote: Counting objects:  30% (49/162)        
remote: Counting objects:  31% (51/162)        
remote: Counting objects:  32% (52/162)        
remote: Counting objects:  33% (54/162)        
remote: Counting objects:  34% (56/162)        
remote: Counting objects:  35% (57/162)        
remote: Counting objects:  36% (59/162)        
remote: Counting objects:  37% (60/162)        
remote: Counting objects:  38% (62/162)        
remote: Counting objects:  39% (64/162)        
remote: Counting objects:  40% (65/162)        
remote: Counting objects:  41% (67/162)        
remote: Counting objects:  42% (69/162)        
remote: Counting objects:  43% (70/162)        
remote: Counting objects:  44% (72/162)        
remote: Counting objects:  45% (73/162)        
remote: Counting objects:  46% (75/162)        
remote: Counting objects:  47% (77/162)        
remote: Counting objects:  48% (78/162)        
remote: Counting objects:  49% (80/162)        
remote: Counting objects:  50% (81/162)        
remote: Counting objects:  51% (83/162)        
remote: Counting objects:  52% (85/162)        
remote: Counting objects:  53% (86/162)        
remote: Counting objects:  54% (88/162)        
remote: Counting objects:  55% (90/162)        
remote: Counting objects:  56% (91/162)        
remote: Counting objects:  57% (93/162)        
remote: Counting objects:  58% (94/162)        
remote: Counting objects:  59% (96/162)        
remote: Counting objects:  60% (98/162)        
remote: Counting objects:  61% (99/162)        
remote: Counting objects:  62% (101/162)        
remote: Counting objects:  63% (103/162)        
remote: Counting objects:  64% (104/162)        
remote: Counting objects:  65% (106/162)        
remote: Counting objects:  66% (107/162)        
remote: Counting objects:  67% (109/162)        
remote: Counting objects:  68% (111/162)        
remote: Counting objects:  69% (112/162)        
remote: Counting objects:  70% (114/162)        
remote: Counting objects:  71% (116/162)        
remote: Counting objects:  72% (117/162)        
remote: Counting objects:  73% (119/162)        
remote: Counting objects:  74% (120/162)        
remote: Counting objects:  75% (122/162)        
remote: Counting objects:  76% (124/162)        
remote: Counting objects:  77% (125/162)        
remote: Counting objects:  78% (127/162)        
remote: Counting objects:  79% (128/162)        
remote: Counting objects:  80% (130/162)        
remote: Counting objects:  81% (132/162)        
remote: Counting objects:  82% (133/162)        
remote: Counting objects:  83% (135/162)        
remote: Counting objects:  84% (137/162)        
remote: Counting objects:  85% (138/162)        
remote: Counting objects:  86% (140/162)        
remote: Counting objects:  87% (141/162)        
remote: Counting objects:  88% (143/162)        
remote: Counting objects:  89% (145/162)        
remote: Counting objects:  90% (146/162)        
remote: Counting objects:  91% (148/162)        
remote: Counting objects:  92% (150/162)        
remote: Counting objects:  93% (151/162)        
remote: Counting objects:  94% (153/162)        
remote: Counting objects:  95% (154/162)        
remote: Counting objects:  96% (156/162)        
remote: Counting objects:  97% (158/162)        
remote: Counting objects:  98% (159/162)        
remote: Counting objects:  99% (161/162)
remote: Counting objects: 100% (162/162)        
remote: Counting objects: 100% (162/162), done.        
remote: Compressing objects:   0% (1/117)        
remote: Compressing objects:   1% (2/117)        
remote: Compressing objects:   2% (3/117)        
remote: Compressing objects:   3% (4/117)        
remote: Compressing objects:   4% (5/117)        
remote: Compressing objects:   5% (6/117)        
remote: Compressing objects:   6% (8/117)        
remote: Compressing objects:   7% (9/117)        
remote: Compressing objects:   8% (10/117)        
remote: Compressing objects:   9% (11/117)        
remote: Compressing objects:  10% (12/117)        
remote: Compressing objects:  11% (13/117)        
remote: Compressing objects:  12% (15/117)        
remote: Compressing objects:  13% (16/117)        
remote: Compressing objects:  14% (17/117)        
remote: Compressing objects:  15% (18/117)        
remote: Compressing objects:  16% (19/117)        
remote: Compressing objects:  17% (20/117)        
remote: Compressing objects:  18% (22/117)        
remote: Compressing objects:  19% (23/117)        
remote: Compressing objects:  20% (24/117)        
remote: Compressing objects:  21% (25/117)        
remote: Compressing objects:  22% (26/117)        
remote: Compressing objects:  23% (27/117)        
remote: Compressing objects:  24% (29/117)        
remote: Compressing objects:  25% (30/117)        
remote: Compressing objects:  26% (31/117)        
remote: Compressing objects:  27% (32/117)        
remote: Compressing objects:  28% (33/117)        
remote: Compressing objects:  29% (34/117)        
remote: Compressing objects:  30% (36/117)
remote: Compressing objects:  31% (37/117)        
remote: Compressing objects:  32% (38/117)        
remote: Compressing objects:  33% (39/117)        
remote: Compressing objects:  34% (40/117)        
remote: Compressing objects:  35% (41/117)        
remote: Compressing objects:  36% (43/117)        
remote: Compressing objects:  37% (44/117)        
remote: Compressing objects:  38% (45/117)        
remote: Compressing objects:  39% (46/117)        
remote: Compressing objects:  40% (47/117)        
remote: Compressing objects:  41% (48/117)        
remote: Compressing objects:  42% (50/117)        
remote: Compressing objects:  43% (51/117)        
remote: Compressing objects:  44% (52/117)        
remote: Compressing objects:  45% (53/117)        
remote: Compressing objects:  46% (54/117)        
remote: Compressing objects:  47% (55/117)        
remote: Compressing objects:  48% (57/117)        
remote: Compressing objects:  49% (58/117)        
remote: Compressing objects:  50% (59/117)        
remote: Compressing objects:  51% (60/117)        
remote: Compressing objects:  52% (61/117)        
remote: Compressing objects:  53% (63/117)        
remote: Compressing objects:  54% (64/117)        
remote: Compressing objects:  55% (65/117)        
remote: Compressing objects:  56% (66/117)        
remote: Compressing objects:  57% (67/117)        
remote: Compressing objects:  58% (68/117)        
remote: Compressing objects:  59% (70/117)        
remote: Compressing objects:  60% (71/117)        
remote: Compressing objects:  61% (72/117)        
remote: Compressing objects:  62% (73/117)        
remote: Compressing objects:  63% (74/117)        
remote: Compressing objects:  64% (75/117)        
remote: Compressing objects:  65% (77/117)        
remote: Compressing objects:  66% (78/117)        
remote: Compressing objects:  67% (79/117)        
remote: Compressing objects:  68% (80/117)        
remote: Compressing objects:  69% (81/117)        
remote: Compressing objects:  70% (82/117)        
remote: Compressing objects:  71% (84/117)        
remote: Compressing objects:  72% (85/117)        
remote: Compressing objects:  73% (86/117)        
remote: Compressing objects:  74% (87/117)        
remote: Compressing objects:  75% (88/117)        
remote: Compressing objects:  76% (89/117)        
remote: Compressing objects:  77% (91/117)        
remote: Compressing objects:  78% (92/117)        
remote: Compressing objects:  79% (93/117)        
remote: Compressing objects:  80% (94/117)        
remote: Compressing objects:  81% (95/117)        
remote: Compressing objects:  82% (96/117)        
remote: Compressing objects:  83% (98/117)        
remote: Compressing objects:  84% (99/117)        
remote: Compressing objects:  85% (100/117)        
remote: Compressing objects:  86% (101/117)        
remote: Compressing objects:  87% (102/117)        
remote: Compressing objects:  88% (103/117)        
remote: Compressing objects:  89% (105/117)        
remote: Compressing objects:  90% (106/117)        
remote: Compressing objects:  91% (107/117)        
remote: Compressing objects:  92% (108/117)        
remote: Compressing objects:  93% (109/117)        
remote: Compressing objects:  94% (110/117)        
remote: Compressing objects:  95% (112/117)        
remote: Compressing objects:  96% (113/117)        
remote: Compressing objects:  97% (114/117)        
remote: Compressing objects:  98% (115/117)        
remote: Compressing objects:  99% (116/117)        
remote: Compressing objects: 100% (117/117)        
remote: Compressing objects: 100% (117/117), done.        
Receiving objects:   0% (1/282)
Receiving objects:   1% (3/282)
Receiving objects:   2% (6/282)
Receiving objects:   3% (9/282)
Receiving objects:   4% (12/282)
Receiving objects:   5% (15/282)
Receiving objects:   6% (17/282)
Receiving objects:   7% (20/282)
Receiving objects:   8% (23/282)
Receiving objects:   9% (26/282)
Receiving objects:  10% (29/282)
Receiving objects:  11% (32/282)
Receiving objects:  12% (34/282)
Receiving objects:  13% (37/282)
Receiving objects:  14% (40/282)
Receiving objects:  15% (43/282)
Receiving objects:  16% (46/282)
Receiving objects:  17% (48/282)
Receiving objects:  18% (51/282)
Receiving objects:  19% (54/282)
Receiving objects:  20% (57/282)
Receiving objects:  21% (60/282)
Receiving objects:  22% (63/282)
Receiving objects:  23% (65/282)
Receiving objects:  24% (68/282)
Receiving objects:  25% (71/282)
Receiving objects:  26% (74/282)
Receiving objects:  27% (77/282)
Receiving objects:  28% (79/282)
Receiving objects:  29% (82/282)
Receiving objects:  30% (85/282)
Receiving objects:  31% (88/282)
Receiving objects:  32% (91/282)
Receiving objects:  33% (94/282)
Receiving objects:  34% (96/282)
Receiving objects:  35% (99/282)
Receiving objects:  36% (102/282)
Receiving objects:  37% (105/282)
Receiving objects:  38% (108/282)
Receiving objects:  39% (110/282)
Receiving objects:  40% (113/282)
Receiving objects:  41% (116/282)
Receiving objects:  42% (119/282)
Receiving objects:  43% (122/282)
Receiving objects:  44% (125/282)
Receiving objects:  45% (127/282)
Receiving objects:  46% (130/282)
Receiving objects:  47% (133/282)
Receiving objects:  48% (136/282)
Receiving objects:  49% (139/282)
Receiving objects:  50% (141/282)
Receiving objects:  51% (144/282)
Receiving objects:  52% (147/282)
Receiving objects:  53% (150/282)
Receiving objects:  54% (153/282)
Receiving objects:  55% (156/282)
Receiving objects:  56% (158/282)
Receiving objects:  57% (161/282)
Receiving objects:  58% (164/282)
Receiving objects:  59% (167/282)
Receiving objects:  60% (170/282)
Receiving objects:  61% (173/282)
Receiving objects:  62% (175/282)
Receiving objects:  63% (178/282)
Receiving objects:  64% (181/282)
Receiving objects:  65% (184/282)
Receiving objects:  66% (187/282)
Receiving objects:  67% (189/282)
Receiving objects:  68% (192/282)
Receiving objects:  69% (195/282)
Receiving objects:  70% (198/282)
Receiving objects:  71% (201/282)
Receiving objects:  72% (204/282)
Receiving objects:  73% (206/282)
Receiving objects:  74% (209/282)
Receiving objects:  75% (212/282)
Receiving objects:  76% (215/282)
Receiving objects:  77% (218/282)
Receiving objects:  78% (220/282)
Receiving objects:  79% (223/282)
Receiving objects:  80% (226/282)
Receiving objects:  81% (229/282)
Receiving objects:  82% (232/282)
Receiving objects:  83% (235/282)
remote: Total 282 (delta 77), reused 92 (delta 33), pack-reused 120        
Receiving objects:  84% (237/282)
Receiving objects:  85% (240/282)
Receiving objects:  86% (243/282)
Receiving objects:  87% (246/282)
Receiving objects:  88% (249/282)
Receiving objects:  89% (251/282)
Receiving objects:  90% (254/282)
Receiving objects:  91% (257/282)
Receiving objects:  92% (260/282)
Receiving objects:  93% (263/282)
Receiving objects:  94% (266/282)
Receiving objects:  95% (268/282)
Receiving objects:  96% (271/282)
Receiving objects:  97% (274/282)
Receiving objects:  98% (277/282)
Receiving objects:  99% (280/282)
Receiving objects: 100% (282/282)
Receiving objects: 100% (282/282), 176.64 KiB | 22.08 MiB/s, done.
Resolving deltas:   0% (0/121)
Resolving deltas:   1% (2/121)
Resolving deltas:   4% (6/121)
Resolving deltas:  12% (15/121)
Resolving deltas:  13% (16/121)
Resolving deltas:  16% (20/121)
Resolving deltas:  18% (22/121)
Resolving deltas:  19% (24/121)
Resolving deltas:  20% (25/121)
Resolving deltas:  21% (26/121)
Resolving deltas:  23% (28/121)
Resolving deltas:  24% (30/121)
Resolving deltas:  27% (33/121)
Resolving deltas:  28% (35/121)
Resolving deltas:  29% (36/121)
Resolving deltas:  48% (59/121)
Resolving deltas:  67% (82/121)
Resolving deltas:  71% (86/121)
Resolving deltas:  74% (90/121)
Resolving deltas:  80% (98/121)
Resolving deltas:  82% (100/121)
Resolving deltas:  83% (101/121)
Resolving deltas:  84% (102/121)
Resolving deltas:  85% (103/121)
Resolving deltas:  86% (105/121)
Resolving deltas:  88% (107/121)
Resolving deltas:  89% (108/121)
Resolving deltas:  90% (110/121)
Resolving deltas:  91% (111/121)
Resolving deltas: 100% (121/121)
Resolving deltas: 100% (121/121), done.
Submodule path 'crane_align_common': checked out '954ba1c96df2e7fb63dbd882b3b7abd22189fa4d'
Submodule path 'crane_align_customized': checked out '0bf9d9dbf6e8cfba4ff33081417a51db4dde44ec'
Submodule path 'hardware': checked out 'e2174fcdc2d6e16e3fb0408de92278e31e9cc581'
Submodule path 'hesai_lidar_customized': checked out '9ca584cebe961958e030ff1056c9b013e0723175'
Submodule path 'lidar-extrinsics': checked out '6968536452dad06434e32b8ef5116de44dbf75f4'
Submodule path 'lidar_loc_v2_common': checked out 'dd6ec8131f022ee08f81455a09d94802a582ee5f'
Submodule path 'lidar_loc_v2_customized': checked out 'f456b02e485e8eccdecfa45e07d842777b968d61'
Submodule path 'msf-port': checked out 'a8149a798e11c048d88d208d57ca85594ff5f1bc'
Submodule path 'msf-vehicle': checked out '2de9acbaed753d108e1be38f76e5e8e5a43dc4a2'
Submodule path 'perception_camera_driver': checked out '82f6ae6d33aa2f9cfe16047ac1ea8ade9aa6e5da'
Submodule path 'perception_data_collection': checked out 'b36dc0a6ea51808e48bda66eef6aa3e5338685ac'
Submodule path 'perception_lane_detection': checked out '3dcecc6a1cab5b58d59274dc57d94f2a5a1a5266'
Submodule path 'perception_lidar_camera_fusion': checked out 'd6411e8e7496fed5c621cfa668ba0e1e0aa07545'
Submodule path 'perception_new_detection': checked out '2247da34054ca746c31dbba893e19b148f8a13e1'
Submodule path 'perception_spreader_imv': checked out '4419cd9ee6da785b6a6ff6a471810264eb9ebccc'
Submodule path 'perception_spreader_truck': checked out '87357350892ab66df93a7eed89c8616b28fb8d20'
Submodule path 'perception_vehicles': checked out '15a170605d458ec7a51d5e2d6a04e0f1a4664082'
Submodule path 'pointcloud_customized': checked out '37092b6ed6d5ce663b37f450ec4b633991626bfd'
Submodule path 'prediction_config': checked out '5752a4cc58c48a04990cf84bc3db06c61f709753'
Submodule path 'rslidar_sdk_common': checked out '3b3ec601072717ab0a4037dd9f5abcef0c9ad337'
Submodule path 'rslidar_sdk_customized': checked out 'c67fb869443c2c9c0f8c366f3596dc8cf5aa6821'
Submodule path 'static_transform_common': checked out '79606d0a8d1b7bab782d8279cb27d4d11e0212dd'
Submodule path 'system-common': checked out '4961e234efc1e60a77fcfb7352f10c5956ec03a1'
Submodule path 'system-device': checked out '753f30df39b08deecc9829cfe13a047c282c409e'
Submodule path 'system-mqtt': checked out 'a917e8ef386bd52983140020adb1671e27a6c7ce'
Submodule path 'system-node-weifang': checked out '85dfb55831c10ce7a8dcd93684fc8b990eb68b45'
Submodule path 'system-port': checked out '6f95e740d94ac6727164bbfd616a53c6072a2894'
[Pipeline] sh
+ ls -d crane_align_common/ crane_align_customized/ hardware/ hesai_lidar_customized/ lidar-extrinsics/ lidar_loc_v2_common/ lidar_loc_v2_customized/ msf-port/ msf-vehicle/ perception_camera_driver/ perception_data_collection/ perception_lane_detection/ perception_lidar_camera_fusion/ perception_new_detection/ perception_spreader_imv/ perception_spreader_truck/ perception_vehicles/ pointcloud_customized/ prediction_config/ rslidar_sdk_common/ rslidar_sdk_customized/ static_transform_common/ system-common/ system-device/ system-mqtt/ system-node-weifang/ system-port/
[Pipeline] echo
[crane_align_common, crane_align_customized, hardware, hesai_lidar_customized, lidar-extrinsics, lidar_loc_v2_common, lidar_loc_v2_customized, msf-port, msf-vehicle, perception_camera_driver, perception_data_collection, perception_lane_detection, perception_lidar_camera_fusion, perception_new_detection, perception_spreader_imv, perception_spreader_truck, perception_vehicles, pointcloud_customized, prediction_config, rslidar_sdk_common, rslidar_sdk_customized, static_transform_common, system-common, system-device, system-mqtt, system-node-weifang, system-port]
[Pipeline] sh
+ mkdir -p /root/workspace/weifang-config/container/A007/params_new/params_new
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A007/params_new/crane_align_common/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
crane_align_common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A007/params_new/crane_align_common/crane_align /root/workspace/weifang-config/container/A007/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A007/params_new/crane_align_customized/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
crane_align_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A007/params_new/crane_align_customized/crane_align /root/workspace/weifang-config/container/A007/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A007/params_new/hardware/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
hardware 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A007/params_new/hardware/hardware /root/workspace/weifang-config/container/A007/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A007/params_new/hesai_lidar_customized/
+ wc -l
[Pipeline] echo
2
[Pipeline] echo
hesai_lidar_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A007/params_new/hesai_lidar_customized/hesai_lidar /root/workspace/weifang-config/container/A007/params_new/hesai_lidar_customized/README.md /root/workspace/weifang-config/container/A007/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A007/params_new/lidar-extrinsics/
+ wc -l
[Pipeline] echo
3
[Pipeline] echo
lidar-extrinsics 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A007/params_new/lidar-extrinsics/crane_align /root/workspace/weifang-config/container/A007/params_new/lidar-extrinsics/extrinsics /root/workspace/weifang-config/container/A007/params_new/lidar-extrinsics/lidar_correction_files /root/workspace/weifang-config/container/A007/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A007/params_new/lidar_loc_v2_common/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
lidar_loc_v2_common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A007/params_new/lidar_loc_v2_common/lidar_loc_v2 /root/workspace/weifang-config/container/A007/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A007/params_new/lidar_loc_v2_customized/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
lidar_loc_v2_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A007/params_new/lidar_loc_v2_customized/lidar_loc_v2 /root/workspace/weifang-config/container/A007/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A007/params_new/msf-port/
+ wc -l
[Pipeline] echo
3
[Pipeline] echo
msf-port 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A007/params_new/msf-port/msf_assistant.yaml /root/workspace/weifang-config/container/A007/params_new/msf-port/msf_localization_share.yaml /root/workspace/weifang-config/container/A007/params_new/msf-port/README.md /root/workspace/weifang-config/container/A007/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A007/params_new/msf-vehicle/
[Pipeline] echo
4
[Pipeline] echo
msf-vehicle 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A007/params_new/msf-vehicle/extrinsics /root/workspace/weifang-config/container/A007/params_new/msf-vehicle/msf_localization_calibration.yaml /root/workspace/weifang-config/container/A007/params_new/msf-vehicle/msf_localization.yaml /root/workspace/weifang-config/container/A007/params_new/msf-vehicle/README.md /root/workspace/weifang-config/container/A007/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A007/params_new/perception_camera_driver/
[Pipeline] echo
1
[Pipeline] echo
perception_camera_driver 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A007/params_new/perception_camera_driver/slave /root/workspace/weifang-config/container/A007/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A007/params_new/perception_data_collection/
[Pipeline] echo
2
[Pipeline] echo
perception_data_collection 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A007/params_new/perception_data_collection/data_collection /root/workspace/weifang-config/container/A007/params_new/perception_data_collection/README.md /root/workspace/weifang-config/container/A007/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A007/params_new/perception_lane_detection/
[Pipeline] echo
2
[Pipeline] echo
perception_lane_detection 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A007/params_new/perception_lane_detection/lane_detection /root/workspace/weifang-config/container/A007/params_new/perception_lane_detection/README.md /root/workspace/weifang-config/container/A007/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A007/params_new/perception_lidar_camera_fusion/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
perception_lidar_camera_fusion 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A007/params_new/perception_lidar_camera_fusion/lidar_camera_fusion /root/workspace/weifang-config/container/A007/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A007/params_new/perception_new_detection/
+ wc -l
[Pipeline] echo
2
[Pipeline] echo
perception_new_detection 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A007/params_new/perception_new_detection/perception /root/workspace/weifang-config/container/A007/params_new/perception_new_detection/README.md /root/workspace/weifang-config/container/A007/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A007/params_new/perception_spreader_imv/
+ wc -l
[Pipeline] echo
2
[Pipeline] echo
perception_spreader_imv 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A007/params_new/perception_spreader_imv/imv_spreader_detection /root/workspace/weifang-config/container/A007/params_new/perception_spreader_imv/README.md /root/workspace/weifang-config/container/A007/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A007/params_new/perception_spreader_truck/
[Pipeline] echo
2
[Pipeline] echo
perception_spreader_truck 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A007/params_new/perception_spreader_truck/new_truck_spreader_detection /root/workspace/weifang-config/container/A007/params_new/perception_spreader_truck/README.md /root/workspace/weifang-config/container/A007/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A007/params_new/perception_vehicles/
+ wc -l
[Pipeline] echo
3
[Pipeline] echo
perception_vehicles 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A007/params_new/perception_vehicles/extrinsics /root/workspace/weifang-config/container/A007/params_new/perception_vehicles/master /root/workspace/weifang-config/container/A007/params_new/perception_vehicles/README.md /root/workspace/weifang-config/container/A007/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A007/params_new/pointcloud_customized/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
pointcloud_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A007/params_new/pointcloud_customized/pointcloud /root/workspace/weifang-config/container/A007/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A007/params_new/prediction_config/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
prediction_config 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A007/params_new/prediction_config/prediction /root/workspace/weifang-config/container/A007/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A007/params_new/rslidar_sdk_common/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
rslidar_sdk_common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A007/params_new/rslidar_sdk_common/rslidar_sdk /root/workspace/weifang-config/container/A007/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A007/params_new/rslidar_sdk_customized/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
rslidar_sdk_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A007/params_new/rslidar_sdk_customized/rslidar_sdk /root/workspace/weifang-config/container/A007/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A007/params_new/static_transform_common/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
static_transform_common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A007/params_new/static_transform_common/static_transform.yaml /root/workspace/weifang-config/container/A007/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A007/params_new/system-common/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
system-common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A007/params_new/system-common/system-ros /root/workspace/weifang-config/container/A007/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A007/params_new/system-device/
+ wc -l
[Pipeline] echo
3
[Pipeline] echo
system-device 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A007/params_new/system-device/master /root/workspace/weifang-config/container/A007/params_new/system-device/slave /root/workspace/weifang-config/container/A007/params_new/system-device/system-ros /root/workspace/weifang-config/container/A007/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A007/params_new/system-mqtt/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
system-mqtt 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A007/params_new/system-mqtt/system-ros /root/workspace/weifang-config/container/A007/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A007/params_new/system-node-weifang/
[Pipeline] echo
3
[Pipeline] echo
system-node-weifang 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A007/params_new/system-node-weifang/master /root/workspace/weifang-config/container/A007/params_new/system-node-weifang/slave /root/workspace/weifang-config/container/A007/params_new/system-node-weifang/system-ros /root/workspace/weifang-config/container/A007/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A007/params_new/system-port/
+ wc -l
[Pipeline] echo
3
[Pipeline] echo
system-port 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A007/params_new/system-port/peripheral_controller.toml /root/workspace/weifang-config/container/A007/params_new/system-port/ros_can_interpreter.toml /root/workspace/weifang-config/container/A007/params_new/system-port/system-ros /root/workspace/weifang-config/container/A007/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A007/params_new/params_new/
crane_align
data_collection
extrinsics
hardware
hesai_lidar
imv_spreader_detection
lane_detection
lidar_camera_fusion
lidar_correction_files
lidar_loc_v2
master
msf_assistant.yaml
msf_localization_calibration.yaml
msf_localization_share.yaml
msf_localization.yaml
new_truck_spreader_detection
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/container/A007/params_new/params_new/crane_align /root/workspace/weifang-config/container/A007/params_new/params_new/data_collection /root/workspace/weifang-config/container/A007/params_new/params_new/extrinsics /root/workspace/weifang-config/container/A007/params_new/params_new/hardware /root/workspace/weifang-config/container/A007/params_new/params_new/hesai_lidar /root/workspace/weifang-config/container/A007/params_new/params_new/imv_spreader_detection /root/workspace/weifang-config/container/A007/params_new/params_new/lane_detection /root/workspace/weifang-config/container/A007/params_new/params_new/lidar_camera_fusion /root/workspace/weifang-config/container/A007/params_new/params_new/lidar_correction_files /root/workspace/weifang-config/container/A007/params_new/params_new/lidar_loc_v2 /root/workspace/weifang-config/container/A007/params_new/params_new/master /root/workspace/weifang-config/container/A007/params_new/params_new/msf_assistant.yaml /root/workspace/weifang-config/container/A007/params_new/params_new/msf_localization_calibration.yaml /root/workspace/weifang-config/container/A007/params_new/params_new/msf_localization_share.yaml /root/workspace/weifang-config/container/A007/params_new/params_new/msf_localization.yaml /root/workspace/weifang-config/container/A007/params_new/params_new/new_truck_spreader_detection /root/workspace/weifang-config/container/A007/params_new/params_new/perception /root/workspace/weifang-config/container/A007/params_new/params_new/peripheral_controller.toml /root/workspace/weifang-config/container/A007/params_new/params_new/pointcloud /root/workspace/weifang-config/container/A007/params_new/params_new/prediction /root/workspace/weifang-config/container/A007/params_new/params_new/README.md /root/workspace/weifang-config/container/A007/params_new/params_new/ros_can_interpreter.toml /root/workspace/weifang-config/container/A007/params_new/params_new/rslidar_sdk /root/workspace/weifang-config/container/A007/params_new/params_new/slave /root/workspace/weifang-config/container/A007/params_new/params_new/static_transform.yaml /root/workspace/weifang-config/container/A007/params_new/params_new/system-ros /root/workspace/weifang-config/container/A007/params_A007/params/
[Pipeline] echo
A008拉取新参数方式
[Pipeline] sh
+ rm -rf /root/workspace/weifang-config/container/A008/params_new
[Pipeline] sh
+ mkdir -p /root/workspace/weifang-config/container/A008/params_new
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A008/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/A008.git
 > git init /root/workspace/weifang-config/container/A008/params_new # timeout=10
Fetching upstream changes from http://159.27.226.4/config/vehicles/A008.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/A008.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url http://159.27.226.4/config/vehicles/A008.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 6e4831d98dd9c9b7d63ed6775cc1766a5ac116b5 (origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6e4831d98dd9c9b7d63ed6775cc1766a5ac116b5 # timeout=300000
Commit message: "Update module: perception_new_detection to the lastest commit of weifang-cont_truck_zq_3pxt32-2rsbp-anglesensor"
 > git rev-list --no-walk 6e4831d98dd9c9b7d63ed6775cc1766a5ac116b5 # 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/A008.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/A008.git) registered for path 'lidar-extrinsics'
Submodule 'lidar_loc_v2_common' (git@159.27.226.4:lidar_localization_mapping/config/lidar_loc_v2/lidar_loc_v2_common.git) registered for path 'lidar_loc_v2_common'
Submodule 'lidar_loc_v2_customized' (git@159.27.226.4:lidar_localization_mapping/config/lidar_loc_v2/lidar_loc_v2_customized.git) registered for path 'lidar_loc_v2_customized'
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/A008.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_data_collection' (git@159.27.226.4:lidar/config/modules/perception_data_collection.git) registered for path 'perception_data_collection'
Submodule 'perception_lane_detection' (git@159.27.226.4:lidar/config/modules/perception_lane_detection.git) registered for path 'perception_lane_detection'
Submodule 'perception_lidar_camera_fusion' (git@159.27.226.4:lidar/config/modules/perception_lidar_camera_fusion.git) registered for path 'perception_lidar_camera_fusion'
Submodule 'perception_new_detection' (git@159.27.226.4:lidar/config/modules/perception_new_detection.git) registered for path 'perception_new_detection'
Submodule 'perception_spreader_imv' (git@159.27.226.4:lidar/config/modules/perception_spreader_imv.git) registered for path 'perception_spreader_imv'
Submodule 'perception_spreader_truck' (git@159.27.226.4:lidar/config/modules/perception_spreader_truck.git) registered for path 'perception_spreader_truck'
Submodule 'perception_vehicles' (git@159.27.226.4:lidar/config/vehicles/A008.git) registered for path 'perception_vehicles'
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 'rslidar_sdk_customized' (git@159.27.226.4:lidar_localization_mapping/config/rslidar_sdk/rslidar_sdk_customized.git) registered for path 'rslidar_sdk_customized'
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-mqtt' (git@159.27.226.4:system/config/system-mqtt.git) registered for path 'system-mqtt'
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'
[Pipeline] sh
+ git submodule update --remote --progress
Cloning into '/root/workspace/weifang-config/container/A008/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/container/A008/params_new/crane_align_customized'...
remote: Enumerating objects: 1631, done.        
remote: Counting objects:   1% (1/100)        
remote: Counting objects:   2% (2/100)        
remote: Counting objects:   3% (3/100)        
remote: Counting objects:   4% (4/100)        
remote: Counting objects:   5% (5/100)        
remote: Counting objects:   6% (6/100)        
remote: Counting objects:   7% (7/100)        
remote: Counting objects:   8% (8/100)        
remote: Counting objects:   9% (9/100)        
remote: Counting objects:  10% (10/100)        
remote: Counting objects:  11% (11/100)        
remote: Counting objects:  12% (12/100)        
remote: Counting objects:  13% (13/100)        
remote: Counting objects:  14% (14/100)        
remote: Counting objects:  15% (15/100)        
remote: Counting objects:  16% (16/100)        
remote: Counting objects:  17% (17/100)        
remote: Counting objects:  18% (18/100)        
remote: Counting objects:  19% (19/100)        
remote: Counting objects:  20% (20/100)        
remote: Counting objects:  21% (21/100)        
remote: Counting objects:  22% (22/100)        
remote: Counting objects:  23% (23/100)        
remote: Counting objects:  24% (24/100)        
remote: Counting objects:  25% (25/100)        
remote: Counting objects:  26% (26/100)        
remote: Counting objects:  27% (27/100)        
remote: Counting objects:  28% (28/100)        
remote: Counting objects:  29% (29/100)        
remote: Counting objects:  30% (30/100)        
remote: Counting objects:  31% (31/100)        
remote: Counting objects:  32% (32/100)        
remote: Counting objects:  33% (33/100)        
remote: Counting objects:  34% (34/100)        
remote: Counting objects:  35% (35/100)        
remote: Counting objects:  36% (36/100)        
remote: Counting objects:  37% (37/100)        
remote: Counting objects:  38% (38/100)        
remote: Counting objects:  39% (39/100)        
remote: Counting objects:  40% (40/100)        
remote: Counting objects:  41% (41/100)        
remote: Counting objects:  42% (42/100)        
remote: Counting objects:  43% (43/100)        
remote: Counting objects:  44% (44/100)        
remote: Counting objects:  45% (45/100)        
remote: Counting objects:  46% (46/100)        
remote: Counting objects:  47% (47/100)        
remote: Counting objects:  48% (48/100)        
remote: Counting objects:  49% (49/100)        
remote: Counting objects:  50% (50/100)        
remote: Counting objects:  51% (51/100)        
remote: Counting objects:  52% (52/100)        
remote: Counting objects:  53% (53/100)        
remote: Counting objects:  54% (54/100)        
remote: Counting objects:  55% (55/100)        
remote: Counting objects:  56% (56/100)        
remote: Counting objects:  57% (57/100)        
remote: Counting objects:  58% (58/100)        
remote: Counting objects:  59% (59/100)        
remote: Counting objects:  60% (60/100)        
remote: Counting objects:  61% (61/100)        
remote: Counting objects:  62% (62/100)        
remote: Counting objects:  63% (63/100)        
remote: Counting objects:  64% (64/100)        
remote: Counting objects:  65% (65/100)        
remote: Counting objects:  66% (66/100)        
remote: Counting objects:  67% (67/100)        
remote: Counting objects:  68% (68/100)        
remote: Counting objects:  69% (69/100)        
remote: Counting objects:  70% (70/100)        
remote: Counting objects:  71% (71/100)        
remote: Counting objects:  72% (72/100)        
remote: Counting objects:  73% (73/100)        
remote: Counting objects:  74% (74/100)        
remote: Counting objects:  75% (75/100)        
remote: Counting objects:  76% (76/100)        
remote: Counting objects:  77% (77/100)        
remote: Counting objects:  78% (78/100)        
remote: Counting objects:  79% (79/100)        
remote: Counting objects:  80% (80/100)        
remote: Counting objects:  81% (81/100)        
remote: Counting objects:  82% (82/100)        
remote: Counting objects:  83% (83/100)        
remote: Counting objects:  84% (84/100)        
remote: Counting objects:  85% (85/100)        
remote: Counting objects:  86% (86/100)        
remote: Counting objects:  87% (87/100)        
remote: Counting objects:  88% (88/100)        
remote: Counting objects:  89% (89/100)        
remote: Counting objects:  90% (90/100)        
remote: Counting objects:  91% (91/100)        
remote: Counting objects:  92% (92/100)        
remote: Counting objects:  93% (93/100)        
remote: Counting objects:  94% (94/100)        
remote: Counting objects:  95% (95/100)        
remote: Counting objects:  96% (96/100)        
remote: Counting objects:  97% (97/100)        
remote: Counting objects:  98% (98/100)        
remote: Counting objects:  99% (99/100)        
remote: Counting objects: 100% (100/100)        
remote: Counting objects: 100% (100/100), done.        
remote: Compressing objects:   1% (1/53)        
remote: Compressing objects:   3% (2/53)        
remote: Compressing objects:   5% (3/53)        
remote: Compressing objects:   7% (4/53)        
remote: Compressing objects:   9% (5/53)        
remote: Compressing objects:  11% (6/53)        
remote: Compressing objects:  13% (7/53)        
remote: Compressing objects:  15% (8/53)        
remote: Compressing objects:  16% (9/53)        
remote: Compressing objects:  18% (10/53)        
remote: Compressing objects:  20% (11/53)        
remote: Compressing objects:  22% (12/53)        
remote: Compressing objects:  24% (13/53)        
remote: Compressing objects:  26% (14/53)        
remote: Compressing objects:  28% (15/53)        
remote: Compressing objects:  30% (16/53)        
remote: Compressing objects:  32% (17/53)        
remote: Compressing objects:  33% (18/53)        
remote: Compressing objects:  35% (19/53)        
remote: Compressing objects:  37% (20/53)        
remote: Compressing objects:  39% (21/53)        
remote: Compressing objects:  41% (22/53)        
remote: Compressing objects:  43% (23/53)        
remote: Compressing objects:  45% (24/53)        
remote: Compressing objects:  47% (25/53)        
remote: Compressing objects:  49% (26/53)        
remote: Compressing objects:  50% (27/53)        
remote: Compressing objects:  52% (28/53)        
remote: Compressing objects:  54% (29/53)        
remote: Compressing objects:  56% (30/53)        
remote: Compressing objects:  58% (31/53)        
remote: Compressing objects:  60% (32/53)        
remote: Compressing objects:  62% (33/53)        
remote: Compressing objects:  64% (34/53)        
remote: Compressing objects:  66% (35/53)        
remote: Compressing objects:  67% (36/53)        
remote: Compressing objects:  69% (37/53)        
remote: Compressing objects:  71% (38/53)        
remote: Compressing objects:  73% (39/53)        
remote: Compressing objects:  75% (40/53)        
remote: Compressing objects:  77% (41/53)        
remote: Compressing objects:  79% (42/53)        
remote: Compressing objects:  81% (43/53)        
remote: Compressing objects:  83% (44/53)        
remote: Compressing objects:  84% (45/53)        
remote: Compressing objects:  86% (46/53)        
remote: Compressing objects:  88% (47/53)        
remote: Compressing objects:  90% (48/53)        
remote: Compressing objects:  92% (49/53)        
remote: Compressing objects:  94% (50/53)        
remote: Compressing objects:  96% (51/53)        
remote: Compressing objects:  98% (52/53)        
remote: Compressing objects: 100% (53/53)        
remote: Compressing objects: 100% (53/53), done.        
Receiving objects:   0% (1/1631)
Receiving objects:   1% (17/1631)
Receiving objects:   2% (33/1631)
Receiving objects:   3% (49/1631)
Receiving objects:   4% (66/1631)
Receiving objects:   5% (82/1631)
Receiving objects:   6% (98/1631)
Receiving objects:   7% (115/1631)
Receiving objects:   8% (131/1631)
Receiving objects:   9% (147/1631)
Receiving objects:  10% (164/1631)
Receiving objects:  11% (180/1631)
Receiving objects:  12% (196/1631)
Receiving objects:  13% (213/1631)
Receiving objects:  14% (229/1631)
Receiving objects:  15% (245/1631)
Receiving objects:  16% (261/1631)
Receiving objects:  17% (278/1631)
Receiving objects:  18% (294/1631)
Receiving objects:  19% (310/1631)
Receiving objects:  20% (327/1631)
Receiving objects:  21% (343/1631)
Receiving objects:  22% (359/1631)
Receiving objects:  23% (376/1631)
Receiving objects:  24% (392/1631)
Receiving objects:  25% (408/1631)
Receiving objects:  26% (425/1631)
Receiving objects:  27% (441/1631)
Receiving objects:  28% (457/1631)
Receiving objects:  29% (473/1631)
Receiving objects:  30% (490/1631)
Receiving objects:  31% (506/1631)
Receiving objects:  32% (522/1631)
Receiving objects:  33% (539/1631)
Receiving objects:  34% (555/1631)
Receiving objects:  35% (571/1631)
Receiving objects:  36% (588/1631)
Receiving objects:  37% (604/1631)
Receiving objects:  38% (620/1631)
Receiving objects:  39% (637/1631)
Receiving objects:  40% (653/1631)
Receiving objects:  41% (669/1631)
Receiving objects:  42% (686/1631)
Receiving objects:  43% (702/1631)
Receiving objects:  44% (718/1631)
Receiving objects:  45% (734/1631)
Receiving objects:  46% (751/1631)
Receiving objects:  47% (767/1631)
Receiving objects:  48% (783/1631)
Receiving objects:  49% (800/1631)
Receiving objects:  50% (816/1631)
Receiving objects:  51% (832/1631)
Receiving objects:  52% (849/1631)
Receiving objects:  53% (865/1631)
Receiving objects:  54% (881/1631)
Receiving objects:  55% (898/1631)
Receiving objects:  56% (914/1631)
Receiving objects:  57% (930/1631)
Receiving objects:  58% (946/1631)
Receiving objects:  59% (963/1631)
Receiving objects:  60% (979/1631)
Receiving objects:  61% (995/1631)
Receiving objects:  62% (1012/1631)
Receiving objects:  63% (1028/1631)
Receiving objects:  64% (1044/1631)
Receiving objects:  65% (1061/1631)
Receiving objects:  66% (1077/1631)
Receiving objects:  67% (1093/1631)
Receiving objects:  68% (1110/1631)
Receiving objects:  69% (1126/1631)
Receiving objects:  70% (1142/1631)
Receiving objects:  71% (1159/1631)
Receiving objects:  72% (1175/1631)
Receiving objects:  73% (1191/1631)
Receiving objects:  74% (1207/1631)
Receiving objects:  75% (1224/1631)
Receiving objects:  76% (1240/1631)
Receiving objects:  77% (1256/1631)
Receiving objects:  78% (1273/1631)
Receiving objects:  79% (1289/1631)
Receiving objects:  80% (1305/1631)
Receiving objects:  81% (1322/1631)
Receiving objects:  82% (1338/1631)
Receiving objects:  83% (1354/1631)
Receiving objects:  84% (1371/1631)
Receiving objects:  85% (1387/1631)
Receiving objects:  86% (1403/1631)
Receiving objects:  87% (1419/1631)
Receiving objects:  88% (1436/1631)
Receiving objects:  89% (1452/1631)
Receiving objects:  90% (1468/1631)
Receiving objects:  91% (1485/1631)
Receiving objects:  92% (1501/1631)
remote: Total 1631 (delta 40), reused 67 (delta 23), pack-reused 1531        
Receiving objects:  93% (1517/1631)
Receiving objects:  94% (1534/1631)
Receiving objects:  95% (1550/1631)
Receiving objects:  96% (1566/1631)
Receiving objects:  97% (1583/1631)
Receiving objects:  98% (1599/1631)
Receiving objects:  99% (1615/1631)
Receiving objects: 100% (1631/1631)
Receiving objects: 100% (1631/1631), 493.82 KiB | 35.27 MiB/s, done.
Resolving deltas:   0% (0/784)
Resolving deltas:   1% (8/784)
Resolving deltas:   2% (19/784)
Resolving deltas:   3% (25/784)
Resolving deltas:   4% (32/784)
Resolving deltas:   5% (40/784)
Resolving deltas:   6% (53/784)
Resolving deltas:  13% (104/784)
Resolving deltas:  14% (114/784)
Resolving deltas:  15% (119/784)
Resolving deltas:  17% (136/784)
Resolving deltas:  20% (163/784)
Resolving deltas:  22% (176/784)
Resolving deltas:  23% (183/784)
Resolving deltas:  24% (192/784)
Resolving deltas:  25% (203/784)
Resolving deltas:  26% (204/784)
Resolving deltas:  27% (213/784)
Resolving deltas:  28% (221/784)
Resolving deltas:  33% (263/784)
Resolving deltas:  35% (282/784)
Resolving deltas:  36% (284/784)
Resolving deltas:  40% (319/784)
Resolving deltas:  41% (323/784)
Resolving deltas:  42% (337/784)
Resolving deltas:  43% (342/784)
Resolving deltas:  44% (346/784)
Resolving deltas:  46% (363/784)
Resolving deltas:  47% (370/784)
Resolving deltas:  48% (378/784)
Resolving deltas:  49% (385/784)
Resolving deltas:  50% (392/784)
Resolving deltas:  51% (404/784)
Resolving deltas:  53% (423/784)
Resolving deltas:  54% (425/784)
Resolving deltas:  55% (432/784)
Resolving deltas:  56% (441/784)
Resolving deltas:  57% (454/784)
Resolving deltas:  59% (464/784)
Resolving deltas:  60% (477/784)
Resolving deltas:  64% (508/784)
Resolving deltas:  65% (510/784)
Resolving deltas:  66% (518/784)
Resolving deltas:  68% (537/784)
Resolving deltas:  69% (547/784)
Resolving deltas:  70% (552/784)
Resolving deltas:  71% (562/784)
Resolving deltas:  72% (565/784)
Resolving deltas:  73% (576/784)
Resolving deltas:  74% (581/784)
Resolving deltas:  79% (624/784)
Resolving deltas: 100% (784/784)
Resolving deltas: 100% (784/784), done.
Cloning into '/root/workspace/weifang-config/container/A008/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/container/A008/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/container/A008/params_new/lidar-extrinsics'...
remote: Enumerating objects: 103, done.        
remote: Counting objects:   2% (1/49)        
remote: Counting objects:   4% (2/49)        
remote: Counting objects:   6% (3/49)        
remote: Counting objects:   8% (4/49)        
remote: Counting objects:  10% (5/49)        
remote: Counting objects:  12% (6/49)        
remote: Counting objects:  14% (7/49)        
remote: Counting objects:  16% (8/49)        
remote: Counting objects:  18% (9/49)        
remote: Counting objects:  20% (10/49)        
remote: Counting objects:  22% (11/49)        
remote: Counting objects:  24% (12/49)        
remote: Counting objects:  26% (13/49)        
remote: Counting objects:  28% (14/49)        
remote: Counting objects:  30% (15/49)        
remote: Counting objects:  32% (16/49)        
remote: Counting objects:  34% (17/49)        
remote: Counting objects:  36% (18/49)        
remote: Counting objects:  38% (19/49)        
remote: Counting objects:  40% (20/49)        
remote: Counting objects:  42% (21/49)        
remote: Counting objects:  44% (22/49)        
remote: Counting objects:  46% (23/49)        
remote: Counting objects:  48% (24/49)        
remote: Counting objects:  51% (25/49)        
remote: Counting objects:  53% (26/49)        
remote: Counting objects:  55% (27/49)        
remote: Counting objects:  57% (28/49)        
remote: Counting objects:  59% (29/49)        
remote: Counting objects:  61% (30/49)        
remote: Counting objects:  63% (31/49)        
remote: Counting objects:  65% (32/49)        
remote: Counting objects:  67% (33/49)        
remote: Counting objects:  69% (34/49)        
remote: Counting objects:  71% (35/49)        
remote: Counting objects:  73% (36/49)        
remote: Counting objects:  75% (37/49)        
remote: Counting objects:  77% (38/49)        
remote: Counting objects:  79% (39/49)        
remote: Counting objects:  81% (40/49)        
remote: Counting objects:  83% (41/49)        
remote: Counting objects:  85% (42/49)        
remote: Counting objects:  87% (43/49)        
remote: Counting objects:  89% (44/49)        
remote: Counting objects:  91% (45/49)        
remote: Counting objects:  93% (46/49)        
remote: Counting objects:  95% (47/49)        
remote: Counting objects:  97% (48/49)        
remote: Counting objects: 100% (49/49)        
remote: Counting objects: 100% (49/49), 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/103)
Receiving objects:   1% (2/103)
Receiving objects:   2% (3/103)
Receiving objects:   3% (4/103)
Receiving objects:   4% (5/103)
Receiving objects:   5% (6/103)
Receiving objects:   6% (7/103)
Receiving objects:   7% (8/103)
Receiving objects:   8% (9/103)
Receiving objects:   9% (10/103)
Receiving objects:  10% (11/103)
Receiving objects:  11% (12/103)
Receiving objects:  12% (13/103)
Receiving objects:  13% (14/103)
Receiving objects:  14% (15/103)
Receiving objects:  15% (16/103)
Receiving objects:  16% (17/103)
Receiving objects:  17% (18/103)
Receiving objects:  18% (19/103)
Receiving objects:  19% (20/103)
Receiving objects:  20% (21/103)
Receiving objects:  21% (22/103)
Receiving objects:  22% (23/103)
Receiving objects:  23% (24/103)
Receiving objects:  24% (25/103)
Receiving objects:  25% (26/103)
Receiving objects:  26% (27/103)
Receiving objects:  27% (28/103)
Receiving objects:  28% (29/103)
Receiving objects:  29% (30/103)
Receiving objects:  30% (31/103)
Receiving objects:  31% (32/103)
Receiving objects:  32% (33/103)
Receiving objects:  33% (34/103)
Receiving objects:  34% (36/103)
Receiving objects:  35% (37/103)
Receiving objects:  36% (38/103)
Receiving objects:  37% (39/103)
Receiving objects:  38% (40/103)
Receiving objects:  39% (41/103)
Receiving objects:  40% (42/103)
Receiving objects:  41% (43/103)
Receiving objects:  42% (44/103)
Receiving objects:  43% (45/103)
Receiving objects:  44% (46/103)
Receiving objects:  45% (47/103)
Receiving objects:  46% (48/103)
Receiving objects:  47% (49/103)
Receiving objects:  48% (50/103)
Receiving objects:  49% (51/103)
Receiving objects:  50% (52/103)
Receiving objects:  51% (53/103)
Receiving objects:  52% (54/103)
Receiving objects:  53% (55/103)
Receiving objects:  54% (56/103)
Receiving objects:  55% (57/103)
Receiving objects:  56% (58/103)
Receiving objects:  57% (59/103)
Receiving objects:  58% (60/103)
Receiving objects:  59% (61/103)
remote: Total 103 (delta 8), reused 0 (delta 0), pack-reused 54        
Receiving objects:  60% (62/103)
Receiving objects:  61% (63/103)
Receiving objects:  62% (64/103)
Receiving objects:  63% (65/103)
Receiving objects:  64% (66/103)
Receiving objects:  65% (67/103)
Receiving objects:  66% (68/103)
Receiving objects:  67% (70/103)
Receiving objects:  68% (71/103)
Receiving objects:  69% (72/103)
Receiving objects:  70% (73/103)
Receiving objects:  71% (74/103)
Receiving objects:  72% (75/103)
Receiving objects:  73% (76/103)
Receiving objects:  74% (77/103)
Receiving objects:  75% (78/103)
Receiving objects:  76% (79/103)
Receiving objects:  77% (80/103)
Receiving objects:  78% (81/103)
Receiving objects:  79% (82/103)
Receiving objects:  80% (83/103)
Receiving objects:  81% (84/103)
Receiving objects:  82% (85/103)
Receiving objects:  83% (86/103)
Receiving objects:  84% (87/103)
Receiving objects:  85% (88/103)
Receiving objects:  86% (89/103)
Receiving objects:  87% (90/103)
Receiving objects:  88% (91/103)
Receiving objects:  89% (92/103)
Receiving objects:  90% (93/103)
Receiving objects:  91% (94/103)
Receiving objects:  92% (95/103)
Receiving objects:  93% (96/103)
Receiving objects:  94% (97/103)
Receiving objects:  95% (98/103)
Receiving objects:  96% (99/103)
Receiving objects:  97% (100/103)
Receiving objects:  98% (101/103)
Receiving objects:  99% (102/103)
Receiving objects: 100% (103/103)
Receiving objects: 100% (103/103), 13.72 KiB | 13.72 MiB/s, done.
Resolving deltas:   0% (0/15)
Resolving deltas:  13% (2/15)
Resolving deltas:  33% (5/15)
Resolving deltas:  66% (10/15)
Resolving deltas:  73% (11/15)
Resolving deltas:  86% (13/15)
Resolving deltas: 100% (15/15)
Resolving deltas: 100% (15/15), done.
Cloning into '/root/workspace/weifang-config/container/A008/params_new/lidar_loc_v2_common'...
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:   4% (1/24)        
remote: Compressing objects:   8% (2/24)        
remote: Compressing objects:  12% (3/24)        
remote: Compressing objects:  16% (4/24)        
remote: Compressing objects:  20% (5/24)        
remote: Compressing objects:  25% (6/24)        
remote: Compressing objects:  29% (7/24)        
remote: Compressing objects:  33% (8/24)        
remote: Compressing objects:  37% (9/24)        
remote: Compressing objects:  41% (10/24)        
remote: Compressing objects:  45% (11/24)        
remote: Compressing objects:  50% (12/24)        
remote: Compressing objects:  54% (13/24)        
remote: Compressing objects:  58% (14/24)        
remote: Compressing objects:  62% (15/24)        
remote: Compressing objects:  66% (16/24)        
remote: Compressing objects:  70% (17/24)        
remote: Compressing objects:  75% (18/24)        
remote: Compressing objects:  79% (19/24)        
remote: Compressing objects:  83% (20/24)        
remote: Compressing objects:  87% (21/24)        
remote: Compressing objects:  91% (22/24)        
remote: Compressing objects:  95% (23/24)        
remote: Compressing objects: 100% (24/24)        
remote: Compressing objects: 100% (24/24), done.        
remote: Total 30 (delta 5), 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), 6.52 KiB | 6.52 MiB/s, done.
Resolving deltas:   0% (0/5)
Resolving deltas: 100% (5/5)
Resolving deltas: 100% (5/5), done.
Cloning into '/root/workspace/weifang-config/container/A008/params_new/lidar_loc_v2_customized'...
remote: Enumerating objects: 417, done.        
remote: Counting objects:   0% (1/216)        
remote: Counting objects:   1% (3/216)        
remote: Counting objects:   2% (5/216)        
remote: Counting objects:   3% (7/216)        
remote: Counting objects:   4% (9/216)        
remote: Counting objects:   5% (11/216)        
remote: Counting objects:   6% (13/216)        
remote: Counting objects:   7% (16/216)        
remote: Counting objects:   8% (18/216)        
remote: Counting objects:   9% (20/216)        
remote: Counting objects:  10% (22/216)        
remote: Counting objects:  11% (24/216)        
remote: Counting objects:  12% (26/216)        
remote: Counting objects:  13% (29/216)        
remote: Counting objects:  14% (31/216)        
remote: Counting objects:  15% (33/216)        
remote: Counting objects:  16% (35/216)        
remote: Counting objects:  17% (37/216)        
remote: Counting objects:  18% (39/216)        
remote: Counting objects:  19% (42/216)        
remote: Counting objects:  20% (44/216)        
remote: Counting objects:  21% (46/216)        
remote: Counting objects:  22% (48/216)        
remote: Counting objects:  23% (50/216)        
remote: Counting objects:  24% (52/216)        
remote: Counting objects:  25% (54/216)        
remote: Counting objects:  26% (57/216)        
remote: Counting objects:  27% (59/216)        
remote: Counting objects:  28% (61/216)        
remote: Counting objects:  29% (63/216)        
remote: Counting objects:  30% (65/216)        
remote: Counting objects:  31% (67/216)        
remote: Counting objects:  32% (70/216)        
remote: Counting objects:  33% (72/216)        
remote: Counting objects:  34% (74/216)        
remote: Counting objects:  35% (76/216)        
remote: Counting objects:  36% (78/216)        
remote: Counting objects:  37% (80/216)        
remote: Counting objects:  38% (83/216)        
remote: Counting objects:  39% (85/216)        
remote: Counting objects:  40% (87/216)        
remote: Counting objects:  41% (89/216)        
remote: Counting objects:  42% (91/216)        
remote: Counting objects:  43% (93/216)        
remote: Counting objects:  44% (96/216)        
remote: Counting objects:  45% (98/216)        
remote: Counting objects:  46% (100/216)        
remote: Counting objects:  47% (102/216)        
remote: Counting objects:  48% (104/216)        
remote: Counting objects:  49% (106/216)        
remote: Counting objects:  50% (108/216)        
remote: Counting objects:  51% (111/216)        
remote: Counting objects:  52% (113/216)        
remote: Counting objects:  53% (115/216)        
remote: Counting objects:  54% (117/216)        
remote: Counting objects:  55% (119/216)        
remote: Counting objects:  56% (121/216)        
remote: Counting objects:  57% (124/216)        
remote: Counting objects:  58% (126/216)        
remote: Counting objects:  59% (128/216)        
remote: Counting objects:  60% (130/216)        
remote: Counting objects:  61% (132/216)        
remote: Counting objects:  62% (134/216)        
remote: Counting objects:  63% (137/216)        
remote: Counting objects:  64% (139/216)        
remote: Counting objects:  65% (141/216)        
remote: Counting objects:  66% (143/216)        
remote: Counting objects:  67% (145/216)        
remote: Counting objects:  68% (147/216)        
remote: Counting objects:  69% (150/216)        
remote: Counting objects:  70% (152/216)        
remote: Counting objects:  71% (154/216)        
remote: Counting objects:  72% (156/216)        
remote: Counting objects:  73% (158/216)        
remote: Counting objects:  74% (160/216)        
remote: Counting objects:  75% (162/216)        
remote: Counting objects:  76% (165/216)        
remote: Counting objects:  77% (167/216)        
remote: Counting objects:  78% (169/216)        
remote: Counting objects:  79% (171/216)        
remote: Counting objects:  80% (173/216)        
remote: Counting objects:  81% (175/216)        
remote: Counting objects:  82% (178/216)        
remote: Counting objects:  83% (180/216)        
remote: Counting objects:  84% (182/216)        
remote: Counting objects:  85% (184/216)        
remote: Counting objects:  86% (186/216)        
remote: Counting objects:  87% (188/216)        
remote: Counting objects:  88% (191/216)        
remote: Counting objects:  89% (193/216)        
remote: Counting objects:  90% (195/216)        
remote: Counting objects:  91% (197/216)        
remote: Counting objects:  92% (199/216)        
remote: Counting objects:  93% (201/216)        
remote: Counting objects:  94% (204/216)        
remote: Counting objects:  95% (206/216)        
remote: Counting objects:  96% (208/216)        
remote: Counting objects:  97% (210/216)        
remote: Counting objects:  98% (212/216)        
remote: Counting objects:  99% (214/216)        
remote: Counting objects: 100% (216/216)        
remote: Counting objects: 100% (216/216), done.        
remote: Compressing objects:   0% (1/115)        
remote: Compressing objects:   1% (2/115)        
remote: Compressing objects:   2% (3/115)        
remote: Compressing objects:   3% (4/115)        
remote: Compressing objects:   4% (5/115)        
remote: Compressing objects:   5% (6/115)        
remote: Compressing objects:   6% (7/115)        
remote: Compressing objects:   7% (9/115)        
remote: Compressing objects:   8% (10/115)        
remote: Compressing objects:   9% (11/115)        
remote: Compressing objects:  10% (12/115)        
remote: Compressing objects:  11% (13/115)        
remote: Compressing objects:  12% (14/115)        
remote: Compressing objects:  13% (15/115)        
remote: Compressing objects:  14% (17/115)        
remote: Compressing objects:  15% (18/115)        
remote: Compressing objects:  16% (19/115)        
remote: Compressing objects:  17% (20/115)        
remote: Compressing objects:  18% (21/115)        
remote: Compressing objects:  19% (22/115)        
remote: Compressing objects:  20% (23/115)        
remote: Compressing objects:  21% (25/115)        
remote: Compressing objects:  22% (26/115)        
remote: Compressing objects:  23% (27/115)        
remote: Compressing objects:  24% (28/115)        
remote: Compressing objects:  25% (29/115)        
remote: Compressing objects:  26% (30/115)        
remote: Compressing objects:  27% (32/115)        
remote: Compressing objects:  28% (33/115)        
remote: Compressing objects:  29% (34/115)        
remote: Compressing objects:  30% (35/115)        
remote: Compressing objects:  31% (36/115)        
remote: Compressing objects:  32% (37/115)        
remote: Compressing objects:  33% (38/115)        
remote: Compressing objects:  34% (40/115)        
remote: Compressing objects:  35% (41/115)
remote: Compressing objects:  36% (42/115)        
remote: Compressing objects:  37% (43/115)        
remote: Compressing objects:  38% (44/115)        
remote: Compressing objects:  39% (45/115)        
remote: Compressing objects:  40% (46/115)        
remote: Compressing objects:  41% (48/115)        
remote: Compressing objects:  42% (49/115)        
remote: Compressing objects:  43% (50/115)        
remote: Compressing objects:  44% (51/115)        
remote: Compressing objects:  45% (52/115)        
remote: Compressing objects:  46% (53/115)        
remote: Compressing objects:  47% (55/115)        
remote: Compressing objects:  48% (56/115)        
remote: Compressing objects:  49% (57/115)        
remote: Compressing objects:  50% (58/115)        
remote: Compressing objects:  51% (59/115)        
remote: Compressing objects:  52% (60/115)        
remote: Compressing objects:  53% (61/115)        
remote: Compressing objects:  54% (63/115)        
remote: Compressing objects:  55% (64/115)        
remote: Compressing objects:  56% (65/115)        
remote: Compressing objects:  57% (66/115)        
remote: Compressing objects:  58% (67/115)        
remote: Compressing objects:  59% (68/115)        
remote: Compressing objects:  60% (69/115)        
remote: Compressing objects:  61% (71/115)        
remote: Compressing objects:  62% (72/115)        
remote: Compressing objects:  63% (73/115)
remote: Compressing objects:  64% (74/115)        
remote: Compressing objects:  65% (75/115)        
remote: Compressing objects:  66% (76/115)        
remote: Compressing objects:  67% (78/115)        
remote: Compressing objects:  68% (79/115)        
remote: Compressing objects:  69% (80/115)        
remote: Compressing objects:  70% (81/115)        
remote: Compressing objects:  71% (82/115)        
remote: Compressing objects:  72% (83/115)        
remote: Compressing objects:  73% (84/115)        
remote: Compressing objects:  74% (86/115)        
remote: Compressing objects:  75% (87/115)        
remote: Compressing objects:  76% (88/115)        
remote: Compressing objects:  77% (89/115)        
remote: Compressing objects:  78% (90/115)        
remote: Compressing objects:  79% (91/115)        
remote: Compressing objects:  80% (92/115)        
remote: Compressing objects:  81% (94/115)        
remote: Compressing objects:  82% (95/115)        
remote: Compressing objects:  83% (96/115)        
remote: Compressing objects:  84% (97/115)        
remote: Compressing objects:  85% (98/115)        
remote: Compressing objects:  86% (99/115)        
remote: Compressing objects:  87% (101/115)        
remote: Compressing objects:  88% (102/115)        
remote: Compressing objects:  89% (103/115)        
remote: Compressing objects:  90% (104/115)        
remote: Compressing objects:  91% (105/115)        
remote: Compressing objects:  92% (106/115)        
remote: Compressing objects:  93% (107/115)        
remote: Compressing objects:  94% (109/115)        
remote: Compressing objects:  95% (110/115)        
remote: Compressing objects:  96% (111/115)        
remote: Compressing objects:  97% (112/115)        
remote: Compressing objects:  98% (113/115)        
remote: Compressing objects:  99% (114/115)        
remote: Compressing objects: 100% (115/115)        
remote: Compressing objects: 100% (115/115), done.        
Receiving objects:   0% (1/417)
Receiving objects:   1% (5/417)
Receiving objects:   2% (9/417)
Receiving objects:   3% (13/417)
Receiving objects:   4% (17/417)
Receiving objects:   5% (21/417)
Receiving objects:   6% (26/417)
Receiving objects:   7% (30/417)
Receiving objects:   8% (34/417)
Receiving objects:   9% (38/417)
Receiving objects:  10% (42/417)
Receiving objects:  11% (46/417)
Receiving objects:  12% (51/417)
Receiving objects:  13% (55/417)
Receiving objects:  14% (59/417)
Receiving objects:  15% (63/417)
Receiving objects:  16% (67/417)
Receiving objects:  17% (71/417)
Receiving objects:  18% (76/417)
Receiving objects:  19% (80/417)
Receiving objects:  20% (84/417)
Receiving objects:  21% (88/417)
Receiving objects:  22% (92/417)
Receiving objects:  23% (96/417)
Receiving objects:  24% (101/417)
Receiving objects:  25% (105/417)
Receiving objects:  26% (109/417)
Receiving objects:  27% (113/417)
Receiving objects:  28% (117/417)
Receiving objects:  29% (121/417)
Receiving objects:  30% (126/417)
Receiving objects:  31% (130/417)
Receiving objects:  32% (134/417)
Receiving objects:  33% (138/417)
Receiving objects:  34% (142/417)
Receiving objects:  35% (146/417)
Receiving objects:  36% (151/417)
Receiving objects:  37% (155/417)
Receiving objects:  38% (159/417)
Receiving objects:  39% (163/417)
Receiving objects:  40% (167/417)
Receiving objects:  41% (171/417)
Receiving objects:  42% (176/417)
Receiving objects:  43% (180/417)
Receiving objects:  44% (184/417)
Receiving objects:  45% (188/417)
Receiving objects:  46% (192/417)
Receiving objects:  47% (196/417)
Receiving objects:  48% (201/417)
Receiving objects:  49% (205/417)
Receiving objects:  50% (209/417)
Receiving objects:  51% (213/417)
Receiving objects:  52% (217/417)
Receiving objects:  53% (222/417)
Receiving objects:  54% (226/417)
Receiving objects:  55% (230/417)
Receiving objects:  56% (234/417)
Receiving objects:  57% (238/417)
remote: Total 417 (delta 92), reused 162 (delta 58), pack-reused 201        
Receiving objects:  58% (242/417)
Receiving objects:  59% (247/417)
Receiving objects:  60% (251/417)
Receiving objects:  61% (255/417)
Receiving objects:  62% (259/417)
Receiving objects:  63% (263/417)
Receiving objects:  64% (267/417)
Receiving objects:  65% (272/417)
Receiving objects:  66% (276/417)
Receiving objects:  67% (280/417)
Receiving objects:  68% (284/417)
Receiving objects:  69% (288/417)
Receiving objects:  70% (292/417)
Receiving objects:  71% (297/417)
Receiving objects:  72% (301/417)
Receiving objects:  73% (305/417)
Receiving objects:  74% (309/417)
Receiving objects:  75% (313/417)
Receiving objects:  76% (317/417)
Receiving objects:  77% (322/417)
Receiving objects:  78% (326/417)
Receiving objects:  79% (330/417)
Receiving objects:  80% (334/417)
Receiving objects:  81% (338/417)
Receiving objects:  82% (342/417)
Receiving objects:  83% (347/417)
Receiving objects:  84% (351/417)
Receiving objects:  85% (355/417)
Receiving objects:  86% (359/417)
Receiving objects:  87% (363/417)
Receiving objects:  88% (367/417)
Receiving objects:  89% (372/417)
Receiving objects:  90% (376/417)
Receiving objects:  91% (380/417)
Receiving objects:  92% (384/417)
Receiving objects:  93% (388/417)
Receiving objects:  94% (392/417)
Receiving objects:  95% (397/417)
Receiving objects:  96% (401/417)
Receiving objects:  97% (405/417)
Receiving objects:  98% (409/417)
Receiving objects:  99% (413/417)
Receiving objects: 100% (417/417)
Receiving objects: 100% (417/417), 76.33 KiB | 38.17 MiB/s, done.
Resolving deltas:   0% (0/165)
Resolving deltas:   3% (5/165)
Resolving deltas:   4% (7/165)
Resolving deltas:   5% (9/165)
Resolving deltas:  14% (24/165)
Resolving deltas:  23% (38/165)
Resolving deltas:  24% (40/165)
Resolving deltas:  25% (42/165)
Resolving deltas:  26% (43/165)
Resolving deltas:  27% (45/165)
Resolving deltas:  30% (50/165)
Resolving deltas:  32% (53/165)
Resolving deltas:  34% (57/165)
Resolving deltas:  35% (59/165)
Resolving deltas:  36% (60/165)
Resolving deltas:  38% (63/165)
Resolving deltas:  39% (65/165)
Resolving deltas:  40% (66/165)
Resolving deltas:  42% (70/165)
Resolving deltas:  43% (71/165)
Resolving deltas:  44% (73/165)
Resolving deltas:  57% (95/165)
Resolving deltas:  58% (97/165)
Resolving deltas:  64% (106/165)
Resolving deltas:  69% (114/165)
Resolving deltas:  72% (119/165)
Resolving deltas:  73% (121/165)
Resolving deltas:  78% (130/165)
Resolving deltas:  79% (131/165)
Resolving deltas:  82% (136/165)
Resolving deltas:  84% (140/165)
Resolving deltas:  85% (141/165)
Resolving deltas:  86% (143/165)
Resolving deltas:  87% (144/165)
Resolving deltas:  89% (148/165)
Resolving deltas:  93% (154/165)
Resolving deltas:  94% (156/165)
Resolving deltas:  95% (157/165)
Resolving deltas:  96% (159/165)
Resolving deltas: 100% (165/165)
Resolving deltas: 100% (165/165), done.
Cloning into '/root/workspace/weifang-config/container/A008/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.        
remote: Total 102 (delta 18), reused 28 (delta 12), pack-reused 63        
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)
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:  11% (6/54)
Resolving deltas:  16% (9/54)
Resolving deltas:  20% (11/54)
Resolving deltas:  24% (13/54)
Resolving deltas:  35% (19/54)
Resolving deltas:  37% (20/54)
Resolving deltas:  38% (21/54)
Resolving deltas:  40% (22/54)
Resolving deltas:  50% (27/54)
Resolving deltas:  51% (28/54)
Resolving deltas:  53% (29/54)
Resolving deltas:  61% (33/54)
Resolving deltas:  66% (36/54)
Resolving deltas:  68% (37/54)
Resolving deltas:  72% (39/54)
Resolving deltas:  74% (40/54)
Resolving deltas:  75% (41/54)
Resolving deltas:  77% (42/54)
Resolving deltas:  79% (43/54)
Resolving deltas:  85% (46/54)
Resolving deltas:  87% (47/54)
Resolving deltas:  88% (48/54)
Resolving deltas:  96% (52/54)
Resolving deltas: 100% (54/54)
Resolving deltas: 100% (54/54), done.
Cloning into '/root/workspace/weifang-config/container/A008/params_new/msf-vehicle'...
remote: Enumerating objects: 35, done.        
remote: Total 35 (delta 0), reused 0 (delta 0), pack-reused 35        
Receiving objects:   2% (1/35)
Receiving objects:   5% (2/35)
Receiving objects:   8% (3/35)
Receiving objects:  11% (4/35)
Receiving objects:  14% (5/35)
Receiving objects:  17% (6/35)
Receiving objects:  20% (7/35)
Receiving objects:  22% (8/35)
Receiving objects:  25% (9/35)
Receiving objects:  28% (10/35)
Receiving objects:  31% (11/35)
Receiving objects:  34% (12/35)
Receiving objects:  37% (13/35)
Receiving objects:  40% (14/35)
Receiving objects:  42% (15/35)
Receiving objects:  45% (16/35)
Receiving objects:  48% (17/35)
Receiving objects:  51% (18/35)
Receiving objects:  54% (19/35)
Receiving objects:  57% (20/35)
Receiving objects:  60% (21/35)
Receiving objects:  62% (22/35)
Receiving objects:  65% (23/35)
Receiving objects:  68% (24/35)
Receiving objects:  71% (25/35)
Receiving objects:  74% (26/35)
Receiving objects:  77% (27/35)
Receiving objects:  80% (28/35)
Receiving objects:  82% (29/35)
Receiving objects:  85% (30/35)
Receiving objects:  88% (31/35)
Receiving objects:  91% (32/35)
Receiving objects:  94% (33/35)
Receiving objects:  97% (34/35)
Receiving objects: 100% (35/35)
Receiving objects: 100% (35/35), done.
Resolving deltas:   0% (0/17)
Resolving deltas:   5% (1/17)
Resolving deltas:  47% (8/17)
Resolving deltas: 100% (17/17)
Resolving deltas: 100% (17/17), done.
Cloning into '/root/workspace/weifang-config/container/A008/params_new/perception_camera_driver'...
remote: Enumerating objects: 26, done.        
remote: Counting objects:   3% (1/26)        
remote: Counting objects:   7% (2/26)        
remote: Counting objects:  11% (3/26)        
remote: Counting objects:  15% (4/26)        
remote: Counting objects:  19% (5/26)        
remote: Counting objects:  23% (6/26)        
remote: Counting objects:  26% (7/26)        
remote: Counting objects:  30% (8/26)        
remote: Counting objects:  34% (9/26)        
remote: Counting objects:  38% (10/26)        
remote: Counting objects:  42% (11/26)        
remote: Counting objects:  46% (12/26)        
remote: Counting objects:  50% (13/26)        
remote: Counting objects:  53% (14/26)        
remote: Counting objects:  57% (15/26)        
remote: Counting objects:  61% (16/26)        
remote: Counting objects:  65% (17/26)        
remote: Counting objects:  69% (18/26)        
remote: Counting objects:  73% (19/26)        
remote: Counting objects:  76% (20/26)        
remote: Counting objects:  80% (21/26)        
remote: Counting objects:  84% (22/26)        
remote: Counting objects:  88% (23/26)        
remote: Counting objects:  92% (24/26)        
remote: Counting objects:  96% (25/26)        
remote: Counting objects: 100% (26/26)        
remote: Counting objects: 100% (26/26), done.        
remote: Compressing objects:   8% (1/12)        
remote: Compressing objects:  16% (2/12)        
remote: Compressing objects:  25% (3/12)        
remote: Compressing objects:  33% (4/12)        
remote: Compressing objects:  41% (5/12)        
remote: Compressing objects:  50% (6/12)        
remote: Compressing objects:  58% (7/12)        
remote: Compressing objects:  66% (8/12)        
remote: Compressing objects:  75% (9/12)        
remote: Compressing objects:  83% (10/12)        
remote: Compressing objects:  91% (11/12)        
remote: Compressing objects: 100% (12/12)        
remote: Compressing objects: 100% (12/12), done.        
remote: Total 26 (delta 4), reused 0 (delta 0), pack-reused 0        
Receiving objects:   3% (1/26)
Receiving objects:   7% (2/26)
Receiving objects:  11% (3/26)
Receiving objects:  15% (4/26)
Receiving objects:  19% (5/26)
Receiving objects:  23% (6/26)
Receiving objects:  26% (7/26)
Receiving objects:  30% (8/26)
Receiving objects:  34% (9/26)
Receiving objects:  38% (10/26)
Receiving objects:  42% (11/26)
Receiving objects:  46% (12/26)
Receiving objects:  50% (13/26)
Receiving objects:  53% (14/26)
Receiving objects:  57% (15/26)
Receiving objects:  61% (16/26)
Receiving objects:  65% (17/26)
Receiving objects:  69% (18/26)
Receiving objects:  73% (19/26)
Receiving objects:  76% (20/26)
Receiving objects:  80% (21/26)
Receiving objects:  84% (22/26)
Receiving objects:  88% (23/26)
Receiving objects:  92% (24/26)
Receiving objects:  96% (25/26)
Receiving objects: 100% (26/26)
Receiving objects: 100% (26/26), done.
Resolving deltas:   0% (0/4)
Resolving deltas: 100% (4/4)
Resolving deltas: 100% (4/4), done.
Cloning into '/root/workspace/weifang-config/container/A008/params_new/perception_data_collection'...
remote: Enumerating objects: 106, done.        
remote: Counting objects:   1% (1/94)        
remote: Counting objects:   2% (2/94)        
remote: Counting objects:   3% (3/94)        
remote: Counting objects:   4% (4/94)        
remote: Counting objects:   5% (5/94)        
remote: Counting objects:   6% (6/94)        
remote: Counting objects:   7% (7/94)        
remote: Counting objects:   8% (8/94)        
remote: Counting objects:   9% (9/94)        
remote: Counting objects:  10% (10/94)        
remote: Counting objects:  11% (11/94)        
remote: Counting objects:  12% (12/94)        
remote: Counting objects:  13% (13/94)        
remote: Counting objects:  14% (14/94)        
remote: Counting objects:  15% (15/94)        
remote: Counting objects:  17% (16/94)        
remote: Counting objects:  18% (17/94)        
remote: Counting objects:  19% (18/94)        
remote: Counting objects:  20% (19/94)        
remote: Counting objects:  21% (20/94)        
remote: Counting objects:  22% (21/94)        
remote: Counting objects:  23% (22/94)        
remote: Counting objects:  24% (23/94)        
remote: Counting objects:  25% (24/94)        
remote: Counting objects:  26% (25/94)        
remote: Counting objects:  27% (26/94)        
remote: Counting objects:  28% (27/94)        
remote: Counting objects:  29% (28/94)        
remote: Counting objects:  30% (29/94)        
remote: Counting objects:  31% (30/94)        
remote: Counting objects:  32% (31/94)        
remote: Counting objects:  34% (32/94)        
remote: Counting objects:  35% (33/94)        
remote: Counting objects:  36% (34/94)        
remote: Counting objects:  37% (35/94)        
remote: Counting objects:  38% (36/94)        
remote: Counting objects:  39% (37/94)        
remote: Counting objects:  40% (38/94)        
remote: Counting objects:  41% (39/94)        
remote: Counting objects:  42% (40/94)        
remote: Counting objects:  43% (41/94)        
remote: Counting objects:  44% (42/94)        
remote: Counting objects:  45% (43/94)        
remote: Counting objects:  46% (44/94)        
remote: Counting objects:  47% (45/94)        
remote: Counting objects:  48% (46/94)        
remote: Counting objects:  50% (47/94)        
remote: Counting objects:  51% (48/94)        
remote: Counting objects:  52% (49/94)        
remote: Counting objects:  53% (50/94)        
remote: Counting objects:  54% (51/94)        
remote: Counting objects:  55% (52/94)        
remote: Counting objects:  56% (53/94)        
remote: Counting objects:  57% (54/94)        
remote: Counting objects:  58% (55/94)        
remote: Counting objects:  59% (56/94)        
remote: Counting objects:  60% (57/94)        
remote: Counting objects:  61% (58/94)        
remote: Counting objects:  62% (59/94)        
remote: Counting objects:  63% (60/94)        
remote: Counting objects:  64% (61/94)        
remote: Counting objects:  65% (62/94)        
remote: Counting objects:  67% (63/94)        
remote: Counting objects:  68% (64/94)        
remote: Counting objects:  69% (65/94)        
remote: Counting objects:  70% (66/94)        
remote: Counting objects:  71% (67/94)        
remote: Counting objects:  72% (68/94)        
remote: Counting objects:  73% (69/94)        
remote: Counting objects:  74% (70/94)        
remote: Counting objects:  75% (71/94)        
remote: Counting objects:  76% (72/94)        
remote: Counting objects:  77% (73/94)        
remote: Counting objects:  78% (74/94)        
remote: Counting objects:  79% (75/94)        
remote: Counting objects:  80% (76/94)        
remote: Counting objects:  81% (77/94)        
remote: Counting objects:  82% (78/94)        
remote: Counting objects:  84% (79/94)        
remote: Counting objects:  85% (80/94)        
remote: Counting objects:  86% (81/94)        
remote: Counting objects:  87% (82/94)        
remote: Counting objects:  88% (83/94)        
remote: Counting objects:  89% (84/94)        
remote: Counting objects:  90% (85/94)        
remote: Counting objects:  91% (86/94)        
remote: Counting objects:  92% (87/94)        
remote: Counting objects:  93% (88/94)
remote: Counting objects:  94% (89/94)        
remote: Counting objects:  95% (90/94)        
remote: Counting objects:  96% (91/94)        
remote: Counting objects:  97% (92/94)        
remote: Counting objects:  98% (93/94)        
remote: Counting objects: 100% (94/94)        
remote: Counting objects: 100% (94/94), done.        
remote: Compressing objects:   1% (1/64)        
remote: Compressing objects:   3% (2/64)        
remote: Compressing objects:   4% (3/64)        
remote: Compressing objects:   6% (4/64)        
remote: Compressing objects:   7% (5/64)        
remote: Compressing objects:   9% (6/64)        
remote: Compressing objects:  10% (7/64)        
remote: Compressing objects:  12% (8/64)        
remote: Compressing objects:  14% (9/64)        
remote: Compressing objects:  15% (10/64)        
remote: Compressing objects:  17% (11/64)        
remote: Compressing objects:  18% (12/64)        
remote: Compressing objects:  20% (13/64)        
remote: Compressing objects:  21% (14/64)        
remote: Compressing objects:  23% (15/64)        
remote: Compressing objects:  25% (16/64)        
remote: Compressing objects:  26% (17/64)        
remote: Compressing objects:  28% (18/64)        
remote: Compressing objects:  29% (19/64)        
remote: Compressing objects:  31% (20/64)        
remote: Compressing objects:  32% (21/64)        
remote: Compressing objects:  34% (22/64)        
remote: Compressing objects:  35% (23/64)        
remote: Compressing objects:  37% (24/64)        
remote: Compressing objects:  39% (25/64)        
remote: Compressing objects:  40% (26/64)        
remote: Compressing objects:  42% (27/64)        
remote: Compressing objects:  43% (28/64)        
remote: Compressing objects:  45% (29/64)        
remote: Compressing objects:  46% (30/64)        
remote: Compressing objects:  48% (31/64)        
remote: Compressing objects:  50% (32/64)        
remote: Compressing objects:  51% (33/64)        
remote: Compressing objects:  53% (34/64)        
remote: Compressing objects:  54% (35/64)        
remote: Compressing objects:  56% (36/64)        
remote: Compressing objects:  57% (37/64)        
remote: Compressing objects:  59% (38/64)        
remote: Compressing objects:  60% (39/64)        
remote: Compressing objects:  62% (40/64)        
remote: Compressing objects:  64% (41/64)        
remote: Compressing objects:  65% (42/64)        
remote: Compressing objects:  67% (43/64)        
remote: Compressing objects:  68% (44/64)        
remote: Compressing objects:  70% (45/64)        
remote: Compressing objects:  71% (46/64)        
remote: Compressing objects:  73% (47/64)        
remote: Compressing objects:  75% (48/64)        
remote: Compressing objects:  76% (49/64)        
remote: Compressing objects:  78% (50/64)        
remote: Compressing objects:  79% (51/64)        
remote: Compressing objects:  81% (52/64)        
remote: Compressing objects:  82% (53/64)        
remote: Compressing objects:  84% (54/64)        
remote: Compressing objects:  85% (55/64)        
remote: Compressing objects:  87% (56/64)        
remote: Compressing objects:  89% (57/64)        
remote: Compressing objects:  90% (58/64)        
remote: Compressing objects:  92% (59/64)        
remote: Compressing objects:  93% (60/64)        
remote: Compressing objects:  95% (61/64)        
remote: Compressing objects:  96% (62/64)        
remote: Compressing objects:  98% (63/64)        
remote: Compressing objects: 100% (64/64)        
remote: Compressing objects: 100% (64/64), done.        
remote: Total 106 (delta 45), reused 46 (delta 18), pack-reused 12        
Receiving objects:   0% (1/106)
Receiving objects:   1% (2/106)
Receiving objects:   2% (3/106)
Receiving objects:   3% (4/106)
Receiving objects:   4% (5/106)
Receiving objects:   5% (6/106)
Receiving objects:   6% (7/106)
Receiving objects:   7% (8/106)
Receiving objects:   8% (9/106)
Receiving objects:   9% (10/106)
Receiving objects:  10% (11/106)
Receiving objects:  11% (12/106)
Receiving objects:  12% (13/106)
Receiving objects:  13% (14/106)
Receiving objects:  14% (15/106)
Receiving objects:  15% (16/106)
Receiving objects:  16% (17/106)
Receiving objects:  17% (19/106)
Receiving objects:  18% (20/106)
Receiving objects:  19% (21/106)
Receiving objects:  20% (22/106)
Receiving objects:  21% (23/106)
Receiving objects:  22% (24/106)
Receiving objects:  23% (25/106)
Receiving objects:  24% (26/106)
Receiving objects:  25% (27/106)
Receiving objects:  26% (28/106)
Receiving objects:  27% (29/106)
Receiving objects:  28% (30/106)
Receiving objects:  29% (31/106)
Receiving objects:  30% (32/106)
Receiving objects:  31% (33/106)
Receiving objects:  32% (34/106)
Receiving objects:  33% (35/106)
Receiving objects:  34% (37/106)
Receiving objects:  35% (38/106)
Receiving objects:  36% (39/106)
Receiving objects:  37% (40/106)
Receiving objects:  38% (41/106)
Receiving objects:  39% (42/106)
Receiving objects:  40% (43/106)
Receiving objects:  41% (44/106)
Receiving objects:  42% (45/106)
Receiving objects:  43% (46/106)
Receiving objects:  44% (47/106)
Receiving objects:  45% (48/106)
Receiving objects:  46% (49/106)
Receiving objects:  47% (50/106)
Receiving objects:  48% (51/106)
Receiving objects:  49% (52/106)
Receiving objects:  50% (53/106)
Receiving objects:  51% (55/106)
Receiving objects:  52% (56/106)
Receiving objects:  53% (57/106)
Receiving objects:  54% (58/106)
Receiving objects:  55% (59/106)
Receiving objects:  56% (60/106)
Receiving objects:  57% (61/106)
Receiving objects:  58% (62/106)
Receiving objects:  59% (63/106)
Receiving objects:  60% (64/106)
Receiving objects:  61% (65/106)
Receiving objects:  62% (66/106)
Receiving objects:  63% (67/106)
Receiving objects:  64% (68/106)
Receiving objects:  65% (69/106)
Receiving objects:  66% (70/106)
Receiving objects:  67% (72/106)
Receiving objects:  68% (73/106)
Receiving objects:  69% (74/106)
Receiving objects:  70% (75/106)
Receiving objects:  71% (76/106)
Receiving objects:  72% (77/106)
Receiving objects:  73% (78/106)
Receiving objects:  74% (79/106)
Receiving objects:  75% (80/106)
Receiving objects:  76% (81/106)
Receiving objects:  77% (82/106)
Receiving objects:  78% (83/106)
Receiving objects:  79% (84/106)
Receiving objects:  80% (85/106)
Receiving objects:  81% (86/106)
Receiving objects:  82% (87/106)
Receiving objects:  83% (88/106)
Receiving objects:  84% (90/106)
Receiving objects:  85% (91/106)
Receiving objects:  86% (92/106)
Receiving objects:  87% (93/106)
Receiving objects:  88% (94/106)
Receiving objects:  89% (95/106)
Receiving objects:  90% (96/106)
Receiving objects:  91% (97/106)
Receiving objects:  92% (98/106)
Receiving objects:  93% (99/106)
Receiving objects:  94% (100/106)
Receiving objects:  95% (101/106)
Receiving objects:  96% (102/106)
Receiving objects:  97% (103/106)
Receiving objects:  98% (104/106)
Receiving objects:  99% (105/106)
Receiving objects: 100% (106/106)
Receiving objects: 100% (106/106), 9.37 KiB | 9.37 MiB/s, done.
Resolving deltas:   0% (0/47)
Resolving deltas:   2% (1/47)
Resolving deltas:   4% (2/47)
Resolving deltas:   6% (3/47)
Resolving deltas:   8% (4/47)
Resolving deltas:  10% (5/47)
Resolving deltas:  23% (11/47)
Resolving deltas:  29% (14/47)
Resolving deltas:  51% (24/47)
Resolving deltas:  53% (25/47)
Resolving deltas:  59% (28/47)
Resolving deltas: 100% (47/47)
Resolving deltas: 100% (47/47), done.
Cloning into '/root/workspace/weifang-config/container/A008/params_new/perception_lane_detection'...
remote: Enumerating objects: 125, done.        
remote: Counting objects:   1% (1/84)        
remote: Counting objects:   2% (2/84)        
remote: Counting objects:   3% (3/84)        
remote: Counting objects:   4% (4/84)        
remote: Counting objects:   5% (5/84)        
remote: Counting objects:   7% (6/84)        
remote: Counting objects:   8% (7/84)        
remote: Counting objects:   9% (8/84)        
remote: Counting objects:  10% (9/84)        
remote: Counting objects:  11% (10/84)        
remote: Counting objects:  13% (11/84)        
remote: Counting objects:  14% (12/84)        
remote: Counting objects:  15% (13/84)        
remote: Counting objects:  16% (14/84)        
remote: Counting objects:  17% (15/84)        
remote: Counting objects:  19% (16/84)        
remote: Counting objects:  20% (17/84)        
remote: Counting objects:  21% (18/84)        
remote: Counting objects:  22% (19/84)        
remote: Counting objects:  23% (20/84)        
remote: Counting objects:  25% (21/84)        
remote: Counting objects:  26% (22/84)        
remote: Counting objects:  27% (23/84)        
remote: Counting objects:  28% (24/84)        
remote: Counting objects:  29% (25/84)        
remote: Counting objects:  30% (26/84)        
remote: Counting objects:  32% (27/84)        
remote: Counting objects:  33% (28/84)        
remote: Counting objects:  34% (29/84)        
remote: Counting objects:  35% (30/84)        
remote: Counting objects:  36% (31/84)        
remote: Counting objects:  38% (32/84)        
remote: Counting objects:  39% (33/84)        
remote: Counting objects:  40% (34/84)        
remote: Counting objects:  41% (35/84)        
remote: Counting objects:  42% (36/84)        
remote: Counting objects:  44% (37/84)        
remote: Counting objects:  45% (38/84)        
remote: Counting objects:  46% (39/84)        
remote: Counting objects:  47% (40/84)        
remote: Counting objects:  48% (41/84)        
remote: Counting objects:  50% (42/84)        
remote: Counting objects:  51% (43/84)        
remote: Counting objects:  52% (44/84)        
remote: Counting objects:  53% (45/84)        
remote: Counting objects:  54% (46/84)        
remote: Counting objects:  55% (47/84)        
remote: Counting objects:  57% (48/84)        
remote: Counting objects:  58% (49/84)        
remote: Counting objects:  59% (50/84)        
remote: Counting objects:  60% (51/84)        
remote: Counting objects:  61% (52/84)        
remote: Counting objects:  63% (53/84)        
remote: Counting objects:  64% (54/84)        
remote: Counting objects:  65% (55/84)        
remote: Counting objects:  66% (56/84)        
remote: Counting objects:  67% (57/84)        
remote: Counting objects:  69% (58/84)        
remote: Counting objects:  70% (59/84)        
remote: Counting objects:  71% (60/84)        
remote: Counting objects:  72% (61/84)        
remote: Counting objects:  73% (62/84)        
remote: Counting objects:  75% (63/84)        
remote: Counting objects:  76% (64/84)        
remote: Counting objects:  77% (65/84)        
remote: Counting objects:  78% (66/84)        
remote: Counting objects:  79% (67/84)        
remote: Counting objects:  80% (68/84)        
remote: Counting objects:  82% (69/84)        
remote: Counting objects:  83% (70/84)        
remote: Counting objects:  84% (71/84)        
remote: Counting objects:  85% (72/84)        
remote: Counting objects:  86% (73/84)        
remote: Counting objects:  88% (74/84)        
remote: Counting objects:  89% (75/84)        
remote: Counting objects:  90% (76/84)        
remote: Counting objects:  91% (77/84)        
remote: Counting objects:  92% (78/84)        
remote: Counting objects:  94% (79/84)        
remote: Counting objects:  95% (80/84)        
remote: Counting objects:  96% (81/84)        
remote: Counting objects:  97% (82/84)        
remote: Counting objects:  98% (83/84)        
remote: Counting objects: 100% (84/84)        
remote: Counting objects: 100% (84/84), done.        
remote: Compressing objects:   2% (1/39)        
remote: Compressing objects:   5% (2/39)        
remote: Compressing objects:   7% (3/39)        
remote: Compressing objects:  10% (4/39)        
remote: Compressing objects:  12% (5/39)        
remote: Compressing objects:  15% (6/39)        
remote: Compressing objects:  17% (7/39)        
remote: Compressing objects:  20% (8/39)        
remote: Compressing objects:  23% (9/39)        
remote: Compressing objects:  25% (10/39)        
remote: Compressing objects:  28% (11/39)        
remote: Compressing objects:  30% (12/39)        
remote: Compressing objects:  33% (13/39)        
remote: Compressing objects:  35% (14/39)        
remote: Compressing objects:  38% (15/39)        
remote: Compressing objects:  41% (16/39)        
remote: Compressing objects:  43% (17/39)        
remote: Compressing objects:  46% (18/39)        
remote: Compressing objects:  48% (19/39)        
remote: Compressing objects:  51% (20/39)        
remote: Compressing objects:  53% (21/39)        
remote: Compressing objects:  56% (22/39)        
remote: Compressing objects:  58% (23/39)        
remote: Compressing objects:  61% (24/39)        
remote: Compressing objects:  64% (25/39)        
remote: Compressing objects:  66% (26/39)        
remote: Compressing objects:  69% (27/39)        
remote: Compressing objects:  71% (28/39)        
remote: Compressing objects:  74% (29/39)        
remote: Compressing objects:  76% (30/39)        
remote: Compressing objects:  79% (31/39)        
remote: Compressing objects:  82% (32/39)        
remote: Compressing objects:  84% (33/39)        
remote: Compressing objects:  87% (34/39)        
remote: Compressing objects:  89% (35/39)        
remote: Compressing objects:  92% (36/39)        
remote: Compressing objects:  94% (37/39)        
remote: Compressing objects:  97% (38/39)        
remote: Compressing objects: 100% (39/39)        
remote: Compressing objects: 100% (39/39), done.        
Receiving objects:   0% (1/125)
Receiving objects:   1% (2/125)
Receiving objects:   2% (3/125)
Receiving objects:   3% (4/125)
Receiving objects:   4% (5/125)
Receiving objects:   5% (7/125)
Receiving objects:   6% (8/125)
Receiving objects:   7% (9/125)
Receiving objects:   8% (10/125)
Receiving objects:   9% (12/125)
Receiving objects:  10% (13/125)
Receiving objects:  11% (14/125)
Receiving objects:  12% (15/125)
Receiving objects:  13% (17/125)
Receiving objects:  14% (18/125)
Receiving objects:  15% (19/125)
Receiving objects:  16% (20/125)
Receiving objects:  17% (22/125)
Receiving objects:  18% (23/125)
Receiving objects:  19% (24/125)
Receiving objects:  20% (25/125)
Receiving objects:  21% (27/125)
Receiving objects:  22% (28/125)
Receiving objects:  23% (29/125)
Receiving objects:  24% (30/125)
Receiving objects:  25% (32/125)
Receiving objects:  26% (33/125)
Receiving objects:  27% (34/125)
Receiving objects:  28% (35/125)
Receiving objects:  29% (37/125)
Receiving objects:  30% (38/125)
Receiving objects:  31% (39/125)
Receiving objects:  32% (40/125)
Receiving objects:  33% (42/125)
Receiving objects:  34% (43/125)
Receiving objects:  35% (44/125)
Receiving objects:  36% (45/125)
Receiving objects:  37% (47/125)
Receiving objects:  38% (48/125)
Receiving objects:  39% (49/125)
Receiving objects:  40% (50/125)
Receiving objects:  41% (52/125)
Receiving objects:  42% (53/125)
Receiving objects:  43% (54/125)
Receiving objects:  44% (55/125)
Receiving objects:  45% (57/125)
Receiving objects:  46% (58/125)
Receiving objects:  47% (59/125)
Receiving objects:  48% (60/125)
remote: Total 125 (delta 15), reused 64 (delta 10), pack-reused 41        
Receiving objects:  49% (62/125)
Receiving objects:  50% (63/125)
Receiving objects:  51% (64/125)
Receiving objects:  52% (65/125)
Receiving objects:  53% (67/125)
Receiving objects:  54% (68/125)
Receiving objects:  55% (69/125)
Receiving objects:  56% (70/125)
Receiving objects:  57% (72/125)
Receiving objects:  58% (73/125)
Receiving objects:  59% (74/125)
Receiving objects:  60% (75/125)
Receiving objects:  61% (77/125)
Receiving objects:  62% (78/125)
Receiving objects:  63% (79/125)
Receiving objects:  64% (80/125)
Receiving objects:  65% (82/125)
Receiving objects:  66% (83/125)
Receiving objects:  67% (84/125)
Receiving objects:  68% (85/125)
Receiving objects:  69% (87/125)
Receiving objects:  70% (88/125)
Receiving objects:  71% (89/125)
Receiving objects:  72% (90/125)
Receiving objects:  73% (92/125)
Receiving objects:  74% (93/125)
Receiving objects:  75% (94/125)
Receiving objects:  76% (95/125)
Receiving objects:  77% (97/125)
Receiving objects:  78% (98/125)
Receiving objects:  79% (99/125)
Receiving objects:  80% (100/125)
Receiving objects:  81% (102/125)
Receiving objects:  82% (103/125)
Receiving objects:  83% (104/125)
Receiving objects:  84% (105/125)
Receiving objects:  85% (107/125)
Receiving objects:  86% (108/125)
Receiving objects:  87% (109/125)
Receiving objects:  88% (110/125)
Receiving objects:  89% (112/125)
Receiving objects:  90% (113/125)
Receiving objects:  91% (114/125)
Receiving objects:  92% (115/125)
Receiving objects:  93% (117/125)
Receiving objects:  94% (118/125)
Receiving objects:  95% (119/125)
Receiving objects:  96% (120/125)
Receiving objects:  97% (122/125)
Receiving objects:  98% (123/125)
Receiving objects:  99% (124/125)
Receiving objects: 100% (125/125)
Receiving objects: 100% (125/125), 12.10 KiB | 1.51 MiB/s, done.
Resolving deltas:   0% (0/26)
Resolving deltas:   3% (1/26)
Resolving deltas:   7% (2/26)
Resolving deltas:  11% (3/26)
Resolving deltas:  15% (4/26)
Resolving deltas:  76% (20/26)
Resolving deltas: 100% (26/26)
Resolving deltas: 100% (26/26), done.
Cloning into '/root/workspace/weifang-config/container/A008/params_new/perception_lidar_camera_fusion'...
remote: Enumerating objects: 30, done.        
remote: Counting objects:   5% (1/19)        
remote: Counting objects:  10% (2/19)        
remote: Counting objects:  15% (3/19)        
remote: Counting objects:  21% (4/19)        
remote: Counting objects:  26% (5/19)        
remote: Counting objects:  31% (6/19)        
remote: Counting objects:  36% (7/19)        
remote: Counting objects:  42% (8/19)        
remote: Counting objects:  47% (9/19)        
remote: Counting objects:  52% (10/19)        
remote: Counting objects:  57% (11/19)        
remote: Counting objects:  63% (12/19)        
remote: Counting objects:  68% (13/19)        
remote: Counting objects:  73% (14/19)        
remote: Counting objects:  78% (15/19)        
remote: Counting objects:  84% (16/19)        
remote: Counting objects:  89% (17/19)        
remote: Counting objects:  94% (18/19)        
remote: Counting objects: 100% (19/19)        
remote: Counting objects: 100% (19/19), done.        
remote: Compressing objects:   9% (1/11)        
remote: Compressing objects:  18% (2/11)        
remote: Compressing objects:  27% (3/11)        
remote: Compressing objects:  36% (4/11)        
remote: Compressing objects:  45% (5/11)        
remote: Compressing objects:  54% (6/11)        
remote: Compressing objects:  63% (7/11)        
remote: Compressing objects:  72% (8/11)        
remote: Compressing objects:  81% (9/11)        
remote: Compressing objects:  90% (10/11)        
remote: Compressing objects: 100% (11/11)        
remote: Compressing objects: 100% (11/11), done.        
remote: Total 30 (delta 2), reused 0 (delta 0), pack-reused 11        
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), 6.33 KiB | 6.33 MiB/s, done.
Resolving deltas:   0% (0/3)
Resolving deltas:  33% (1/3)
Resolving deltas:  66% (2/3)
Resolving deltas: 100% (3/3)
Resolving deltas: 100% (3/3), done.
Cloning into '/root/workspace/weifang-config/container/A008/params_new/perception_new_detection'...
remote: Enumerating objects: 4787, done.        
remote: Counting objects:   0% (1/183)        
remote: Counting objects:   1% (2/183)        
remote: Counting objects:   2% (4/183)        
remote: Counting objects:   3% (6/183)        
remote: Counting objects:   4% (8/183)        
remote: Counting objects:   5% (10/183)        
remote: Counting objects:   6% (11/183)        
remote: Counting objects:   7% (13/183)        
remote: Counting objects:   8% (15/183)        
remote: Counting objects:   9% (17/183)        
remote: Counting objects:  10% (19/183)        
remote: Counting objects:  11% (21/183)        
remote: Counting objects:  12% (22/183)        
remote: Counting objects:  13% (24/183)        
remote: Counting objects:  14% (26/183)        
remote: Counting objects:  15% (28/183)        
remote: Counting objects:  16% (30/183)        
remote: Counting objects:  17% (32/183)        
remote: Counting objects:  18% (33/183)        
remote: Counting objects:  19% (35/183)        
remote: Counting objects:  20% (37/183)        
remote: Counting objects:  21% (39/183)        
remote: Counting objects:  22% (41/183)        
remote: Counting objects:  23% (43/183)        
remote: Counting objects:  24% (44/183)        
remote: Counting objects:  25% (46/183)        
remote: Counting objects:  26% (48/183)        
remote: Counting objects:  27% (50/183)        
remote: Counting objects:  28% (52/183)        
remote: Counting objects:  29% (54/183)        
remote: Counting objects:  30% (55/183)        
remote: Counting objects:  31% (57/183)        
remote: Counting objects:  32% (59/183)        
remote: Counting objects:  33% (61/183)        
remote: Counting objects:  34% (63/183)        
remote: Counting objects:  35% (65/183)        
remote: Counting objects:  36% (66/183)        
remote: Counting objects:  37% (68/183)        
remote: Counting objects:  38% (70/183)        
remote: Counting objects:  39% (72/183)        
remote: Counting objects:  40% (74/183)        
remote: Counting objects:  41% (76/183)        
remote: Counting objects:  42% (77/183)        
remote: Counting objects:  43% (79/183)        
remote: Counting objects:  44% (81/183)        
remote: Counting objects:  45% (83/183)        
remote: Counting objects:  46% (85/183)        
remote: Counting objects:  47% (87/183)        
remote: Counting objects:  48% (88/183)        
remote: Counting objects:  49% (90/183)        
remote: Counting objects:  50% (92/183)        
remote: Counting objects:  51% (94/183)        
remote: Counting objects:  52% (96/183)        
remote: Counting objects:  53% (97/183)        
remote: Counting objects:  54% (99/183)        
remote: Counting objects:  55% (101/183)        
remote: Counting objects:  56% (103/183)        
remote: Counting objects:  57% (105/183)        
remote: Counting objects:  58% (107/183)        
remote: Counting objects:  59% (108/183)        
remote: Counting objects:  60% (110/183)        
remote: Counting objects:  61% (112/183)        
remote: Counting objects:  62% (114/183)        
remote: Counting objects:  63% (116/183)        
remote: Counting objects:  64% (118/183)        
remote: Counting objects:  65% (119/183)        
remote: Counting objects:  66% (121/183)        
remote: Counting objects:  67% (123/183)        
remote: Counting objects:  68% (125/183)        
remote: Counting objects:  69% (127/183)        
remote: Counting objects:  70% (129/183)        
remote: Counting objects:  71% (130/183)        
remote: Counting objects:  72% (132/183)        
remote: Counting objects:  73% (134/183)        
remote: Counting objects:  74% (136/183)        
remote: Counting objects:  75% (138/183)        
remote: Counting objects:  76% (140/183)        
remote: Counting objects:  77% (141/183)        
remote: Counting objects:  78% (143/183)        
remote: Counting objects:  79% (145/183)        
remote: Counting objects:  80% (147/183)        
remote: Counting objects:  81% (149/183)        
remote: Counting objects:  82% (151/183)        
remote: Counting objects:  83% (152/183)        
remote: Counting objects:  84% (154/183)        
remote: Counting objects:  85% (156/183)        
remote: Counting objects:  86% (158/183)        
remote: Counting objects:  87% (160/183)        
remote: Counting objects:  88% (162/183)        
remote: Counting objects:  89% (163/183)        
remote: Counting objects:  90% (165/183)        
remote: Counting objects:  91% (167/183)        
remote: Counting objects:  92% (169/183)        
remote: Counting objects:  93% (171/183)        
remote: Counting objects:  94% (173/183)        
remote: Counting objects:  95% (174/183)        
remote: Counting objects:  96% (176/183)        
remote: Counting objects:  97% (178/183)        
remote: Counting objects:  98% (180/183)        
remote: Counting objects:  99% (182/183)        
remote: Counting objects: 100% (183/183)        
remote: Counting objects: 100% (183/183), done.        
remote: Compressing objects:   0% (1/120)        
remote: Compressing objects:   1% (2/120)        
remote: Compressing objects:   2% (3/120)        
remote: Compressing objects:   3% (4/120)        
remote: Compressing objects:   4% (5/120)        
remote: Compressing objects:   5% (6/120)        
remote: Compressing objects:   6% (8/120)        
remote: Compressing objects:   7% (9/120)        
remote: Compressing objects:   8% (10/120)        
remote: Compressing objects:   9% (11/120)        
remote: Compressing objects:  10% (12/120)        
remote: Compressing objects:  11% (14/120)        
remote: Compressing objects:  12% (15/120)        
remote: Compressing objects:  13% (16/120)        
remote: Compressing objects:  14% (17/120)        
remote: Compressing objects:  15% (18/120)        
remote: Compressing objects:  16% (20/120)        
remote: Compressing objects:  17% (21/120)        
remote: Compressing objects:  18% (22/120)
remote: Compressing objects:  19% (23/120)        
remote: Compressing objects:  20% (24/120)        
remote: Compressing objects:  21% (26/120)        
remote: Compressing objects:  22% (27/120)        
remote: Compressing objects:  23% (28/120)        
remote: Compressing objects:  24% (29/120)        
remote: Compressing objects:  25% (30/120)        
remote: Compressing objects:  26% (32/120)        
remote: Compressing objects:  27% (33/120)        
remote: Compressing objects:  28% (34/120)        
remote: Compressing objects:  29% (35/120)        
remote: Compressing objects:  30% (36/120)        
remote: Compressing objects:  31% (38/120)        
remote: Compressing objects:  32% (39/120)        
remote: Compressing objects:  33% (40/120)        
remote: Compressing objects:  34% (41/120)        
remote: Compressing objects:  35% (42/120)        
remote: Compressing objects:  36% (44/120)        
remote: Compressing objects:  37% (45/120)        
remote: Compressing objects:  38% (46/120)        
remote: Compressing objects:  39% (47/120)        
remote: Compressing objects:  40% (48/120)        
remote: Compressing objects:  41% (50/120)        
remote: Compressing objects:  42% (51/120)        
remote: Compressing objects:  43% (52/120)        
remote: Compressing objects:  44% (53/120)        
remote: Compressing objects:  45% (54/120)        
remote: Compressing objects:  46% (56/120)        
remote: Compressing objects:  47% (57/120)        
remote: Compressing objects:  48% (58/120)        
remote: Compressing objects:  49% (59/120)        
remote: Compressing objects:  50% (60/120)        
remote: Compressing objects:  51% (62/120)        
remote: Compressing objects:  52% (63/120)        
remote: Compressing objects:  53% (64/120)        
remote: Compressing objects:  54% (65/120)        
remote: Compressing objects:  55% (66/120)        
remote: Compressing objects:  56% (68/120)        
remote: Compressing objects:  57% (69/120)        
remote: Compressing objects:  58% (70/120)        
remote: Compressing objects:  59% (71/120)        
remote: Compressing objects:  60% (72/120)        
remote: Compressing objects:  61% (74/120)        
remote: Compressing objects:  62% (75/120)        
remote: Compressing objects:  63% (76/120)        
remote: Compressing objects:  64% (77/120)        
remote: Compressing objects:  65% (78/120)        
remote: Compressing objects:  66% (80/120)        
remote: Compressing objects:  67% (81/120)        
remote: Compressing objects:  68% (82/120)        
remote: Compressing objects:  69% (83/120)        
remote: Compressing objects:  70% (84/120)        
remote: Compressing objects:  71% (86/120)        
remote: Compressing objects:  72% (87/120)        
remote: Compressing objects:  73% (88/120)        
remote: Compressing objects:  74% (89/120)        
remote: Compressing objects:  75% (90/120)        
remote: Compressing objects:  76% (92/120)        
remote: Compressing objects:  77% (93/120)        
remote: Compressing objects:  78% (94/120)        
remote: Compressing objects:  79% (95/120)        
remote: Compressing objects:  80% (96/120)        
remote: Compressing objects:  81% (98/120)        
remote: Compressing objects:  82% (99/120)        
remote: Compressing objects:  83% (100/120)        
remote: Compressing objects:  84% (101/120)        
remote: Compressing objects:  85% (102/120)        
remote: Compressing objects:  86% (104/120)        
remote: Compressing objects:  87% (105/120)        
remote: Compressing objects:  88% (106/120)        
remote: Compressing objects:  89% (107/120)        
remote: Compressing objects:  90% (108/120)        
remote: Compressing objects:  91% (110/120)        
remote: Compressing objects:  92% (111/120)        
remote: Compressing objects:  93% (112/120)        
remote: Compressing objects:  94% (113/120)        
remote: Compressing objects:  95% (114/120)        
remote: Compressing objects:  96% (116/120)        
remote: Compressing objects:  97% (117/120)        
remote: Compressing objects:  98% (118/120)        
remote: Compressing objects:  99% (119/120)        
remote: Compressing objects: 100% (120/120)        
remote: Compressing objects: 100% (120/120), done.        
Receiving objects:   0% (1/4787)
Receiving objects:   1% (48/4787)
Receiving objects:   2% (96/4787)
Receiving objects:   3% (144/4787)
Receiving objects:   4% (192/4787)
Receiving objects:   5% (240/4787)
Receiving objects:   6% (288/4787)
Receiving objects:   7% (336/4787)
Receiving objects:   8% (383/4787)
Receiving objects:   9% (431/4787)
Receiving objects:  10% (479/4787)
Receiving objects:  11% (527/4787)
Receiving objects:  12% (575/4787)
Receiving objects:  13% (623/4787)
Receiving objects:  14% (671/4787)
Receiving objects:  15% (719/4787)
Receiving objects:  16% (766/4787)
Receiving objects:  17% (814/4787)
Receiving objects:  18% (862/4787)
Receiving objects:  19% (910/4787)
Receiving objects:  20% (958/4787)
Receiving objects:  21% (1006/4787)
Receiving objects:  22% (1054/4787)
Receiving objects:  23% (1102/4787)
Receiving objects:  24% (1149/4787)
Receiving objects:  25% (1197/4787)
Receiving objects:  26% (1245/4787)
Receiving objects:  27% (1293/4787)
Receiving objects:  28% (1341/4787)
Receiving objects:  29% (1389/4787)
Receiving objects:  30% (1437/4787)
Receiving objects:  31% (1484/4787)
Receiving objects:  32% (1532/4787)
Receiving objects:  33% (1580/4787)
Receiving objects:  34% (1628/4787)
Receiving objects:  35% (1676/4787)
Receiving objects:  36% (1724/4787)
Receiving objects:  37% (1772/4787)
Receiving objects:  38% (1820/4787)
Receiving objects:  39% (1867/4787)
Receiving objects:  40% (1915/4787)
Receiving objects:  41% (1963/4787)
Receiving objects:  42% (2011/4787)
Receiving objects:  43% (2059/4787)
Receiving objects:  44% (2107/4787)
Receiving objects:  45% (2155/4787)
Receiving objects:  46% (2203/4787)
Receiving objects:  47% (2250/4787)
Receiving objects:  48% (2298/4787)
Receiving objects:  49% (2346/4787)
Receiving objects:  50% (2394/4787)
Receiving objects:  51% (2442/4787)
Receiving objects:  52% (2490/4787)
Receiving objects:  53% (2538/4787)
Receiving objects:  54% (2585/4787)
Receiving objects:  55% (2633/4787)
Receiving objects:  56% (2681/4787)
Receiving objects:  57% (2729/4787)
Receiving objects:  58% (2777/4787)
Receiving objects:  59% (2825/4787)
Receiving objects:  60% (2873/4787)
Receiving objects:  61% (2921/4787)
Receiving objects:  62% (2968/4787)
Receiving objects:  63% (3016/4787)
Receiving objects:  64% (3064/4787)
Receiving objects:  65% (3112/4787)
Receiving objects:  66% (3160/4787)
Receiving objects:  67% (3208/4787)
Receiving objects:  68% (3256/4787)
Receiving objects:  69% (3304/4787)
Receiving objects:  70% (3351/4787)
Receiving objects:  71% (3399/4787)
Receiving objects:  72% (3447/4787)
Receiving objects:  73% (3495/4787)
remote: Total 4787 (delta 30), reused 170 (delta 26), pack-reused 4604        
Receiving objects:  74% (3543/4787)
Receiving objects:  75% (3591/4787)
Receiving objects:  76% (3639/4787)
Receiving objects:  77% (3686/4787)
Receiving objects:  78% (3734/4787)
Receiving objects:  79% (3782/4787)
Receiving objects:  80% (3830/4787)
Receiving objects:  81% (3878/4787)
Receiving objects:  82% (3926/4787)
Receiving objects:  83% (3974/4787)
Receiving objects:  84% (4022/4787)
Receiving objects:  85% (4069/4787)
Receiving objects:  86% (4117/4787)
Receiving objects:  87% (4165/4787)
Receiving objects:  88% (4213/4787)
Receiving objects:  89% (4261/4787)
Receiving objects:  90% (4309/4787)
Receiving objects:  91% (4357/4787)
Receiving objects:  92% (4405/4787)
Receiving objects:  93% (4452/4787)
Receiving objects:  94% (4500/4787)
Receiving objects:  95% (4548/4787)
Receiving objects:  96% (4596/4787)
Receiving objects:  97% (4644/4787)
Receiving objects:  98% (4692/4787)
Receiving objects:  99% (4740/4787)
Receiving objects: 100% (4787/4787)
Receiving objects: 100% (4787/4787), 501.05 KiB | 31.32 MiB/s, done.
Resolving deltas:   0% (0/919)
Resolving deltas:   2% (21/919)
Resolving deltas:   5% (54/919)
Resolving deltas:   6% (56/919)
Resolving deltas:   7% (71/919)
Resolving deltas:   8% (74/919)
Resolving deltas:   9% (84/919)
Resolving deltas:  10% (93/919)
Resolving deltas:  11% (107/919)
Resolving deltas:  15% (138/919)
Resolving deltas:  16% (148/919)
Resolving deltas:  17% (157/919)
Resolving deltas:  18% (166/919)
Resolving deltas:  19% (175/919)
Resolving deltas:  20% (184/919)
Resolving deltas:  21% (193/919)
Resolving deltas:  22% (211/919)
Resolving deltas:  23% (212/919)
Resolving deltas:  24% (221/919)
Resolving deltas:  25% (230/919)
Resolving deltas:  26% (239/919)
Resolving deltas:  35% (323/919)
Resolving deltas:  38% (352/919)
Resolving deltas:  64% (592/919)
Resolving deltas: 100% (919/919)
Resolving deltas: 100% (919/919), done.
Cloning into '/root/workspace/weifang-config/container/A008/params_new/perception_spreader_imv'...
remote: Enumerating objects: 191, done.        
remote: Counting objects:   2% (1/40)        
remote: Counting objects:   5% (2/40)        
remote: Counting objects:   7% (3/40)        
remote: Counting objects:  10% (4/40)        
remote: Counting objects:  12% (5/40)        
remote: Counting objects:  15% (6/40)        
remote: Counting objects:  17% (7/40)        
remote: Counting objects:  20% (8/40)        
remote: Counting objects:  22% (9/40)        
remote: Counting objects:  25% (10/40)        
remote: Counting objects:  27% (11/40)        
remote: Counting objects:  30% (12/40)        
remote: Counting objects:  32% (13/40)        
remote: Counting objects:  35% (14/40)        
remote: Counting objects:  37% (15/40)        
remote: Counting objects:  40% (16/40)        
remote: Counting objects:  42% (17/40)        
remote: Counting objects:  45% (18/40)        
remote: Counting objects:  47% (19/40)        
remote: Counting objects:  50% (20/40)        
remote: Counting objects:  52% (21/40)        
remote: Counting objects:  55% (22/40)        
remote: Counting objects:  57% (23/40)        
remote: Counting objects:  60% (24/40)        
remote: Counting objects:  62% (25/40)        
remote: Counting objects:  65% (26/40)        
remote: Counting objects:  67% (27/40)        
remote: Counting objects:  70% (28/40)        
remote: Counting objects:  72% (29/40)        
remote: Counting objects:  75% (30/40)        
remote: Counting objects:  77% (31/40)        
remote: Counting objects:  80% (32/40)        
remote: Counting objects:  82% (33/40)        
remote: Counting objects:  85% (34/40)        
remote: Counting objects:  87% (35/40)        
remote: Counting objects:  90% (36/40)        
remote: Counting objects:  92% (37/40)        
remote: Counting objects:  95% (38/40)        
remote: Counting objects:  97% (39/40)        
remote: Counting objects: 100% (40/40)        
remote: Counting objects: 100% (40/40), done.        
remote: Compressing objects:   3% (1/32)        
remote: Compressing objects:   6% (2/32)        
remote: Compressing objects:   9% (3/32)        
remote: Compressing objects:  12% (4/32)        
remote: Compressing objects:  15% (5/32)        
remote: Compressing objects:  18% (6/32)        
remote: Compressing objects:  21% (7/32)        
remote: Compressing objects:  25% (8/32)        
remote: Compressing objects:  28% (9/32)        
remote: Compressing objects:  31% (10/32)        
remote: Compressing objects:  34% (11/32)        
remote: Compressing objects:  37% (12/32)        
remote: Compressing objects:  40% (13/32)        
remote: Compressing objects:  43% (14/32)        
remote: Compressing objects:  46% (15/32)        
remote: Compressing objects:  50% (16/32)        
remote: Compressing objects:  53% (17/32)        
remote: Compressing objects:  56% (18/32)        
remote: Compressing objects:  59% (19/32)        
remote: Compressing objects:  62% (20/32)        
remote: Compressing objects:  65% (21/32)        
remote: Compressing objects:  68% (22/32)        
remote: Compressing objects:  71% (23/32)        
remote: Compressing objects:  75% (24/32)        
remote: Compressing objects:  78% (25/32)        
remote: Compressing objects:  81% (26/32)        
remote: Compressing objects:  84% (27/32)        
remote: Compressing objects:  87% (28/32)        
remote: Compressing objects:  90% (29/32)        
remote: Compressing objects:  93% (30/32)        
remote: Compressing objects:  96% (31/32)        
remote: Compressing objects: 100% (32/32)        
remote: Compressing objects: 100% (32/32), done.        
remote: Total 191 (delta 9), reused 36 (delta 8), pack-reused 151        
Receiving objects:   0% (1/191)
Receiving objects:   1% (2/191)
Receiving objects:   2% (4/191)
Receiving objects:   3% (6/191)
Receiving objects:   4% (8/191)
Receiving objects:   5% (10/191)
Receiving objects:   6% (12/191)
Receiving objects:   7% (14/191)
Receiving objects:   8% (16/191)
Receiving objects:   9% (18/191)
Receiving objects:  10% (20/191)
Receiving objects:  11% (22/191)
Receiving objects:  12% (23/191)
Receiving objects:  13% (25/191)
Receiving objects:  14% (27/191)
Receiving objects:  15% (29/191)
Receiving objects:  16% (31/191)
Receiving objects:  17% (33/191)
Receiving objects:  18% (35/191)
Receiving objects:  19% (37/191)
Receiving objects:  20% (39/191)
Receiving objects:  21% (41/191)
Receiving objects:  22% (43/191)
Receiving objects:  23% (44/191)
Receiving objects:  24% (46/191)
Receiving objects:  25% (48/191)
Receiving objects:  26% (50/191)
Receiving objects:  27% (52/191)
Receiving objects:  28% (54/191)
Receiving objects:  29% (56/191)
Receiving objects:  30% (58/191)
Receiving objects:  31% (60/191)
Receiving objects:  32% (62/191)
Receiving objects:  33% (64/191)
Receiving objects:  34% (65/191)
Receiving objects:  35% (67/191)
Receiving objects:  36% (69/191)
Receiving objects:  37% (71/191)
Receiving objects:  38% (73/191)
Receiving objects:  39% (75/191)
Receiving objects:  40% (77/191)
Receiving objects:  41% (79/191)
Receiving objects:  42% (81/191)
Receiving objects:  43% (83/191)
Receiving objects:  44% (85/191)
Receiving objects:  45% (86/191)
Receiving objects:  46% (88/191)
Receiving objects:  47% (90/191)
Receiving objects:  48% (92/191)
Receiving objects:  49% (94/191)
Receiving objects:  50% (96/191)
Receiving objects:  51% (98/191)
Receiving objects:  52% (100/191)
Receiving objects:  53% (102/191)
Receiving objects:  54% (104/191)
Receiving objects:  55% (106/191)
Receiving objects:  56% (107/191)
Receiving objects:  57% (109/191)
Receiving objects:  58% (111/191)
Receiving objects:  59% (113/191)
Receiving objects:  60% (115/191)
Receiving objects:  61% (117/191)
Receiving objects:  62% (119/191)
Receiving objects:  63% (121/191)
Receiving objects:  64% (123/191)
Receiving objects:  65% (125/191)
Receiving objects:  66% (127/191)
Receiving objects:  67% (128/191)
Receiving objects:  68% (130/191)
Receiving objects:  69% (132/191)
Receiving objects:  70% (134/191)
Receiving objects:  71% (136/191)
Receiving objects:  72% (138/191)
Receiving objects:  73% (140/191)
Receiving objects:  74% (142/191)
Receiving objects:  75% (144/191)
Receiving objects:  76% (146/191)
Receiving objects:  77% (148/191)
Receiving objects:  78% (149/191)
Receiving objects:  79% (151/191)
Receiving objects:  80% (153/191)
Receiving objects:  81% (155/191)
Receiving objects:  82% (157/191)
Receiving objects:  83% (159/191)
Receiving objects:  84% (161/191)
Receiving objects:  85% (163/191)
Receiving objects:  86% (165/191)
Receiving objects:  87% (167/191)
Receiving objects:  88% (169/191)
Receiving objects:  89% (170/191)
Receiving objects:  90% (172/191)
Receiving objects:  91% (174/191)
Receiving objects:  92% (176/191)
Receiving objects:  93% (178/191)
Receiving objects:  94% (180/191)
Receiving objects:  95% (182/191)
Receiving objects:  96% (184/191)
Receiving objects:  97% (186/191)
Receiving objects:  98% (188/191)
Receiving objects:  99% (190/191)
Receiving objects: 100% (191/191)
Receiving objects: 100% (191/191), 19.60 KiB | 19.60 MiB/s, done.
Resolving deltas:   0% (0/57)
Resolving deltas:   3% (2/57)
Resolving deltas:   8% (5/57)
Resolving deltas:  10% (6/57)
Resolving deltas:  12% (7/57)
Resolving deltas:  14% (8/57)
Resolving deltas:  15% (9/57)
Resolving deltas:  24% (14/57)
Resolving deltas:  26% (15/57)
Resolving deltas:  50% (29/57)
Resolving deltas: 100% (57/57)
Resolving deltas: 100% (57/57), done.
Cloning into '/root/workspace/weifang-config/container/A008/params_new/perception_spreader_truck'...
remote: Enumerating objects: 71, done.        
remote: Counting objects:   2% (1/48)        
remote: Counting objects:   4% (2/48)        
remote: Counting objects:   6% (3/48)        
remote: Counting objects:   8% (4/48)        
remote: Counting objects:  10% (5/48)        
remote: Counting objects:  12% (6/48)        
remote: Counting objects:  14% (7/48)        
remote: Counting objects:  16% (8/48)        
remote: Counting objects:  18% (9/48)        
remote: Counting objects:  20% (10/48)        
remote: Counting objects:  22% (11/48)        
remote: Counting objects:  25% (12/48)        
remote: Counting objects:  27% (13/48)        
remote: Counting objects:  29% (14/48)        
remote: Counting objects:  31% (15/48)        
remote: Counting objects:  33% (16/48)        
remote: Counting objects:  35% (17/48)        
remote: Counting objects:  37% (18/48)        
remote: Counting objects:  39% (19/48)        
remote: Counting objects:  41% (20/48)        
remote: Counting objects:  43% (21/48)        
remote: Counting objects:  45% (22/48)        
remote: Counting objects:  47% (23/48)        
remote: Counting objects:  50% (24/48)        
remote: Counting objects:  52% (25/48)        
remote: Counting objects:  54% (26/48)        
remote: Counting objects:  56% (27/48)        
remote: Counting objects:  58% (28/48)        
remote: Counting objects:  60% (29/48)        
remote: Counting objects:  62% (30/48)        
remote: Counting objects:  64% (31/48)        
remote: Counting objects:  66% (32/48)        
remote: Counting objects:  68% (33/48)        
remote: Counting objects:  70% (34/48)        
remote: Counting objects:  72% (35/48)        
remote: Counting objects:  75% (36/48)        
remote: Counting objects:  77% (37/48)        
remote: Counting objects:  79% (38/48)        
remote: Counting objects:  81% (39/48)        
remote: Counting objects:  83% (40/48)        
remote: Counting objects:  85% (41/48)        
remote: Counting objects:  87% (42/48)        
remote: Counting objects:  89% (43/48)        
remote: Counting objects:  91% (44/48)        
remote: Counting objects:  93% (45/48)        
remote: Counting objects:  95% (46/48)        
remote: Counting objects:  97% (47/48)        
remote: Counting objects: 100% (48/48)        
remote: Counting objects: 100% (48/48), 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 71 (delta 22), reused 46 (delta 20), pack-reused 23        
Receiving objects:   1% (1/71)
Receiving objects:   2% (2/71)
Receiving objects:   4% (3/71)
Receiving objects:   5% (4/71)
Receiving objects:   7% (5/71)
Receiving objects:   8% (6/71)
Receiving objects:   9% (7/71)
Receiving objects:  11% (8/71)
Receiving objects:  12% (9/71)
Receiving objects:  14% (10/71)
Receiving objects:  15% (11/71)
Receiving objects:  16% (12/71)
Receiving objects:  18% (13/71)
Receiving objects:  19% (14/71)
Receiving objects:  21% (15/71)
Receiving objects:  22% (16/71)
Receiving objects:  23% (17/71)
Receiving objects:  25% (18/71)
Receiving objects:  26% (19/71)
Receiving objects:  28% (20/71)
Receiving objects:  29% (21/71)
Receiving objects:  30% (22/71)
Receiving objects:  32% (23/71)
Receiving objects:  33% (24/71)
Receiving objects:  35% (25/71)
Receiving objects:  36% (26/71)
Receiving objects:  38% (27/71)
Receiving objects:  39% (28/71)
Receiving objects:  40% (29/71)
Receiving objects:  42% (30/71)
Receiving objects:  43% (31/71)
Receiving objects:  45% (32/71)
Receiving objects:  46% (33/71)
Receiving objects:  47% (34/71)
Receiving objects:  49% (35/71)
Receiving objects:  50% (36/71)
Receiving objects:  52% (37/71)
Receiving objects:  53% (38/71)
Receiving objects:  54% (39/71)
Receiving objects:  56% (40/71)
Receiving objects:  57% (41/71)
Receiving objects:  59% (42/71)
Receiving objects:  60% (43/71)
Receiving objects:  61% (44/71)
Receiving objects:  63% (45/71)
Receiving objects:  64% (46/71)
Receiving objects:  66% (47/71)
Receiving objects:  67% (48/71)
Receiving objects:  69% (49/71)
Receiving objects:  70% (50/71)
Receiving objects:  71% (51/71)
Receiving objects:  73% (52/71)
Receiving objects:  74% (53/71)
Receiving objects:  76% (54/71)
Receiving objects:  77% (55/71)
Receiving objects:  78% (56/71)
Receiving objects:  80% (57/71)
Receiving objects:  81% (58/71)
Receiving objects:  83% (59/71)
Receiving objects:  84% (60/71)
Receiving objects:  85% (61/71)
Receiving objects:  87% (62/71)
Receiving objects:  88% (63/71)
Receiving objects:  90% (64/71)
Receiving objects:  91% (65/71)
Receiving objects:  92% (66/71)
Receiving objects:  94% (67/71)
Receiving objects:  95% (68/71)
Receiving objects:  97% (69/71)
Receiving objects:  98% (70/71)
Receiving objects: 100% (71/71)
Receiving objects: 100% (71/71), 7.24 KiB | 7.24 MiB/s, done.
Resolving deltas:   0% (0/30)
Resolving deltas:   3% (1/30)
Resolving deltas:   6% (2/30)
Resolving deltas:  10% (3/30)
Resolving deltas:  13% (4/30)
Resolving deltas:  23% (7/30)
Resolving deltas:  26% (8/30)
Resolving deltas:  30% (9/30)
Resolving deltas:  33% (10/30)
Resolving deltas:  76% (23/30)
Resolving deltas: 100% (30/30)
Resolving deltas: 100% (30/30), done.
Cloning into '/root/workspace/weifang-config/container/A008/params_new/perception_vehicles'...
remote: Enumerating objects: 40, done.        
remote: Counting objects:   2% (1/40)        
remote: Counting objects:   5% (2/40)        
remote: Counting objects:   7% (3/40)        
remote: Counting objects:  10% (4/40)        
remote: Counting objects:  12% (5/40)        
remote: Counting objects:  15% (6/40)        
remote: Counting objects:  17% (7/40)        
remote: Counting objects:  20% (8/40)        
remote: Counting objects:  22% (9/40)        
remote: Counting objects:  25% (10/40)        
remote: Counting objects:  27% (11/40)        
remote: Counting objects:  30% (12/40)        
remote: Counting objects:  32% (13/40)        
remote: Counting objects:  35% (14/40)        
remote: Counting objects:  37% (15/40)        
remote: Counting objects:  40% (16/40)        
remote: Counting objects:  42% (17/40)        
remote: Counting objects:  45% (18/40)        
remote: Counting objects:  47% (19/40)        
remote: Counting objects:  50% (20/40)        
remote: Counting objects:  52% (21/40)        
remote: Counting objects:  55% (22/40)        
remote: Counting objects:  57% (23/40)        
remote: Counting objects:  60% (24/40)        
remote: Counting objects:  62% (25/40)        
remote: Counting objects:  65% (26/40)        
remote: Counting objects:  67% (27/40)        
remote: Counting objects:  70% (28/40)        
remote: Counting objects:  72% (29/40)        
remote: Counting objects:  75% (30/40)        
remote: Counting objects:  77% (31/40)        
remote: Counting objects:  80% (32/40)        
remote: Counting objects:  82% (33/40)        
remote: Counting objects:  85% (34/40)        
remote: Counting objects:  87% (35/40)        
remote: Counting objects:  90% (36/40)        
remote: Counting objects:  92% (37/40)        
remote: Counting objects:  95% (38/40)        
remote: Counting objects:  97% (39/40)        
remote: Counting objects: 100% (40/40)        
remote: Counting objects: 100% (40/40), 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 40 (delta 6), reused 0 (delta 0), pack-reused 0        
Receiving objects:   2% (1/40)
Receiving objects:   5% (2/40)
Receiving objects:   7% (3/40)
Receiving objects:  10% (4/40)
Receiving objects:  12% (5/40)
Receiving objects:  15% (6/40)
Receiving objects:  17% (7/40)
Receiving objects:  20% (8/40)
Receiving objects:  22% (9/40)
Receiving objects:  25% (10/40)
Receiving objects:  27% (11/40)
Receiving objects:  30% (12/40)
Receiving objects:  32% (13/40)
Receiving objects:  35% (14/40)
Receiving objects:  37% (15/40)
Receiving objects:  40% (16/40)
Receiving objects:  42% (17/40)
Receiving objects:  45% (18/40)
Receiving objects:  47% (19/40)
Receiving objects:  50% (20/40)
Receiving objects:  52% (21/40)
Receiving objects:  55% (22/40)
Receiving objects:  57% (23/40)
Receiving objects:  60% (24/40)
Receiving objects:  62% (25/40)
Receiving objects:  65% (26/40)
Receiving objects:  67% (27/40)
Receiving objects:  70% (28/40)
Receiving objects:  72% (29/40)
Receiving objects:  75% (30/40)
Receiving objects:  77% (31/40)
Receiving objects:  80% (32/40)
Receiving objects:  82% (33/40)
Receiving objects:  85% (34/40)
Receiving objects:  87% (35/40)
Receiving objects:  90% (36/40)
Receiving objects:  92% (37/40)
Receiving objects:  95% (38/40)
Receiving objects:  97% (39/40)
Receiving objects: 100% (40/40)
Receiving objects: 100% (40/40), 6.03 KiB | 6.03 MiB/s, done.
Resolving deltas:   0% (0/6)
Resolving deltas:  16% (1/6)
Resolving deltas:  33% (2/6)
Resolving deltas: 100% (6/6)
Resolving deltas: 100% (6/6), done.
Cloning into '/root/workspace/weifang-config/container/A008/params_new/pointcloud_customized'...
remote: Enumerating objects: 348, done.        
remote: Counting objects:   1% (1/55)        
remote: Counting objects:   3% (2/55)        
remote: Counting objects:   5% (3/55)        
remote: Counting objects:   7% (4/55)        
remote: Counting objects:   9% (5/55)        
remote: Counting objects:  10% (6/55)        
remote: Counting objects:  12% (7/55)        
remote: Counting objects:  14% (8/55)        
remote: Counting objects:  16% (9/55)        
remote: Counting objects:  18% (10/55)        
remote: Counting objects:  20% (11/55)        
remote: Counting objects:  21% (12/55)        
remote: Counting objects:  23% (13/55)        
remote: Counting objects:  25% (14/55)        
remote: Counting objects:  27% (15/55)        
remote: Counting objects:  29% (16/55)        
remote: Counting objects:  30% (17/55)        
remote: Counting objects:  32% (18/55)        
remote: Counting objects:  34% (19/55)        
remote: Counting objects:  36% (20/55)        
remote: Counting objects:  38% (21/55)        
remote: Counting objects:  40% (22/55)        
remote: Counting objects:  41% (23/55)        
remote: Counting objects:  43% (24/55)        
remote: Counting objects:  45% (25/55)        
remote: Counting objects:  47% (26/55)        
remote: Counting objects:  49% (27/55)        
remote: Counting objects:  50% (28/55)        
remote: Counting objects:  52% (29/55)        
remote: Counting objects:  54% (30/55)        
remote: Counting objects:  56% (31/55)        
remote: Counting objects:  58% (32/55)        
remote: Counting objects:  60% (33/55)        
remote: Counting objects:  61% (34/55)        
remote: Counting objects:  63% (35/55)        
remote: Counting objects:  65% (36/55)        
remote: Counting objects:  67% (37/55)        
remote: Counting objects:  69% (38/55)        
remote: Counting objects:  70% (39/55)        
remote: Counting objects:  72% (40/55)        
remote: Counting objects:  74% (41/55)        
remote: Counting objects:  76% (42/55)        
remote: Counting objects:  78% (43/55)        
remote: Counting objects:  80% (44/55)        
remote: Counting objects:  81% (45/55)        
remote: Counting objects:  83% (46/55)        
remote: Counting objects:  85% (47/55)        
remote: Counting objects:  87% (48/55)        
remote: Counting objects:  89% (49/55)        
remote: Counting objects:  90% (50/55)        
remote: Counting objects:  92% (51/55)        
remote: Counting objects:  94% (52/55)        
remote: Counting objects:  96% (53/55)        
remote: Counting objects:  98% (54/55)        
remote: Counting objects: 100% (55/55)        
remote: Counting objects: 100% (55/55), 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/348)
Receiving objects:   1% (4/348)
Receiving objects:   2% (7/348)
Receiving objects:   3% (11/348)
Receiving objects:   4% (14/348)
Receiving objects:   5% (18/348)
Receiving objects:   6% (21/348)
Receiving objects:   7% (25/348)
Receiving objects:   8% (28/348)
Receiving objects:   9% (32/348)
Receiving objects:  10% (35/348)
Receiving objects:  11% (39/348)
Receiving objects:  12% (42/348)
Receiving objects:  13% (46/348)
Receiving objects:  13% (47/348), 51.19 MiB | 51.18 MiB/s
Receiving objects:  13% (48/348), 99.29 MiB | 49.64 MiB/s
Receiving objects:  13% (48/348), 149.06 MiB | 49.68 MiB/s
Receiving objects:  14% (49/348), 149.06 MiB | 49.68 MiB/s
Receiving objects:  15% (53/348), 149.06 MiB | 49.68 MiB/s
Receiving objects:  16% (56/348), 169.62 MiB | 48.46 MiB/s
Receiving objects:  17% (60/348), 169.62 MiB | 48.46 MiB/s
Receiving objects:  18% (63/348), 169.62 MiB | 48.46 MiB/s
Receiving objects:  19% (67/348), 169.62 MiB | 48.46 MiB/s
Receiving objects:  20% (70/348), 169.62 MiB | 48.46 MiB/s
Receiving objects:  21% (74/348), 169.62 MiB | 48.46 MiB/s
Receiving objects:  22% (77/348), 169.62 MiB | 48.46 MiB/s
Receiving objects:  23% (81/348), 169.62 MiB | 48.46 MiB/s
Receiving objects:  23% (83/348), 192.54 MiB | 48.13 MiB/s
Receiving objects:  24% (84/348), 192.54 MiB | 48.13 MiB/s
Receiving objects:  25% (87/348), 192.54 MiB | 48.13 MiB/s
Receiving objects:  26% (91/348), 192.54 MiB | 48.13 MiB/s
Receiving objects:  27% (94/348), 192.54 MiB | 48.13 MiB/s
Receiving objects:  28% (98/348), 192.54 MiB | 48.13 MiB/s
Receiving objects:  29% (101/348), 192.54 MiB | 48.13 MiB/s
Receiving objects:  30% (105/348), 192.54 MiB | 48.13 MiB/s
Receiving objects:  31% (108/348), 192.54 MiB | 48.13 MiB/s
Receiving objects:  32% (112/348), 192.54 MiB | 48.13 MiB/s
Receiving objects:  33% (115/348), 192.54 MiB | 48.13 MiB/s
Receiving objects:  34% (119/348), 192.54 MiB | 48.13 MiB/s
Receiving objects:  35% (122/348), 192.54 MiB | 48.13 MiB/s
Receiving objects:  36% (126/348), 213.26 MiB | 47.39 MiB/s
Receiving objects:  37% (129/348), 213.26 MiB | 47.39 MiB/s
Receiving objects:  38% (133/348), 213.26 MiB | 47.39 MiB/s
Receiving objects:  39% (136/348), 213.26 MiB | 47.39 MiB/s
Receiving objects:  40% (140/348), 213.26 MiB | 47.39 MiB/s
Receiving objects:  40% (140/348), 237.18 MiB | 47.32 MiB/s
Receiving objects:  41% (143/348), 237.18 MiB | 47.32 MiB/s
Receiving objects:  42% (147/348), 237.18 MiB | 47.32 MiB/s
Receiving objects:  43% (150/348), 237.18 MiB | 47.32 MiB/s
Receiving objects:  44% (154/348), 237.18 MiB | 47.32 MiB/s
Receiving objects:  45% (157/348), 237.18 MiB | 47.32 MiB/s
Receiving objects:  46% (161/348), 237.18 MiB | 47.32 MiB/s
Receiving objects:  47% (164/348), 262.07 MiB | 46.86 MiB/s
Receiving objects:  48% (168/348), 262.07 MiB | 46.86 MiB/s
Receiving objects:  48% (168/348), 284.95 MiB | 46.22 MiB/s
Receiving objects:  49% (171/348), 284.95 MiB | 46.22 MiB/s
Receiving objects:  50% (174/348), 284.95 MiB | 46.22 MiB/s
Receiving objects:  51% (178/348), 284.95 MiB | 46.22 MiB/s
Receiving objects:  52% (181/348), 307.64 MiB | 46.30 MiB/s
Receiving objects:  53% (185/348), 307.64 MiB | 46.30 MiB/s
Receiving objects:  53% (186/348), 328.96 MiB | 45.83 MiB/s
Receiving objects:  54% (188/348), 328.96 MiB | 45.83 MiB/s
Receiving objects:  55% (192/348), 328.96 MiB | 45.83 MiB/s
Receiving objects:  55% (193/348), 372.23 MiB | 45.02 MiB/s
Receiving objects:  56% (195/348), 372.23 MiB | 45.02 MiB/s
Receiving objects:  57% (199/348), 395.71 MiB | 45.15 MiB/s
Receiving objects:  57% (201/348), 414.15 MiB | 44.64 MiB/s
Receiving objects:  58% (202/348), 414.15 MiB | 44.64 MiB/s
Receiving objects:  59% (206/348), 414.15 MiB | 44.64 MiB/s
Receiving objects:  60% (209/348), 414.15 MiB | 44.64 MiB/s
Receiving objects:  61% (213/348), 414.15 MiB | 44.64 MiB/s
Receiving objects:  62% (216/348), 453.58 MiB | 48.09 MiB/s
Receiving objects:  63% (220/348), 453.58 MiB | 48.09 MiB/s
Receiving objects:  64% (223/348), 453.58 MiB | 48.09 MiB/s
Receiving objects:  65% (227/348), 453.58 MiB | 48.09 MiB/s
Receiving objects:  66% (230/348), 453.58 MiB | 48.09 MiB/s
Receiving objects:  67% (234/348), 453.58 MiB | 48.09 MiB/s
Receiving objects:  68% (237/348), 453.58 MiB | 48.09 MiB/s
Receiving objects:  68% (237/348), 476.66 MiB | 47.69 MiB/s
Receiving objects:  68% (239/348), 516.58 MiB | 46.43 MiB/s
Receiving objects:  69% (241/348), 516.58 MiB | 46.43 MiB/s
Receiving objects:  70% (244/348), 516.58 MiB | 46.43 MiB/s
Receiving objects:  71% (248/348), 538.20 MiB | 46.50 MiB/s
Receiving objects:  72% (251/348), 538.20 MiB | 46.50 MiB/s
Receiving objects:  73% (255/348), 538.20 MiB | 46.50 MiB/s
Receiving objects:  74% (258/348), 538.20 MiB | 46.50 MiB/s
Receiving objects:  75% (261/348), 538.20 MiB | 46.50 MiB/s
Receiving objects:  76% (265/348), 538.20 MiB | 46.50 MiB/s
Receiving objects:  77% (268/348), 538.20 MiB | 46.50 MiB/s
Receiving objects:  78% (272/348), 538.20 MiB | 46.50 MiB/s
Receiving objects:  78% (272/348), 560.01 MiB | 45.62 MiB/s
Receiving objects:  79% (275/348), 560.01 MiB | 45.62 MiB/s
Receiving objects:  80% (279/348), 560.01 MiB | 45.62 MiB/s
Receiving objects:  81% (282/348), 560.01 MiB | 45.62 MiB/s
Receiving objects:  82% (286/348), 560.01 MiB | 45.62 MiB/s
Receiving objects:  83% (289/348), 560.01 MiB | 45.62 MiB/s
Receiving objects:  84% (293/348), 560.01 MiB | 45.62 MiB/s
Receiving objects:  85% (296/348), 560.01 MiB | 45.62 MiB/s
Receiving objects:  86% (300/348), 560.01 MiB | 45.62 MiB/s
Receiving objects:  87% (303/348), 560.01 MiB | 45.62 MiB/s
Receiving objects:  88% (307/348), 560.01 MiB | 45.62 MiB/s
Receiving objects:  89% (310/348), 560.01 MiB | 45.62 MiB/s
Receiving objects:  89% (313/348), 600.17 MiB | 45.45 MiB/s
Receiving objects:  89% (313/348), 614.08 MiB | 22.85 MiB/s
Receiving objects:  90% (314/348), 614.08 MiB | 22.85 MiB/s
Receiving objects:  90% (314/348), 630.51 MiB | 18.38 MiB/s
Receiving objects:  91% (317/348), 630.51 MiB | 18.38 MiB/s
Receiving objects:  91% (318/348), 641.48 MiB | 15.68 MiB/s
Receiving objects:  92% (321/348), 641.48 MiB | 15.68 MiB/s
Receiving objects:  93% (324/348), 641.48 MiB | 15.68 MiB/s
Receiving objects:  93% (325/348), 662.52 MiB | 15.75 MiB/s
Receiving objects:  94% (328/348), 662.52 MiB | 15.75 MiB/s
Receiving objects:  95% (331/348), 686.84 MiB | 16.20 MiB/s
Receiving objects:  95% (334/348), 707.88 MiB | 16.14 MiB/s
Receiving objects:  96% (335/348), 707.88 MiB | 16.14 MiB/s
Receiving objects:  97% (338/348), 707.88 MiB | 16.14 MiB/s
Receiving objects:  98% (342/348), 725.27 MiB | 15.72 MiB/s
remote: Total 348 (delta 11), reused 42 (delta 9), pack-reused 293        
Receiving objects:  99% (345/348), 725.27 MiB | 15.72 MiB/s
Receiving objects: 100% (348/348), 725.27 MiB | 15.72 MiB/s
Receiving objects: 100% (348/348), 729.16 MiB | 32.23 MiB/s, done.
Resolving deltas:   0% (0/61)
Resolving deltas:   1% (1/61)
Resolving deltas:  26% (16/61)
Resolving deltas:  27% (17/61)
Resolving deltas:  29% (18/61)
Resolving deltas:  36% (22/61)
Resolving deltas:  37% (23/61)
Resolving deltas:  40% (25/61)
Resolving deltas:  45% (28/61)
Resolving deltas:  47% (29/61)
Resolving deltas:  57% (35/61)
Resolving deltas:  60% (37/61)
Resolving deltas:  63% (39/61)
Resolving deltas:  65% (40/61)
Resolving deltas:  68% (42/61)
Resolving deltas:  72% (44/61)
Resolving deltas:  75% (46/61)
Resolving deltas:  78% (48/61)
Resolving deltas:  86% (53/61)
Resolving deltas:  88% (54/61)
Resolving deltas:  91% (56/61)
Resolving deltas:  93% (57/61)
Resolving deltas:  95% (58/61)
Resolving deltas:  98% (60/61)
Resolving deltas: 100% (61/61)
Resolving deltas: 100% (61/61), done.
Cloning into '/root/workspace/weifang-config/container/A008/params_new/prediction_config'...
remote: Enumerating objects: 129, done.        
remote: Counting objects:   1% (1/85)        
remote: Counting objects:   2% (2/85)        
remote: Counting objects:   3% (3/85)        
remote: Counting objects:   4% (4/85)        
remote: Counting objects:   5% (5/85)        
remote: Counting objects:   7% (6/85)        
remote: Counting objects:   8% (7/85)        
remote: Counting objects:   9% (8/85)        
remote: Counting objects:  10% (9/85)        
remote: Counting objects:  11% (10/85)        
remote: Counting objects:  12% (11/85)        
remote: Counting objects:  14% (12/85)        
remote: Counting objects:  15% (13/85)        
remote: Counting objects:  16% (14/85)        
remote: Counting objects:  17% (15/85)        
remote: Counting objects:  18% (16/85)        
remote: Counting objects:  20% (17/85)        
remote: Counting objects:  21% (18/85)        
remote: Counting objects:  22% (19/85)        
remote: Counting objects:  23% (20/85)        
remote: Counting objects:  24% (21/85)        
remote: Counting objects:  25% (22/85)        
remote: Counting objects:  27% (23/85)        
remote: Counting objects:  28% (24/85)        
remote: Counting objects:  29% (25/85)        
remote: Counting objects:  30% (26/85)        
remote: Counting objects:  31% (27/85)        
remote: Counting objects:  32% (28/85)        
remote: Counting objects:  34% (29/85)        
remote: Counting objects:  35% (30/85)        
remote: Counting objects:  36% (31/85)        
remote: Counting objects:  37% (32/85)        
remote: Counting objects:  38% (33/85)        
remote: Counting objects:  40% (34/85)        
remote: Counting objects:  41% (35/85)        
remote: Counting objects:  42% (36/85)        
remote: Counting objects:  43% (37/85)        
remote: Counting objects:  44% (38/85)        
remote: Counting objects:  45% (39/85)        
remote: Counting objects:  47% (40/85)        
remote: Counting objects:  48% (41/85)        
remote: Counting objects:  49% (42/85)        
remote: Counting objects:  50% (43/85)        
remote: Counting objects:  51% (44/85)        
remote: Counting objects:  52% (45/85)        
remote: Counting objects:  54% (46/85)        
remote: Counting objects:  55% (47/85)        
remote: Counting objects:  56% (48/85)        
remote: Counting objects:  57% (49/85)        
remote: Counting objects:  58% (50/85)        
remote: Counting objects:  60% (51/85)        
remote: Counting objects:  61% (52/85)        
remote: Counting objects:  62% (53/85)        
remote: Counting objects:  63% (54/85)        
remote: Counting objects:  64% (55/85)        
remote: Counting objects:  65% (56/85)        
remote: Counting objects:  67% (57/85)        
remote: Counting objects:  68% (58/85)        
remote: Counting objects:  69% (59/85)        
remote: Counting objects:  70% (60/85)        
remote: Counting objects:  71% (61/85)        
remote: Counting objects:  72% (62/85)        
remote: Counting objects:  74% (63/85)        
remote: Counting objects:  75% (64/85)        
remote: Counting objects:  76% (65/85)        
remote: Counting objects:  77% (66/85)        
remote: Counting objects:  78% (67/85)        
remote: Counting objects:  80% (68/85)        
remote: Counting objects:  81% (69/85)        
remote: Counting objects:  82% (70/85)        
remote: Counting objects:  83% (71/85)        
remote: Counting objects:  84% (72/85)        
remote: Counting objects:  85% (73/85)        
remote: Counting objects:  87% (74/85)        
remote: Counting objects:  88% (75/85)        
remote: Counting objects:  89% (76/85)        
remote: Counting objects:  90% (77/85)        
remote: Counting objects:  91% (78/85)        
remote: Counting objects:  92% (79/85)        
remote: Counting objects:  94% (80/85)        
remote: Counting objects:  95% (81/85)        
remote: Counting objects:  96% (82/85)        
remote: Counting objects:  97% (83/85)        
remote: Counting objects:  98% (84/85)        
remote: Counting objects: 100% (85/85)        
remote: Counting objects: 100% (85/85), done.        
remote: Compressing objects:   1% (1/56)        
remote: Compressing objects:   3% (2/56)        
remote: Compressing objects:   5% (3/56)        
remote: Compressing objects:   7% (4/56)        
remote: Compressing objects:   8% (5/56)        
remote: Compressing objects:  10% (6/56)        
remote: Compressing objects:  12% (7/56)        
remote: Compressing objects:  14% (8/56)        
remote: Compressing objects:  16% (9/56)        
remote: Compressing objects:  17% (10/56)        
remote: Compressing objects:  19% (11/56)        
remote: Compressing objects:  21% (12/56)        
remote: Compressing objects:  23% (13/56)        
remote: Compressing objects:  25% (14/56)        
remote: Compressing objects:  26% (15/56)        
remote: Compressing objects:  28% (16/56)        
remote: Compressing objects:  30% (17/56)        
remote: Compressing objects:  32% (18/56)        
remote: Compressing objects:  33% (19/56)        
remote: Compressing objects:  35% (20/56)        
remote: Compressing objects:  37% (21/56)        
remote: Compressing objects:  39% (22/56)        
remote: Compressing objects:  41% (23/56)        
remote: Compressing objects:  42% (24/56)        
remote: Compressing objects:  44% (25/56)        
remote: Compressing objects:  46% (26/56)        
remote: Compressing objects:  48% (27/56)        
remote: Compressing objects:  50% (28/56)        
remote: Compressing objects:  51% (29/56)        
remote: Compressing objects:  53% (30/56)        
remote: Compressing objects:  55% (31/56)        
remote: Compressing objects:  57% (32/56)        
remote: Compressing objects:  58% (33/56)        
remote: Compressing objects:  60% (34/56)        
remote: Compressing objects:  62% (35/56)        
remote: Compressing objects:  64% (36/56)        
remote: Compressing objects:  66% (37/56)        
remote: Compressing objects:  67% (38/56)        
remote: Compressing objects:  69% (39/56)        
remote: Compressing objects:  71% (40/56)        
remote: Compressing objects:  73% (41/56)        
remote: Compressing objects:  75% (42/56)        
remote: Compressing objects:  76% (43/56)        
remote: Compressing objects:  78% (44/56)        
remote: Compressing objects:  80% (45/56)        
remote: Compressing objects:  82% (46/56)        
remote: Compressing objects:  83% (47/56)        
remote: Compressing objects:  85% (48/56)        
remote: Compressing objects:  87% (49/56)        
remote: Compressing objects:  89% (50/56)        
remote: Compressing objects:  91% (51/56)        
remote: Compressing objects:  92% (52/56)        
remote: Compressing objects:  94% (53/56)        
remote: Compressing objects:  96% (54/56)        
remote: Compressing objects:  98% (55/56)        
remote: Compressing objects: 100% (56/56)        
remote: Compressing objects: 100% (56/56), done.        
Receiving objects:   0% (1/129)
Receiving objects:   1% (2/129)
Receiving objects:   2% (3/129)
Receiving objects:   3% (4/129)
Receiving objects:   4% (6/129)
Receiving objects:   5% (7/129)
Receiving objects:   6% (8/129)
Receiving objects:   7% (10/129)
Receiving objects:   8% (11/129)
Receiving objects:   9% (12/129)
Receiving objects:  10% (13/129)
Receiving objects:  11% (15/129)
Receiving objects:  12% (16/129)
Receiving objects:  13% (17/129)
Receiving objects:  14% (19/129)
Receiving objects:  15% (20/129)
Receiving objects:  16% (21/129)
Receiving objects:  17% (22/129)
Receiving objects:  18% (24/129)
Receiving objects:  19% (25/129)
Receiving objects:  20% (26/129)
Receiving objects:  21% (28/129)
Receiving objects:  22% (29/129)
Receiving objects:  23% (30/129)
Receiving objects:  24% (31/129)
Receiving objects:  25% (33/129), 27.62 MiB | 55.23 MiB/s
Receiving objects:  26% (34/129), 27.62 MiB | 55.23 MiB/s
Receiving objects:  27% (35/129), 27.62 MiB | 55.23 MiB/s
Receiving objects:  28% (37/129), 27.62 MiB | 55.23 MiB/s
Receiving objects:  29% (38/129), 27.62 MiB | 55.23 MiB/s
Receiving objects:  30% (39/129), 27.62 MiB | 55.23 MiB/s
Receiving objects:  31% (40/129), 27.62 MiB | 55.23 MiB/s
Receiving objects:  32% (42/129), 27.62 MiB | 55.23 MiB/s
Receiving objects:  33% (43/129), 27.62 MiB | 55.23 MiB/s
Receiving objects:  34% (44/129), 27.62 MiB | 55.23 MiB/s
Receiving objects:  35% (46/129), 27.62 MiB | 55.23 MiB/s
Receiving objects:  36% (47/129), 27.62 MiB | 55.23 MiB/s
Receiving objects:  37% (48/129), 27.62 MiB | 55.23 MiB/s
Receiving objects:  38% (50/129), 27.62 MiB | 55.23 MiB/s
Receiving objects:  39% (51/129), 27.62 MiB | 55.23 MiB/s
Receiving objects:  40% (52/129), 27.62 MiB | 55.23 MiB/s
Receiving objects:  41% (53/129), 27.62 MiB | 55.23 MiB/s
Receiving objects:  42% (55/129), 27.62 MiB | 55.23 MiB/s
Receiving objects:  43% (56/129), 27.62 MiB | 55.23 MiB/s
Receiving objects:  44% (57/129), 27.62 MiB | 55.23 MiB/s
Receiving objects:  45% (59/129), 27.62 MiB | 55.23 MiB/s
Receiving objects:  46% (60/129), 27.62 MiB | 55.23 MiB/s
Receiving objects:  47% (61/129), 27.62 MiB | 55.23 MiB/s
Receiving objects:  48% (62/129), 27.62 MiB | 55.23 MiB/s
Receiving objects:  49% (64/129), 27.62 MiB | 55.23 MiB/s
Receiving objects:  50% (65/129), 27.62 MiB | 55.23 MiB/s
Receiving objects:  51% (66/129), 27.62 MiB | 55.23 MiB/s
Receiving objects:  52% (68/129), 27.62 MiB | 55.23 MiB/s
Receiving objects:  53% (69/129), 27.62 MiB | 55.23 MiB/s
Receiving objects:  54% (70/129), 27.62 MiB | 55.23 MiB/s
Receiving objects:  55% (71/129), 27.62 MiB | 55.23 MiB/s
Receiving objects:  56% (73/129), 27.62 MiB | 55.23 MiB/s
Receiving objects:  56% (73/129), 34.80 MiB | 34.80 MiB/s
Receiving objects:  57% (74/129), 34.80 MiB | 34.80 MiB/s
Receiving objects:  58% (75/129), 39.01 MiB | 23.30 MiB/s
Receiving objects:  58% (76/129), 46.22 MiB | 19.26 MiB/s
Receiving objects:  59% (77/129), 46.22 MiB | 19.26 MiB/s
Receiving objects:  60% (78/129), 46.22 MiB | 19.26 MiB/s
Receiving objects:  61% (79/129), 46.22 MiB | 19.26 MiB/s
Receiving objects:  62% (80/129), 46.22 MiB | 19.26 MiB/s
Receiving objects:  63% (82/129), 46.22 MiB | 19.26 MiB/s
Receiving objects:  64% (83/129), 46.22 MiB | 19.26 MiB/s
Receiving objects:  65% (84/129), 46.22 MiB | 19.26 MiB/s
Receiving objects:  66% (86/129), 46.22 MiB | 19.26 MiB/s
Receiving objects:  67% (87/129), 46.22 MiB | 19.26 MiB/s
Receiving objects:  68% (88/129), 46.22 MiB | 19.26 MiB/s
remote: Total 129 (delta 23), reused 9 (delta 0), pack-reused 44        
Receiving objects:  69% (90/129), 54.16 MiB | 18.67 MiB/s
Receiving objects:  70% (91/129), 54.16 MiB | 18.67 MiB/s
Receiving objects:  71% (92/129), 54.16 MiB | 18.67 MiB/s
Receiving objects:  72% (93/129), 54.16 MiB | 18.67 MiB/s
Receiving objects:  73% (95/129), 54.16 MiB | 18.67 MiB/s
Receiving objects:  74% (96/129), 54.16 MiB | 18.67 MiB/s
Receiving objects:  75% (97/129), 54.16 MiB | 18.67 MiB/s
Receiving objects:  76% (99/129), 54.16 MiB | 18.67 MiB/s
Receiving objects:  77% (100/129), 54.16 MiB | 18.67 MiB/s
Receiving objects:  78% (101/129), 54.16 MiB | 18.67 MiB/s
Receiving objects:  79% (102/129), 54.16 MiB | 18.67 MiB/s
Receiving objects:  80% (104/129), 54.16 MiB | 18.67 MiB/s
Receiving objects:  81% (105/129), 54.16 MiB | 18.67 MiB/s
Receiving objects:  82% (106/129), 54.16 MiB | 18.67 MiB/s
Receiving objects:  83% (108/129), 54.16 MiB | 18.67 MiB/s
Receiving objects:  84% (109/129), 54.16 MiB | 18.67 MiB/s
Receiving objects:  85% (110/129), 54.16 MiB | 18.67 MiB/s
Receiving objects:  86% (111/129), 54.16 MiB | 18.67 MiB/s
Receiving objects:  87% (113/129), 54.16 MiB | 18.67 MiB/s
Receiving objects:  88% (114/129), 54.16 MiB | 18.67 MiB/s
Receiving objects:  89% (115/129), 54.16 MiB | 18.67 MiB/s
Receiving objects:  90% (117/129), 54.16 MiB | 18.67 MiB/s
Receiving objects:  91% (118/129), 54.16 MiB | 18.67 MiB/s
Receiving objects:  92% (119/129), 54.16 MiB | 18.67 MiB/s
Receiving objects:  93% (120/129), 54.16 MiB | 18.67 MiB/s
Receiving objects:  94% (122/129), 54.16 MiB | 18.67 MiB/s
Receiving objects:  95% (123/129), 54.16 MiB | 18.67 MiB/s
Receiving objects:  96% (124/129), 54.16 MiB | 18.67 MiB/s
Receiving objects:  97% (126/129), 54.16 MiB | 18.67 MiB/s
Receiving objects:  98% (127/129), 54.16 MiB | 18.67 MiB/s
Receiving objects:  99% (128/129), 54.16 MiB | 18.67 MiB/s
Receiving objects: 100% (129/129), 54.16 MiB | 18.67 MiB/s
Receiving objects: 100% (129/129), 57.81 MiB | 19.45 MiB/s, done.
Resolving deltas:   0% (0/34)
Resolving deltas:   2% (1/34)
Resolving deltas:  17% (6/34)
Resolving deltas:  23% (8/34)
Resolving deltas:  55% (19/34)
Resolving deltas:  76% (26/34)
Resolving deltas:  79% (27/34)
Resolving deltas:  82% (28/34)
Resolving deltas:  91% (31/34)
Resolving deltas:  97% (33/34)
Resolving deltas: 100% (34/34)
Resolving deltas: 100% (34/34), done.
Cloning into '/root/workspace/weifang-config/container/A008/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/container/A008/params_new/rslidar_sdk_customized'...
remote: Enumerating objects: 71, done.        
remote: Counting objects:   2% (1/46)        
remote: Counting objects:   4% (2/46)        
remote: Counting objects:   6% (3/46)        
remote: Counting objects:   8% (4/46)        
remote: Counting objects:  10% (5/46)        
remote: Counting objects:  13% (6/46)        
remote: Counting objects:  15% (7/46)        
remote: Counting objects:  17% (8/46)        
remote: Counting objects:  19% (9/46)        
remote: Counting objects:  21% (10/46)        
remote: Counting objects:  23% (11/46)        
remote: Counting objects:  26% (12/46)        
remote: Counting objects:  28% (13/46)        
remote: Counting objects:  30% (14/46)        
remote: Counting objects:  32% (15/46)        
remote: Counting objects:  34% (16/46)        
remote: Counting objects:  36% (17/46)        
remote: Counting objects:  39% (18/46)        
remote: Counting objects:  41% (19/46)        
remote: Counting objects:  43% (20/46)        
remote: Counting objects:  45% (21/46)        
remote: Counting objects:  47% (22/46)        
remote: Counting objects:  50% (23/46)        
remote: Counting objects:  52% (24/46)        
remote: Counting objects:  54% (25/46)        
remote: Counting objects:  56% (26/46)        
remote: Counting objects:  58% (27/46)        
remote: Counting objects:  60% (28/46)        
remote: Counting objects:  63% (29/46)        
remote: Counting objects:  65% (30/46)        
remote: Counting objects:  67% (31/46)        
remote: Counting objects:  69% (32/46)        
remote: Counting objects:  71% (33/46)        
remote: Counting objects:  73% (34/46)        
remote: Counting objects:  76% (35/46)        
remote: Counting objects:  78% (36/46)        
remote: Counting objects:  80% (37/46)        
remote: Counting objects:  82% (38/46)        
remote: Counting objects:  84% (39/46)        
remote: Counting objects:  86% (40/46)        
remote: Counting objects:  89% (41/46)        
remote: Counting objects:  91% (42/46)        
remote: Counting objects:  93% (43/46)        
remote: Counting objects:  95% (44/46)        
remote: Counting objects:  97% (45/46)        
remote: Counting objects: 100% (46/46)        
remote: Counting objects: 100% (46/46), done.        
remote: Compressing objects:   4% (1/25)        
remote: Compressing objects:   8% (2/25)        
remote: Compressing objects:  12% (3/25)        
remote: Compressing objects:  16% (4/25)        
remote: Compressing objects:  20% (5/25)        
remote: Compressing objects:  24% (6/25)        
remote: Compressing objects:  28% (7/25)        
remote: Compressing objects:  32% (8/25)        
remote: Compressing objects:  36% (9/25)        
remote: Compressing objects:  40% (10/25)        
remote: Compressing objects:  44% (11/25)        
remote: Compressing objects:  48% (12/25)        
remote: Compressing objects:  52% (13/25)        
remote: Compressing objects:  56% (14/25)        
remote: Compressing objects:  60% (15/25)        
remote: Compressing objects:  64% (16/25)        
remote: Compressing objects:  68% (17/25)        
remote: Compressing objects:  72% (18/25)        
remote: Compressing objects:  76% (19/25)        
remote: Compressing objects:  80% (20/25)        
remote: Compressing objects:  84% (21/25)        
remote: Compressing objects:  88% (22/25)        
remote: Compressing objects:  92% (23/25)        
remote: Compressing objects:  96% (24/25)        
remote: Compressing objects: 100% (25/25)        
remote: Compressing objects: 100% (25/25), done.        
Receiving objects:   1% (1/71)
Receiving objects:   2% (2/71)
Receiving objects:   4% (3/71)
Receiving objects:   5% (4/71)
Receiving objects:   7% (5/71)
Receiving objects:   8% (6/71)
Receiving objects:   9% (7/71)
Receiving objects:  11% (8/71)
Receiving objects:  12% (9/71)
Receiving objects:  14% (10/71)
Receiving objects:  15% (11/71)
Receiving objects:  16% (12/71)
Receiving objects:  18% (13/71)
Receiving objects:  19% (14/71)
Receiving objects:  21% (15/71)
Receiving objects:  22% (16/71)
Receiving objects:  23% (17/71)
Receiving objects:  25% (18/71)
Receiving objects:  26% (19/71)
Receiving objects:  28% (20/71)
Receiving objects:  29% (21/71)
Receiving objects:  30% (22/71)
Receiving objects:  32% (23/71)
remote: Total 71 (delta 23), reused 32 (delta 16), pack-reused 25        
Receiving objects:  33% (24/71)
Receiving objects:  35% (25/71)
Receiving objects:  36% (26/71)
Receiving objects:  38% (27/71)
Receiving objects:  39% (28/71)
Receiving objects:  40% (29/71)
Receiving objects:  42% (30/71)
Receiving objects:  43% (31/71)
Receiving objects:  45% (32/71)
Receiving objects:  46% (33/71)
Receiving objects:  47% (34/71)
Receiving objects:  49% (35/71)
Receiving objects:  50% (36/71)
Receiving objects:  52% (37/71)
Receiving objects:  53% (38/71)
Receiving objects:  54% (39/71)
Receiving objects:  56% (40/71)
Receiving objects:  57% (41/71)
Receiving objects:  59% (42/71)
Receiving objects:  60% (43/71)
Receiving objects:  61% (44/71)
Receiving objects:  63% (45/71)
Receiving objects:  64% (46/71)
Receiving objects:  66% (47/71)
Receiving objects:  67% (48/71)
Receiving objects:  69% (49/71)
Receiving objects:  70% (50/71)
Receiving objects:  71% (51/71)
Receiving objects:  73% (52/71)
Receiving objects:  74% (53/71)
Receiving objects:  76% (54/71)
Receiving objects:  77% (55/71)
Receiving objects:  78% (56/71)
Receiving objects:  80% (57/71)
Receiving objects:  81% (58/71)
Receiving objects:  83% (59/71)
Receiving objects:  84% (60/71)
Receiving objects:  85% (61/71)
Receiving objects:  87% (62/71)
Receiving objects:  88% (63/71)
Receiving objects:  90% (64/71)
Receiving objects:  91% (65/71)
Receiving objects:  92% (66/71)
Receiving objects:  94% (67/71)
Receiving objects:  95% (68/71)
Receiving objects:  97% (69/71)
Receiving objects:  98% (70/71)
Receiving objects: 100% (71/71)
Receiving objects: 100% (71/71), 13.10 KiB | 13.10 MiB/s, done.
Resolving deltas:   0% (0/37)
Resolving deltas:   2% (1/37)
Resolving deltas:   5% (2/37)
Resolving deltas:  32% (12/37)
Resolving deltas:  78% (29/37)
Resolving deltas: 100% (37/37)
Resolving deltas: 100% (37/37), done.
Cloning into '/root/workspace/weifang-config/container/A008/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/container/A008/params_new/system-common'...
remote: Enumerating objects: 197, done.        
remote: Counting objects:   0% (1/159)        
remote: Counting objects:   1% (2/159)        
remote: Counting objects:   2% (4/159)        
remote: Counting objects:   3% (5/159)        
remote: Counting objects:   4% (7/159)        
remote: Counting objects:   5% (8/159)        
remote: Counting objects:   6% (10/159)        
remote: Counting objects:   7% (12/159)        
remote: Counting objects:   8% (13/159)        
remote: Counting objects:   9% (15/159)        
remote: Counting objects:  10% (16/159)        
remote: Counting objects:  11% (18/159)        
remote: Counting objects:  12% (20/159)        
remote: Counting objects:  13% (21/159)        
remote: Counting objects:  14% (23/159)        
remote: Counting objects:  15% (24/159)        
remote: Counting objects:  16% (26/159)        
remote: Counting objects:  17% (28/159)        
remote: Counting objects:  18% (29/159)        
remote: Counting objects:  19% (31/159)        
remote: Counting objects:  20% (32/159)        
remote: Counting objects:  21% (34/159)        
remote: Counting objects:  22% (35/159)        
remote: Counting objects:  23% (37/159)        
remote: Counting objects:  24% (39/159)        
remote: Counting objects:  25% (40/159)        
remote: Counting objects:  26% (42/159)        
remote: Counting objects:  27% (43/159)        
remote: Counting objects:  28% (45/159)        
remote: Counting objects:  29% (47/159)        
remote: Counting objects:  30% (48/159)        
remote: Counting objects:  31% (50/159)        
remote: Counting objects:  32% (51/159)        
remote: Counting objects:  33% (53/159)        
remote: Counting objects:  34% (55/159)        
remote: Counting objects:  35% (56/159)        
remote: Counting objects:  36% (58/159)        
remote: Counting objects:  37% (59/159)        
remote: Counting objects:  38% (61/159)        
remote: Counting objects:  39% (63/159)        
remote: Counting objects:  40% (64/159)        
remote: Counting objects:  41% (66/159)        
remote: Counting objects:  42% (67/159)        
remote: Counting objects:  43% (69/159)        
remote: Counting objects:  44% (70/159)        
remote: Counting objects:  45% (72/159)        
remote: Counting objects:  46% (74/159)        
remote: Counting objects:  47% (75/159)        
remote: Counting objects:  48% (77/159)        
remote: Counting objects:  49% (78/159)        
remote: Counting objects:  50% (80/159)        
remote: Counting objects:  51% (82/159)        
remote: Counting objects:  52% (83/159)        
remote: Counting objects:  53% (85/159)        
remote: Counting objects:  54% (86/159)        
remote: Counting objects:  55% (88/159)        
remote: Counting objects:  56% (90/159)        
remote: Counting objects:  57% (91/159)        
remote: Counting objects:  58% (93/159)        
remote: Counting objects:  59% (94/159)        
remote: Counting objects:  60% (96/159)        
remote: Counting objects:  61% (97/159)        
remote: Counting objects:  62% (99/159)        
remote: Counting objects:  63% (101/159)        
remote: Counting objects:  64% (102/159)        
remote: Counting objects:  65% (104/159)        
remote: Counting objects:  66% (105/159)        
remote: Counting objects:  67% (107/159)        
remote: Counting objects:  68% (109/159)        
remote: Counting objects:  69% (110/159)        
remote: Counting objects:  70% (112/159)        
remote: Counting objects:  71% (113/159)        
remote: Counting objects:  72% (115/159)        
remote: Counting objects:  73% (117/159)        
remote: Counting objects:  74% (118/159)        
remote: Counting objects:  75% (120/159)        
remote: Counting objects:  76% (121/159)        
remote: Counting objects:  77% (123/159)        
remote: Counting objects:  78% (125/159)        
remote: Counting objects:  79% (126/159)        
remote: Counting objects:  80% (128/159)        
remote: Counting objects:  81% (129/159)        
remote: Counting objects:  82% (131/159)        
remote: Counting objects:  83% (132/159)        
remote: Counting objects:  84% (134/159)        
remote: Counting objects:  85% (136/159)        
remote: Counting objects:  86% (137/159)        
remote: Counting objects:  87% (139/159)        
remote: Counting objects:  88% (140/159)        
remote: Counting objects:  89% (142/159)        
remote: Counting objects:  90% (144/159)        
remote: Counting objects:  91% (145/159)        
remote: Counting objects:  92% (147/159)        
remote: Counting objects:  93% (148/159)        
remote: Counting objects:  94% (150/159)        
remote: Counting objects:  95% (152/159)        
remote: Counting objects:  96% (153/159)        
remote: Counting objects:  97% (155/159)        
remote: Counting objects:  98% (156/159)        
remote: Counting objects:  99% (158/159)        
remote: Counting objects: 100% (159/159)        
remote: Counting objects: 100% (159/159), done.        
remote: Compressing objects:   1% (1/59)        
remote: Compressing objects:   3% (2/59)        
remote: Compressing objects:   5% (3/59)        
remote: Compressing objects:   6% (4/59)        
remote: Compressing objects:   8% (5/59)        
remote: Compressing objects:  10% (6/59)        
remote: Compressing objects:  11% (7/59)        
remote: Compressing objects:  13% (8/59)        
remote: Compressing objects:  15% (9/59)        
remote: Compressing objects:  16% (10/59)        
remote: Compressing objects:  18% (11/59)        
remote: Compressing objects:  20% (12/59)        
remote: Compressing objects:  22% (13/59)        
remote: Compressing objects:  23% (14/59)        
remote: Compressing objects:  25% (15/59)        
remote: Compressing objects:  27% (16/59)        
remote: Compressing objects:  28% (17/59)        
remote: Compressing objects:  30% (18/59)        
remote: Compressing objects:  32% (19/59)        
remote: Compressing objects:  33% (20/59)        
remote: Compressing objects:  35% (21/59)        
remote: Compressing objects:  37% (22/59)        
remote: Compressing objects:  38% (23/59)        
remote: Compressing objects:  40% (24/59)        
remote: Compressing objects:  42% (25/59)        
remote: Compressing objects:  44% (26/59)        
remote: Compressing objects:  45% (27/59)        
remote: Compressing objects:  47% (28/59)        
remote: Compressing objects:  49% (29/59)        
remote: Compressing objects:  50% (30/59)        
remote: Compressing objects:  52% (31/59)        
remote: Compressing objects:  54% (32/59)        
remote: Compressing objects:  55% (33/59)        
remote: Compressing objects:  57% (34/59)        
remote: Compressing objects:  59% (35/59)        
remote: Compressing objects:  61% (36/59)        
remote: Compressing objects:  62% (37/59)        
remote: Compressing objects:  64% (38/59)        
remote: Compressing objects:  66% (39/59)        
remote: Compressing objects:  67% (40/59)        
remote: Compressing objects:  69% (41/59)        
remote: Compressing objects:  71% (42/59)        
remote: Compressing objects:  72% (43/59)        
remote: Compressing objects:  74% (44/59)        
remote: Compressing objects:  76% (45/59)        
remote: Compressing objects:  77% (46/59)        
remote: Compressing objects:  79% (47/59)        
remote: Compressing objects:  81% (48/59)        
remote: Compressing objects:  83% (49/59)        
remote: Compressing objects:  84% (50/59)        
remote: Compressing objects:  86% (51/59)        
remote: Compressing objects:  88% (52/59)        
remote: Compressing objects:  89% (53/59)        
remote: Compressing objects:  91% (54/59)        
remote: Compressing objects:  93% (55/59)        
remote: Compressing objects:  94% (56/59)        
remote: Compressing objects:  96% (57/59)        
remote: Compressing objects:  98% (58/59)        
remote: Compressing objects: 100% (59/59)        
remote: Compressing objects: 100% (59/59), done.        
Receiving objects:   0% (1/197)
Receiving objects:   1% (2/197)
Receiving objects:   2% (4/197)
Receiving objects:   3% (6/197)
Receiving objects:   4% (8/197)
Receiving objects:   5% (10/197)
Receiving objects:   6% (12/197)
Receiving objects:   7% (14/197)
Receiving objects:   8% (16/197)
Receiving objects:   9% (18/197)
Receiving objects:  10% (20/197)
Receiving objects:  11% (22/197)
Receiving objects:  12% (24/197)
Receiving objects:  13% (26/197)
Receiving objects:  14% (28/197)
Receiving objects:  15% (30/197)
Receiving objects:  16% (32/197)
Receiving objects:  17% (34/197)
Receiving objects:  18% (36/197)
Receiving objects:  19% (38/197)
Receiving objects:  20% (40/197)
Receiving objects:  21% (42/197)
Receiving objects:  22% (44/197)
Receiving objects:  23% (46/197)
Receiving objects:  24% (48/197)
Receiving objects:  25% (50/197)
Receiving objects:  26% (52/197)
Receiving objects:  27% (54/197)
Receiving objects:  28% (56/197)
Receiving objects:  29% (58/197)
Receiving objects:  30% (60/197)
Receiving objects:  31% (62/197)
Receiving objects:  32% (64/197)
Receiving objects:  33% (66/197)
Receiving objects:  34% (67/197)
Receiving objects:  35% (69/197)
Receiving objects:  36% (71/197)
Receiving objects:  37% (73/197)
Receiving objects:  38% (75/197)
remote: Total 197 (delta 36), reused 101 (delta 20), pack-reused 38        
Receiving objects:  39% (77/197)
Receiving objects:  40% (79/197)
Receiving objects:  41% (81/197)
Receiving objects:  42% (83/197)
Receiving objects:  43% (85/197)
Receiving objects:  44% (87/197)
Receiving objects:  45% (89/197)
Receiving objects:  46% (91/197)
Receiving objects:  47% (93/197)
Receiving objects:  48% (95/197)
Receiving objects:  49% (97/197)
Receiving objects:  50% (99/197)
Receiving objects:  51% (101/197)
Receiving objects:  52% (103/197)
Receiving objects:  53% (105/197)
Receiving objects:  54% (107/197)
Receiving objects:  55% (109/197)
Receiving objects:  56% (111/197)
Receiving objects:  57% (113/197)
Receiving objects:  58% (115/197)
Receiving objects:  59% (117/197)
Receiving objects:  60% (119/197)
Receiving objects:  61% (121/197)
Receiving objects:  62% (123/197)
Receiving objects:  63% (125/197)
Receiving objects:  64% (127/197)
Receiving objects:  65% (129/197)
Receiving objects:  66% (131/197)
Receiving objects:  67% (132/197)
Receiving objects:  68% (134/197)
Receiving objects:  69% (136/197)
Receiving objects:  70% (138/197)
Receiving objects:  71% (140/197)
Receiving objects:  72% (142/197)
Receiving objects:  73% (144/197)
Receiving objects:  74% (146/197)
Receiving objects:  75% (148/197)
Receiving objects:  76% (150/197)
Receiving objects:  77% (152/197)
Receiving objects:  78% (154/197)
Receiving objects:  79% (156/197)
Receiving objects:  80% (158/197)
Receiving objects:  81% (160/197)
Receiving objects:  82% (162/197)
Receiving objects:  83% (164/197)
Receiving objects:  84% (166/197)
Receiving objects:  85% (168/197)
Receiving objects:  86% (170/197)
Receiving objects:  87% (172/197)
Receiving objects:  88% (174/197)
Receiving objects:  89% (176/197)
Receiving objects:  90% (178/197)
Receiving objects:  91% (180/197)
Receiving objects:  92% (182/197)
Receiving objects:  93% (184/197)
Receiving objects:  94% (186/197)
Receiving objects:  95% (188/197)
Receiving objects:  96% (190/197)
Receiving objects:  97% (192/197)
Receiving objects:  98% (194/197)
Receiving objects:  99% (196/197)
Receiving objects: 100% (197/197)
Receiving objects: 100% (197/197), 30.53 KiB | 15.26 MiB/s, done.
Resolving deltas:   0% (0/41)
Resolving deltas:   2% (1/41)
Resolving deltas:   4% (2/41)
Resolving deltas:  24% (10/41)
Resolving deltas:  26% (11/41)
Resolving deltas:  31% (13/41)
Resolving deltas:  34% (14/41)
Resolving deltas:  39% (16/41)
Resolving deltas:  56% (23/41)
Resolving deltas: 100% (41/41)
Resolving deltas: 100% (41/41), done.
Cloning into '/root/workspace/weifang-config/container/A008/params_new/system-device'...
remote: Enumerating objects: 1670, done.        
remote: Counting objects:   0% (1/209)        
remote: Counting objects:   1% (3/209)        
remote: Counting objects:   2% (5/209)        
remote: Counting objects:   3% (7/209)        
remote: Counting objects:   4% (9/209)        
remote: Counting objects:   5% (11/209)        
remote: Counting objects:   6% (13/209)        
remote: Counting objects:   7% (15/209)        
remote: Counting objects:   8% (17/209)        
remote: Counting objects:   9% (19/209)        
remote: Counting objects:  10% (21/209)        
remote: Counting objects:  11% (23/209)        
remote: Counting objects:  12% (26/209)        
remote: Counting objects:  13% (28/209)        
remote: Counting objects:  14% (30/209)        
remote: Counting objects:  15% (32/209)        
remote: Counting objects:  16% (34/209)        
remote: Counting objects:  17% (36/209)        
remote: Counting objects:  18% (38/209)        
remote: Counting objects:  19% (40/209)        
remote: Counting objects:  20% (42/209)        
remote: Counting objects:  21% (44/209)        
remote: Counting objects:  22% (46/209)        
remote: Counting objects:  23% (49/209)        
remote: Counting objects:  24% (51/209)        
remote: Counting objects:  25% (53/209)        
remote: Counting objects:  26% (55/209)        
remote: Counting objects:  27% (57/209)        
remote: Counting objects:  28% (59/209)        
remote: Counting objects:  29% (61/209)        
remote: Counting objects:  30% (63/209)        
remote: Counting objects:  31% (65/209)        
remote: Counting objects:  32% (67/209)        
remote: Counting objects:  33% (69/209)        
remote: Counting objects:  34% (72/209)        
remote: Counting objects:  35% (74/209)        
remote: Counting objects:  36% (76/209)        
remote: Counting objects:  37% (78/209)        
remote: Counting objects:  38% (80/209)        
remote: Counting objects:  39% (82/209)        
remote: Counting objects:  40% (84/209)        
remote: Counting objects:  41% (86/209)        
remote: Counting objects:  42% (88/209)        
remote: Counting objects:  43% (90/209)        
remote: Counting objects:  44% (92/209)        
remote: Counting objects:  45% (95/209)        
remote: Counting objects:  46% (97/209)        
remote: Counting objects:  47% (99/209)        
remote: Counting objects:  48% (101/209)        
remote: Counting objects:  49% (103/209)        
remote: Counting objects:  50% (105/209)        
remote: Counting objects:  51% (107/209)        
remote: Counting objects:  52% (109/209)        
remote: Counting objects:  53% (111/209)        
remote: Counting objects:  54% (113/209)        
remote: Counting objects:  55% (115/209)        
remote: Counting objects:  56% (118/209)        
remote: Counting objects:  57% (120/209)        
remote: Counting objects:  58% (122/209)        
remote: Counting objects:  59% (124/209)        
remote: Counting objects:  60% (126/209)        
remote: Counting objects:  61% (128/209)        
remote: Counting objects:  62% (130/209)        
remote: Counting objects:  63% (132/209)        
remote: Counting objects:  64% (134/209)        
remote: Counting objects:  65% (136/209)        
remote: Counting objects:  66% (138/209)        
remote: Counting objects:  67% (141/209)        
remote: Counting objects:  68% (143/209)        
remote: Counting objects:  69% (145/209)        
remote: Counting objects:  70% (147/209)        
remote: Counting objects:  71% (149/209)        
remote: Counting objects:  72% (151/209)        
remote: Counting objects:  73% (153/209)        
remote: Counting objects:  74% (155/209)        
remote: Counting objects:  75% (157/209)        
remote: Counting objects:  76% (159/209)        
remote: Counting objects:  77% (161/209)        
remote: Counting objects:  78% (164/209)        
remote: Counting objects:  79% (166/209)        
remote: Counting objects:  80% (168/209)        
remote: Counting objects:  81% (170/209)        
remote: Counting objects:  82% (172/209)        
remote: Counting objects:  83% (174/209)        
remote: Counting objects:  84% (176/209)        
remote: Counting objects:  85% (178/209)        
remote: Counting objects:  86% (180/209)        
remote: Counting objects:  87% (182/209)        
remote: Counting objects:  88% (184/209)        
remote: Counting objects:  89% (187/209)        
remote: Counting objects:  90% (189/209)        
remote: Counting objects:  91% (191/209)        
remote: Counting objects:  92% (193/209)        
remote: Counting objects:  93% (195/209)        
remote: Counting objects:  94% (197/209)        
remote: Counting objects:  95% (199/209)        
remote: Counting objects:  96% (201/209)        
remote: Counting objects:  97% (203/209)        
remote: Counting objects:  98% (205/209)        
remote: Counting objects:  99% (207/209)        
remote: Counting objects: 100% (209/209)        
remote: Counting objects: 100% (209/209), done.        
remote: Compressing objects:   0% (1/123)        
remote: Compressing objects:   1% (2/123)        
remote: Compressing objects:   2% (3/123)        
remote: Compressing objects:   3% (4/123)        
remote: Compressing objects:   4% (5/123)        
remote: Compressing objects:   5% (7/123)        
remote: Compressing objects:   6% (8/123)        
remote: Compressing objects:   7% (9/123)        
remote: Compressing objects:   8% (10/123)        
remote: Compressing objects:   9% (12/123)        
remote: Compressing objects:  10% (13/123)        
remote: Compressing objects:  11% (14/123)        
remote: Compressing objects:  12% (15/123)        
remote: Compressing objects:  13% (16/123)        
remote: Compressing objects:  14% (18/123)        
remote: Compressing objects:  15% (19/123)        
remote: Compressing objects:  16% (20/123)        
remote: Compressing objects:  17% (21/123)        
remote: Compressing objects:  18% (23/123)        
remote: Compressing objects:  19% (24/123)        
remote: Compressing objects:  20% (25/123)        
remote: Compressing objects:  21% (26/123)        
remote: Compressing objects:  22% (28/123)        
remote: Compressing objects:  23% (29/123)        
remote: Compressing objects:  24% (30/123)        
remote: Compressing objects:  25% (31/123)        
remote: Compressing objects:  26% (32/123)        
remote: Compressing objects:  27% (34/123)        
remote: Compressing objects:  28% (35/123)        
remote: Compressing objects:  29% (36/123)        
remote: Compressing objects:  30% (37/123)        
remote: Compressing objects:  31% (39/123)        
remote: Compressing objects:  32% (40/123)        
remote: Compressing objects:  33% (41/123)        
remote: Compressing objects:  34% (42/123)        
remote: Compressing objects:  35% (44/123)        
remote: Compressing objects:  36% (45/123)        
remote: Compressing objects:  37% (46/123)        
remote: Compressing objects:  38% (47/123)        
remote: Compressing objects:  39% (48/123)        
remote: Compressing objects:  40% (50/123)        
remote: Compressing objects:  41% (51/123)        
remote: Compressing objects:  42% (52/123)        
remote: Compressing objects:  43% (53/123)        
remote: Compressing objects:  44% (55/123)        
remote: Compressing objects:  45% (56/123)        
remote: Compressing objects:  46% (57/123)        
remote: Compressing objects:  47% (58/123)        
remote: Compressing objects:  48% (60/123)        
remote: Compressing objects:  49% (61/123)        
remote: Compressing objects:  50% (62/123)        
remote: Compressing objects:  51% (63/123)        
remote: Compressing objects:  52% (64/123)        
remote: Compressing objects:  53% (66/123)        
remote: Compressing objects:  54% (67/123)        
remote: Compressing objects:  55% (68/123)        
remote: Compressing objects:  56% (69/123)        
remote: Compressing objects:  57% (71/123)        
remote: Compressing objects:  58% (72/123)        
remote: Compressing objects:  59% (73/123)        
remote: Compressing objects:  60% (74/123)        
remote: Compressing objects:  61% (76/123)        
remote: Compressing objects:  62% (77/123)        
remote: Compressing objects:  63% (78/123)        
remote: Compressing objects:  64% (79/123)        
remote: Compressing objects:  65% (80/123)        
remote: Compressing objects:  66% (82/123)        
remote: Compressing objects:  67% (83/123)        
remote: Compressing objects:  68% (84/123)        
remote: Compressing objects:  69% (85/123)        
remote: Compressing objects:  70% (87/123)        
remote: Compressing objects:  71% (88/123)        
remote: Compressing objects:  72% (89/123)        
remote: Compressing objects:  73% (90/123)        
remote: Compressing objects:  74% (92/123)        
remote: Compressing objects:  75% (93/123)        
remote: Compressing objects:  76% (94/123)        
remote: Compressing objects:  77% (95/123)        
remote: Compressing objects:  78% (96/123)        
remote: Compressing objects:  79% (98/123)        
remote: Compressing objects:  80% (99/123)        
remote: Compressing objects:  81% (100/123)        
remote: Compressing objects:  82% (101/123)        
remote: Compressing objects:  83% (103/123)        
remote: Compressing objects:  84% (104/123)        
remote: Compressing objects:  85% (105/123)        
remote: Compressing objects:  86% (106/123)        
remote: Compressing objects:  87% (108/123)        
remote: Compressing objects:  88% (109/123)        
remote: Compressing objects:  89% (110/123)        
remote: Compressing objects:  90% (111/123)        
remote: Compressing objects:  91% (112/123)        
remote: Compressing objects:  92% (114/123)        
remote: Compressing objects:  93% (115/123)        
remote: Compressing objects:  94% (116/123)        
remote: Compressing objects:  95% (117/123)        
remote: Compressing objects:  96% (119/123)        
remote: Compressing objects:  97% (120/123)        
remote: Compressing objects:  98% (121/123)        
remote: Compressing objects:  99% (122/123)        
remote: Compressing objects: 100% (123/123)        
remote: Compressing objects: 100% (123/123), done.        
Receiving objects:   0% (1/1670)
Receiving objects:   1% (17/1670)
Receiving objects:   2% (34/1670)
Receiving objects:   3% (51/1670)
Receiving objects:   4% (67/1670)
Receiving objects:   5% (84/1670)
Receiving objects:   6% (101/1670)
Receiving objects:   7% (117/1670)
Receiving objects:   8% (134/1670)
Receiving objects:   9% (151/1670)
Receiving objects:  10% (167/1670)
Receiving objects:  11% (184/1670)
Receiving objects:  12% (201/1670)
Receiving objects:  13% (218/1670)
Receiving objects:  14% (234/1670)
Receiving objects:  15% (251/1670)
Receiving objects:  16% (268/1670)
Receiving objects:  17% (284/1670)
Receiving objects:  18% (301/1670)
Receiving objects:  19% (318/1670)
Receiving objects:  20% (334/1670)
Receiving objects:  21% (351/1670)
Receiving objects:  22% (368/1670)
Receiving objects:  23% (385/1670)
Receiving objects:  24% (401/1670)
Receiving objects:  25% (418/1670)
Receiving objects:  26% (435/1670)
Receiving objects:  27% (451/1670)
Receiving objects:  28% (468/1670)
Receiving objects:  29% (485/1670)
Receiving objects:  30% (501/1670)
Receiving objects:  31% (518/1670)
Receiving objects:  32% (535/1670)
Receiving objects:  33% (552/1670)
Receiving objects:  34% (568/1670)
Receiving objects:  35% (585/1670)
Receiving objects:  36% (602/1670)
Receiving objects:  37% (618/1670)
Receiving objects:  38% (635/1670)
Receiving objects:  39% (652/1670)
Receiving objects:  40% (668/1670)
Receiving objects:  41% (685/1670)
Receiving objects:  42% (702/1670)
Receiving objects:  43% (719/1670)
Receiving objects:  44% (735/1670)
Receiving objects:  45% (752/1670)
Receiving objects:  46% (769/1670)
Receiving objects:  47% (785/1670)
Receiving objects:  48% (802/1670)
Receiving objects:  49% (819/1670)
Receiving objects:  50% (835/1670)
Receiving objects:  51% (852/1670)
Receiving objects:  52% (869/1670)
Receiving objects:  53% (886/1670)
Receiving objects:  54% (902/1670)
Receiving objects:  55% (919/1670)
Receiving objects:  56% (936/1670)
Receiving objects:  57% (952/1670)
Receiving objects:  58% (969/1670)
Receiving objects:  59% (986/1670)
Receiving objects:  60% (1002/1670)
Receiving objects:  61% (1019/1670)
Receiving objects:  62% (1036/1670)
Receiving objects:  63% (1053/1670)
Receiving objects:  64% (1069/1670)
Receiving objects:  65% (1086/1670)
Receiving objects:  66% (1103/1670)
Receiving objects:  67% (1119/1670)
Receiving objects:  68% (1136/1670)
Receiving objects:  69% (1153/1670)
Receiving objects:  70% (1169/1670)
Receiving objects:  71% (1186/1670)
Receiving objects:  72% (1203/1670)
remote: Total 1670 (delta 97), reused 190 (delta 85), pack-reused 1461        
Receiving objects:  73% (1220/1670)
Receiving objects:  74% (1236/1670)
Receiving objects:  75% (1253/1670)
Receiving objects:  76% (1270/1670)
Receiving objects:  77% (1286/1670)
Receiving objects:  78% (1303/1670)
Receiving objects:  79% (1320/1670)
Receiving objects:  80% (1336/1670)
Receiving objects:  81% (1353/1670)
Receiving objects:  82% (1370/1670)
Receiving objects:  83% (1387/1670)
Receiving objects:  84% (1403/1670)
Receiving objects:  85% (1420/1670)
Receiving objects:  86% (1437/1670)
Receiving objects:  87% (1453/1670)
Receiving objects:  88% (1470/1670)
Receiving objects:  89% (1487/1670)
Receiving objects:  90% (1503/1670)
Receiving objects:  91% (1520/1670)
Receiving objects:  92% (1537/1670)
Receiving objects:  93% (1554/1670)
Receiving objects:  94% (1570/1670)
Receiving objects:  95% (1587/1670)
Receiving objects:  96% (1604/1670)
Receiving objects:  97% (1620/1670)
Receiving objects:  98% (1637/1670)
Receiving objects:  99% (1654/1670)
Receiving objects: 100% (1670/1670)
Receiving objects: 100% (1670/1670), 196.50 KiB | 32.75 MiB/s, done.
Resolving deltas:   0% (0/583)
Resolving deltas:   1% (6/583)
Resolving deltas:   4% (28/583)
Resolving deltas:   9% (56/583)
Resolving deltas:  18% (110/583)
Resolving deltas:  25% (151/583)
Resolving deltas:  26% (155/583)
Resolving deltas:  27% (160/583)
Resolving deltas:  28% (164/583)
Resolving deltas:  35% (205/583)
Resolving deltas:  41% (241/583)
Resolving deltas:  44% (257/583)
Resolving deltas:  45% (268/583)
Resolving deltas:  46% (270/583)
Resolving deltas:  52% (306/583)
Resolving deltas:  53% (309/583)
Resolving deltas:  54% (319/583)
Resolving deltas:  59% (348/583)
Resolving deltas:  60% (352/583)
Resolving deltas:  61% (356/583)
Resolving deltas:  62% (367/583)
Resolving deltas:  63% (368/583)
Resolving deltas:  64% (374/583)
Resolving deltas:  65% (383/583)
Resolving deltas:  66% (385/583)
Resolving deltas:  67% (393/583)
Resolving deltas:  68% (397/583)
Resolving deltas:  69% (403/583)
Resolving deltas:  70% (409/583)
Resolving deltas:  73% (431/583)
Resolving deltas:  74% (432/583)
Resolving deltas:  75% (438/583)
Resolving deltas:  76% (448/583)
Resolving deltas:  77% (449/583)
Resolving deltas:  78% (459/583)
Resolving deltas:  79% (461/583)
Resolving deltas:  80% (467/583)
Resolving deltas:  81% (473/583)
Resolving deltas:  82% (479/583)
Resolving deltas:  83% (484/583)
Resolving deltas:  85% (499/583)
Resolving deltas:  86% (502/583)
Resolving deltas:  87% (508/583)
Resolving deltas:  89% (524/583)
Resolving deltas:  91% (533/583)
Resolving deltas:  92% (542/583)
Resolving deltas:  94% (549/583)
Resolving deltas:  95% (557/583)
Resolving deltas:  96% (560/583)
Resolving deltas: 100% (583/583)
Resolving deltas: 100% (583/583), done.
Cloning into '/root/workspace/weifang-config/container/A008/params_new/system-mqtt'...
remote: Enumerating objects: 158, done.        
remote: Counting objects:   0% (1/130)        
remote: Counting objects:   1% (2/130)        
remote: Counting objects:   2% (3/130)        
remote: Counting objects:   3% (4/130)        
remote: Counting objects:   4% (6/130)        
remote: Counting objects:   5% (7/130)        
remote: Counting objects:   6% (8/130)        
remote: Counting objects:   7% (10/130)        
remote: Counting objects:   8% (11/130)        
remote: Counting objects:   9% (12/130)        
remote: Counting objects:  10% (13/130)        
remote: Counting objects:  11% (15/130)        
remote: Counting objects:  12% (16/130)        
remote: Counting objects:  13% (17/130)        
remote: Counting objects:  14% (19/130)        
remote: Counting objects:  15% (20/130)        
remote: Counting objects:  16% (21/130)        
remote: Counting objects:  17% (23/130)        
remote: Counting objects:  18% (24/130)        
remote: Counting objects:  19% (25/130)        
remote: Counting objects:  20% (26/130)        
remote: Counting objects:  21% (28/130)        
remote: Counting objects:  22% (29/130)        
remote: Counting objects:  23% (30/130)        
remote: Counting objects:  24% (32/130)        
remote: Counting objects:  25% (33/130)        
remote: Counting objects:  26% (34/130)        
remote: Counting objects:  27% (36/130)        
remote: Counting objects:  28% (37/130)        
remote: Counting objects:  29% (38/130)        
remote: Counting objects:  30% (39/130)        
remote: Counting objects:  31% (41/130)        
remote: Counting objects:  32% (42/130)        
remote: Counting objects:  33% (43/130)        
remote: Counting objects:  34% (45/130)        
remote: Counting objects:  35% (46/130)        
remote: Counting objects:  36% (47/130)        
remote: Counting objects:  37% (49/130)        
remote: Counting objects:  38% (50/130)        
remote: Counting objects:  39% (51/130)        
remote: Counting objects:  40% (52/130)        
remote: Counting objects:  41% (54/130)        
remote: Counting objects:  42% (55/130)        
remote: Counting objects:  43% (56/130)        
remote: Counting objects:  44% (58/130)        
remote: Counting objects:  45% (59/130)        
remote: Counting objects:  46% (60/130)        
remote: Counting objects:  47% (62/130)        
remote: Counting objects:  48% (63/130)        
remote: Counting objects:  49% (64/130)        
remote: Counting objects:  50% (65/130)        
remote: Counting objects:  51% (67/130)        
remote: Counting objects:  52% (68/130)        
remote: Counting objects:  53% (69/130)        
remote: Counting objects:  54% (71/130)        
remote: Counting objects:  55% (72/130)        
remote: Counting objects:  56% (73/130)        
remote: Counting objects:  57% (75/130)        
remote: Counting objects:  58% (76/130)        
remote: Counting objects:  59% (77/130)        
remote: Counting objects:  60% (78/130)        
remote: Counting objects:  61% (80/130)        
remote: Counting objects:  62% (81/130)        
remote: Counting objects:  63% (82/130)        
remote: Counting objects:  64% (84/130)        
remote: Counting objects:  65% (85/130)        
remote: Counting objects:  66% (86/130)        
remote: Counting objects:  67% (88/130)        
remote: Counting objects:  68% (89/130)        
remote: Counting objects:  69% (90/130)        
remote: Counting objects:  70% (91/130)        
remote: Counting objects:  71% (93/130)        
remote: Counting objects:  72% (94/130)        
remote: Counting objects:  73% (95/130)        
remote: Counting objects:  74% (97/130)        
remote: Counting objects:  75% (98/130)        
remote: Counting objects:  76% (99/130)        
remote: Counting objects:  77% (101/130)
remote: Counting objects:  78% (102/130)        
remote: Counting objects:  79% (103/130)        
remote: Counting objects:  80% (104/130)        
remote: Counting objects:  81% (106/130)        
remote: Counting objects:  82% (107/130)        
remote: Counting objects:  83% (108/130)        
remote: Counting objects:  84% (110/130)        
remote: Counting objects:  85% (111/130)        
remote: Counting objects:  86% (112/130)        
remote: Counting objects:  87% (114/130)        
remote: Counting objects:  88% (115/130)        
remote: Counting objects:  89% (116/130)        
remote: Counting objects:  90% (117/130)        
remote: Counting objects:  91% (119/130)        
remote: Counting objects:  92% (120/130)        
remote: Counting objects:  93% (121/130)        
remote: Counting objects:  94% (123/130)        
remote: Counting objects:  95% (124/130)        
remote: Counting objects:  96% (125/130)        
remote: Counting objects:  97% (127/130)        
remote: Counting objects:  98% (128/130)        
remote: Counting objects:  99% (129/130)        
remote: Counting objects: 100% (130/130)        
remote: Counting objects: 100% (130/130), done.        
remote: Compressing objects:   1% (1/54)        
remote: Compressing objects:   3% (2/54)        
remote: Compressing objects:   5% (3/54)        
remote: Compressing objects:   7% (4/54)        
remote: Compressing objects:   9% (5/54)        
remote: Compressing objects:  11% (6/54)        
remote: Compressing objects:  12% (7/54)        
remote: Compressing objects:  14% (8/54)        
remote: Compressing objects:  16% (9/54)        
remote: Compressing objects:  18% (10/54)        
remote: Compressing objects:  20% (11/54)        
remote: Compressing objects:  22% (12/54)        
remote: Compressing objects:  24% (13/54)        
remote: Compressing objects:  25% (14/54)        
remote: Compressing objects:  27% (15/54)        
remote: Compressing objects:  29% (16/54)        
remote: Compressing objects:  31% (17/54)        
remote: Compressing objects:  33% (18/54)        
remote: Compressing objects:  35% (19/54)        
remote: Compressing objects:  37% (20/54)        
remote: Compressing objects:  38% (21/54)        
remote: Compressing objects:  40% (22/54)        
remote: Compressing objects:  42% (23/54)        
remote: Compressing objects:  44% (24/54)        
remote: Compressing objects:  46% (25/54)        
remote: Compressing objects:  48% (26/54)        
remote: Compressing objects:  50% (27/54)        
remote: Compressing objects:  51% (28/54)        
remote: Compressing objects:  53% (29/54)        
remote: Compressing objects:  55% (30/54)        
remote: Compressing objects:  57% (31/54)        
remote: Compressing objects:  59% (32/54)        
remote: Compressing objects:  61% (33/54)        
remote: Compressing objects:  62% (34/54)        
remote: Compressing objects:  64% (35/54)        
remote: Compressing objects:  66% (36/54)        
remote: Compressing objects:  68% (37/54)        
remote: Compressing objects:  70% (38/54)        
remote: Compressing objects:  72% (39/54)        
remote: Compressing objects:  74% (40/54)        
remote: Compressing objects:  75% (41/54)        
remote: Compressing objects:  77% (42/54)        
remote: Compressing objects:  79% (43/54)        
remote: Compressing objects:  81% (44/54)        
remote: Compressing objects:  83% (45/54)        
remote: Compressing objects:  85% (46/54)        
remote: Compressing objects:  87% (47/54)        
remote: Compressing objects:  88% (48/54)        
remote: Compressing objects:  90% (49/54)        
remote: Compressing objects:  92% (50/54)        
remote: Compressing objects:  94% (51/54)        
remote: Compressing objects:  96% (52/54)        
remote: Compressing objects:  98% (53/54)        
remote: Compressing objects: 100% (54/54)        
remote: Compressing objects: 100% (54/54), done.        
Receiving objects:   0% (1/158)
Receiving objects:   1% (2/158)
Receiving objects:   2% (4/158)
Receiving objects:   3% (5/158)
Receiving objects:   4% (7/158)
Receiving objects:   5% (8/158)
Receiving objects:   6% (10/158)
Receiving objects:   7% (12/158)
Receiving objects:   8% (13/158)
Receiving objects:   9% (15/158)
Receiving objects:  10% (16/158)
Receiving objects:  11% (18/158)
remote: Total 158 (delta 34), reused 97 (delta 22), pack-reused 28        
Receiving objects:  12% (19/158)
Receiving objects:  13% (21/158)
Receiving objects:  14% (23/158)
Receiving objects:  15% (24/158)
Receiving objects:  16% (26/158)
Receiving objects:  17% (27/158)
Receiving objects:  18% (29/158)
Receiving objects:  19% (31/158)
Receiving objects:  20% (32/158)
Receiving objects:  21% (34/158)
Receiving objects:  22% (35/158)
Receiving objects:  23% (37/158)
Receiving objects:  24% (38/158)
Receiving objects:  25% (40/158)
Receiving objects:  26% (42/158)
Receiving objects:  27% (43/158)
Receiving objects:  28% (45/158)
Receiving objects:  29% (46/158)
Receiving objects:  30% (48/158)
Receiving objects:  31% (49/158)
Receiving objects:  32% (51/158)
Receiving objects:  33% (53/158)
Receiving objects:  34% (54/158)
Receiving objects:  35% (56/158)
Receiving objects:  36% (57/158)
Receiving objects:  37% (59/158)
Receiving objects:  38% (61/158)
Receiving objects:  39% (62/158)
Receiving objects:  40% (64/158)
Receiving objects:  41% (65/158)
Receiving objects:  42% (67/158)
Receiving objects:  43% (68/158)
Receiving objects:  44% (70/158)
Receiving objects:  45% (72/158)
Receiving objects:  46% (73/158)
Receiving objects:  47% (75/158)
Receiving objects:  48% (76/158)
Receiving objects:  49% (78/158)
Receiving objects:  50% (79/158)
Receiving objects:  51% (81/158)
Receiving objects:  52% (83/158)
Receiving objects:  53% (84/158)
Receiving objects:  54% (86/158)
Receiving objects:  55% (87/158)
Receiving objects:  56% (89/158)
Receiving objects:  57% (91/158)
Receiving objects:  58% (92/158)
Receiving objects:  59% (94/158)
Receiving objects:  60% (95/158)
Receiving objects:  61% (97/158)
Receiving objects:  62% (98/158)
Receiving objects:  63% (100/158)
Receiving objects:  64% (102/158)
Receiving objects:  65% (103/158)
Receiving objects:  66% (105/158)
Receiving objects:  67% (106/158)
Receiving objects:  68% (108/158)
Receiving objects:  69% (110/158)
Receiving objects:  70% (111/158)
Receiving objects:  71% (113/158)
Receiving objects:  72% (114/158)
Receiving objects:  73% (116/158)
Receiving objects:  74% (117/158)
Receiving objects:  75% (119/158)
Receiving objects:  76% (121/158)
Receiving objects:  77% (122/158)
Receiving objects:  78% (124/158)
Receiving objects:  79% (125/158)
Receiving objects:  80% (127/158)
Receiving objects:  81% (128/158)
Receiving objects:  82% (130/158)
Receiving objects:  83% (132/158)
Receiving objects:  84% (133/158)
Receiving objects:  85% (135/158)
Receiving objects:  86% (136/158)
Receiving objects:  87% (138/158)
Receiving objects:  88% (140/158)
Receiving objects:  89% (141/158)
Receiving objects:  90% (143/158)
Receiving objects:  91% (144/158)
Receiving objects:  92% (146/158)
Receiving objects:  93% (147/158)
Receiving objects:  94% (149/158)
Receiving objects:  95% (151/158)
Receiving objects:  96% (152/158)
Receiving objects:  97% (154/158)
Receiving objects:  98% (155/158)
Receiving objects:  99% (157/158)
Receiving objects: 100% (158/158)
Receiving objects: 100% (158/158), 16.37 KiB | 16.37 MiB/s, done.
Resolving deltas:   0% (0/37)
Resolving deltas:   2% (1/37)
Resolving deltas:   8% (3/37)
Resolving deltas:  10% (4/37)
Resolving deltas:  13% (5/37)
Resolving deltas:  16% (6/37)
Resolving deltas:  21% (8/37)
Resolving deltas:  40% (15/37)
Resolving deltas:  43% (16/37)
Resolving deltas:  72% (27/37)
Resolving deltas: 100% (37/37)
Resolving deltas: 100% (37/37), done.
Cloning into '/root/workspace/weifang-config/container/A008/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.        
remote: Total 211 (delta 23), reused 100 (delta 15), pack-reused 68        
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)
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 | 26.72 MiB/s, done.
Resolving deltas:   0% (0/34)
Resolving deltas:  52% (18/34)
Resolving deltas: 100% (34/34)
Resolving deltas: 100% (34/34), done.
Cloning into '/root/workspace/weifang-config/container/A008/params_new/system-port'...
remote: Enumerating objects: 282, done.        
remote: Counting objects:   0% (1/162)        
remote: Counting objects:   1% (2/162)        
remote: Counting objects:   2% (4/162)        
remote: Counting objects:   3% (5/162)        
remote: Counting objects:   4% (7/162)        
remote: Counting objects:   5% (9/162)        
remote: Counting objects:   6% (10/162)        
remote: Counting objects:   7% (12/162)        
remote: Counting objects:   8% (13/162)        
remote: Counting objects:   9% (15/162)        
remote: Counting objects:  10% (17/162)        
remote: Counting objects:  11% (18/162)        
remote: Counting objects:  12% (20/162)        
remote: Counting objects:  13% (22/162)        
remote: Counting objects:  14% (23/162)        
remote: Counting objects:  15% (25/162)        
remote: Counting objects:  16% (26/162)        
remote: Counting objects:  17% (28/162)        
remote: Counting objects:  18% (30/162)        
remote: Counting objects:  19% (31/162)        
remote: Counting objects:  20% (33/162)        
remote: Counting objects:  21% (35/162)        
remote: Counting objects:  22% (36/162)        
remote: Counting objects:  23% (38/162)        
remote: Counting objects:  24% (39/162)        
remote: Counting objects:  25% (41/162)        
remote: Counting objects:  26% (43/162)        
remote: Counting objects:  27% (44/162)        
remote: Counting objects:  28% (46/162)        
remote: Counting objects:  29% (47/162)        
remote: Counting objects:  30% (49/162)        
remote: Counting objects:  31% (51/162)        
remote: Counting objects:  32% (52/162)        
remote: Counting objects:  33% (54/162)        
remote: Counting objects:  34% (56/162)        
remote: Counting objects:  35% (57/162)        
remote: Counting objects:  36% (59/162)        
remote: Counting objects:  37% (60/162)        
remote: Counting objects:  38% (62/162)        
remote: Counting objects:  39% (64/162)        
remote: Counting objects:  40% (65/162)        
remote: Counting objects:  41% (67/162)        
remote: Counting objects:  42% (69/162)        
remote: Counting objects:  43% (70/162)        
remote: Counting objects:  44% (72/162)        
remote: Counting objects:  45% (73/162)        
remote: Counting objects:  46% (75/162)        
remote: Counting objects:  47% (77/162)        
remote: Counting objects:  48% (78/162)        
remote: Counting objects:  49% (80/162)        
remote: Counting objects:  50% (81/162)        
remote: Counting objects:  51% (83/162)        
remote: Counting objects:  52% (85/162)        
remote: Counting objects:  53% (86/162)        
remote: Counting objects:  54% (88/162)        
remote: Counting objects:  55% (90/162)        
remote: Counting objects:  56% (91/162)        
remote: Counting objects:  57% (93/162)        
remote: Counting objects:  58% (94/162)        
remote: Counting objects:  59% (96/162)        
remote: Counting objects:  60% (98/162)        
remote: Counting objects:  61% (99/162)        
remote: Counting objects:  62% (101/162)        
remote: Counting objects:  63% (103/162)        
remote: Counting objects:  64% (104/162)        
remote: Counting objects:  65% (106/162)        
remote: Counting objects:  66% (107/162)        
remote: Counting objects:  67% (109/162)        
remote: Counting objects:  68% (111/162)        
remote: Counting objects:  69% (112/162)        
remote: Counting objects:  70% (114/162)        
remote: Counting objects:  71% (116/162)        
remote: Counting objects:  72% (117/162)        
remote: Counting objects:  73% (119/162)        
remote: Counting objects:  74% (120/162)        
remote: Counting objects:  75% (122/162)        
remote: Counting objects:  76% (124/162)        
remote: Counting objects:  77% (125/162)        
remote: Counting objects:  78% (127/162)        
remote: Counting objects:  79% (128/162)        
remote: Counting objects:  80% (130/162)        
remote: Counting objects:  81% (132/162)        
remote: Counting objects:  82% (133/162)        
remote: Counting objects:  83% (135/162)        
remote: Counting objects:  84% (137/162)        
remote: Counting objects:  85% (138/162)        
remote: Counting objects:  86% (140/162)        
remote: Counting objects:  87% (141/162)        
remote: Counting objects:  88% (143/162)        
remote: Counting objects:  89% (145/162)        
remote: Counting objects:  90% (146/162)        
remote: Counting objects:  91% (148/162)        
remote: Counting objects:  92% (150/162)        
remote: Counting objects:  93% (151/162)        
remote: Counting objects:  94% (153/162)        
remote: Counting objects:  95% (154/162)        
remote: Counting objects:  96% (156/162)        
remote: Counting objects:  97% (158/162)        
remote: Counting objects:  98% (159/162)        
remote: Counting objects:  99% (161/162)        
remote: Counting objects: 100% (162/162)        
remote: Counting objects: 100% (162/162), done.        
remote: Compressing objects:   0% (1/117)        
remote: Compressing objects:   1% (2/117)        
remote: Compressing objects:   2% (3/117)        
remote: Compressing objects:   3% (4/117)        
remote: Compressing objects:   4% (5/117)        
remote: Compressing objects:   5% (6/117)        
remote: Compressing objects:   6% (8/117)        
remote: Compressing objects:   7% (9/117)        
remote: Compressing objects:   8% (10/117)        
remote: Compressing objects:   9% (11/117)        
remote: Compressing objects:  10% (12/117)        
remote: Compressing objects:  11% (13/117)        
remote: Compressing objects:  12% (15/117)        
remote: Compressing objects:  13% (16/117)        
remote: Compressing objects:  14% (17/117)        
remote: Compressing objects:  15% (18/117)        
remote: Compressing objects:  16% (19/117)        
remote: Compressing objects:  17% (20/117)        
remote: Compressing objects:  18% (22/117)
remote: Compressing objects:  19% (23/117)        
remote: Compressing objects:  20% (24/117)        
remote: Compressing objects:  21% (25/117)        
remote: Compressing objects:  22% (26/117)        
remote: Compressing objects:  23% (27/117)        
remote: Compressing objects:  24% (29/117)        
remote: Compressing objects:  25% (30/117)        
remote: Compressing objects:  26% (31/117)        
remote: Compressing objects:  27% (32/117)        
remote: Compressing objects:  28% (33/117)        
remote: Compressing objects:  29% (34/117)        
remote: Compressing objects:  30% (36/117)        
remote: Compressing objects:  31% (37/117)        
remote: Compressing objects:  32% (38/117)        
remote: Compressing objects:  33% (39/117)        
remote: Compressing objects:  34% (40/117)        
remote: Compressing objects:  35% (41/117)        
remote: Compressing objects:  36% (43/117)        
remote: Compressing objects:  37% (44/117)        
remote: Compressing objects:  38% (45/117)        
remote: Compressing objects:  39% (46/117)        
remote: Compressing objects:  40% (47/117)        
remote: Compressing objects:  41% (48/117)        
remote: Compressing objects:  42% (50/117)        
remote: Compressing objects:  43% (51/117)        
remote: Compressing objects:  44% (52/117)        
remote: Compressing objects:  45% (53/117)        
remote: Compressing objects:  46% (54/117)        
remote: Compressing objects:  47% (55/117)        
remote: Compressing objects:  48% (57/117)        
remote: Compressing objects:  49% (58/117)        
remote: Compressing objects:  50% (59/117)
remote: Compressing objects:  51% (60/117)        
remote: Compressing objects:  52% (61/117)        
remote: Compressing objects:  53% (63/117)        
remote: Compressing objects:  54% (64/117)        
remote: Compressing objects:  55% (65/117)        
remote: Compressing objects:  56% (66/117)        
remote: Compressing objects:  57% (67/117)        
remote: Compressing objects:  58% (68/117)        
remote: Compressing objects:  59% (70/117)        
remote: Compressing objects:  60% (71/117)        
remote: Compressing objects:  61% (72/117)        
remote: Compressing objects:  62% (73/117)        
remote: Compressing objects:  63% (74/117)        
remote: Compressing objects:  64% (75/117)        
remote: Compressing objects:  65% (77/117)        
remote: Compressing objects:  66% (78/117)        
remote: Compressing objects:  67% (79/117)        
remote: Compressing objects:  68% (80/117)        
remote: Compressing objects:  69% (81/117)        
remote: Compressing objects:  70% (82/117)        
remote: Compressing objects:  71% (84/117)        
remote: Compressing objects:  72% (85/117)        
remote: Compressing objects:  73% (86/117)        
remote: Compressing objects:  74% (87/117)        
remote: Compressing objects:  75% (88/117)        
remote: Compressing objects:  76% (89/117)        
remote: Compressing objects:  77% (91/117)        
remote: Compressing objects:  78% (92/117)        
remote: Compressing objects:  79% (93/117)        
remote: Compressing objects:  80% (94/117)        
remote: Compressing objects:  81% (95/117)        
remote: Compressing objects:  82% (96/117)        
remote: Compressing objects:  83% (98/117)        
remote: Compressing objects:  84% (99/117)        
remote: Compressing objects:  85% (100/117)        
remote: Compressing objects:  86% (101/117)        
remote: Compressing objects:  87% (102/117)        
remote: Compressing objects:  88% (103/117)        
remote: Compressing objects:  89% (105/117)        
remote: Compressing objects:  90% (106/117)        
remote: Compressing objects:  91% (107/117)        
remote: Compressing objects:  92% (108/117)        
remote: Compressing objects:  93% (109/117)        
remote: Compressing objects:  94% (110/117)        
remote: Compressing objects:  95% (112/117)        
remote: Compressing objects:  96% (113/117)        
remote: Compressing objects:  97% (114/117)        
remote: Compressing objects:  98% (115/117)        
remote: Compressing objects:  99% (116/117)        
remote: Compressing objects: 100% (117/117)        
remote: Compressing objects: 100% (117/117), done.        
Receiving objects:   0% (1/282)
Receiving objects:   1% (3/282)
Receiving objects:   2% (6/282)
Receiving objects:   3% (9/282)
Receiving objects:   4% (12/282)
Receiving objects:   5% (15/282)
Receiving objects:   6% (17/282)
Receiving objects:   7% (20/282)
Receiving objects:   8% (23/282)
Receiving objects:   9% (26/282)
Receiving objects:  10% (29/282)
Receiving objects:  11% (32/282)
Receiving objects:  12% (34/282)
Receiving objects:  13% (37/282)
Receiving objects:  14% (40/282)
Receiving objects:  15% (43/282)
Receiving objects:  16% (46/282)
Receiving objects:  17% (48/282)
Receiving objects:  18% (51/282)
Receiving objects:  19% (54/282)
Receiving objects:  20% (57/282)
Receiving objects:  21% (60/282)
Receiving objects:  22% (63/282)
Receiving objects:  23% (65/282)
Receiving objects:  24% (68/282)
Receiving objects:  25% (71/282)
Receiving objects:  26% (74/282)
Receiving objects:  27% (77/282)
Receiving objects:  28% (79/282)
Receiving objects:  29% (82/282)
Receiving objects:  30% (85/282)
Receiving objects:  31% (88/282)
Receiving objects:  32% (91/282)
Receiving objects:  33% (94/282)
Receiving objects:  34% (96/282)
Receiving objects:  35% (99/282)
Receiving objects:  36% (102/282)
Receiving objects:  37% (105/282)
Receiving objects:  38% (108/282)
Receiving objects:  39% (110/282)
Receiving objects:  40% (113/282)
Receiving objects:  41% (116/282)
Receiving objects:  42% (119/282)
Receiving objects:  43% (122/282)
Receiving objects:  44% (125/282)
Receiving objects:  45% (127/282)
Receiving objects:  46% (130/282)
Receiving objects:  47% (133/282)
Receiving objects:  48% (136/282)
Receiving objects:  49% (139/282)
Receiving objects:  50% (141/282)
Receiving objects:  51% (144/282)
Receiving objects:  52% (147/282)
Receiving objects:  53% (150/282)
Receiving objects:  54% (153/282)
Receiving objects:  55% (156/282)
Receiving objects:  56% (158/282)
Receiving objects:  57% (161/282)
Receiving objects:  58% (164/282)
Receiving objects:  59% (167/282)
Receiving objects:  60% (170/282)
Receiving objects:  61% (173/282)
Receiving objects:  62% (175/282)
Receiving objects:  63% (178/282)
Receiving objects:  64% (181/282)
Receiving objects:  65% (184/282)
Receiving objects:  66% (187/282)
Receiving objects:  67% (189/282)
Receiving objects:  68% (192/282)
Receiving objects:  69% (195/282)
Receiving objects:  70% (198/282)
Receiving objects:  71% (201/282)
Receiving objects:  72% (204/282)
Receiving objects:  73% (206/282)
Receiving objects:  74% (209/282)
Receiving objects:  75% (212/282)
Receiving objects:  76% (215/282)
Receiving objects:  77% (218/282)
Receiving objects:  78% (220/282)
Receiving objects:  79% (223/282)
Receiving objects:  80% (226/282)
Receiving objects:  81% (229/282)
Receiving objects:  82% (232/282)
Receiving objects:  83% (235/282)
remote: Total 282 (delta 76), reused 92 (delta 33), pack-reused 120        
Receiving objects:  84% (237/282)
Receiving objects:  85% (240/282)
Receiving objects:  86% (243/282)
Receiving objects:  87% (246/282)
Receiving objects:  88% (249/282)
Receiving objects:  89% (251/282)
Receiving objects:  90% (254/282)
Receiving objects:  91% (257/282)
Receiving objects:  92% (260/282)
Receiving objects:  93% (263/282)
Receiving objects:  94% (266/282)
Receiving objects:  95% (268/282)
Receiving objects:  96% (271/282)
Receiving objects:  97% (274/282)
Receiving objects:  98% (277/282)
Receiving objects:  99% (280/282)
Receiving objects: 100% (282/282)
Receiving objects: 100% (282/282), 176.77 KiB | 25.25 MiB/s, done.
Resolving deltas:   0% (0/120)
Resolving deltas:   1% (2/120)
Resolving deltas:   2% (3/120)
Resolving deltas:  14% (17/120)
Resolving deltas:  16% (20/120)
Resolving deltas:  18% (22/120)
Resolving deltas:  20% (24/120)
Resolving deltas:  25% (31/120)
Resolving deltas:  26% (32/120)
Resolving deltas:  28% (34/120)
Resolving deltas:  29% (35/120)
Resolving deltas:  30% (36/120)
Resolving deltas:  47% (57/120)
Resolving deltas:  57% (69/120)
Resolving deltas:  66% (80/120)
Resolving deltas:  70% (84/120)
Resolving deltas:  77% (93/120)
Resolving deltas:  79% (95/120)
Resolving deltas:  80% (97/120)
Resolving deltas:  83% (100/120)
Resolving deltas:  84% (101/120)
Resolving deltas:  85% (103/120)
Resolving deltas:  86% (104/120)
Resolving deltas:  89% (107/120)
Resolving deltas:  90% (109/120)
Resolving deltas:  91% (110/120)
Resolving deltas: 100% (120/120)
Resolving deltas: 100% (120/120), done.
Submodule path 'crane_align_common': checked out '954ba1c96df2e7fb63dbd882b3b7abd22189fa4d'
Submodule path 'crane_align_customized': checked out '0bf9d9dbf6e8cfba4ff33081417a51db4dde44ec'
Submodule path 'hardware': checked out '8a648c3504aa9a3b23ce86fdae0e39ca95edaf4f'
Submodule path 'hesai_lidar_customized': checked out '9ca584cebe961958e030ff1056c9b013e0723175'
Submodule path 'lidar-extrinsics': checked out 'fe08d7420373cd0f9b1b4eb867e0c7f9d713d153'
Submodule path 'lidar_loc_v2_common': checked out 'dd6ec8131f022ee08f81455a09d94802a582ee5f'
Submodule path 'lidar_loc_v2_customized': checked out 'f456b02e485e8eccdecfa45e07d842777b968d61'
Submodule path 'msf-port': checked out 'a8149a798e11c048d88d208d57ca85594ff5f1bc'
Submodule path 'msf-vehicle': checked out 'b75119ce9a807607dd01505e2fc5d39cbd1df637'
Submodule path 'perception_camera_driver': checked out '82f6ae6d33aa2f9cfe16047ac1ea8ade9aa6e5da'
Submodule path 'perception_data_collection': checked out 'b36dc0a6ea51808e48bda66eef6aa3e5338685ac'
Submodule path 'perception_lane_detection': checked out '3dcecc6a1cab5b58d59274dc57d94f2a5a1a5266'
Submodule path 'perception_lidar_camera_fusion': checked out 'd6411e8e7496fed5c621cfa668ba0e1e0aa07545'
Submodule path 'perception_new_detection': checked out '2247da34054ca746c31dbba893e19b148f8a13e1'
Submodule path 'perception_spreader_imv': checked out '4419cd9ee6da785b6a6ff6a471810264eb9ebccc'
Submodule path 'perception_spreader_truck': checked out '87357350892ab66df93a7eed89c8616b28fb8d20'
Submodule path 'perception_vehicles': checked out 'ba00eb5b6c0b6a187adbf61cba0313bbd91a705e'
Submodule path 'pointcloud_customized': checked out '37092b6ed6d5ce663b37f450ec4b633991626bfd'
Submodule path 'prediction_config': checked out '5752a4cc58c48a04990cf84bc3db06c61f709753'
Submodule path 'rslidar_sdk_common': checked out '3b3ec601072717ab0a4037dd9f5abcef0c9ad337'
Submodule path 'rslidar_sdk_customized': checked out 'c67fb869443c2c9c0f8c366f3596dc8cf5aa6821'
Submodule path 'static_transform_common': checked out '79606d0a8d1b7bab782d8279cb27d4d11e0212dd'
Submodule path 'system-common': checked out '4961e234efc1e60a77fcfb7352f10c5956ec03a1'
Submodule path 'system-device': checked out '753f30df39b08deecc9829cfe13a047c282c409e'
Submodule path 'system-mqtt': checked out 'a917e8ef386bd52983140020adb1671e27a6c7ce'
Submodule path 'system-node-weifang': checked out '85dfb55831c10ce7a8dcd93684fc8b990eb68b45'
Submodule path 'system-port': checked out '6f95e740d94ac6727164bbfd616a53c6072a2894'
[Pipeline] sh
+ ls -d crane_align_common/ crane_align_customized/ hardware/ hesai_lidar_customized/ lidar-extrinsics/ lidar_loc_v2_common/ lidar_loc_v2_customized/ msf-port/ msf-vehicle/ perception_camera_driver/ perception_data_collection/ perception_lane_detection/ perception_lidar_camera_fusion/ perception_new_detection/ perception_spreader_imv/ perception_spreader_truck/ perception_vehicles/ pointcloud_customized/ prediction_config/ rslidar_sdk_common/ rslidar_sdk_customized/ static_transform_common/ system-common/ system-device/ system-mqtt/ system-node-weifang/ system-port/
[Pipeline] echo
[crane_align_common, crane_align_customized, hardware, hesai_lidar_customized, lidar-extrinsics, lidar_loc_v2_common, lidar_loc_v2_customized, msf-port, msf-vehicle, perception_camera_driver, perception_data_collection, perception_lane_detection, perception_lidar_camera_fusion, perception_new_detection, perception_spreader_imv, perception_spreader_truck, perception_vehicles, pointcloud_customized, prediction_config, rslidar_sdk_common, rslidar_sdk_customized, static_transform_common, system-common, system-device, system-mqtt, system-node-weifang, system-port]
[Pipeline] sh
+ mkdir -p /root/workspace/weifang-config/container/A008/params_new/params_new
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A008/params_new/crane_align_common/
[Pipeline] echo
1
[Pipeline] echo
crane_align_common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A008/params_new/crane_align_common/crane_align /root/workspace/weifang-config/container/A008/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A008/params_new/crane_align_customized/
[Pipeline] echo
1
[Pipeline] echo
crane_align_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A008/params_new/crane_align_customized/crane_align /root/workspace/weifang-config/container/A008/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A008/params_new/hardware/
[Pipeline] echo
1
[Pipeline] echo
hardware 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A008/params_new/hardware/hardware /root/workspace/weifang-config/container/A008/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A008/params_new/hesai_lidar_customized/
[Pipeline] echo
2
[Pipeline] echo
hesai_lidar_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A008/params_new/hesai_lidar_customized/hesai_lidar /root/workspace/weifang-config/container/A008/params_new/hesai_lidar_customized/README.md /root/workspace/weifang-config/container/A008/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A008/params_new/lidar-extrinsics/
+ wc -l
[Pipeline] echo
3
[Pipeline] echo
lidar-extrinsics 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A008/params_new/lidar-extrinsics/crane_align /root/workspace/weifang-config/container/A008/params_new/lidar-extrinsics/extrinsics /root/workspace/weifang-config/container/A008/params_new/lidar-extrinsics/lidar_correction_files /root/workspace/weifang-config/container/A008/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A008/params_new/lidar_loc_v2_common/
[Pipeline] echo
1
[Pipeline] echo
lidar_loc_v2_common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A008/params_new/lidar_loc_v2_common/lidar_loc_v2 /root/workspace/weifang-config/container/A008/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A008/params_new/lidar_loc_v2_customized/
[Pipeline] echo
1
[Pipeline] echo
lidar_loc_v2_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A008/params_new/lidar_loc_v2_customized/lidar_loc_v2 /root/workspace/weifang-config/container/A008/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A008/params_new/msf-port/
+ wc -l
[Pipeline] echo
3
[Pipeline] echo
msf-port 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A008/params_new/msf-port/msf_assistant.yaml /root/workspace/weifang-config/container/A008/params_new/msf-port/msf_localization_share.yaml /root/workspace/weifang-config/container/A008/params_new/msf-port/README.md /root/workspace/weifang-config/container/A008/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A008/params_new/msf-vehicle/
+ wc -l
[Pipeline] echo
4
[Pipeline] echo
msf-vehicle 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A008/params_new/msf-vehicle/extrinsics /root/workspace/weifang-config/container/A008/params_new/msf-vehicle/msf_localization_calibration.yaml /root/workspace/weifang-config/container/A008/params_new/msf-vehicle/msf_localization.yaml /root/workspace/weifang-config/container/A008/params_new/msf-vehicle/README.md /root/workspace/weifang-config/container/A008/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A008/params_new/perception_camera_driver/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
perception_camera_driver 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A008/params_new/perception_camera_driver/slave /root/workspace/weifang-config/container/A008/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A008/params_new/perception_data_collection/
+ wc -l
[Pipeline] echo
2
[Pipeline] echo
perception_data_collection 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A008/params_new/perception_data_collection/data_collection /root/workspace/weifang-config/container/A008/params_new/perception_data_collection/README.md /root/workspace/weifang-config/container/A008/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A008/params_new/perception_lane_detection/
[Pipeline] echo
2
[Pipeline] echo
perception_lane_detection 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A008/params_new/perception_lane_detection/lane_detection /root/workspace/weifang-config/container/A008/params_new/perception_lane_detection/README.md /root/workspace/weifang-config/container/A008/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A008/params_new/perception_lidar_camera_fusion/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
perception_lidar_camera_fusion 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A008/params_new/perception_lidar_camera_fusion/lidar_camera_fusion /root/workspace/weifang-config/container/A008/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A008/params_new/perception_new_detection/
[Pipeline] echo
2
[Pipeline] echo
perception_new_detection 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A008/params_new/perception_new_detection/perception /root/workspace/weifang-config/container/A008/params_new/perception_new_detection/README.md /root/workspace/weifang-config/container/A008/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A008/params_new/perception_spreader_imv/
+ wc -l
[Pipeline] echo
2
[Pipeline] echo
perception_spreader_imv 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A008/params_new/perception_spreader_imv/imv_spreader_detection /root/workspace/weifang-config/container/A008/params_new/perception_spreader_imv/README.md /root/workspace/weifang-config/container/A008/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A008/params_new/perception_spreader_truck/
+ wc -l
[Pipeline] echo
2
[Pipeline] echo
perception_spreader_truck 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A008/params_new/perception_spreader_truck/new_truck_spreader_detection /root/workspace/weifang-config/container/A008/params_new/perception_spreader_truck/README.md /root/workspace/weifang-config/container/A008/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A008/params_new/perception_vehicles/
+ wc -l
[Pipeline] echo
2
[Pipeline] echo
perception_vehicles 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A008/params_new/perception_vehicles/extrinsics /root/workspace/weifang-config/container/A008/params_new/perception_vehicles/master /root/workspace/weifang-config/container/A008/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A008/params_new/pointcloud_customized/
[Pipeline] echo
1
[Pipeline] echo
pointcloud_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A008/params_new/pointcloud_customized/pointcloud /root/workspace/weifang-config/container/A008/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A008/params_new/prediction_config/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
prediction_config 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A008/params_new/prediction_config/prediction /root/workspace/weifang-config/container/A008/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A008/params_new/rslidar_sdk_common/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
rslidar_sdk_common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A008/params_new/rslidar_sdk_common/rslidar_sdk /root/workspace/weifang-config/container/A008/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A008/params_new/rslidar_sdk_customized/
[Pipeline] echo
1
[Pipeline] echo
rslidar_sdk_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A008/params_new/rslidar_sdk_customized/rslidar_sdk /root/workspace/weifang-config/container/A008/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A008/params_new/static_transform_common/
[Pipeline] echo
1
[Pipeline] echo
static_transform_common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A008/params_new/static_transform_common/static_transform.yaml /root/workspace/weifang-config/container/A008/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A008/params_new/system-common/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
system-common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A008/params_new/system-common/system-ros /root/workspace/weifang-config/container/A008/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A008/params_new/system-device/
+ wc -l
[Pipeline] echo
3
[Pipeline] echo
system-device 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A008/params_new/system-device/master /root/workspace/weifang-config/container/A008/params_new/system-device/slave /root/workspace/weifang-config/container/A008/params_new/system-device/system-ros /root/workspace/weifang-config/container/A008/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A008/params_new/system-mqtt/
[Pipeline] echo
1
[Pipeline] echo
system-mqtt 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A008/params_new/system-mqtt/system-ros /root/workspace/weifang-config/container/A008/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A008/params_new/system-node-weifang/
+ wc -l
[Pipeline] echo
3
[Pipeline] echo
system-node-weifang 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A008/params_new/system-node-weifang/master /root/workspace/weifang-config/container/A008/params_new/system-node-weifang/slave /root/workspace/weifang-config/container/A008/params_new/system-node-weifang/system-ros /root/workspace/weifang-config/container/A008/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A008/params_new/system-port/
+ wc -l
[Pipeline] echo
3
[Pipeline] echo
system-port 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A008/params_new/system-port/peripheral_controller.toml /root/workspace/weifang-config/container/A008/params_new/system-port/ros_can_interpreter.toml /root/workspace/weifang-config/container/A008/params_new/system-port/system-ros /root/workspace/weifang-config/container/A008/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A008/params_new/params_new/
crane_align
data_collection
extrinsics
hardware
hesai_lidar
imv_spreader_detection
lane_detection
lidar_camera_fusion
lidar_correction_files
lidar_loc_v2
master
msf_assistant.yaml
msf_localization_calibration.yaml
msf_localization_share.yaml
msf_localization.yaml
new_truck_spreader_detection
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/container/A008/params_new/params_new/crane_align /root/workspace/weifang-config/container/A008/params_new/params_new/data_collection /root/workspace/weifang-config/container/A008/params_new/params_new/extrinsics /root/workspace/weifang-config/container/A008/params_new/params_new/hardware /root/workspace/weifang-config/container/A008/params_new/params_new/hesai_lidar /root/workspace/weifang-config/container/A008/params_new/params_new/imv_spreader_detection /root/workspace/weifang-config/container/A008/params_new/params_new/lane_detection /root/workspace/weifang-config/container/A008/params_new/params_new/lidar_camera_fusion /root/workspace/weifang-config/container/A008/params_new/params_new/lidar_correction_files /root/workspace/weifang-config/container/A008/params_new/params_new/lidar_loc_v2 /root/workspace/weifang-config/container/A008/params_new/params_new/master /root/workspace/weifang-config/container/A008/params_new/params_new/msf_assistant.yaml /root/workspace/weifang-config/container/A008/params_new/params_new/msf_localization_calibration.yaml /root/workspace/weifang-config/container/A008/params_new/params_new/msf_localization_share.yaml /root/workspace/weifang-config/container/A008/params_new/params_new/msf_localization.yaml /root/workspace/weifang-config/container/A008/params_new/params_new/new_truck_spreader_detection /root/workspace/weifang-config/container/A008/params_new/params_new/perception /root/workspace/weifang-config/container/A008/params_new/params_new/peripheral_controller.toml /root/workspace/weifang-config/container/A008/params_new/params_new/pointcloud /root/workspace/weifang-config/container/A008/params_new/params_new/prediction /root/workspace/weifang-config/container/A008/params_new/params_new/README.md /root/workspace/weifang-config/container/A008/params_new/params_new/ros_can_interpreter.toml /root/workspace/weifang-config/container/A008/params_new/params_new/rslidar_sdk /root/workspace/weifang-config/container/A008/params_new/params_new/slave /root/workspace/weifang-config/container/A008/params_new/params_new/static_transform.yaml /root/workspace/weifang-config/container/A008/params_new/params_new/system-ros /root/workspace/weifang-config/container/A008/params_A008/params/
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (zip->post)
[Pipeline] script
[Pipeline] {
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] echo
 >>>>>>>>>>压缩成zip包>>>>>>>>>> 
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] echo
A001
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A001
[Pipeline] {
[Pipeline] sh
+ rm -rf params_new@tmp
[Pipeline] sh
+ rm -rf params_A001/.git
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A001/params_A001/params/slave
[Pipeline] {
[Pipeline] sh
++ grep -v version.json
++ ls
++ xargs
+ cp -r camera_driver recorder.toml system-ros /root/workspace/weifang-config/container/A001/params_A001/params/
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ rm -rf /root/workspace/weifang-config/container/A001/params_A001/params/slave@tmp
[Pipeline] sh
+ cp -r params_A001 params_orin_slave_A001_2024-05-24_08-46-37
[Pipeline] sh
+ zip -rq params_orin_slave_A001_2024-05-24_08-46-37.zip params_orin_slave_A001_2024-05-24_08-46-37 ./version.json
[Pipeline] echo
/root/workspace/weifang-config/container/A001/params_orin_slave_A001_2024-05-24_08-46-37.zip,/root/workspace/weifang-config/container/A001/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/container/A001/params_orin_slave_A001_2024-05-24_08-46-37.zip"' --form 'version=@"/root/workspace/weifang-config/container/A001/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
  6 32.4M    0     0    6 2112k      0  3428k  0:00:09 --:--:--  0:00:09 3423k
 20 32.4M    0     0   20 6656k      0  4083k  0:00:08  0:00:01  0:00:07 4080k
 35 32.4M    0     0   35 11.6M      0  4541k  0:00:07  0:00:02  0:00:05 4540k
 53 32.4M    0     0   53 17.4M      0  4923k  0:00:06  0:00:03  0:00:03 4921k
 73 32.4M    0     0   73 24.0M      0  5318k  0:00:06  0:00:04  0:00:02 5317k
 92 32.4M    0     0   92 29.8M      0  5445k  0:00:06  0:00:05  0:00:01 5694k
100 32.4M    0     0  100 32.4M      0  4712k  0:00:07  0:00:07 --:--:-- 4902k
100 32.4M    0    43  100 32.4M      5  4535k  0:00:07  0:00:07 --:--:-- 4532k
[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/container/A001@tmp
[Pipeline] echo
A002
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A002
[Pipeline] {
[Pipeline] sh
+ rm -rf params_new@tmp
[Pipeline] sh
+ rm -rf params_A002/.git
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A002/params_A002/params/slave
[Pipeline] {
[Pipeline] sh
++ ls
++ xargs
++ grep -v version.json
+ cp -r camera_driver recorder.toml system-ros /root/workspace/weifang-config/container/A002/params_A002/params/
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ rm -rf /root/workspace/weifang-config/container/A002/params_A002/params/slave@tmp
[Pipeline] sh
+ cp -r params_A002 params_orin_slave_A002_2024-05-24_08-46-50
[Pipeline] sh
+ zip -rq params_orin_slave_A002_2024-05-24_08-46-50.zip params_orin_slave_A002_2024-05-24_08-46-50 ./version.json
[Pipeline] echo
/root/workspace/weifang-config/container/A002/params_orin_slave_A002_2024-05-24_08-46-50.zip,/root/workspace/weifang-config/container/A002/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/container/A002/params_orin_slave_A002_2024-05-24_08-46-50.zip"' --form 'version=@"/root/workspace/weifang-config/container/A002/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
  8 32.4M    0     0    8 2688k      0  5430k  0:00:06 --:--:--  0:00:06 5419k
 41 32.4M    0     0   41 13.3M      0  9124k  0:00:03  0:00:01  0:00:02 9118k
 76 32.4M    0     0   76 24.7M      0   9.9M  0:00:03  0:00:02  0:00:01  9.9M
100 32.4M    0     0  100 32.4M      0  7818k  0:00:04  0:00:04 --:--:-- 7818k
100 32.4M    0    43  100 32.4M      9  7000k  0:00:04  0:00:04 --:--:-- 7000k
100 32.4M    0    43  100 32.4M      9  7000k  0:00:04  0:00:04 --:--:-- 7184k
[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/container/A002@tmp
[Pipeline] echo
A004
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A004
[Pipeline] {
[Pipeline] sh
+ rm -rf params_new@tmp
[Pipeline] sh
+ rm -rf params_A004/.git
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A004/params_A004/params/slave
[Pipeline] {
[Pipeline] sh
++ ls
++ grep -v version.json
++ xargs
+ cp -r camera_driver recorder.toml system-ros /root/workspace/weifang-config/container/A004/params_A004/params/
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ rm -rf /root/workspace/weifang-config/container/A004/params_A004/params/slave@tmp
[Pipeline] sh
+ cp -r params_A004 params_orin_slave_A004_2024-05-24_08-47-01
[Pipeline] sh
+ zip -rq params_orin_slave_A004_2024-05-24_08-47-01.zip params_orin_slave_A004_2024-05-24_08-47-01 ./version.json
[Pipeline] echo
/root/workspace/weifang-config/container/A004/params_orin_slave_A004_2024-05-24_08-47-01.zip,/root/workspace/weifang-config/container/A004/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/container/A004/params_orin_slave_A004_2024-05-24_08-47-01.zip"' --form 'version=@"/root/workspace/weifang-config/container/A004/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
 17 32.4M    0     0   17 5952k      0  6073k  0:00:05 --:--:--  0:00:05 6067k
 35 32.4M    0     0   35 11.6M      0  6039k  0:00:05  0:00:01  0:00:04 6036k
 54 32.4M    0     0   54 17.8M      0  6137k  0:00:05  0:00:02  0:00:03 6135k
 74 32.4M    0     0   74 24.1M      0  6211k  0:00:05  0:00:03  0:00:02 6210k
 97 32.4M    0     0   97 31.4M      0  6470k  0:00:05  0:00:04  0:00:01 6469k
100 32.4M    0     0  100 32.4M      0  5432k  0:00:06  0:00:06 --:--:-- 5310k
100 32.4M    0    43  100 32.4M      6  5230k  0:00:06  0:00:06 --:--:-- 4867k
[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/container/A004@tmp
[Pipeline] echo
A006
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A006
[Pipeline] {
[Pipeline] sh
+ rm -rf params_new@tmp
[Pipeline] sh
+ rm -rf params_A006/.git
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A006/params_A006/params/slave
[Pipeline] {
[Pipeline] sh
++ ls
++ grep -v version.json
++ xargs
+ cp -r camera_driver recorder.toml system-ros /root/workspace/weifang-config/container/A006/params_A006/params/
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ rm -rf /root/workspace/weifang-config/container/A006/params_A006/params/slave@tmp
[Pipeline] sh
+ cp -r params_A006 params_orin_slave_A006_2024-05-24_08-47-13
[Pipeline] sh
+ zip -rq params_orin_slave_A006_2024-05-24_08-47-13.zip params_orin_slave_A006_2024-05-24_08-47-13 ./version.json
[Pipeline] echo
/root/workspace/weifang-config/container/A006/params_orin_slave_A006_2024-05-24_08-47-13.zip,/root/workspace/weifang-config/container/A006/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/container/A006/params_orin_slave_A006_2024-05-24_08-47-13.zip"' --form 'version=@"/root/workspace/weifang-config/container/A006/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
  0 32.4M    0     0    0  128k      0   870k  0:00:38 --:--:--  0:00:38  864k
 24 32.4M    0     0   24 8192k      0  7275k  0:00:04  0:00:01  0:00:03 7268k
 60 32.4M    0     0   60 19.5M      0  9426k  0:00:03  0:00:02  0:00:01 9426k
 93 32.4M    0     0   93 30.2M      0  9912k  0:00:03  0:00:03 --:--:-- 9909k
100 32.4M    0     0  100 32.4M      0  7664k  0:00:04  0:00:04 --:--:-- 7662k
100 32.4M    0    43  100 32.4M      9  6971k  0:00:04  0:00:04 --:--:-- 7167k
[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/container/A006@tmp
[Pipeline] echo
A007
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A007
[Pipeline] {
[Pipeline] sh
+ rm -rf params_new@tmp
[Pipeline] sh
+ rm -rf params_A007/.git
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A007/params_A007/params/slave
[Pipeline] {
[Pipeline] sh
++ ls
++ grep -v version.json
++ xargs
+ cp -r camera_driver recorder.toml system-ros /root/workspace/weifang-config/container/A007/params_A007/params/
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ rm -rf /root/workspace/weifang-config/container/A007/params_A007/params/slave@tmp
[Pipeline] sh
+ cp -r params_A007 params_orin_slave_A007_2024-05-24_08-47-23
[Pipeline] sh
+ zip -rq params_orin_slave_A007_2024-05-24_08-47-23.zip params_orin_slave_A007_2024-05-24_08-47-23 ./version.json
[Pipeline] echo
/root/workspace/weifang-config/container/A007/params_orin_slave_A007_2024-05-24_08-47-23.zip,/root/workspace/weifang-config/container/A007/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/container/A007/params_orin_slave_A007_2024-05-24_08-47-23.zip"' --form 'version=@"/root/workspace/weifang-config/container/A007/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
 12 32.4M    0     0   12 4224k      0  8000k  0:00:04 --:--:--  0:00:04 7984k
 44 32.4M    0     0   44 14.3M      0  9616k  0:00:03  0:00:01  0:00:02 9610k
 75 32.4M    0     0   75 24.6M      0  9990k  0:00:03  0:00:02  0:00:01 9986k
100 32.4M    0     0  100 32.4M      0  7709k  0:00:04  0:00:04 --:--:-- 7709k
100 32.4M    0    43  100 32.4M      9  7270k  0:00:04  0:00:04 --:--:-- 7269k
100 32.4M    0    43  100 32.4M      9  7270k  0:00:04  0:00:04 --:--:-- 7175k
[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/container/A007@tmp
[Pipeline] echo
A008
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A008
[Pipeline] {
[Pipeline] sh
+ rm -rf params_new@tmp
[Pipeline] sh
+ rm -rf params_A008/.git
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A008/params_A008/params/slave
[Pipeline] {
[Pipeline] sh
++ grep -v version.json
++ ls
++ xargs
+ cp -r camera_driver recorder.toml system-ros /root/workspace/weifang-config/container/A008/params_A008/params/
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ rm -rf /root/workspace/weifang-config/container/A008/params_A008/params/slave@tmp
[Pipeline] sh
+ cp -r params_A008 params_orin_slave_A008_2024-05-24_08-47-34
[Pipeline] sh
+ zip -rq params_orin_slave_A008_2024-05-24_08-47-34.zip params_orin_slave_A008_2024-05-24_08-47-34 ./version.json
[Pipeline] echo
/root/workspace/weifang-config/container/A008/params_orin_slave_A008_2024-05-24_08-47-34.zip,/root/workspace/weifang-config/container/A008/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/container/A008/params_orin_slave_A008_2024-05-24_08-47-34.zip"' --form 'version=@"/root/workspace/weifang-config/container/A008/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
  6 32.4M    0     0    6 2048k      0  6759k  0:00:04 --:--:--  0:00:04 6736k
 41 32.4M    0     0   41 13.5M      0  10.3M  0:00:03  0:00:01  0:00:02 10.3M
 71 32.4M    0     0   71 23.2M      0  10.0M  0:00:03  0:00:02  0:00:01 10.0M
100 32.4M    0     0  100 32.4M      0  8157k  0:00:04  0:00:04 --:--:-- 8157k
100 32.4M    0    43  100 32.4M      9  7312k  0:00:04  0:00:04 --:--:-- 7310k
100 32.4M    0    43  100 32.4M      9  7312k  0:00:04  0:00:04 --:--:-- 7353k
[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/container/A008@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/container/.A001.json
[Pipeline] sh
+ cat /root/commtest/rcdev-project/weifang/container/.A001.json
[Pipeline] sh
+ cat /root/commtest/dev-project/weifang/container/.A001.json
[Pipeline] sh
+ cat /root/commtest/master-project/weifang/container/.A002.json
[Pipeline] sh
+ cat /root/commtest/rcdev-project/weifang/container/.A002.json
[Pipeline] sh
+ cat /root/commtest/dev-project/weifang/container/.A002.json
[Pipeline] sh
+ cat /root/commtest/master-project/weifang/container/.A004.json
[Pipeline] sh
+ cat /root/commtest/rcdev-project/weifang/container/.A004.json
[Pipeline] sh
+ cat /root/commtest/dev-project/weifang/container/.A004.json
[Pipeline] sh
+ cat /root/commtest/master-project/weifang/container/.A006.json
[Pipeline] sh
+ cat /root/commtest/rcdev-project/weifang/container/.A006.json
[Pipeline] sh
+ cat /root/commtest/dev-project/weifang/container/.A006.json
[Pipeline] sh
+ cat /root/commtest/master-project/weifang/container/.A007.json
[Pipeline] sh
+ cat /root/commtest/rcdev-project/weifang/container/.A007.json
[Pipeline] sh
+ cat /root/commtest/dev-project/weifang/container/.A007.json
[Pipeline] sh
+ cat /root/commtest/master-project/weifang/container/.A008.json
[Pipeline] sh
+ cat /root/commtest/rcdev-project/weifang/container/.A008.json
[Pipeline] sh
+ cat /root/commtest/dev-project/weifang/container/.A008.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": "# 参数发布通知    
    
### [潍坊集装箱车辆参数] 
 ---  
  - 状态:<font color=#01B468> 编译成功 </font> 
  - 执行人:yangjun 
  - 更新车辆:  
   >  - <font color=#3C3C3C> [A001slave]:   
 **公有dev**: 14e9209.**2024/05/07/07:30:50**   
 **私有dev**: 980dd49.**2024/03/22/17:03:43**   
 </font>  
  >  - <font color=#3C3C3C> [A002slave]:   
 **公有dev**: 14e9209.**2024/05/07/07:30:50**   
 **私有dev**: 99610e8.**2024/03/22/17:03:51**   
 </font>  
  >  - <font color=#3C3C3C> [A004slave]:   
 **公有dev**: 14e9209.**2024/05/07/07:30:50**   
 **私有dev**: 346ab6f.**2024/03/22/17:03:59**   
 </font>  
  >  - <font color=#3C3C3C> [A006slave]:   
 **公有dev**: 14e9209.**2024/05/07/07:30:50**   
 **私有dev**: ce47d6f.**2024/03/22/17:04:01**   
 </font>  
  >  - <font color=#3C3C3C> [A007slave]:   
 **公有dev**: 14e9209.**2024/05/07/07:30:50**   
 **私有dev**: 729732b.**2024/03/22/17:04:02**   
 </font>  
  >  - <font color=#3C3C3C> [A008slave]:   
 **公有dev**: 14e9209.**2024/05/07/07:30:50**   
 **私有dev**: f2fe49e.**2024/03/22/17:04:03**   
 </font>  
   
 ---   
  > 请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  1350  100    27  100  1323    293  14380 --:--:-- --:--:-- --:--:-- 14673
[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