Started by user weilikang
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 8a92f21d16b20a5a1bf9a1e4a84322342b1f84f0
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 8a92f21d16b20a5a1bf9a1e4a84322342b1f84f0 (master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 8a92f21d16b20a5a1bf9a1e4a84322342b1f84f0 # timeout=10
Commit message: "Update params.groovy"
> git rev-list --no-walk 8a92f21d16b20a5a1bf9a1e4a84322342b1f84f0 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] echo
[A001, A003]
[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 3029fa421b822a2cf3461dc66424a63689b8b53f (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 3029fa421b822a2cf3461dc66424a63689b8b53f # timeout=10
Commit message: "Add new file"
> git rev-list --no-walk 3029fa421b822a2cf3461dc66424a63689b8b53f # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (checkout)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
2
[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
A003.json
[Pipeline] sh
+ cat /root/commtest/master-project/weifang/container/A003.json
[Pipeline] sh
+ cat /root/commtest/rcdev-project/weifang/container/A003.json
[Pipeline] sh
+ cat /root/commtest/dev-project/weifang/container/A003.json
[Pipeline] echo
[A001, A003]
[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-03-19_17-29-27 /root/workspace/weifang-config/container/A001/params_orin_master_A001_2024-03-19_17-29-27.zip /root/workspace/weifang-config/container/A001/version.json
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A001
[Pipeline] {
[Pipeline] echo
[A001, A003]
[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 dfb3cb072ed4fbdb5827c29f524258a21d079f9d (origin/dev)
> git config core.sparsecheckout # timeout=10
> git checkout -f dfb3cb072ed4fbdb5827c29f524258a21d079f9d # timeout=300000
Commit message: "feat_out: 转角传感器参数更新"
First time build. Skipping changelog.
[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-01-12T15:40:04.127Z","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":"2023-12-04T06:39:23.133Z","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-02-21T06:45:25.167Z","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-12T11:10:30.805Z","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
dfb3cb0
[Pipeline] sh
+ python3 /root/weilk/project/get_git_log.py 626 dfb3cb0 dfb3cb0
[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":"dfb3cb0","shared_config":"e39b22e"}}
[Pipeline] echo
{"project":{"A001":"config/weifang/container_port/A001","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A001":"dfb3cb0","shared_config":"e39b22e"}}
[Pipeline] sh
+ echo '{"project":{"A001":"config/weifang/container_port/A001","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A001":"dfb3cb0","shared_config":"e39b22e"}}'
[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":"dfb3cb0","shared_config":"e39b22e"}}
[Pipeline] echo
{"repo_name":"params_orin_master_A001","branch":"dev","time":"2024-03-20_14-27-07","commit_id":"dfb3cb0","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-01-12T15:40:04.127Z","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":"2023-12-04T06:39:23.133Z","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-02-21T06:45:25.167Z","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-12T11:10:30.805Z","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/dfb3cb0
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects/626/repository/commits/dfb3cb0
Response Code: HTTP/1.1 200 OK
Response:
{"id":"dfb3cb072ed4fbdb5827c29f524258a21d079f9d","short_id":"dfb3cb07","created_at":"2024-03-12T19:10:27.000+08:00","parent_ids":["341c2f53685b4c555951b6be4bd12b0c5adf928f"],"title":"feat_out: 转角传感器参数更新","message":"feat_out: 转角传感器参数更新\n","author_name":"chenran","author_email":"chenran@senior.auto","authored_date":"2024-03-12T19:10:27.000+08:00","committer_name":"chenran","committer_email":"chenran@senior.auto","committed_date":"2024-03-12T19:10:27.000+08:00","trailers":{},"web_url":"http://159.27.226.4/config/weifang/container_port/A001/-/commit/dfb3cb072ed4fbdb5827c29f524258a21d079f9d","stats":{"additions":1,"deletions":1,"total":2},"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/12/19:10:27
[Pipeline] echo
dev**: dfb3cb0.**2024/03/12/19:10:27**
[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 e39b22ecc30f1945db488a892547ea81e3349d66 (origin/dev)
> git config core.sparsecheckout # timeout=10
> git checkout -f e39b22ecc30f1945db488a892547ea81e3349d66 # timeout=30000
Commit message: "chore(params):更改最低限速"
First time build. Skipping changelog.
[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":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-11T07:05:56.044Z","namespace":{"id":1546,"name":"mawan","path":"mawan","kind":"group","full_path":"config/shenzhen/mawan","parent_id":1545,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/shenzhen/mawan"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1404","issues":"http://159.27.226.4/api/v4/projects/1404/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1404/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1404/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1404/labels","events":"http://159.27.226.4/api/v4/projects/1404/events","members":"http://159.27.226.4/api/v4/projects/1404/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1404/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2024-03-12T07:05:56.106Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1229,"description":"","name":"shared_config","name_with_namespace":"config / shanghai / luojing / shared_config","path":"shared_config","path_with_namespace":"config/shanghai/luojing/shared_config","created_at":"2023-10-30T06:38:21.219Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/shanghai/luojing/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/shanghai/luojing/shared_config.git","web_url":"http://159.27.226.4/config/shanghai/luojing/shared_config","readme_url":"http://159.27.226.4/config/shanghai/luojing/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-01-29T11:52:15.598Z","namespace":{"id":1360,"name":"luojing","path":"luojing","kind":"group","full_path":"config/shanghai/luojing","parent_id":1359,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/shanghai/luojing"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1229","issues":"http://159.27.226.4/api/v4/projects/1229/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1229/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1229/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1229/labels","events":"http://159.27.226.4/api/v4/projects/1229/events","members":"http://159.27.226.4/api/v4/projects/1229/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1229/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-10-31T06:38:21.323Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1112,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / xilian / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/xilian/shared_config","created_at":"2023-10-17T11:35:03.561Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/xilian/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/xilian/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/xilian/shared_config","readme_url":"http://159.27.226.4/config/qingdao/xilian/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-12T03:48:41.465Z","namespace":{"id":1240,"name":"xilian","path":"xilian","kind":"group","full_path":"config/qingdao/xilian","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/xilian"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1112","issues":"http://159.27.226.4/api/v4/projects/1112/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1112/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1112/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1112/labels","events":"http://159.27.226.4/api/v4/projects/1112/events","members":"http://159.27.226.4/api/v4/projects/1112/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1112/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-10-18T11:35:03.593Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1096,"description":"","name":"shared_config","name_with_namespace":"config / fangcheng / shared_config","path":"shared_config","path_with_namespace":"config/fangcheng/shared_config","created_at":"2023-09-21T07:01:00.264Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/fangcheng/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/fangcheng/shared_config.git","web_url":"http://159.27.226.4/config/fangcheng/shared_config","readme_url":"http://159.27.226.4/config/fangcheng/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:28:47.297Z","namespace":{"id":1220,"name":"fangcheng","path":"fangcheng","kind":"group","full_path":"config/fangcheng","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/fangcheng"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1096","issues":"http://159.27.226.4/api/v4/projects/1096/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1096/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1096/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1096/labels","events":"http://159.27.226.4/api/v4/projects/1096/events","members":"http://159.27.226.4/api/v4/projects/1096/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1096/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-09-22T07:01:00.288Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1069,"description":"","name":"shared_config","name_with_namespace":"config / rugao / shared_config","path":"shared_config","path_with_namespace":"config/rugao/shared_config","created_at":"2023-09-12T11:52:34.020Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/rugao/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/rugao/shared_config.git","web_url":"http://159.27.226.4/config/rugao/shared_config","readme_url":"http://159.27.226.4/config/rugao/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:34:41.228Z","namespace":{"id":1191,"name":"rugao","path":"rugao","kind":"group","full_path":"config/rugao","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/rugao"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1069","issues":"http://159.27.226.4/api/v4/projects/1069/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1069/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1069/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1069/labels","events":"http://159.27.226.4/api/v4/projects/1069/events","members":"http://159.27.226.4/api/v4/projects/1069/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1069/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-09-13T11:52:34.092Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1038,"description":"","name":"shared_config","name_with_namespace":"config / qinzhou / shared_config","path":"shared_config","path_with_namespace":"config/qinzhou/shared_config","created_at":"2023-08-21T09:09:35.316Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qinzhou/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qinzhou/shared_config.git","web_url":"http://159.27.226.4/config/qinzhou/shared_config","readme_url":"http://159.27.226.4/config/qinzhou/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:33:11.733Z","namespace":{"id":1159,"name":"qinzhou","path":"qinzhou","kind":"group","full_path":"config/qinzhou","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qinzhou"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1038","issues":"http://159.27.226.4/api/v4/projects/1038/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1038/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1038/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1038/labels","events":"http://159.27.226.4/api/v4/projects/1038/events","members":"http://159.27.226.4/api/v4/projects/1038/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1038/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-08-22T09:09:35.363Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":null}},{"id":904,"description":"","name":"shared_config","name_with_namespace":"config / jianlong / shared_config","path":"shared_config","path_with_namespace":"config/jianlong/shared_config","created_at":"2023-07-28T02:45:18.413Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/jianlong/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/jianlong/shared_config.git","web_url":"http://159.27.226.4/config/jianlong/shared_config","readme_url":"http://159.27.226.4/config/jianlong/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-25T06:52:40.407Z","namespace":{"id":1023,"name":"jianlong","path":"jianlong","kind":"group","full_path":"config/jianlong","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/jianlong"},"_links":{"self":"http://159.27.226.4/api/v4/projects/904","issues":"http://159.27.226.4/api/v4/projects/904/issues","merge_requests":"http://159.27.226.4/api/v4/projects/904/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/904/repository/branches","labels":"http://159.27.226.4/api/v4/projects/904/labels","events":"http://159.27.226.4/api/v4/projects/904/events","members":"http://159.27.226.4/api/v4/projects/904/members","cluster_agents":"http://159.27.226.4/api/v4/projects/904/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-07-29T02:45:18.435Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":711,"description":"","name":"shared_config","name_with_namespace":"config / jili / shared_config","path":"shared_config","path_with_namespace":"config/jili/shared_config","created_at":"2023-07-04T11:29:03.387Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/jili/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/jili/shared_config.git","web_url":"http://159.27.226.4/config/jili/shared_config","readme_url":"http://159.27.226.4/config/jili/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:31:48.017Z","namespace":{"id":799,"name":"jili","path":"jili","kind":"group","full_path":"config/jili","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/jili"},"_links":{"self":"http://159.27.226.4/api/v4/projects/711","issues":"http://159.27.226.4/api/v4/projects/711/issues","merge_requests":"http://159.27.226.4/api/v4/projects/711/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/711/repository/branches","labels":"http://159.27.226.4/api/v4/projects/711/labels","events":"http://159.27.226.4/api/v4/projects/711/events","members":"http://159.27.226.4/api/v4/projects/711/members","cluster_agents":"http://159.27.226.4/api/v4/projects/711/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-07-05T11:29:03.403Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":null}},{"id":608,"description":"","name":"shared_config","name_with_namespace":"config / tianjin / shared_config","path":"shared_config","path_with_namespace":"config/tianjin/shared_config","created_at":"2023-05-10T05:51:44.146Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/tianjin/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/tianjin/shared_config.git","web_url":"http://159.27.226.4/config/tianjin/shared_config","readme_url":"http://159.27.226.4/config/tianjin/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:37:09.726Z","namespace":{"id":687,"name":"tianjin","path":"tianjin","kind":"group","full_path":"config/tianjin","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/tianjin"},"_links":{"self":"http://159.27.226.4/api/v4/projects/608","issues":"http://159.27.226.4/api/v4/projects/608/issues","merge_requests":"http://159.27.226.4/api/v4/projects/608/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/608/repository/branches","labels":"http://159.27.226.4/api/v4/projects/608/labels","events":"http://159.27.226.4/api/v4/projects/608/events","members":"http://159.27.226.4/api/v4/projects/608/members","cluster_agents":"http://159.27.226.4/api/v4/projects/608/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-05-11T05:51:44.195Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":590,"description":"","name":"shared_config","name_with_namespace":"config / rizhao / shared_config","path":"shared_config","path_with_namespace":"config/rizhao/shared_config","created_at":"2023-04-15T01:44:41.689Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/rizhao/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/rizhao/shared_config.git","web_url":"http://159.27.226.4/config/rizhao/shared_config","readme_url":"http://159.27.226.4/config/rizhao/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:34:01.928Z","namespace":{"id":666,"name":"rizhao","path":"rizhao","kind":"group","full_path":"config/rizhao","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/rizhao"},"_links":{"self":"http://159.27.226.4/api/v4/projects/590","issues":"http://159.27.226.4/api/v4/projects/590/issues","merge_requests":"http://159.27.226.4/api/v4/projects/590/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/590/repository/branches","labels":"http://159.27.226.4/api/v4/projects/590/labels","events":"http://159.27.226.4/api/v4/projects/590/events","members":"http://159.27.226.4/api/v4/projects/590/members","cluster_agents":"http://159.27.226.4/api/v4/projects/590/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-04-16T01:44:41.709Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":550,"description":"","name":"shared_config","name_with_namespace":"config / suqian / shared_config","path":"shared_config","path_with_namespace":"config/suqian/shared_config","created_at":"2023-02-27T07:33:41.478Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/suqian/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/suqian/shared_config.git","web_url":"http://159.27.226.4/config/suqian/shared_config","readme_url":"http://159.27.226.4/config/suqian/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:35:30.027Z","namespace":{"id":614,"name":"suqian","path":"suqian","kind":"group","full_path":"config/suqian","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/suqian"},"_links":{"self":"http://159.27.226.4/api/v4/projects/550","issues":"http://159.27.226.4/api/v4/projects/550/issues","merge_requests":"http://159.27.226.4/api/v4/projects/550/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/550/repository/branches","labels":"http://159.27.226.4/api/v4/projects/550/labels","events":"http://159.27.226.4/api/v4/projects/550/events","members":"http://159.27.226.4/api/v4/projects/550/members","cluster_agents":"http://159.27.226.4/api/v4/projects/550/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-02-28T07:33:41.552Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":{"access_level":20,"notification_level":3}}},{"id":537,"description":"","name":"shared_config","name_with_namespace":"config / weifang / container_port / shared_config","path":"shared_config","path_with_namespace":"config/weifang/container_port/shared_config","created_at":"2023-02-11T09:36:53.324Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/container_port/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/weifang/container_port/shared_config.git","web_url":"http://159.27.226.4/config/weifang/container_port/shared_config","readme_url":"http://159.27.226.4/config/weifang/container_port/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-19T09:16:14.282Z","namespace":{"id":599,"name":"container_port","path":"container_port","kind":"group","full_path":"config/weifang/container_port","parent_id":581,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/weifang/container_port"},"_links":{"self":"http://159.27.226.4/api/v4/projects/537","issues":"http://159.27.226.4/api/v4/projects/537/issues","merge_requests":"http://159.27.226.4/api/v4/projects/537/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/537/repository/branches","labels":"http://159.27.226.4/api/v4/projects/537/labels","events":"http://159.27.226.4/api/v4/projects/537/events","members":"http://159.27.226.4/api/v4/projects/537/members","cluster_agents":"http://159.27.226.4/api/v4/projects/537/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-02-12T09:36:53.353Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":521,"description":"","name":"shared_config","name_with_namespace":"config / weifang / bulk_port / shared_config","path":"shared_config","path_with_namespace":"config/weifang/bulk_port/shared_config","created_at":"2023-01-06T02:54:07.725Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/bulk_port/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/weifang/bulk_port/shared_config.git","web_url":"http://159.27.226.4/config/weifang/bulk_port/shared_config","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-19T07:22:44.732Z","namespace":{"id":616,"name":"bulk_port","path":"bulk_port","kind":"group","full_path":"config/weifang/bulk_port","parent_id":581,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/weifang/bulk_port"},"_links":{"self":"http://159.27.226.4/api/v4/projects/521","issues":"http://159.27.226.4/api/v4/projects/521/issues","merge_requests":"http://159.27.226.4/api/v4/projects/521/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/521/repository/branches","labels":"http://159.27.226.4/api/v4/projects/521/labels","events":"http://159.27.226.4/api/v4/projects/521/events","members":"http://159.27.226.4/api/v4/projects/521/members","cluster_agents":"http://159.27.226.4/api/v4/projects/521/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-01-07T02:54:07.782Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[{"group_id":77,"group_name":"CI","group_full_path":"ci","group_access_level":30,"expires_at":null},{"group_id":67,"group_name":"Cloud","group_full_path":"cloud","group_access_level":30,"expires_at":null},{"group_id":8,"group_name":"Lidar","group_full_path":"lidar","group_access_level":30,"expires_at":null},{"group_id":11,"group_name":"Localization","group_full_path":"localization","group_access_level":30,"expires_at":null},{"group_id":12,"group_name":"Map","group_full_path":"map","group_access_level":30,"expires_at":null},{"group_id":10,"group_name":"PNC","group_full_path":"pnc","group_access_level":30,"expires_at":null},{"group_id":14,"group_name":"System","group_full_path":"system","group_access_level":30,"expires_at":null},{"group_id":57,"group_name":"driver_and_tools","group_full_path":"driver_and_tools","group_access_level":30,"expires_at":null},{"group_id":105,"group_name":"engineering","group_full_path":"localization/engineering","group_access_level":30,"expires_at":null},{"group_id":120,"group_name":"lidar_application","group_full_path":"lidar_application","group_access_level":30,"expires_at":null},{"group_id":52,"group_name":"lidar_localization_mapping","group_full_path":"lidar_localization_mapping","group_access_level":30,"expires_at":null}],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":486,"description":"","name":"shared_config","name_with_namespace":"config / xiamen / shared_config","path":"shared_config","path_with_namespace":"config/xiamen/shared_config","created_at":"2022-10-27T06:49:53.411Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/xiamen/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/xiamen/shared_config.git","web_url":"http://159.27.226.4/config/xiamen/shared_config","readme_url":"http://159.27.226.4/config/xiamen/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-18T06:29:17.149Z","namespace":{"id":499,"name":"xiamen","path":"xiamen","kind":"group","full_path":"config/xiamen","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/xiamen"},"_links":{"self":"http://159.27.226.4/api/v4/projects/486","issues":"http://159.27.226.4/api/v4/projects/486/issues","merge_requests":"http://159.27.226.4/api/v4/projects/486/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/486/repository/branches","labels":"http://159.27.226.4/api/v4/projects/486/labels","events":"http://159.27.226.4/api/v4/projects/486/events","members":"http://159.27.226.4/api/v4/projects/486/members","cluster_agents":"http://159.27.226.4/api/v4/projects/486/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2022-10-28T06:49:53.442Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":null}},{"id":411,"description":"","name":"shared_config","name_with_namespace":"config / taicang / shared_config","path":"shared_config","path_with_namespace":"config/taicang/shared_config","created_at":"2022-09-14T03:19:24.795Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/taicang/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/taicang/shared_config.git","web_url":"http://159.27.226.4/config/taicang/shared_config","readme_url":"http://159.27.226.4/config/taicang/shared_config/-/blob/master/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:36:12.246Z","namespace":{"id":462,"name":"taicang","path":"taicang","kind":"group","full_path":"config/taicang","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/taicang"},"_links":{"self":"http://159.27.226.4/api/v4/projects/411","issues":"http://159.27.226.4/api/v4/projects/411/issues","merge_requests":"http://159.27.226.4/api/v4/projects/411/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/411/repository/branches","labels":"http://159.27.226.4/api/v4/projects/411/labels","events":"http://159.27.226.4/api/v4/projects/411/events","members":"http://159.27.226.4/api/v4/projects/411/members","cluster_agents":"http://159.27.226.4/api/v4/projects/411/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2022-09-15T03:19:24.827Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":311,"description":"","name":"shared_config","name_with_namespace":"ota / shared_config","path":"shared_config","path_with_namespace":"ota/shared_config","created_at":"2022-04-29T08:36:40.153Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:ota/shared_config.git","http_url_to_repo":"http://159.27.226.4/ota/shared_config.git","web_url":"http://159.27.226.4/ota/shared_config","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2022-06-19T00:33:46.130Z","namespace":{"id":49,"name":"ota","path":"ota","kind":"user","full_path":"ota","parent_id":null,"avatar_url":"/uploads/-/system/user/avatar/35/avatar.png","web_url":"http://159.27.226.4/ota"},"_links":{"self":"http://159.27.226.4/api/v4/projects/311","issues":"http://159.27.226.4/api/v4/projects/311/issues","merge_requests":"http://159.27.226.4/api/v4/projects/311/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/311/repository/branches","labels":"http://159.27.226.4/api/v4/projects/311/labels","events":"http://159.27.226.4/api/v4/projects/311/events","members":"http://159.27.226.4/api/v4/projects/311/members","cluster_agents":"http://159.27.226.4/api/v4/projects/311/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","owner":{"id":35,"username":"ota","name":"ota","state":"active","avatar_url":"http://159.27.226.4/uploads/-/system/user/avatar/35/avatar.png","web_url":"http://159.27.226.4/ota"},"resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2022-04-30T08:36:40.218Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":35,"mr_default_target_self":false,"import_url":null,"import_type":null,"import_status":"finished","open_issues_count":0,"ci_default_git_depth":50,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":50,"notification_level":3},"group_access":null}},{"id":215,"description":"","name":"shared_config","name_with_namespace":"config / daxie / shared_config","path":"shared_config","path_with_namespace":"config/daxie/shared_config","created_at":"2021-12-20T10:07:29.852Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/daxie/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/daxie/shared_config.git","web_url":"http://159.27.226.4/config/daxie/shared_config","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":1,"last_activity_at":"2024-03-18T02:53:14.268Z","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
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
e39b22e
[Pipeline] sh
+ python3 /root/weilk/project/get_git_log.py 537 e39b22e e39b22e
[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":"dfb3cb0","shared_config":"e39b22e"}}
[Pipeline] echo
{"project":{"A001":"config/weifang/container_port/A001","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A001":"dfb3cb0","shared_config":"e39b22e"}}
[Pipeline] sh
+ echo '{"project":{"A001":"config/weifang/container_port/A001","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A001":"dfb3cb0","shared_config":"e39b22e"}}'
[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":"dfb3cb0","shared_config":"e39b22e"}}
[Pipeline] echo
{"repo_name":"params_computer_shared_config","branch":"dev","time":"2024-03-20_14-27-14","commit_id":"e39b22e","version":"","commit_msgs":",,"}
[Pipeline] }
[Pipeline] // script
[Pipeline] readJSON
[Pipeline] withCredentials
Masking supported pattern matches of $gitlabToken
[Pipeline] {
[Pipeline] httpRequest
Warning: A secret was passed to "httpRequest" using Groovy String interpolation, which is insecure.
Affected argument(s) used the following variable(s): [gitlabToken]
See https://jenkins.io/redirect/groovy-string-interpolation for details.
HttpMethod: GET
URL: http://159.27.226.4/api/v4/projects?search=shared_config
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects?search=shared_config
Response Code: HTTP/1.1 200 OK
Response:
[{"id":1404,"description":"","name":"shared_config","name_with_namespace":"config / shenzhen / mawan / shared_config","path":"shared_config","path_with_namespace":"config/shenzhen/mawan/shared_config","created_at":"2024-03-11T07:05:56.044Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/shenzhen/mawan/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/shenzhen/mawan/shared_config.git","web_url":"http://159.27.226.4/config/shenzhen/mawan/shared_config","readme_url":"http://159.27.226.4/config/shenzhen/mawan/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-11T07:05:56.044Z","namespace":{"id":1546,"name":"mawan","path":"mawan","kind":"group","full_path":"config/shenzhen/mawan","parent_id":1545,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/shenzhen/mawan"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1404","issues":"http://159.27.226.4/api/v4/projects/1404/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1404/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1404/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1404/labels","events":"http://159.27.226.4/api/v4/projects/1404/events","members":"http://159.27.226.4/api/v4/projects/1404/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1404/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2024-03-12T07:05:56.106Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1229,"description":"","name":"shared_config","name_with_namespace":"config / shanghai / luojing / shared_config","path":"shared_config","path_with_namespace":"config/shanghai/luojing/shared_config","created_at":"2023-10-30T06:38:21.219Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/shanghai/luojing/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/shanghai/luojing/shared_config.git","web_url":"http://159.27.226.4/config/shanghai/luojing/shared_config","readme_url":"http://159.27.226.4/config/shanghai/luojing/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-01-29T11:52:15.598Z","namespace":{"id":1360,"name":"luojing","path":"luojing","kind":"group","full_path":"config/shanghai/luojing","parent_id":1359,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/shanghai/luojing"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1229","issues":"http://159.27.226.4/api/v4/projects/1229/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1229/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1229/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1229/labels","events":"http://159.27.226.4/api/v4/projects/1229/events","members":"http://159.27.226.4/api/v4/projects/1229/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1229/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-10-31T06:38:21.323Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1112,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / xilian / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/xilian/shared_config","created_at":"2023-10-17T11:35:03.561Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/xilian/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/xilian/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/xilian/shared_config","readme_url":"http://159.27.226.4/config/qingdao/xilian/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-12T03:48:41.465Z","namespace":{"id":1240,"name":"xilian","path":"xilian","kind":"group","full_path":"config/qingdao/xilian","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/xilian"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1112","issues":"http://159.27.226.4/api/v4/projects/1112/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1112/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1112/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1112/labels","events":"http://159.27.226.4/api/v4/projects/1112/events","members":"http://159.27.226.4/api/v4/projects/1112/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1112/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-10-18T11:35:03.593Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1096,"description":"","name":"shared_config","name_with_namespace":"config / fangcheng / shared_config","path":"shared_config","path_with_namespace":"config/fangcheng/shared_config","created_at":"2023-09-21T07:01:00.264Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/fangcheng/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/fangcheng/shared_config.git","web_url":"http://159.27.226.4/config/fangcheng/shared_config","readme_url":"http://159.27.226.4/config/fangcheng/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:28:47.297Z","namespace":{"id":1220,"name":"fangcheng","path":"fangcheng","kind":"group","full_path":"config/fangcheng","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/fangcheng"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1096","issues":"http://159.27.226.4/api/v4/projects/1096/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1096/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1096/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1096/labels","events":"http://159.27.226.4/api/v4/projects/1096/events","members":"http://159.27.226.4/api/v4/projects/1096/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1096/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-09-22T07:01:00.288Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1069,"description":"","name":"shared_config","name_with_namespace":"config / rugao / shared_config","path":"shared_config","path_with_namespace":"config/rugao/shared_config","created_at":"2023-09-12T11:52:34.020Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/rugao/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/rugao/shared_config.git","web_url":"http://159.27.226.4/config/rugao/shared_config","readme_url":"http://159.27.226.4/config/rugao/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:34:41.228Z","namespace":{"id":1191,"name":"rugao","path":"rugao","kind":"group","full_path":"config/rugao","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/rugao"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1069","issues":"http://159.27.226.4/api/v4/projects/1069/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1069/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1069/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1069/labels","events":"http://159.27.226.4/api/v4/projects/1069/events","members":"http://159.27.226.4/api/v4/projects/1069/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1069/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-09-13T11:52:34.092Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1038,"description":"","name":"shared_config","name_with_namespace":"config / qinzhou / shared_config","path":"shared_config","path_with_namespace":"config/qinzhou/shared_config","created_at":"2023-08-21T09:09:35.316Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qinzhou/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qinzhou/shared_config.git","web_url":"http://159.27.226.4/config/qinzhou/shared_config","readme_url":"http://159.27.226.4/config/qinzhou/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:33:11.733Z","namespace":{"id":1159,"name":"qinzhou","path":"qinzhou","kind":"group","full_path":"config/qinzhou","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qinzhou"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1038","issues":"http://159.27.226.4/api/v4/projects/1038/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1038/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1038/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1038/labels","events":"http://159.27.226.4/api/v4/projects/1038/events","members":"http://159.27.226.4/api/v4/projects/1038/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1038/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-08-22T09:09:35.363Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":null}},{"id":904,"description":"","name":"shared_config","name_with_namespace":"config / jianlong / shared_config","path":"shared_config","path_with_namespace":"config/jianlong/shared_config","created_at":"2023-07-28T02:45:18.413Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/jianlong/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/jianlong/shared_config.git","web_url":"http://159.27.226.4/config/jianlong/shared_config","readme_url":"http://159.27.226.4/config/jianlong/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-25T06:52:40.407Z","namespace":{"id":1023,"name":"jianlong","path":"jianlong","kind":"group","full_path":"config/jianlong","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/jianlong"},"_links":{"self":"http://159.27.226.4/api/v4/projects/904","issues":"http://159.27.226.4/api/v4/projects/904/issues","merge_requests":"http://159.27.226.4/api/v4/projects/904/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/904/repository/branches","labels":"http://159.27.226.4/api/v4/projects/904/labels","events":"http://159.27.226.4/api/v4/projects/904/events","members":"http://159.27.226.4/api/v4/projects/904/members","cluster_agents":"http://159.27.226.4/api/v4/projects/904/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-07-29T02:45:18.435Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":711,"description":"","name":"shared_config","name_with_namespace":"config / jili / shared_config","path":"shared_config","path_with_namespace":"config/jili/shared_config","created_at":"2023-07-04T11:29:03.387Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/jili/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/jili/shared_config.git","web_url":"http://159.27.226.4/config/jili/shared_config","readme_url":"http://159.27.226.4/config/jili/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:31:48.017Z","namespace":{"id":799,"name":"jili","path":"jili","kind":"group","full_path":"config/jili","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/jili"},"_links":{"self":"http://159.27.226.4/api/v4/projects/711","issues":"http://159.27.226.4/api/v4/projects/711/issues","merge_requests":"http://159.27.226.4/api/v4/projects/711/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/711/repository/branches","labels":"http://159.27.226.4/api/v4/projects/711/labels","events":"http://159.27.226.4/api/v4/projects/711/events","members":"http://159.27.226.4/api/v4/projects/711/members","cluster_agents":"http://159.27.226.4/api/v4/projects/711/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-07-05T11:29:03.403Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":null}},{"id":608,"description":"","name":"shared_config","name_with_namespace":"config / tianjin / shared_config","path":"shared_config","path_with_namespace":"config/tianjin/shared_config","created_at":"2023-05-10T05:51:44.146Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/tianjin/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/tianjin/shared_config.git","web_url":"http://159.27.226.4/config/tianjin/shared_config","readme_url":"http://159.27.226.4/config/tianjin/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:37:09.726Z","namespace":{"id":687,"name":"tianjin","path":"tianjin","kind":"group","full_path":"config/tianjin","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/tianjin"},"_links":{"self":"http://159.27.226.4/api/v4/projects/608","issues":"http://159.27.226.4/api/v4/projects/608/issues","merge_requests":"http://159.27.226.4/api/v4/projects/608/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/608/repository/branches","labels":"http://159.27.226.4/api/v4/projects/608/labels","events":"http://159.27.226.4/api/v4/projects/608/events","members":"http://159.27.226.4/api/v4/projects/608/members","cluster_agents":"http://159.27.226.4/api/v4/projects/608/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-05-11T05:51:44.195Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":590,"description":"","name":"shared_config","name_with_namespace":"config / rizhao / shared_config","path":"shared_config","path_with_namespace":"config/rizhao/shared_config","created_at":"2023-04-15T01:44:41.689Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/rizhao/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/rizhao/shared_config.git","web_url":"http://159.27.226.4/config/rizhao/shared_config","readme_url":"http://159.27.226.4/config/rizhao/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:34:01.928Z","namespace":{"id":666,"name":"rizhao","path":"rizhao","kind":"group","full_path":"config/rizhao","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/rizhao"},"_links":{"self":"http://159.27.226.4/api/v4/projects/590","issues":"http://159.27.226.4/api/v4/projects/590/issues","merge_requests":"http://159.27.226.4/api/v4/projects/590/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/590/repository/branches","labels":"http://159.27.226.4/api/v4/projects/590/labels","events":"http://159.27.226.4/api/v4/projects/590/events","members":"http://159.27.226.4/api/v4/projects/590/members","cluster_agents":"http://159.27.226.4/api/v4/projects/590/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-04-16T01:44:41.709Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":550,"description":"","name":"shared_config","name_with_namespace":"config / suqian / shared_config","path":"shared_config","path_with_namespace":"config/suqian/shared_config","created_at":"2023-02-27T07:33:41.478Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/suqian/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/suqian/shared_config.git","web_url":"http://159.27.226.4/config/suqian/shared_config","readme_url":"http://159.27.226.4/config/suqian/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:35:30.027Z","namespace":{"id":614,"name":"suqian","path":"suqian","kind":"group","full_path":"config/suqian","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/suqian"},"_links":{"self":"http://159.27.226.4/api/v4/projects/550","issues":"http://159.27.226.4/api/v4/projects/550/issues","merge_requests":"http://159.27.226.4/api/v4/projects/550/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/550/repository/branches","labels":"http://159.27.226.4/api/v4/projects/550/labels","events":"http://159.27.226.4/api/v4/projects/550/events","members":"http://159.27.226.4/api/v4/projects/550/members","cluster_agents":"http://159.27.226.4/api/v4/projects/550/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-02-28T07:33:41.552Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":{"access_level":20,"notification_level":3}}},{"id":537,"description":"","name":"shared_config","name_with_namespace":"config / weifang / container_port / shared_config","path":"shared_config","path_with_namespace":"config/weifang/container_port/shared_config","created_at":"2023-02-11T09:36:53.324Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/container_port/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/weifang/container_port/shared_config.git","web_url":"http://159.27.226.4/config/weifang/container_port/shared_config","readme_url":"http://159.27.226.4/config/weifang/container_port/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-19T09:16:14.282Z","namespace":{"id":599,"name":"container_port","path":"container_port","kind":"group","full_path":"config/weifang/container_port","parent_id":581,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/weifang/container_port"},"_links":{"self":"http://159.27.226.4/api/v4/projects/537","issues":"http://159.27.226.4/api/v4/projects/537/issues","merge_requests":"http://159.27.226.4/api/v4/projects/537/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/537/repository/branches","labels":"http://159.27.226.4/api/v4/projects/537/labels","events":"http://159.27.226.4/api/v4/projects/537/events","members":"http://159.27.226.4/api/v4/projects/537/members","cluster_agents":"http://159.27.226.4/api/v4/projects/537/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-02-12T09:36:53.353Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":521,"description":"","name":"shared_config","name_with_namespace":"config / weifang / bulk_port / shared_config","path":"shared_config","path_with_namespace":"config/weifang/bulk_port/shared_config","created_at":"2023-01-06T02:54:07.725Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/bulk_port/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/weifang/bulk_port/shared_config.git","web_url":"http://159.27.226.4/config/weifang/bulk_port/shared_config","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-19T07:22:44.732Z","namespace":{"id":616,"name":"bulk_port","path":"bulk_port","kind":"group","full_path":"config/weifang/bulk_port","parent_id":581,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/weifang/bulk_port"},"_links":{"self":"http://159.27.226.4/api/v4/projects/521","issues":"http://159.27.226.4/api/v4/projects/521/issues","merge_requests":"http://159.27.226.4/api/v4/projects/521/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/521/repository/branches","labels":"http://159.27.226.4/api/v4/projects/521/labels","events":"http://159.27.226.4/api/v4/projects/521/events","members":"http://159.27.226.4/api/v4/projects/521/members","cluster_agents":"http://159.27.226.4/api/v4/projects/521/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-01-07T02:54:07.782Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[{"group_id":77,"group_name":"CI","group_full_path":"ci","group_access_level":30,"expires_at":null},{"group_id":67,"group_name":"Cloud","group_full_path":"cloud","group_access_level":30,"expires_at":null},{"group_id":8,"group_name":"Lidar","group_full_path":"lidar","group_access_level":30,"expires_at":null},{"group_id":11,"group_name":"Localization","group_full_path":"localization","group_access_level":30,"expires_at":null},{"group_id":12,"group_name":"Map","group_full_path":"map","group_access_level":30,"expires_at":null},{"group_id":10,"group_name":"PNC","group_full_path":"pnc","group_access_level":30,"expires_at":null},{"group_id":14,"group_name":"System","group_full_path":"system","group_access_level":30,"expires_at":null},{"group_id":57,"group_name":"driver_and_tools","group_full_path":"driver_and_tools","group_access_level":30,"expires_at":null},{"group_id":105,"group_name":"engineering","group_full_path":"localization/engineering","group_access_level":30,"expires_at":null},{"group_id":120,"group_name":"lidar_application","group_full_path":"lidar_application","group_access_level":30,"expires_at":null},{"group_id":52,"group_name":"lidar_localization_mapping","group_full_path":"lidar_localization_mapping","group_access_level":30,"expires_at":null}],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":486,"description":"","name":"shared_config","name_with_namespace":"config / xiamen / shared_config","path":"shared_config","path_with_namespace":"config/xiamen/shared_config","created_at":"2022-10-27T06:49:53.411Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/xiamen/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/xiamen/shared_config.git","web_url":"http://159.27.226.4/config/xiamen/shared_config","readme_url":"http://159.27.226.4/config/xiamen/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-18T06:29:17.149Z","namespace":{"id":499,"name":"xiamen","path":"xiamen","kind":"group","full_path":"config/xiamen","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/xiamen"},"_links":{"self":"http://159.27.226.4/api/v4/projects/486","issues":"http://159.27.226.4/api/v4/projects/486/issues","merge_requests":"http://159.27.226.4/api/v4/projects/486/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/486/repository/branches","labels":"http://159.27.226.4/api/v4/projects/486/labels","events":"http://159.27.226.4/api/v4/projects/486/events","members":"http://159.27.226.4/api/v4/projects/486/members","cluster_agents":"http://159.27.226.4/api/v4/projects/486/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2022-10-28T06:49:53.442Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":null}},{"id":411,"description":"","name":"shared_config","name_with_namespace":"config / taicang / shared_config","path":"shared_config","path_with_namespace":"config/taicang/shared_config","created_at":"2022-09-14T03:19:24.795Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/taicang/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/taicang/shared_config.git","web_url":"http://159.27.226.4/config/taicang/shared_config","readme_url":"http://159.27.226.4/config/taicang/shared_config/-/blob/master/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:36:12.246Z","namespace":{"id":462,"name":"taicang","path":"taicang","kind":"group","full_path":"config/taicang","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/taicang"},"_links":{"self":"http://159.27.226.4/api/v4/projects/411","issues":"http://159.27.226.4/api/v4/projects/411/issues","merge_requests":"http://159.27.226.4/api/v4/projects/411/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/411/repository/branches","labels":"http://159.27.226.4/api/v4/projects/411/labels","events":"http://159.27.226.4/api/v4/projects/411/events","members":"http://159.27.226.4/api/v4/projects/411/members","cluster_agents":"http://159.27.226.4/api/v4/projects/411/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2022-09-15T03:19:24.827Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":311,"description":"","name":"shared_config","name_with_namespace":"ota / shared_config","path":"shared_config","path_with_namespace":"ota/shared_config","created_at":"2022-04-29T08:36:40.153Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:ota/shared_config.git","http_url_to_repo":"http://159.27.226.4/ota/shared_config.git","web_url":"http://159.27.226.4/ota/shared_config","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2022-06-19T00:33:46.130Z","namespace":{"id":49,"name":"ota","path":"ota","kind":"user","full_path":"ota","parent_id":null,"avatar_url":"/uploads/-/system/user/avatar/35/avatar.png","web_url":"http://159.27.226.4/ota"},"_links":{"self":"http://159.27.226.4/api/v4/projects/311","issues":"http://159.27.226.4/api/v4/projects/311/issues","merge_requests":"http://159.27.226.4/api/v4/projects/311/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/311/repository/branches","labels":"http://159.27.226.4/api/v4/projects/311/labels","events":"http://159.27.226.4/api/v4/projects/311/events","members":"http://159.27.226.4/api/v4/projects/311/members","cluster_agents":"http://159.27.226.4/api/v4/projects/311/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","owner":{"id":35,"username":"ota","name":"ota","state":"active","avatar_url":"http://159.27.226.4/uploads/-/system/user/avatar/35/avatar.png","web_url":"http://159.27.226.4/ota"},"resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2022-04-30T08:36:40.218Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":35,"mr_default_target_self":false,"import_url":null,"import_type":null,"import_status":"finished","open_issues_count":0,"ci_default_git_depth":50,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":50,"notification_level":3},"group_access":null}},{"id":215,"description":"","name":"shared_config","name_with_namespace":"config / daxie / shared_config","path":"shared_config","path_with_namespace":"config/daxie/shared_config","created_at":"2021-12-20T10:07:29.852Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/daxie/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/daxie/shared_config.git","web_url":"http://159.27.226.4/config/daxie/shared_config","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":1,"last_activity_at":"2024-03-18T02:53:14.268Z","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
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/e39b22e
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects/537/repository/commits/e39b22e
Response Code: HTTP/1.1 200 OK
Response:
{"id":"e39b22ecc30f1945db488a892547ea81e3349d66","short_id":"e39b22ec","created_at":"2024-03-19T17:16:11.000+08:00","parent_ids":["78ed64d6e4c1c175738446ef343a433539fb691c"],"title":"chore(params):更改最低限速","message":"chore(params):更改最低限速\n\n","author_name":"allen","author_email":"wuyanjun110@126.com","authored_date":"2024-03-19T17:16:11.000+08:00","committer_name":"allen","committer_email":"wuyanjun110@126.com","committed_date":"2024-03-19T17:16:11.000+08:00","trailers":{},"web_url":"http://159.27.226.4/config/weifang/container_port/shared_config/-/commit/e39b22ecc30f1945db488a892547ea81e3349d66","stats":{"additions":1,"deletions":1,"total":2},"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/03/19/17:16:11
[Pipeline] echo
dev**: e39b22e.**2024/03/19/17:16:11**
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
{"module":[{"repo_name":"params_orin_master_A001","branch":"dev","time":"2024-03-20_14-27-07","commit_id":"dfb3cb0","version":"","commit_msgs":",,"},{"repo_name":"params_computer_shared_config","branch":"dev","time":"2024-03-20_14-27-14","commit_id":"e39b22e","version":"","commit_msgs":",,"}],"device":1,"device_name":"A001_Master","type":0,"project":6}
[Pipeline] sh
++ ls
++ grep -v version.json
++ xargs
++ grep -v params_A001
+ cp -r params params_A001/
[Pipeline] sh
+ echo '{"module":[{"repo_name":"params_orin_master_A001","branch":"dev","time":"2024-03-20_14-27-07","commit_id":"dfb3cb0","version":"","commit_msgs":",,"},{"repo_name":"params_computer_shared_config","branch":"dev","time":"2024-03-20_14-27-14","commit_id":"e39b22e","version":"","commit_msgs":",,"}],"device":1,"device_name":"A001_Master","type":0,"project":6}'
[Pipeline] sh
+ rm -rf params_A001@tmp
[Pipeline] echo
> - [A001master]:
**公有dev**: e39b22e.**2024/03/19/17:16:11**
**私有dev**: dfb3cb0.**2024/03/12/19:10:27**
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
A003
[Pipeline] sh
+ mkdir -p /root/workspace/weifang-config/container/A003
[Pipeline] sh
+ mkdir -p /root/workspace/weifang-config/container/A003/params_A003
[Pipeline] sh
+ rm -rf /root/workspace/weifang-config/container/A003/params /root/workspace/weifang-config/container/A003/params_A003 /root/workspace/weifang-config/container/A003/params_new /root/workspace/weifang-config/container/A003/params_orin_master_A003_2024-03-19_17-29-57 /root/workspace/weifang-config/container/A003/params_orin_master_A003_2024-03-19_17-29-57.zip /root/workspace/weifang-config/container/A003/version.json
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A003
[Pipeline] {
[Pipeline] echo
[A001, A003]
[Pipeline] echo
更新A003参数
[Pipeline] echo
dev,http://159.27.226.4/config/weifang/container_port/A003.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/A003/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url http://159.27.226.4/config/weifang/container_port/A003.git # timeout=10
Using shallow fetch with depth 1
Fetching upstream changes from http://159.27.226.4/config/weifang/container_port/A003.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/A003.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/dev^{commit} # timeout=10
Checking out Revision 3d40b7c74439583243a41464bffb4dcae8f12495 (origin/dev)
> git config core.sparsecheckout # timeout=10
> git checkout -f 3d40b7c74439583243a41464bffb4dcae8f12495 # timeout=300000
Commit message: "feat_out: 转角传感器参数更新"
First time build. Skipping changelog.
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ git rev-parse --short HEAD
[Pipeline] echo
/root/commtest/rcdev-project/weifang/container/A003.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=A003
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects?search=A003
Response Code: HTTP/1.1 200 OK
Response:
[{"id":1311,"description":"","name":"A003","name_with_namespace":"Hardware / config / A003","path":"A003","path_with_namespace":"hardware/config/A003","created_at":"2024-01-04T13:09:33.236Z","default_branch":"dev","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:hardware/config/A003.git","http_url_to_repo":"http://159.27.226.4/hardware/config/A003.git","web_url":"http://159.27.226.4/hardware/config/A003","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-01-12T15:40:07.589Z","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/1311","issues":"http://159.27.226.4/api/v4/projects/1311/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1311/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1311/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1311/labels","events":"http://159.27.226.4/api/v4/projects/1311/events","members":"http://159.27.226.4/api/v4/projects/1311/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1311/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_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:33.250Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"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":1162,"description":null,"name":"A003","name_with_namespace":"Localization / config / A003","path":"A003","path_with_namespace":"localization/config/A003","created_at":"2023-10-24T03:58:34.840Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:localization/config/A003.git","http_url_to_repo":"http://159.27.226.4/localization/config/A003.git","web_url":"http://159.27.226.4/localization/config/A003","readme_url":"http://159.27.226.4/localization/config/A003/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-04T06:39:24.695Z","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/1162","issues":"http://159.27.226.4/api/v4/projects/1162/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1162/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1162/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1162/labels","events":"http://159.27.226.4/api/v4/projects/1162/events","members":"http://159.27.226.4/api/v4/projects/1162/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1162/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_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:34.865Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"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":923,"description":null,"name":"A003","name_with_namespace":"Lidar / config / vehicles / A003","path":"A003","path_with_namespace":"lidar/config/vehicles/A003","created_at":"2023-07-28T07:56:21.144Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:lidar/config/vehicles/A003.git","http_url_to_repo":"http://159.27.226.4/lidar/config/vehicles/A003.git","web_url":"http://159.27.226.4/lidar/config/vehicles/A003","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-02-05T09:38:09.762Z","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/923","issues":"http://159.27.226.4/api/v4/projects/923/issues","merge_requests":"http://159.27.226.4/api/v4/projects/923/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/923/repository/branches","labels":"http://159.27.226.4/api/v4/projects/923/labels","events":"http://159.27.226.4/api/v4/projects/923/events","members":"http://159.27.226.4/api/v4/projects/923/members","cluster_agents":"http://159.27.226.4/api/v4/projects/923/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_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.155Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"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":872,"description":"","name":"A003","name_with_namespace":"config / extrinsics / A003","path":"A003","path_with_namespace":"config/extrinsics/A003","created_at":"2023-07-24T08:04:02.794Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/extrinsics/A003.git","http_url_to_repo":"http://159.27.226.4/config/extrinsics/A003.git","web_url":"http://159.27.226.4/config/extrinsics/A003","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-02-18T07:28:26.724Z","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/872","issues":"http://159.27.226.4/api/v4/projects/872/issues","merge_requests":"http://159.27.226.4/api/v4/projects/872/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/872/repository/branches","labels":"http://159.27.226.4/api/v4/projects/872/labels","events":"http://159.27.226.4/api/v4/projects/872/events","members":"http://159.27.226.4/api/v4/projects/872/members","cluster_agents":"http://159.27.226.4/api/v4/projects/872/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_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:02.808Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"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":817,"description":"","name":"A003","name_with_namespace":"config / vehicles / A003","path":"A003","path_with_namespace":"config/vehicles/A003","created_at":"2023-07-20T06:22:31.033Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/vehicles/A003.git","http_url_to_repo":"http://159.27.226.4/config/vehicles/A003.git","web_url":"http://159.27.226.4/config/vehicles/A003","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-13T07:05:08.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/817","issues":"http://159.27.226.4/api/v4/projects/817/issues","merge_requests":"http://159.27.226.4/api/v4/projects/817/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/817/repository/branches","labels":"http://159.27.226.4/api/v4/projects/817/labels","events":"http://159.27.226.4/api/v4/projects/817/events","members":"http://159.27.226.4/api/v4/projects/817/members","cluster_agents":"http://159.27.226.4/api/v4/projects/817/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_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:31.053Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"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":649,"description":"","name":"A003","name_with_namespace":"config / weifang / container_port / A003","path":"A003","path_with_namespace":"config/weifang/container_port/A003","created_at":"2023-06-14T02:13:31.072Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/container_port/A003.git","http_url_to_repo":"http://159.27.226.4/config/weifang/container_port/A003.git","web_url":"http://159.27.226.4/config/weifang/container_port/A003","readme_url":"http://159.27.226.4/config/weifang/container_port/A003/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-15T11:17:29.302Z","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/649","issues":"http://159.27.226.4/api/v4/projects/649/issues","merge_requests":"http://159.27.226.4/api/v4/projects/649/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/649/repository/branches","labels":"http://159.27.226.4/api/v4/projects/649/labels","events":"http://159.27.226.4/api/v4/projects/649/events","members":"http://159.27.226.4/api/v4/projects/649/members","cluster_agents":"http://159.27.226.4/api/v4/projects/649/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_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:31.112Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"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/A003
[Pipeline] echo
config/weifang/container_port/A003
[Pipeline] echo
config/weifang/container_port/A003
[Pipeline] echo
config/weifang/container_port/A003
[Pipeline] echo
config/weifang/container_port/A003
[Pipeline] echo
config/weifang/container_port/A003
[Pipeline] echo
649
[Pipeline] echo
649
[Pipeline] echo
3d40b7c
[Pipeline] sh
+ python3 /root/weilk/project/get_git_log.py 649 3d40b7c 3d40b7c
[Pipeline] echo
/root/commtest/rcdev-project/weifang/container/.A003.json
[Pipeline] readJSON
[Pipeline] echo
{"project":{"A003":"config/weifang/container_port/A003","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A003":"3d40b7c","shared_config":"e39b22e"}}
[Pipeline] echo
{"project":{"A003":"config/weifang/container_port/A003","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A003":"3d40b7c","shared_config":"e39b22e"}}
[Pipeline] sh
+ echo '{"project":{"A003":"config/weifang/container_port/A003","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A003":"3d40b7c","shared_config":"e39b22e"}}'
[Pipeline] sh
+ cat /root/commtest/rcdev-project/weifang/container/.A003.json
{"project":{"A003":"config/weifang/container_port/A003","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A003":"3d40b7c","shared_config":"e39b22e"}}
[Pipeline] echo
{"repo_name":"params_orin_master_A003","branch":"dev","time":"2024-03-20_14-27-20","commit_id":"3d40b7c","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=A003
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects?search=A003
Response Code: HTTP/1.1 200 OK
Response:
[{"id":1311,"description":"","name":"A003","name_with_namespace":"Hardware / config / A003","path":"A003","path_with_namespace":"hardware/config/A003","created_at":"2024-01-04T13:09:33.236Z","default_branch":"dev","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:hardware/config/A003.git","http_url_to_repo":"http://159.27.226.4/hardware/config/A003.git","web_url":"http://159.27.226.4/hardware/config/A003","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-01-12T15:40:07.589Z","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/1311","issues":"http://159.27.226.4/api/v4/projects/1311/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1311/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1311/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1311/labels","events":"http://159.27.226.4/api/v4/projects/1311/events","members":"http://159.27.226.4/api/v4/projects/1311/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1311/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_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:33.250Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"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":1162,"description":null,"name":"A003","name_with_namespace":"Localization / config / A003","path":"A003","path_with_namespace":"localization/config/A003","created_at":"2023-10-24T03:58:34.840Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:localization/config/A003.git","http_url_to_repo":"http://159.27.226.4/localization/config/A003.git","web_url":"http://159.27.226.4/localization/config/A003","readme_url":"http://159.27.226.4/localization/config/A003/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-04T06:39:24.695Z","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/1162","issues":"http://159.27.226.4/api/v4/projects/1162/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1162/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1162/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1162/labels","events":"http://159.27.226.4/api/v4/projects/1162/events","members":"http://159.27.226.4/api/v4/projects/1162/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1162/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_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:34.865Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"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":923,"description":null,"name":"A003","name_with_namespace":"Lidar / config / vehicles / A003","path":"A003","path_with_namespace":"lidar/config/vehicles/A003","created_at":"2023-07-28T07:56:21.144Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:lidar/config/vehicles/A003.git","http_url_to_repo":"http://159.27.226.4/lidar/config/vehicles/A003.git","web_url":"http://159.27.226.4/lidar/config/vehicles/A003","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-02-05T09:38:09.762Z","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/923","issues":"http://159.27.226.4/api/v4/projects/923/issues","merge_requests":"http://159.27.226.4/api/v4/projects/923/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/923/repository/branches","labels":"http://159.27.226.4/api/v4/projects/923/labels","events":"http://159.27.226.4/api/v4/projects/923/events","members":"http://159.27.226.4/api/v4/projects/923/members","cluster_agents":"http://159.27.226.4/api/v4/projects/923/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_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.155Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"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":872,"description":"","name":"A003","name_with_namespace":"config / extrinsics / A003","path":"A003","path_with_namespace":"config/extrinsics/A003","created_at":"2023-07-24T08:04:02.794Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/extrinsics/A003.git","http_url_to_repo":"http://159.27.226.4/config/extrinsics/A003.git","web_url":"http://159.27.226.4/config/extrinsics/A003","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-02-18T07:28:26.724Z","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/872","issues":"http://159.27.226.4/api/v4/projects/872/issues","merge_requests":"http://159.27.226.4/api/v4/projects/872/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/872/repository/branches","labels":"http://159.27.226.4/api/v4/projects/872/labels","events":"http://159.27.226.4/api/v4/projects/872/events","members":"http://159.27.226.4/api/v4/projects/872/members","cluster_agents":"http://159.27.226.4/api/v4/projects/872/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_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:02.808Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"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":817,"description":"","name":"A003","name_with_namespace":"config / vehicles / A003","path":"A003","path_with_namespace":"config/vehicles/A003","created_at":"2023-07-20T06:22:31.033Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/vehicles/A003.git","http_url_to_repo":"http://159.27.226.4/config/vehicles/A003.git","web_url":"http://159.27.226.4/config/vehicles/A003","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-13T07:05:08.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/817","issues":"http://159.27.226.4/api/v4/projects/817/issues","merge_requests":"http://159.27.226.4/api/v4/projects/817/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/817/repository/branches","labels":"http://159.27.226.4/api/v4/projects/817/labels","events":"http://159.27.226.4/api/v4/projects/817/events","members":"http://159.27.226.4/api/v4/projects/817/members","cluster_agents":"http://159.27.226.4/api/v4/projects/817/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_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:31.053Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"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":649,"description":"","name":"A003","name_with_namespace":"config / weifang / container_port / A003","path":"A003","path_with_namespace":"config/weifang/container_port/A003","created_at":"2023-06-14T02:13:31.072Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/container_port/A003.git","http_url_to_repo":"http://159.27.226.4/config/weifang/container_port/A003.git","web_url":"http://159.27.226.4/config/weifang/container_port/A003","readme_url":"http://159.27.226.4/config/weifang/container_port/A003/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-15T11:17:29.302Z","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/649","issues":"http://159.27.226.4/api/v4/projects/649/issues","merge_requests":"http://159.27.226.4/api/v4/projects/649/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/649/repository/branches","labels":"http://159.27.226.4/api/v4/projects/649/labels","events":"http://159.27.226.4/api/v4/projects/649/events","members":"http://159.27.226.4/api/v4/projects/649/members","cluster_agents":"http://159.27.226.4/api/v4/projects/649/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_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:31.112Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"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/A003
[Pipeline] echo
config/weifang/container_port/A003
[Pipeline] echo
config/weifang/container_port/A003
[Pipeline] echo
config/weifang/container_port/A003
[Pipeline] echo
config/weifang/container_port/A003
[Pipeline] echo
config/weifang/container_port/A003
[Pipeline] echo
649
[Pipeline] echo
649
[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/649/repository/commits/3d40b7c
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects/649/repository/commits/3d40b7c
Response Code: HTTP/1.1 200 OK
Response:
{"id":"3d40b7c74439583243a41464bffb4dcae8f12495","short_id":"3d40b7c7","created_at":"2024-03-15T19:17:26.000+08:00","parent_ids":["3e915d982eb1c8bc0fec2cbfa00cf6e5d880eab5"],"title":"feat_out: 转角传感器参数更新","message":"feat_out: 转角传感器参数更新\n","author_name":"chenran","author_email":"chenran@senior.auto","authored_date":"2024-03-15T19:17:26.000+08:00","committer_name":"chenran","committer_email":"chenran@senior.auto","committed_date":"2024-03-15T19:17:26.000+08:00","trailers":{},"web_url":"http://159.27.226.4/config/weifang/container_port/A003/-/commit/3d40b7c74439583243a41464bffb4dcae8f12495","stats":{"additions":1,"deletions":1,"total":2},"status":null,"project_id":649,"last_pipeline":null}
Success: Status code 200 is in the accepted range: 100:399
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] readJSON
[Pipeline] echo
2024/03/15/19:17:26
[Pipeline] echo
dev**: 3d40b7c.**2024/03/15/19:17:26**
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A003/params_A003
[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_A003@tmp
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ git rev-parse --short HEAD
[Pipeline] echo
/root/commtest/rcdev-project/weifang/container/A003.json
[Pipeline] readJSON
[Pipeline] withCredentials
Masking supported pattern matches of $gitlabToken
[Pipeline] {
[Pipeline] httpRequest
Warning: A secret was passed to "httpRequest" using Groovy String interpolation, which is insecure.
Affected argument(s) used the following variable(s): [gitlabToken]
See https://jenkins.io/redirect/groovy-string-interpolation for details.
HttpMethod: GET
URL: http://159.27.226.4/api/v4/projects?search=shared_config
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects?search=shared_config
Response Code: HTTP/1.1 200 OK
Response:
[{"id":1404,"description":"","name":"shared_config","name_with_namespace":"config / shenzhen / mawan / shared_config","path":"shared_config","path_with_namespace":"config/shenzhen/mawan/shared_config","created_at":"2024-03-11T07:05:56.044Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/shenzhen/mawan/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/shenzhen/mawan/shared_config.git","web_url":"http://159.27.226.4/config/shenzhen/mawan/shared_config","readme_url":"http://159.27.226.4/config/shenzhen/mawan/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-11T07:05:56.044Z","namespace":{"id":1546,"name":"mawan","path":"mawan","kind":"group","full_path":"config/shenzhen/mawan","parent_id":1545,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/shenzhen/mawan"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1404","issues":"http://159.27.226.4/api/v4/projects/1404/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1404/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1404/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1404/labels","events":"http://159.27.226.4/api/v4/projects/1404/events","members":"http://159.27.226.4/api/v4/projects/1404/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1404/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2024-03-12T07:05:56.106Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1229,"description":"","name":"shared_config","name_with_namespace":"config / shanghai / luojing / shared_config","path":"shared_config","path_with_namespace":"config/shanghai/luojing/shared_config","created_at":"2023-10-30T06:38:21.219Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/shanghai/luojing/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/shanghai/luojing/shared_config.git","web_url":"http://159.27.226.4/config/shanghai/luojing/shared_config","readme_url":"http://159.27.226.4/config/shanghai/luojing/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-01-29T11:52:15.598Z","namespace":{"id":1360,"name":"luojing","path":"luojing","kind":"group","full_path":"config/shanghai/luojing","parent_id":1359,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/shanghai/luojing"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1229","issues":"http://159.27.226.4/api/v4/projects/1229/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1229/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1229/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1229/labels","events":"http://159.27.226.4/api/v4/projects/1229/events","members":"http://159.27.226.4/api/v4/projects/1229/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1229/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-10-31T06:38:21.323Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1112,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / xilian / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/xilian/shared_config","created_at":"2023-10-17T11:35:03.561Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/xilian/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/xilian/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/xilian/shared_config","readme_url":"http://159.27.226.4/config/qingdao/xilian/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-12T03:48:41.465Z","namespace":{"id":1240,"name":"xilian","path":"xilian","kind":"group","full_path":"config/qingdao/xilian","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/xilian"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1112","issues":"http://159.27.226.4/api/v4/projects/1112/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1112/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1112/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1112/labels","events":"http://159.27.226.4/api/v4/projects/1112/events","members":"http://159.27.226.4/api/v4/projects/1112/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1112/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-10-18T11:35:03.593Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1096,"description":"","name":"shared_config","name_with_namespace":"config / fangcheng / shared_config","path":"shared_config","path_with_namespace":"config/fangcheng/shared_config","created_at":"2023-09-21T07:01:00.264Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/fangcheng/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/fangcheng/shared_config.git","web_url":"http://159.27.226.4/config/fangcheng/shared_config","readme_url":"http://159.27.226.4/config/fangcheng/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:28:47.297Z","namespace":{"id":1220,"name":"fangcheng","path":"fangcheng","kind":"group","full_path":"config/fangcheng","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/fangcheng"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1096","issues":"http://159.27.226.4/api/v4/projects/1096/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1096/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1096/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1096/labels","events":"http://159.27.226.4/api/v4/projects/1096/events","members":"http://159.27.226.4/api/v4/projects/1096/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1096/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-09-22T07:01:00.288Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1069,"description":"","name":"shared_config","name_with_namespace":"config / rugao / shared_config","path":"shared_config","path_with_namespace":"config/rugao/shared_config","created_at":"2023-09-12T11:52:34.020Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/rugao/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/rugao/shared_config.git","web_url":"http://159.27.226.4/config/rugao/shared_config","readme_url":"http://159.27.226.4/config/rugao/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:34:41.228Z","namespace":{"id":1191,"name":"rugao","path":"rugao","kind":"group","full_path":"config/rugao","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/rugao"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1069","issues":"http://159.27.226.4/api/v4/projects/1069/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1069/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1069/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1069/labels","events":"http://159.27.226.4/api/v4/projects/1069/events","members":"http://159.27.226.4/api/v4/projects/1069/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1069/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-09-13T11:52:34.092Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1038,"description":"","name":"shared_config","name_with_namespace":"config / qinzhou / shared_config","path":"shared_config","path_with_namespace":"config/qinzhou/shared_config","created_at":"2023-08-21T09:09:35.316Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qinzhou/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qinzhou/shared_config.git","web_url":"http://159.27.226.4/config/qinzhou/shared_config","readme_url":"http://159.27.226.4/config/qinzhou/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:33:11.733Z","namespace":{"id":1159,"name":"qinzhou","path":"qinzhou","kind":"group","full_path":"config/qinzhou","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qinzhou"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1038","issues":"http://159.27.226.4/api/v4/projects/1038/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1038/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1038/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1038/labels","events":"http://159.27.226.4/api/v4/projects/1038/events","members":"http://159.27.226.4/api/v4/projects/1038/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1038/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-08-22T09:09:35.363Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":null}},{"id":904,"description":"","name":"shared_config","name_with_namespace":"config / jianlong / shared_config","path":"shared_config","path_with_namespace":"config/jianlong/shared_config","created_at":"2023-07-28T02:45:18.413Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/jianlong/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/jianlong/shared_config.git","web_url":"http://159.27.226.4/config/jianlong/shared_config","readme_url":"http://159.27.226.4/config/jianlong/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-25T06:52:40.407Z","namespace":{"id":1023,"name":"jianlong","path":"jianlong","kind":"group","full_path":"config/jianlong","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/jianlong"},"_links":{"self":"http://159.27.226.4/api/v4/projects/904","issues":"http://159.27.226.4/api/v4/projects/904/issues","merge_requests":"http://159.27.226.4/api/v4/projects/904/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/904/repository/branches","labels":"http://159.27.226.4/api/v4/projects/904/labels","events":"http://159.27.226.4/api/v4/projects/904/events","members":"http://159.27.226.4/api/v4/projects/904/members","cluster_agents":"http://159.27.226.4/api/v4/projects/904/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-07-29T02:45:18.435Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":711,"description":"","name":"shared_config","name_with_namespace":"config / jili / shared_config","path":"shared_config","path_with_namespace":"config/jili/shared_config","created_at":"2023-07-04T11:29:03.387Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/jili/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/jili/shared_config.git","web_url":"http://159.27.226.4/config/jili/shared_config","readme_url":"http://159.27.226.4/config/jili/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:31:48.017Z","namespace":{"id":799,"name":"jili","path":"jili","kind":"group","full_path":"config/jili","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/jili"},"_links":{"self":"http://159.27.226.4/api/v4/projects/711","issues":"http://159.27.226.4/api/v4/projects/711/issues","merge_requests":"http://159.27.226.4/api/v4/projects/711/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/711/repository/branches","labels":"http://159.27.226.4/api/v4/projects/711/labels","events":"http://159.27.226.4/api/v4/projects/711/events","members":"http://159.27.226.4/api/v4/projects/711/members","cluster_agents":"http://159.27.226.4/api/v4/projects/711/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-07-05T11:29:03.403Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":null}},{"id":608,"description":"","name":"shared_config","name_with_namespace":"config / tianjin / shared_config","path":"shared_config","path_with_namespace":"config/tianjin/shared_config","created_at":"2023-05-10T05:51:44.146Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/tianjin/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/tianjin/shared_config.git","web_url":"http://159.27.226.4/config/tianjin/shared_config","readme_url":"http://159.27.226.4/config/tianjin/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:37:09.726Z","namespace":{"id":687,"name":"tianjin","path":"tianjin","kind":"group","full_path":"config/tianjin","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/tianjin"},"_links":{"self":"http://159.27.226.4/api/v4/projects/608","issues":"http://159.27.226.4/api/v4/projects/608/issues","merge_requests":"http://159.27.226.4/api/v4/projects/608/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/608/repository/branches","labels":"http://159.27.226.4/api/v4/projects/608/labels","events":"http://159.27.226.4/api/v4/projects/608/events","members":"http://159.27.226.4/api/v4/projects/608/members","cluster_agents":"http://159.27.226.4/api/v4/projects/608/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-05-11T05:51:44.195Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":590,"description":"","name":"shared_config","name_with_namespace":"config / rizhao / shared_config","path":"shared_config","path_with_namespace":"config/rizhao/shared_config","created_at":"2023-04-15T01:44:41.689Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/rizhao/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/rizhao/shared_config.git","web_url":"http://159.27.226.4/config/rizhao/shared_config","readme_url":"http://159.27.226.4/config/rizhao/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:34:01.928Z","namespace":{"id":666,"name":"rizhao","path":"rizhao","kind":"group","full_path":"config/rizhao","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/rizhao"},"_links":{"self":"http://159.27.226.4/api/v4/projects/590","issues":"http://159.27.226.4/api/v4/projects/590/issues","merge_requests":"http://159.27.226.4/api/v4/projects/590/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/590/repository/branches","labels":"http://159.27.226.4/api/v4/projects/590/labels","events":"http://159.27.226.4/api/v4/projects/590/events","members":"http://159.27.226.4/api/v4/projects/590/members","cluster_agents":"http://159.27.226.4/api/v4/projects/590/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-04-16T01:44:41.709Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":550,"description":"","name":"shared_config","name_with_namespace":"config / suqian / shared_config","path":"shared_config","path_with_namespace":"config/suqian/shared_config","created_at":"2023-02-27T07:33:41.478Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/suqian/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/suqian/shared_config.git","web_url":"http://159.27.226.4/config/suqian/shared_config","readme_url":"http://159.27.226.4/config/suqian/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:35:30.027Z","namespace":{"id":614,"name":"suqian","path":"suqian","kind":"group","full_path":"config/suqian","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/suqian"},"_links":{"self":"http://159.27.226.4/api/v4/projects/550","issues":"http://159.27.226.4/api/v4/projects/550/issues","merge_requests":"http://159.27.226.4/api/v4/projects/550/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/550/repository/branches","labels":"http://159.27.226.4/api/v4/projects/550/labels","events":"http://159.27.226.4/api/v4/projects/550/events","members":"http://159.27.226.4/api/v4/projects/550/members","cluster_agents":"http://159.27.226.4/api/v4/projects/550/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-02-28T07:33:41.552Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":{"access_level":20,"notification_level":3}}},{"id":537,"description":"","name":"shared_config","name_with_namespace":"config / weifang / container_port / shared_config","path":"shared_config","path_with_namespace":"config/weifang/container_port/shared_config","created_at":"2023-02-11T09:36:53.324Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/container_port/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/weifang/container_port/shared_config.git","web_url":"http://159.27.226.4/config/weifang/container_port/shared_config","readme_url":"http://159.27.226.4/config/weifang/container_port/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-19T09:16:14.282Z","namespace":{"id":599,"name":"container_port","path":"container_port","kind":"group","full_path":"config/weifang/container_port","parent_id":581,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/weifang/container_port"},"_links":{"self":"http://159.27.226.4/api/v4/projects/537","issues":"http://159.27.226.4/api/v4/projects/537/issues","merge_requests":"http://159.27.226.4/api/v4/projects/537/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/537/repository/branches","labels":"http://159.27.226.4/api/v4/projects/537/labels","events":"http://159.27.226.4/api/v4/projects/537/events","members":"http://159.27.226.4/api/v4/projects/537/members","cluster_agents":"http://159.27.226.4/api/v4/projects/537/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-02-12T09:36:53.353Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":521,"description":"","name":"shared_config","name_with_namespace":"config / weifang / bulk_port / shared_config","path":"shared_config","path_with_namespace":"config/weifang/bulk_port/shared_config","created_at":"2023-01-06T02:54:07.725Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/bulk_port/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/weifang/bulk_port/shared_config.git","web_url":"http://159.27.226.4/config/weifang/bulk_port/shared_config","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-19T07:22:44.732Z","namespace":{"id":616,"name":"bulk_port","path":"bulk_port","kind":"group","full_path":"config/weifang/bulk_port","parent_id":581,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/weifang/bulk_port"},"_links":{"self":"http://159.27.226.4/api/v4/projects/521","issues":"http://159.27.226.4/api/v4/projects/521/issues","merge_requests":"http://159.27.226.4/api/v4/projects/521/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/521/repository/branches","labels":"http://159.27.226.4/api/v4/projects/521/labels","events":"http://159.27.226.4/api/v4/projects/521/events","members":"http://159.27.226.4/api/v4/projects/521/members","cluster_agents":"http://159.27.226.4/api/v4/projects/521/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-01-07T02:54:07.782Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[{"group_id":77,"group_name":"CI","group_full_path":"ci","group_access_level":30,"expires_at":null},{"group_id":67,"group_name":"Cloud","group_full_path":"cloud","group_access_level":30,"expires_at":null},{"group_id":8,"group_name":"Lidar","group_full_path":"lidar","group_access_level":30,"expires_at":null},{"group_id":11,"group_name":"Localization","group_full_path":"localization","group_access_level":30,"expires_at":null},{"group_id":12,"group_name":"Map","group_full_path":"map","group_access_level":30,"expires_at":null},{"group_id":10,"group_name":"PNC","group_full_path":"pnc","group_access_level":30,"expires_at":null},{"group_id":14,"group_name":"System","group_full_path":"system","group_access_level":30,"expires_at":null},{"group_id":57,"group_name":"driver_and_tools","group_full_path":"driver_and_tools","group_access_level":30,"expires_at":null},{"group_id":105,"group_name":"engineering","group_full_path":"localization/engineering","group_access_level":30,"expires_at":null},{"group_id":120,"group_name":"lidar_application","group_full_path":"lidar_application","group_access_level":30,"expires_at":null},{"group_id":52,"group_name":"lidar_localization_mapping","group_full_path":"lidar_localization_mapping","group_access_level":30,"expires_at":null}],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":486,"description":"","name":"shared_config","name_with_namespace":"config / xiamen / shared_config","path":"shared_config","path_with_namespace":"config/xiamen/shared_config","created_at":"2022-10-27T06:49:53.411Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/xiamen/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/xiamen/shared_config.git","web_url":"http://159.27.226.4/config/xiamen/shared_config","readme_url":"http://159.27.226.4/config/xiamen/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-18T06:29:17.149Z","namespace":{"id":499,"name":"xiamen","path":"xiamen","kind":"group","full_path":"config/xiamen","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/xiamen"},"_links":{"self":"http://159.27.226.4/api/v4/projects/486","issues":"http://159.27.226.4/api/v4/projects/486/issues","merge_requests":"http://159.27.226.4/api/v4/projects/486/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/486/repository/branches","labels":"http://159.27.226.4/api/v4/projects/486/labels","events":"http://159.27.226.4/api/v4/projects/486/events","members":"http://159.27.226.4/api/v4/projects/486/members","cluster_agents":"http://159.27.226.4/api/v4/projects/486/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2022-10-28T06:49:53.442Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":null}},{"id":411,"description":"","name":"shared_config","name_with_namespace":"config / taicang / shared_config","path":"shared_config","path_with_namespace":"config/taicang/shared_config","created_at":"2022-09-14T03:19:24.795Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/taicang/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/taicang/shared_config.git","web_url":"http://159.27.226.4/config/taicang/shared_config","readme_url":"http://159.27.226.4/config/taicang/shared_config/-/blob/master/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:36:12.246Z","namespace":{"id":462,"name":"taicang","path":"taicang","kind":"group","full_path":"config/taicang","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/taicang"},"_links":{"self":"http://159.27.226.4/api/v4/projects/411","issues":"http://159.27.226.4/api/v4/projects/411/issues","merge_requests":"http://159.27.226.4/api/v4/projects/411/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/411/repository/branches","labels":"http://159.27.226.4/api/v4/projects/411/labels","events":"http://159.27.226.4/api/v4/projects/411/events","members":"http://159.27.226.4/api/v4/projects/411/members","cluster_agents":"http://159.27.226.4/api/v4/projects/411/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2022-09-15T03:19:24.827Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":311,"description":"","name":"shared_config","name_with_namespace":"ota / shared_config","path":"shared_config","path_with_namespace":"ota/shared_config","created_at":"2022-04-29T08:36:40.153Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:ota/shared_config.git","http_url_to_repo":"http://159.27.226.4/ota/shared_config.git","web_url":"http://159.27.226.4/ota/shared_config","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2022-06-19T00:33:46.130Z","namespace":{"id":49,"name":"ota","path":"ota","kind":"user","full_path":"ota","parent_id":null,"avatar_url":"/uploads/-/system/user/avatar/35/avatar.png","web_url":"http://159.27.226.4/ota"},"_links":{"self":"http://159.27.226.4/api/v4/projects/311","issues":"http://159.27.226.4/api/v4/projects/311/issues","merge_requests":"http://159.27.226.4/api/v4/projects/311/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/311/repository/branches","labels":"http://159.27.226.4/api/v4/projects/311/labels","events":"http://159.27.226.4/api/v4/projects/311/events","members":"http://159.27.226.4/api/v4/projects/311/members","cluster_agents":"http://159.27.226.4/api/v4/projects/311/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","owner":{"id":35,"username":"ota","name":"ota","state":"active","avatar_url":"http://159.27.226.4/uploads/-/system/user/avatar/35/avatar.png","web_url":"http://159.27.226.4/ota"},"resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2022-04-30T08:36:40.218Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":35,"mr_default_target_self":false,"import_url":null,"import_type":null,"import_status":"finished","open_issues_count":0,"ci_default_git_depth":50,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":50,"notification_level":3},"group_access":null}},{"id":215,"description":"","name":"shared_config","name_with_namespace":"config / daxie / shared_config","path":"shared_config","path_with_namespace":"config/daxie/shared_config","created_at":"2021-12-20T10:07:29.852Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/daxie/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/daxie/shared_config.git","web_url":"http://159.27.226.4/config/daxie/shared_config","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":1,"last_activity_at":"2024-03-18T02:53:14.268Z","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
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
e39b22e
[Pipeline] sh
+ python3 /root/weilk/project/get_git_log.py 537 e39b22e e39b22e
[Pipeline] echo
/root/commtest/rcdev-project/weifang/container/.A003.json
[Pipeline] readJSON
[Pipeline] echo
{"project":{"A003":"config/weifang/container_port/A003","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A003":"3d40b7c","shared_config":"e39b22e"}}
[Pipeline] echo
{"project":{"A003":"config/weifang/container_port/A003","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A003":"3d40b7c","shared_config":"e39b22e"}}
[Pipeline] sh
+ echo '{"project":{"A003":"config/weifang/container_port/A003","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A003":"3d40b7c","shared_config":"e39b22e"}}'
[Pipeline] sh
+ cat /root/commtest/rcdev-project/weifang/container/.A003.json
{"project":{"A003":"config/weifang/container_port/A003","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A003":"3d40b7c","shared_config":"e39b22e"}}
[Pipeline] echo
{"repo_name":"params_computer_shared_config","branch":"dev","time":"2024-03-20_14-27-23","commit_id":"e39b22e","version":"","commit_msgs":",,"}
[Pipeline] }
[Pipeline] // script
[Pipeline] readJSON
[Pipeline] withCredentials
Masking supported pattern matches of $gitlabToken
[Pipeline] {
[Pipeline] httpRequest
Warning: A secret was passed to "httpRequest" using Groovy String interpolation, which is insecure.
Affected argument(s) used the following variable(s): [gitlabToken]
See https://jenkins.io/redirect/groovy-string-interpolation for details.
HttpMethod: GET
URL: http://159.27.226.4/api/v4/projects?search=shared_config
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects?search=shared_config
Response Code: HTTP/1.1 200 OK
Response:
[{"id":1404,"description":"","name":"shared_config","name_with_namespace":"config / shenzhen / mawan / shared_config","path":"shared_config","path_with_namespace":"config/shenzhen/mawan/shared_config","created_at":"2024-03-11T07:05:56.044Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/shenzhen/mawan/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/shenzhen/mawan/shared_config.git","web_url":"http://159.27.226.4/config/shenzhen/mawan/shared_config","readme_url":"http://159.27.226.4/config/shenzhen/mawan/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-11T07:05:56.044Z","namespace":{"id":1546,"name":"mawan","path":"mawan","kind":"group","full_path":"config/shenzhen/mawan","parent_id":1545,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/shenzhen/mawan"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1404","issues":"http://159.27.226.4/api/v4/projects/1404/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1404/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1404/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1404/labels","events":"http://159.27.226.4/api/v4/projects/1404/events","members":"http://159.27.226.4/api/v4/projects/1404/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1404/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2024-03-12T07:05:56.106Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1229,"description":"","name":"shared_config","name_with_namespace":"config / shanghai / luojing / shared_config","path":"shared_config","path_with_namespace":"config/shanghai/luojing/shared_config","created_at":"2023-10-30T06:38:21.219Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/shanghai/luojing/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/shanghai/luojing/shared_config.git","web_url":"http://159.27.226.4/config/shanghai/luojing/shared_config","readme_url":"http://159.27.226.4/config/shanghai/luojing/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-01-29T11:52:15.598Z","namespace":{"id":1360,"name":"luojing","path":"luojing","kind":"group","full_path":"config/shanghai/luojing","parent_id":1359,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/shanghai/luojing"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1229","issues":"http://159.27.226.4/api/v4/projects/1229/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1229/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1229/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1229/labels","events":"http://159.27.226.4/api/v4/projects/1229/events","members":"http://159.27.226.4/api/v4/projects/1229/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1229/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-10-31T06:38:21.323Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1112,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / xilian / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/xilian/shared_config","created_at":"2023-10-17T11:35:03.561Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/xilian/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/xilian/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/xilian/shared_config","readme_url":"http://159.27.226.4/config/qingdao/xilian/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-12T03:48:41.465Z","namespace":{"id":1240,"name":"xilian","path":"xilian","kind":"group","full_path":"config/qingdao/xilian","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/xilian"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1112","issues":"http://159.27.226.4/api/v4/projects/1112/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1112/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1112/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1112/labels","events":"http://159.27.226.4/api/v4/projects/1112/events","members":"http://159.27.226.4/api/v4/projects/1112/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1112/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-10-18T11:35:03.593Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1096,"description":"","name":"shared_config","name_with_namespace":"config / fangcheng / shared_config","path":"shared_config","path_with_namespace":"config/fangcheng/shared_config","created_at":"2023-09-21T07:01:00.264Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/fangcheng/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/fangcheng/shared_config.git","web_url":"http://159.27.226.4/config/fangcheng/shared_config","readme_url":"http://159.27.226.4/config/fangcheng/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:28:47.297Z","namespace":{"id":1220,"name":"fangcheng","path":"fangcheng","kind":"group","full_path":"config/fangcheng","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/fangcheng"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1096","issues":"http://159.27.226.4/api/v4/projects/1096/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1096/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1096/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1096/labels","events":"http://159.27.226.4/api/v4/projects/1096/events","members":"http://159.27.226.4/api/v4/projects/1096/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1096/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-09-22T07:01:00.288Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1069,"description":"","name":"shared_config","name_with_namespace":"config / rugao / shared_config","path":"shared_config","path_with_namespace":"config/rugao/shared_config","created_at":"2023-09-12T11:52:34.020Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/rugao/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/rugao/shared_config.git","web_url":"http://159.27.226.4/config/rugao/shared_config","readme_url":"http://159.27.226.4/config/rugao/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:34:41.228Z","namespace":{"id":1191,"name":"rugao","path":"rugao","kind":"group","full_path":"config/rugao","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/rugao"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1069","issues":"http://159.27.226.4/api/v4/projects/1069/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1069/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1069/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1069/labels","events":"http://159.27.226.4/api/v4/projects/1069/events","members":"http://159.27.226.4/api/v4/projects/1069/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1069/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-09-13T11:52:34.092Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1038,"description":"","name":"shared_config","name_with_namespace":"config / qinzhou / shared_config","path":"shared_config","path_with_namespace":"config/qinzhou/shared_config","created_at":"2023-08-21T09:09:35.316Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qinzhou/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qinzhou/shared_config.git","web_url":"http://159.27.226.4/config/qinzhou/shared_config","readme_url":"http://159.27.226.4/config/qinzhou/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:33:11.733Z","namespace":{"id":1159,"name":"qinzhou","path":"qinzhou","kind":"group","full_path":"config/qinzhou","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qinzhou"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1038","issues":"http://159.27.226.4/api/v4/projects/1038/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1038/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1038/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1038/labels","events":"http://159.27.226.4/api/v4/projects/1038/events","members":"http://159.27.226.4/api/v4/projects/1038/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1038/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-08-22T09:09:35.363Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":null}},{"id":904,"description":"","name":"shared_config","name_with_namespace":"config / jianlong / shared_config","path":"shared_config","path_with_namespace":"config/jianlong/shared_config","created_at":"2023-07-28T02:45:18.413Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/jianlong/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/jianlong/shared_config.git","web_url":"http://159.27.226.4/config/jianlong/shared_config","readme_url":"http://159.27.226.4/config/jianlong/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-25T06:52:40.407Z","namespace":{"id":1023,"name":"jianlong","path":"jianlong","kind":"group","full_path":"config/jianlong","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/jianlong"},"_links":{"self":"http://159.27.226.4/api/v4/projects/904","issues":"http://159.27.226.4/api/v4/projects/904/issues","merge_requests":"http://159.27.226.4/api/v4/projects/904/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/904/repository/branches","labels":"http://159.27.226.4/api/v4/projects/904/labels","events":"http://159.27.226.4/api/v4/projects/904/events","members":"http://159.27.226.4/api/v4/projects/904/members","cluster_agents":"http://159.27.226.4/api/v4/projects/904/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-07-29T02:45:18.435Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":711,"description":"","name":"shared_config","name_with_namespace":"config / jili / shared_config","path":"shared_config","path_with_namespace":"config/jili/shared_config","created_at":"2023-07-04T11:29:03.387Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/jili/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/jili/shared_config.git","web_url":"http://159.27.226.4/config/jili/shared_config","readme_url":"http://159.27.226.4/config/jili/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:31:48.017Z","namespace":{"id":799,"name":"jili","path":"jili","kind":"group","full_path":"config/jili","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/jili"},"_links":{"self":"http://159.27.226.4/api/v4/projects/711","issues":"http://159.27.226.4/api/v4/projects/711/issues","merge_requests":"http://159.27.226.4/api/v4/projects/711/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/711/repository/branches","labels":"http://159.27.226.4/api/v4/projects/711/labels","events":"http://159.27.226.4/api/v4/projects/711/events","members":"http://159.27.226.4/api/v4/projects/711/members","cluster_agents":"http://159.27.226.4/api/v4/projects/711/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-07-05T11:29:03.403Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":null}},{"id":608,"description":"","name":"shared_config","name_with_namespace":"config / tianjin / shared_config","path":"shared_config","path_with_namespace":"config/tianjin/shared_config","created_at":"2023-05-10T05:51:44.146Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/tianjin/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/tianjin/shared_config.git","web_url":"http://159.27.226.4/config/tianjin/shared_config","readme_url":"http://159.27.226.4/config/tianjin/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:37:09.726Z","namespace":{"id":687,"name":"tianjin","path":"tianjin","kind":"group","full_path":"config/tianjin","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/tianjin"},"_links":{"self":"http://159.27.226.4/api/v4/projects/608","issues":"http://159.27.226.4/api/v4/projects/608/issues","merge_requests":"http://159.27.226.4/api/v4/projects/608/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/608/repository/branches","labels":"http://159.27.226.4/api/v4/projects/608/labels","events":"http://159.27.226.4/api/v4/projects/608/events","members":"http://159.27.226.4/api/v4/projects/608/members","cluster_agents":"http://159.27.226.4/api/v4/projects/608/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-05-11T05:51:44.195Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":590,"description":"","name":"shared_config","name_with_namespace":"config / rizhao / shared_config","path":"shared_config","path_with_namespace":"config/rizhao/shared_config","created_at":"2023-04-15T01:44:41.689Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/rizhao/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/rizhao/shared_config.git","web_url":"http://159.27.226.4/config/rizhao/shared_config","readme_url":"http://159.27.226.4/config/rizhao/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:34:01.928Z","namespace":{"id":666,"name":"rizhao","path":"rizhao","kind":"group","full_path":"config/rizhao","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/rizhao"},"_links":{"self":"http://159.27.226.4/api/v4/projects/590","issues":"http://159.27.226.4/api/v4/projects/590/issues","merge_requests":"http://159.27.226.4/api/v4/projects/590/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/590/repository/branches","labels":"http://159.27.226.4/api/v4/projects/590/labels","events":"http://159.27.226.4/api/v4/projects/590/events","members":"http://159.27.226.4/api/v4/projects/590/members","cluster_agents":"http://159.27.226.4/api/v4/projects/590/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-04-16T01:44:41.709Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":550,"description":"","name":"shared_config","name_with_namespace":"config / suqian / shared_config","path":"shared_config","path_with_namespace":"config/suqian/shared_config","created_at":"2023-02-27T07:33:41.478Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/suqian/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/suqian/shared_config.git","web_url":"http://159.27.226.4/config/suqian/shared_config","readme_url":"http://159.27.226.4/config/suqian/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:35:30.027Z","namespace":{"id":614,"name":"suqian","path":"suqian","kind":"group","full_path":"config/suqian","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/suqian"},"_links":{"self":"http://159.27.226.4/api/v4/projects/550","issues":"http://159.27.226.4/api/v4/projects/550/issues","merge_requests":"http://159.27.226.4/api/v4/projects/550/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/550/repository/branches","labels":"http://159.27.226.4/api/v4/projects/550/labels","events":"http://159.27.226.4/api/v4/projects/550/events","members":"http://159.27.226.4/api/v4/projects/550/members","cluster_agents":"http://159.27.226.4/api/v4/projects/550/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-02-28T07:33:41.552Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":{"access_level":20,"notification_level":3}}},{"id":537,"description":"","name":"shared_config","name_with_namespace":"config / weifang / container_port / shared_config","path":"shared_config","path_with_namespace":"config/weifang/container_port/shared_config","created_at":"2023-02-11T09:36:53.324Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/container_port/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/weifang/container_port/shared_config.git","web_url":"http://159.27.226.4/config/weifang/container_port/shared_config","readme_url":"http://159.27.226.4/config/weifang/container_port/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-19T09:16:14.282Z","namespace":{"id":599,"name":"container_port","path":"container_port","kind":"group","full_path":"config/weifang/container_port","parent_id":581,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/weifang/container_port"},"_links":{"self":"http://159.27.226.4/api/v4/projects/537","issues":"http://159.27.226.4/api/v4/projects/537/issues","merge_requests":"http://159.27.226.4/api/v4/projects/537/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/537/repository/branches","labels":"http://159.27.226.4/api/v4/projects/537/labels","events":"http://159.27.226.4/api/v4/projects/537/events","members":"http://159.27.226.4/api/v4/projects/537/members","cluster_agents":"http://159.27.226.4/api/v4/projects/537/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-02-12T09:36:53.353Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":521,"description":"","name":"shared_config","name_with_namespace":"config / weifang / bulk_port / shared_config","path":"shared_config","path_with_namespace":"config/weifang/bulk_port/shared_config","created_at":"2023-01-06T02:54:07.725Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/bulk_port/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/weifang/bulk_port/shared_config.git","web_url":"http://159.27.226.4/config/weifang/bulk_port/shared_config","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-19T07:22:44.732Z","namespace":{"id":616,"name":"bulk_port","path":"bulk_port","kind":"group","full_path":"config/weifang/bulk_port","parent_id":581,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/weifang/bulk_port"},"_links":{"self":"http://159.27.226.4/api/v4/projects/521","issues":"http://159.27.226.4/api/v4/projects/521/issues","merge_requests":"http://159.27.226.4/api/v4/projects/521/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/521/repository/branches","labels":"http://159.27.226.4/api/v4/projects/521/labels","events":"http://159.27.226.4/api/v4/projects/521/events","members":"http://159.27.226.4/api/v4/projects/521/members","cluster_agents":"http://159.27.226.4/api/v4/projects/521/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-01-07T02:54:07.782Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[{"group_id":77,"group_name":"CI","group_full_path":"ci","group_access_level":30,"expires_at":null},{"group_id":67,"group_name":"Cloud","group_full_path":"cloud","group_access_level":30,"expires_at":null},{"group_id":8,"group_name":"Lidar","group_full_path":"lidar","group_access_level":30,"expires_at":null},{"group_id":11,"group_name":"Localization","group_full_path":"localization","group_access_level":30,"expires_at":null},{"group_id":12,"group_name":"Map","group_full_path":"map","group_access_level":30,"expires_at":null},{"group_id":10,"group_name":"PNC","group_full_path":"pnc","group_access_level":30,"expires_at":null},{"group_id":14,"group_name":"System","group_full_path":"system","group_access_level":30,"expires_at":null},{"group_id":57,"group_name":"driver_and_tools","group_full_path":"driver_and_tools","group_access_level":30,"expires_at":null},{"group_id":105,"group_name":"engineering","group_full_path":"localization/engineering","group_access_level":30,"expires_at":null},{"group_id":120,"group_name":"lidar_application","group_full_path":"lidar_application","group_access_level":30,"expires_at":null},{"group_id":52,"group_name":"lidar_localization_mapping","group_full_path":"lidar_localization_mapping","group_access_level":30,"expires_at":null}],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":486,"description":"","name":"shared_config","name_with_namespace":"config / xiamen / shared_config","path":"shared_config","path_with_namespace":"config/xiamen/shared_config","created_at":"2022-10-27T06:49:53.411Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/xiamen/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/xiamen/shared_config.git","web_url":"http://159.27.226.4/config/xiamen/shared_config","readme_url":"http://159.27.226.4/config/xiamen/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-18T06:29:17.149Z","namespace":{"id":499,"name":"xiamen","path":"xiamen","kind":"group","full_path":"config/xiamen","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/xiamen"},"_links":{"self":"http://159.27.226.4/api/v4/projects/486","issues":"http://159.27.226.4/api/v4/projects/486/issues","merge_requests":"http://159.27.226.4/api/v4/projects/486/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/486/repository/branches","labels":"http://159.27.226.4/api/v4/projects/486/labels","events":"http://159.27.226.4/api/v4/projects/486/events","members":"http://159.27.226.4/api/v4/projects/486/members","cluster_agents":"http://159.27.226.4/api/v4/projects/486/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2022-10-28T06:49:53.442Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":null}},{"id":411,"description":"","name":"shared_config","name_with_namespace":"config / taicang / shared_config","path":"shared_config","path_with_namespace":"config/taicang/shared_config","created_at":"2022-09-14T03:19:24.795Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/taicang/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/taicang/shared_config.git","web_url":"http://159.27.226.4/config/taicang/shared_config","readme_url":"http://159.27.226.4/config/taicang/shared_config/-/blob/master/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:36:12.246Z","namespace":{"id":462,"name":"taicang","path":"taicang","kind":"group","full_path":"config/taicang","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/taicang"},"_links":{"self":"http://159.27.226.4/api/v4/projects/411","issues":"http://159.27.226.4/api/v4/projects/411/issues","merge_requests":"http://159.27.226.4/api/v4/projects/411/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/411/repository/branches","labels":"http://159.27.226.4/api/v4/projects/411/labels","events":"http://159.27.226.4/api/v4/projects/411/events","members":"http://159.27.226.4/api/v4/projects/411/members","cluster_agents":"http://159.27.226.4/api/v4/projects/411/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2022-09-15T03:19:24.827Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":311,"description":"","name":"shared_config","name_with_namespace":"ota / shared_config","path":"shared_config","path_with_namespace":"ota/shared_config","created_at":"2022-04-29T08:36:40.153Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:ota/shared_config.git","http_url_to_repo":"http://159.27.226.4/ota/shared_config.git","web_url":"http://159.27.226.4/ota/shared_config","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2022-06-19T00:33:46.130Z","namespace":{"id":49,"name":"ota","path":"ota","kind":"user","full_path":"ota","parent_id":null,"avatar_url":"/uploads/-/system/user/avatar/35/avatar.png","web_url":"http://159.27.226.4/ota"},"_links":{"self":"http://159.27.226.4/api/v4/projects/311","issues":"http://159.27.226.4/api/v4/projects/311/issues","merge_requests":"http://159.27.226.4/api/v4/projects/311/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/311/repository/branches","labels":"http://159.27.226.4/api/v4/projects/311/labels","events":"http://159.27.226.4/api/v4/projects/311/events","members":"http://159.27.226.4/api/v4/projects/311/members","cluster_agents":"http://159.27.226.4/api/v4/projects/311/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","owner":{"id":35,"username":"ota","name":"ota","state":"active","avatar_url":"http://159.27.226.4/uploads/-/system/user/avatar/35/avatar.png","web_url":"http://159.27.226.4/ota"},"resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2022-04-30T08:36:40.218Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":35,"mr_default_target_self":false,"import_url":null,"import_type":null,"import_status":"finished","open_issues_count":0,"ci_default_git_depth":50,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":50,"notification_level":3},"group_access":null}},{"id":215,"description":"","name":"shared_config","name_with_namespace":"config / daxie / shared_config","path":"shared_config","path_with_namespace":"config/daxie/shared_config","created_at":"2021-12-20T10:07:29.852Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/daxie/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/daxie/shared_config.git","web_url":"http://159.27.226.4/config/daxie/shared_config","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":1,"last_activity_at":"2024-03-18T02:53:14.268Z","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
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/e39b22e
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects/537/repository/commits/e39b22e
Response Code: HTTP/1.1 200 OK
Response:
{"id":"e39b22ecc30f1945db488a892547ea81e3349d66","short_id":"e39b22ec","created_at":"2024-03-19T17:16:11.000+08:00","parent_ids":["78ed64d6e4c1c175738446ef343a433539fb691c"],"title":"chore(params):更改最低限速","message":"chore(params):更改最低限速\n\n","author_name":"allen","author_email":"wuyanjun110@126.com","authored_date":"2024-03-19T17:16:11.000+08:00","committer_name":"allen","committer_email":"wuyanjun110@126.com","committed_date":"2024-03-19T17:16:11.000+08:00","trailers":{},"web_url":"http://159.27.226.4/config/weifang/container_port/shared_config/-/commit/e39b22ecc30f1945db488a892547ea81e3349d66","stats":{"additions":1,"deletions":1,"total":2},"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/03/19/17:16:11
[Pipeline] echo
dev**: e39b22e.**2024/03/19/17:16:11**
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
{"module":[{"repo_name":"params_orin_master_A003","branch":"dev","time":"2024-03-20_14-27-20","commit_id":"3d40b7c","version":"","commit_msgs":",,"},{"repo_name":"params_computer_shared_config","branch":"dev","time":"2024-03-20_14-27-23","commit_id":"e39b22e","version":"","commit_msgs":",,"}],"device":1,"device_name":"A003_Master","type":0,"project":6}
[Pipeline] sh
++ ls
++ grep -v version.json
++ xargs
++ grep -v params_A003
+ cp -r params params_A003/
[Pipeline] sh
+ echo '{"module":[{"repo_name":"params_orin_master_A003","branch":"dev","time":"2024-03-20_14-27-20","commit_id":"3d40b7c","version":"","commit_msgs":",,"},{"repo_name":"params_computer_shared_config","branch":"dev","time":"2024-03-20_14-27-23","commit_id":"e39b22e","version":"","commit_msgs":",,"}],"device":1,"device_name":"A003_Master","type":0,"project":6}'
[Pipeline] sh
+ rm -rf params_A003@tmp
[Pipeline] echo
> - [A001master]:
**公有dev**: e39b22e.**2024/03/19/17:16:11**
**私有dev**: dfb3cb0.**2024/03/12/19:10:27**
> - [A003master]:
**公有dev**: e39b22e.**2024/03/19/17:16:11**
**私有dev**: 3d40b7c.**2024/03/15/19:17:26**
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ rm -rf /root/workspace/weifang-config/container/A001@tmp /root/workspace/weifang-config/container/A003@tmp
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (checkout_new)
[Pipeline] script
[Pipeline] {
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] echo
[1;32m >>>>>>>>>>拉取新参数方式,合并旧参数(个别车)>>>>>>>>>> [m
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] echo
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 4a2c067c4b34b12242fee3c6e69b8621bd1a1202 (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 4a2c067c4b34b12242fee3c6e69b8621bd1a1202 # timeout=300000
Commit message: "crane_align:更新潍坊.厦门使用对位参数常用分支"
First time build. Skipping changelog.
[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 '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: 1366, 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/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.
Receiving objects: 0% (1/1366)
Receiving objects: 1% (14/1366)
Receiving objects: 2% (28/1366)
Receiving objects: 3% (41/1366)
Receiving objects: 4% (55/1366)
Receiving objects: 5% (69/1366)
Receiving objects: 6% (82/1366)
Receiving objects: 7% (96/1366)
Receiving objects: 8% (110/1366)
Receiving objects: 9% (123/1366)
Receiving objects: 10% (137/1366)
Receiving objects: 11% (151/1366)
Receiving objects: 12% (164/1366)
Receiving objects: 13% (178/1366)
Receiving objects: 14% (192/1366)
Receiving objects: 15% (205/1366)
Receiving objects: 16% (219/1366)
Receiving objects: 17% (233/1366)
Receiving objects: 18% (246/1366)
Receiving objects: 19% (260/1366)
Receiving objects: 20% (274/1366)
Receiving objects: 21% (287/1366)
Receiving objects: 22% (301/1366)
Receiving objects: 23% (315/1366)
Receiving objects: 24% (328/1366)
Receiving objects: 25% (342/1366)
Receiving objects: 26% (356/1366)
Receiving objects: 27% (369/1366)
Receiving objects: 28% (383/1366)
Receiving objects: 29% (397/1366)
Receiving objects: 30% (410/1366)
Receiving objects: 31% (424/1366)
Receiving objects: 32% (438/1366)
Receiving objects: 33% (451/1366)
Receiving objects: 34% (465/1366)
Receiving objects: 35% (479/1366)
Receiving objects: 36% (492/1366)
Receiving objects: 37% (506/1366)
Receiving objects: 38% (520/1366)
Receiving objects: 39% (533/1366)
Receiving objects: 40% (547/1366)
Receiving objects: 41% (561/1366)
Receiving objects: 42% (574/1366)
Receiving objects: 43% (588/1366)
Receiving objects: 44% (602/1366)
Receiving objects: 45% (615/1366)
Receiving objects: 46% (629/1366)
Receiving objects: 47% (643/1366)
Receiving objects: 48% (656/1366)
Receiving objects: 49% (670/1366)
Receiving objects: 50% (683/1366)
Receiving objects: 51% (697/1366)
Receiving objects: 52% (711/1366)
Receiving objects: 53% (724/1366)
Receiving objects: 54% (738/1366)
Receiving objects: 55% (752/1366)
Receiving objects: 56% (765/1366)
Receiving objects: 57% (779/1366)
Receiving objects: 58% (793/1366)
Receiving objects: 59% (806/1366)
Receiving objects: 60% (820/1366)
Receiving objects: 61% (834/1366)
Receiving objects: 62% (847/1366)
Receiving objects: 63% (861/1366)
Receiving objects: 64% (875/1366)
Receiving objects: 65% (888/1366)
Receiving objects: 66% (902/1366)
Receiving objects: 67% (916/1366)
Receiving objects: 68% (929/1366)
Receiving objects: 69% (943/1366)
Receiving objects: 70% (957/1366)
Receiving objects: 71% (970/1366)
Receiving objects: 72% (984/1366)
Receiving objects: 73% (998/1366)
Receiving objects: 74% (1011/1366)
Receiving objects: 75% (1025/1366)
Receiving objects: 76% (1039/1366)
Receiving objects: 77% (1052/1366)
Receiving objects: 78% (1066/1366)
Receiving objects: 79% (1080/1366)
Receiving objects: 80% (1093/1366)
Receiving objects: 81% (1107/1366)
Receiving objects: 82% (1121/1366)
Receiving objects: 83% (1134/1366)
Receiving objects: 84% (1148/1366)
Receiving objects: 85% (1162/1366)
Receiving objects: 86% (1175/1366)
Receiving objects: 87% (1189/1366)
Receiving objects: 88% (1203/1366)
Receiving objects: 89% (1216/1366)
Receiving objects: 90% (1230/1366)
Receiving objects: 91% (1244/1366)
Receiving objects: 92% (1257/1366)
Receiving objects: 93% (1271/1366)
Receiving objects: 94% (1285/1366)
Receiving objects: 95% (1298/1366)
remote: Total 1366 (delta 14), reused 40 (delta 12), pack-reused 1320
Receiving objects: 96% (1312/1366)
Receiving objects: 97% (1326/1366)
Receiving objects: 98% (1339/1366)
Receiving objects: 99% (1353/1366)
Receiving objects: 100% (1366/1366)
Receiving objects: 100% (1366/1366), 447.98 KiB | 32.00 MiB/s, done.
Resolving deltas: 0% (0/652)
Resolving deltas: 1% (11/652)
Resolving deltas: 2% (15/652)
Resolving deltas: 3% (22/652)
Resolving deltas: 4% (27/652)
Resolving deltas: 5% (33/652)
Resolving deltas: 6% (40/652)
Resolving deltas: 7% (50/652)
Resolving deltas: 10% (66/652)
Resolving deltas: 12% (82/652)
Resolving deltas: 13% (89/652)
Resolving deltas: 15% (104/652)
Resolving deltas: 16% (107/652)
Resolving deltas: 17% (114/652)
Resolving deltas: 19% (126/652)
Resolving deltas: 20% (136/652)
Resolving deltas: 21% (138/652)
Resolving deltas: 24% (160/652)
Resolving deltas: 25% (165/652)
Resolving deltas: 27% (179/652)
Resolving deltas: 28% (188/652)
Resolving deltas: 30% (201/652)
Resolving deltas: 35% (233/652)
Resolving deltas: 36% (240/652)
Resolving deltas: 37% (242/652)
Resolving deltas: 38% (249/652)
Resolving deltas: 39% (256/652)
Resolving deltas: 41% (269/652)
Resolving deltas: 42% (275/652)
Resolving deltas: 43% (281/652)
Resolving deltas: 44% (289/652)
Resolving deltas: 46% (302/652)
Resolving deltas: 47% (311/652)
Resolving deltas: 49% (324/652)
Resolving deltas: 50% (329/652)
Resolving deltas: 51% (333/652)
Resolving deltas: 55% (362/652)
Resolving deltas: 57% (373/652)
Resolving deltas: 58% (380/652)
Resolving deltas: 59% (389/652)
Resolving deltas: 61% (399/652)
Resolving deltas: 62% (409/652)
Resolving deltas: 63% (412/652)
Resolving deltas: 65% (430/652)
Resolving deltas: 66% (431/652)
Resolving deltas: 76% (499/652)
Resolving deltas: 100% (652/652)
Resolving deltas: 100% (652/652), 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: 9% (2/21)
Resolving deltas: 19% (4/21)
Resolving deltas: 23% (5/21)
Resolving deltas: 28% (6/21)
Resolving deltas: 33% (7/21)
Resolving deltas: 47% (10/21)
Resolving deltas: 61% (13/21)
Resolving deltas: 90% (19/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: 18, done.
remote: Counting objects: 5% (1/18)
remote: Counting objects: 11% (2/18)
remote: Counting objects: 16% (3/18)
remote: Counting objects: 22% (4/18)
remote: Counting objects: 27% (5/18)
remote: Counting objects: 33% (6/18)
remote: Counting objects: 38% (7/18)
remote: Counting objects: 44% (8/18)
remote: Counting objects: 50% (9/18)
remote: Counting objects: 55% (10/18)
remote: Counting objects: 61% (11/18)
remote: Counting objects: 66% (12/18)
remote: Counting objects: 72% (13/18)
remote: Counting objects: 77% (14/18)
remote: Counting objects: 83% (15/18)
remote: Counting objects: 88% (16/18)
remote: Counting objects: 94% (17/18)
remote: Counting objects: 100% (18/18)
remote: Counting objects: 100% (18/18), done.
remote: Compressing objects: 6% (1/15)
remote: Compressing objects: 13% (2/15)
remote: Compressing objects: 20% (3/15)
remote: Compressing objects: 26% (4/15)
remote: Compressing objects: 33% (5/15)
remote: Compressing objects: 40% (6/15)
remote: Compressing objects: 46% (7/15)
remote: Compressing objects: 53% (8/15)
remote: Compressing objects: 60% (9/15)
remote: Compressing objects: 66% (10/15)
remote: Compressing objects: 73% (11/15)
remote: Compressing objects: 80% (12/15)
remote: Compressing objects: 86% (13/15)
remote: Compressing objects: 93% (14/15)
remote: Compressing objects: 100% (15/15)
remote: Compressing objects: 100% (15/15), done.
remote: Total 18 (delta 2), reused 0 (delta 0), pack-reused 0
Receiving objects: 5% (1/18)
Receiving objects: 11% (2/18)
Receiving objects: 16% (3/18)
Receiving objects: 22% (4/18)
Receiving objects: 27% (5/18)
Receiving objects: 33% (6/18)
Receiving objects: 38% (7/18)
Receiving objects: 44% (8/18)
Receiving objects: 50% (9/18)
Receiving objects: 55% (10/18)
Receiving objects: 61% (11/18)
Receiving objects: 66% (12/18)
Receiving objects: 72% (13/18)
Receiving objects: 77% (14/18)
Receiving objects: 83% (15/18)
Receiving objects: 88% (16/18)
Receiving objects: 94% (17/18)
Receiving objects: 100% (18/18)
Receiving objects: 100% (18/18), 5.48 KiB | 5.48 MiB/s, 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/lidar_loc_v2_customized'...
remote: Enumerating objects: 319, done.
remote: Counting objects: 0% (1/113)
remote: Counting objects: 1% (2/113)
remote: Counting objects: 2% (3/113)
remote: Counting objects: 3% (4/113)
remote: Counting objects: 4% (5/113)
remote: Counting objects: 5% (6/113)
remote: Counting objects: 6% (7/113)
remote: Counting objects: 7% (8/113)
remote: Counting objects: 8% (10/113)
remote: Counting objects: 9% (11/113)
remote: Counting objects: 10% (12/113)
remote: Counting objects: 11% (13/113)
remote: Counting objects: 12% (14/113)
remote: Counting objects: 13% (15/113)
remote: Counting objects: 14% (16/113)
remote: Counting objects: 15% (17/113)
remote: Counting objects: 16% (19/113)
remote: Counting objects: 17% (20/113)
remote: Counting objects: 18% (21/113)
remote: Counting objects: 19% (22/113)
remote: Counting objects: 20% (23/113)
remote: Counting objects: 21% (24/113)
remote: Counting objects: 22% (25/113)
remote: Counting objects: 23% (26/113)
remote: Counting objects: 24% (28/113)
remote: Counting objects: 25% (29/113)
remote: Counting objects: 26% (30/113)
remote: Counting objects: 27% (31/113)
remote: Counting objects: 28% (32/113)
remote: Counting objects: 29% (33/113)
remote: Counting objects: 30% (34/113)
remote: Counting objects: 31% (36/113)
remote: Counting objects: 32% (37/113)
remote: Counting objects: 33% (38/113)
remote: Counting objects: 34% (39/113)
remote: Counting objects: 35% (40/113)
remote: Counting objects: 36% (41/113)
remote: Counting objects: 37% (42/113)
remote: Counting objects: 38% (43/113)
remote: Counting objects: 39% (45/113)
remote: Counting objects: 40% (46/113)
remote: Counting objects: 41% (47/113)
remote: Counting objects: 42% (48/113)
remote: Counting objects: 43% (49/113)
remote: Counting objects: 44% (50/113)
remote: Counting objects: 45% (51/113)
remote: Counting objects: 46% (52/113)
remote: Counting objects: 47% (54/113)
remote: Counting objects: 48% (55/113)
remote: Counting objects: 49% (56/113)
remote: Counting objects: 50% (57/113)
remote: Counting objects: 51% (58/113)
remote: Counting objects: 52% (59/113)
remote: Counting objects: 53% (60/113)
remote: Counting objects: 54% (62/113)
remote: Counting objects: 55% (63/113)
remote: Counting objects: 56% (64/113)
remote: Counting objects: 57% (65/113)
remote: Counting objects: 58% (66/113)
remote: Counting objects: 59% (67/113)
remote: Counting objects: 60% (68/113)
remote: Counting objects: 61% (69/113)
remote: Counting objects: 62% (71/113)
remote: Counting objects: 63% (72/113)
remote: Counting objects: 64% (73/113)
remote: Counting objects: 65% (74/113)
remote: Counting objects: 66% (75/113)
remote: Counting objects: 67% (76/113)
remote: Counting objects: 68% (77/113)
remote: Counting objects: 69% (78/113)
remote: Counting objects: 70% (80/113)
remote: Counting objects: 71% (81/113)
remote: Counting objects: 72% (82/113)
remote: Counting objects: 73% (83/113)
remote: Counting objects: 74% (84/113)
remote: Counting objects: 75% (85/113)
remote: Counting objects: 76% (86/113)
remote: Counting objects: 77% (88/113)
remote: Counting objects: 78% (89/113)
remote: Counting objects: 79% (90/113)
remote: Counting objects: 80% (91/113)
remote: Counting objects: 81% (92/113)
remote: Counting objects: 82% (93/113)
remote: Counting objects: 83% (94/113)
remote: Counting objects: 84% (95/113)
remote: Counting objects: 85% (97/113)
remote: Counting objects: 86% (98/113)
remote: Counting objects: 87% (99/113)
remote: Counting objects: 88% (100/113)
remote: Counting objects: 89% (101/113)
remote: Counting objects: 90% (102/113)
remote: Counting objects: 91% (103/113)
remote: Counting objects: 92% (104/113)
remote: Counting objects: 93% (106/113)
remote: Counting objects: 94% (107/113)
remote: Counting objects: 95% (108/113)
remote: Counting objects: 96% (109/113)
remote: Counting objects: 97% (110/113)
remote: Counting objects: 98% (111/113)
remote: Counting objects: 99% (112/113)
remote: Counting objects: 100% (113/113)
remote: Counting objects: 100% (113/113), done.
remote: Compressing objects: 1% (1/72)
remote: Compressing objects: 2% (2/72)
remote: Compressing objects: 4% (3/72)
remote: Compressing objects: 5% (4/72)
remote: Compressing objects: 6% (5/72)
remote: Compressing objects: 8% (6/72)
remote: Compressing objects: 9% (7/72)
remote: Compressing objects: 11% (8/72)
remote: Compressing objects: 12% (9/72)
remote: Compressing objects: 13% (10/72)
remote: Compressing objects: 15% (11/72)
remote: Compressing objects: 16% (12/72)
remote: Compressing objects: 18% (13/72)
remote: Compressing objects: 19% (14/72)
remote: Compressing objects: 20% (15/72)
remote: Compressing objects: 22% (16/72)
remote: Compressing objects: 23% (17/72)
remote: Compressing objects: 25% (18/72)
remote: Compressing objects: 26% (19/72)
remote: Compressing objects: 27% (20/72)
remote: Compressing objects: 29% (21/72)
remote: Compressing objects: 30% (22/72)
remote: Compressing objects: 31% (23/72)
remote: Compressing objects: 33% (24/72)
remote: Compressing objects: 34% (25/72)
remote: Compressing objects: 36% (26/72)
remote: Compressing objects: 37% (27/72)
remote: Compressing objects: 38% (28/72)
remote: Compressing objects: 40% (29/72)
remote: Compressing objects: 41% (30/72)
remote: Compressing objects: 43% (31/72)
remote: Compressing objects: 44% (32/72)
remote: Compressing objects: 45% (33/72)
remote: Compressing objects: 47% (34/72)
remote: Compressing objects: 48% (35/72)
remote: Compressing objects: 50% (36/72)
remote: Compressing objects: 51% (37/72)
remote: Compressing objects: 52% (38/72)
remote: Compressing objects: 54% (39/72)
remote: Compressing objects: 55% (40/72)
remote: Compressing objects: 56% (41/72)
remote: Compressing objects: 58% (42/72)
remote: Compressing objects: 59% (43/72)
remote: Compressing objects: 61% (44/72)
remote: Compressing objects: 62% (45/72)
remote: Compressing objects: 63% (46/72)
remote: Compressing objects: 65% (47/72)
remote: Compressing objects: 66% (48/72)
remote: Compressing objects: 68% (49/72)
remote: Compressing objects: 69% (50/72)
remote: Compressing objects: 70% (51/72)
remote: Compressing objects: 72% (52/72)
remote: Compressing objects: 73% (53/72)
remote: Compressing objects: 75% (54/72)
remote: Compressing objects: 76% (55/72)
remote: Compressing objects: 77% (56/72)
remote: Compressing objects: 79% (57/72)
remote: Compressing objects: 80% (58/72)
remote: Compressing objects: 81% (59/72)
remote: Compressing objects: 83% (60/72)
remote: Compressing objects: 84% (61/72)
remote: Compressing objects: 86% (62/72)
remote: Compressing objects: 87% (63/72)
remote: Compressing objects: 88% (64/72)
remote: Compressing objects: 90% (65/72)
remote: Compressing objects: 91% (66/72)
remote: Compressing objects: 93% (67/72)
remote: Compressing objects: 94% (68/72)
remote: Compressing objects: 95% (69/72)
remote: Compressing objects: 97% (70/72)
remote: Compressing objects: 98% (71/72)
remote: Compressing objects: 100% (72/72)
remote: Compressing objects: 100% (72/72), done.
remote: Total 319 (delta 36), reused 68 (delta 17), pack-reused 206
Receiving objects: 0% (1/319)
Receiving objects: 1% (4/319)
Receiving objects: 2% (7/319)
Receiving objects: 3% (10/319)
Receiving objects: 4% (13/319)
Receiving objects: 5% (16/319)
Receiving objects: 6% (20/319)
Receiving objects: 7% (23/319)
Receiving objects: 8% (26/319)
Receiving objects: 9% (29/319)
Receiving objects: 10% (32/319)
Receiving objects: 11% (36/319)
Receiving objects: 12% (39/319)
Receiving objects: 13% (42/319)
Receiving objects: 14% (45/319)
Receiving objects: 15% (48/319)
Receiving objects: 16% (52/319)
Receiving objects: 17% (55/319)
Receiving objects: 18% (58/319)
Receiving objects: 19% (61/319)
Receiving objects: 20% (64/319)
Receiving objects: 21% (67/319)
Receiving objects: 22% (71/319)
Receiving objects: 23% (74/319)
Receiving objects: 24% (77/319)
Receiving objects: 25% (80/319)
Receiving objects: 26% (83/319)
Receiving objects: 27% (87/319)
Receiving objects: 28% (90/319)
Receiving objects: 29% (93/319)
Receiving objects: 30% (96/319)
Receiving objects: 31% (99/319)
Receiving objects: 32% (103/319)
Receiving objects: 33% (106/319)
Receiving objects: 34% (109/319)
Receiving objects: 35% (112/319)
Receiving objects: 36% (115/319)
Receiving objects: 37% (119/319)
Receiving objects: 38% (122/319)
Receiving objects: 39% (125/319)
Receiving objects: 40% (128/319)
Receiving objects: 41% (131/319)
Receiving objects: 42% (134/319)
Receiving objects: 43% (138/319)
Receiving objects: 44% (141/319)
Receiving objects: 45% (144/319)
Receiving objects: 46% (147/319)
Receiving objects: 47% (150/319)
Receiving objects: 48% (154/319)
Receiving objects: 49% (157/319)
Receiving objects: 50% (160/319)
Receiving objects: 51% (163/319)
Receiving objects: 52% (166/319)
Receiving objects: 53% (170/319)
Receiving objects: 54% (173/319)
Receiving objects: 55% (176/319)
Receiving objects: 56% (179/319)
Receiving objects: 57% (182/319)
Receiving objects: 58% (186/319)
Receiving objects: 59% (189/319)
Receiving objects: 60% (192/319)
Receiving objects: 61% (195/319)
Receiving objects: 62% (198/319)
Receiving objects: 63% (201/319)
Receiving objects: 64% (205/319)
Receiving objects: 65% (208/319)
Receiving objects: 66% (211/319)
Receiving objects: 67% (214/319)
Receiving objects: 68% (217/319)
Receiving objects: 69% (221/319)
Receiving objects: 70% (224/319)
Receiving objects: 71% (227/319)
Receiving objects: 72% (230/319)
Receiving objects: 73% (233/319)
Receiving objects: 74% (237/319)
Receiving objects: 75% (240/319)
Receiving objects: 76% (243/319)
Receiving objects: 77% (246/319)
Receiving objects: 78% (249/319)
Receiving objects: 79% (253/319)
Receiving objects: 80% (256/319)
Receiving objects: 81% (259/319)
Receiving objects: 82% (262/319)
Receiving objects: 83% (265/319)
Receiving objects: 84% (268/319)
Receiving objects: 85% (272/319)
Receiving objects: 86% (275/319)
Receiving objects: 87% (278/319)
Receiving objects: 88% (281/319)
Receiving objects: 89% (284/319)
Receiving objects: 90% (288/319)
Receiving objects: 91% (291/319)
Receiving objects: 92% (294/319)
Receiving objects: 93% (297/319)
Receiving objects: 94% (300/319)
Receiving objects: 95% (304/319)
Receiving objects: 96% (307/319)
Receiving objects: 97% (310/319)
Receiving objects: 98% (313/319)
Receiving objects: 99% (316/319)
Receiving objects: 100% (319/319)
Receiving objects: 100% (319/319), 64.28 KiB | 16.07 MiB/s, done.
Resolving deltas: 0% (0/111)
Resolving deltas: 1% (2/111)
Resolving deltas: 2% (3/111)
Resolving deltas: 3% (4/111)
Resolving deltas: 6% (7/111)
Resolving deltas: 9% (11/111)
Resolving deltas: 22% (25/111)
Resolving deltas: 36% (41/111)
Resolving deltas: 37% (42/111)
Resolving deltas: 39% (44/111)
Resolving deltas: 40% (45/111)
Resolving deltas: 41% (46/111)
Resolving deltas: 44% (49/111)
Resolving deltas: 45% (50/111)
Resolving deltas: 48% (54/111)
Resolving deltas: 51% (57/111)
Resolving deltas: 54% (60/111)
Resolving deltas: 55% (62/111)
Resolving deltas: 59% (66/111)
Resolving deltas: 60% (67/111)
Resolving deltas: 61% (68/111)
Resolving deltas: 62% (69/111)
Resolving deltas: 63% (71/111)
Resolving deltas: 69% (77/111)
Resolving deltas: 71% (79/111)
Resolving deltas: 77% (86/111)
Resolving deltas: 83% (93/111)
Resolving deltas: 84% (94/111)
Resolving deltas: 86% (96/111)
Resolving deltas: 90% (100/111)
Resolving deltas: 92% (103/111)
Resolving deltas: 93% (104/111)
Resolving deltas: 97% (108/111)
Resolving deltas: 98% (109/111)
Resolving deltas: 99% (110/111)
Resolving deltas: 100% (111/111)
Resolving deltas: 100% (111/111), 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)
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)
remote: Total 102 (delta 18), reused 28 (delta 12), pack-reused 63
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: 27% (15/54)
Resolving deltas: 31% (17/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: 59% (32/54)
Resolving deltas: 61% (33/54)
Resolving deltas: 62% (34/54)
Resolving deltas: 68% (37/54)
Resolving deltas: 72% (39/54)
Resolving deltas: 74% (40/54)
Resolving deltas: 79% (43/54)
Resolving deltas: 81% (44/54)
Resolving deltas: 85% (46/54)
Resolving deltas: 87% (47/54)
Resolving deltas: 88% (48/54)
Resolving deltas: 94% (51/54)
Resolving deltas: 100% (54/54)
Resolving deltas: 100% (54/54), done.
Cloning into '/root/workspace/weifang-config/container/A001/params_new/msf-vehicle'...
remote: Enumerating objects: 34, done.
remote: Total 34 (delta 0), reused 0 (delta 0), pack-reused 34
Receiving objects: 2% (1/34)
Receiving objects: 5% (2/34)
Receiving objects: 8% (3/34)
Receiving objects: 11% (4/34)
Receiving objects: 14% (5/34)
Receiving objects: 17% (6/34)
Receiving objects: 20% (7/34)
Receiving objects: 23% (8/34)
Receiving objects: 26% (9/34)
Receiving objects: 29% (10/34)
Receiving objects: 32% (11/34)
Receiving objects: 35% (12/34)
Receiving objects: 38% (13/34)
Receiving objects: 41% (14/34)
Receiving objects: 44% (15/34)
Receiving objects: 47% (16/34)
Receiving objects: 50% (17/34)
Receiving objects: 52% (18/34)
Receiving objects: 55% (19/34)
Receiving objects: 58% (20/34)
Receiving objects: 61% (21/34)
Receiving objects: 64% (22/34)
Receiving objects: 67% (23/34)
Receiving objects: 70% (24/34)
Receiving objects: 73% (25/34)
Receiving objects: 76% (26/34)
Receiving objects: 79% (27/34)
Receiving objects: 82% (28/34)
Receiving objects: 85% (29/34)
Receiving objects: 88% (30/34)
Receiving objects: 91% (31/34)
Receiving objects: 94% (32/34)
Receiving objects: 97% (33/34)
Receiving objects: 100% (34/34)
Receiving objects: 100% (34/34), done.
Resolving deltas: 0% (0/16)
Resolving deltas: 6% (1/16)
Resolving deltas: 62% (10/16)
Resolving deltas: 100% (16/16)
Resolving deltas: 100% (16/16), done.
Cloning into '/root/workspace/weifang-config/container/A001/params_new/perception_camera_driver'...
remote: Enumerating objects: 21, done.
remote: Counting objects: 4% (1/21)
remote: Counting objects: 9% (2/21)
remote: Counting objects: 14% (3/21)
remote: Counting objects: 19% (4/21)
remote: Counting objects: 23% (5/21)
remote: Counting objects: 28% (6/21)
remote: Counting objects: 33% (7/21)
remote: Counting objects: 38% (8/21)
remote: Counting objects: 42% (9/21)
remote: Counting objects: 47% (10/21)
remote: Counting objects: 52% (11/21)
remote: Counting objects: 57% (12/21)
remote: Counting objects: 61% (13/21)
remote: Counting objects: 66% (14/21)
remote: Counting objects: 71% (15/21)
remote: Counting objects: 76% (16/21)
remote: Counting objects: 80% (17/21)
remote: Counting objects: 85% (18/21)
remote: Counting objects: 90% (19/21)
remote: Counting objects: 95% (20/21)
remote: Counting objects: 100% (21/21)
remote: Counting objects: 100% (21/21), done.
remote: Compressing objects: 11% (1/9)
remote: Compressing objects: 22% (2/9)
remote: Compressing objects: 33% (3/9)
remote: Compressing objects: 44% (4/9)
remote: Compressing objects: 55% (5/9)
remote: Compressing objects: 66% (6/9)
remote: Compressing objects: 77% (7/9)
remote: Compressing objects: 88% (8/9)
remote: Compressing objects: 100% (9/9)
remote: Compressing objects: 100% (9/9), done.
remote: Total 21 (delta 3), reused 0 (delta 0), pack-reused 0
Receiving objects: 4% (1/21)
Receiving objects: 9% (2/21)
Receiving objects: 14% (3/21)
Receiving objects: 19% (4/21)
Receiving objects: 23% (5/21)
Receiving objects: 28% (6/21)
Receiving objects: 33% (7/21)
Receiving objects: 38% (8/21)
Receiving objects: 42% (9/21)
Receiving objects: 47% (10/21)
Receiving objects: 52% (11/21)
Receiving objects: 57% (12/21)
Receiving objects: 61% (13/21)
Receiving objects: 66% (14/21)
Receiving objects: 71% (15/21)
Receiving objects: 76% (16/21)
Receiving objects: 80% (17/21)
Receiving objects: 85% (18/21)
Receiving objects: 90% (19/21)
Receiving objects: 95% (20/21)
Receiving objects: 100% (21/21)
Receiving objects: 100% (21/21), done.
Resolving deltas: 0% (0/3)
Resolving deltas: 100% (3/3)
Resolving deltas: 100% (3/3), done.
Cloning into '/root/workspace/weifang-config/container/A001/params_new/perception_data_collection'...
remote: Enumerating objects: 50, done.
remote: Counting objects: 2% (1/38)
remote: Counting objects: 5% (2/38)
remote: Counting objects: 7% (3/38)
remote: Counting objects: 10% (4/38)
remote: Counting objects: 13% (5/38)
remote: Counting objects: 15% (6/38)
remote: Counting objects: 18% (7/38)
remote: Counting objects: 21% (8/38)
remote: Counting objects: 23% (9/38)
remote: Counting objects: 26% (10/38)
remote: Counting objects: 28% (11/38)
remote: Counting objects: 31% (12/38)
remote: Counting objects: 34% (13/38)
remote: Counting objects: 36% (14/38)
remote: Counting objects: 39% (15/38)
remote: Counting objects: 42% (16/38)
remote: Counting objects: 44% (17/38)
remote: Counting objects: 47% (18/38)
remote: Counting objects: 50% (19/38)
remote: Counting objects: 52% (20/38)
remote: Counting objects: 55% (21/38)
remote: Counting objects: 57% (22/38)
remote: Counting objects: 60% (23/38)
remote: Counting objects: 63% (24/38)
remote: Counting objects: 65% (25/38)
remote: Counting objects: 68% (26/38)
remote: Counting objects: 71% (27/38)
remote: Counting objects: 73% (28/38)
remote: Counting objects: 76% (29/38)
remote: Counting objects: 78% (30/38)
remote: Counting objects: 81% (31/38)
remote: Counting objects: 84% (32/38)
remote: Counting objects: 86% (33/38)
remote: Counting objects: 89% (34/38)
remote: Counting objects: 92% (35/38)
remote: Counting objects: 94% (36/38)
remote: Counting objects: 97% (37/38)
remote: Counting objects: 100% (38/38)
remote: Counting objects: 100% (38/38), done.
remote: Compressing objects: 3% (1/29)
remote: Compressing objects: 6% (2/29)
remote: Compressing objects: 10% (3/29)
remote: Compressing objects: 13% (4/29)
remote: Compressing objects: 17% (5/29)
remote: Compressing objects: 20% (6/29)
remote: Compressing objects: 24% (7/29)
remote: Compressing objects: 27% (8/29)
remote: Compressing objects: 31% (9/29)
remote: Compressing objects: 34% (10/29)
remote: Compressing objects: 37% (11/29)
remote: Compressing objects: 41% (12/29)
remote: Compressing objects: 44% (13/29)
remote: Compressing objects: 48% (14/29)
remote: Compressing objects: 51% (15/29)
remote: Compressing objects: 55% (16/29)
remote: Compressing objects: 58% (17/29)
remote: Compressing objects: 62% (18/29)
remote: Compressing objects: 65% (19/29)
remote: Compressing objects: 68% (20/29)
remote: Compressing objects: 72% (21/29)
remote: Compressing objects: 75% (22/29)
remote: Compressing objects: 79% (23/29)
remote: Compressing objects: 82% (24/29)
remote: Compressing objects: 86% (25/29)
remote: Compressing objects: 89% (26/29)
remote: Compressing objects: 93% (27/29)
remote: Compressing objects: 96% (28/29)
remote: Compressing objects: 100% (29/29)
remote: Compressing objects: 100% (29/29), done.
remote: Total 50 (delta 14), reused 15 (delta 5), pack-reused 12
Receiving objects: 2% (1/50)
Receiving objects: 4% (2/50)
Receiving objects: 6% (3/50)
Receiving objects: 8% (4/50)
Receiving objects: 10% (5/50)
Receiving objects: 12% (6/50)
Receiving objects: 14% (7/50)
Receiving objects: 16% (8/50)
Receiving objects: 18% (9/50)
Receiving objects: 20% (10/50)
Receiving objects: 22% (11/50)
Receiving objects: 24% (12/50)
Receiving objects: 26% (13/50)
Receiving objects: 28% (14/50)
Receiving objects: 30% (15/50)
Receiving objects: 32% (16/50)
Receiving objects: 34% (17/50)
Receiving objects: 36% (18/50)
Receiving objects: 38% (19/50)
Receiving objects: 40% (20/50)
Receiving objects: 42% (21/50)
Receiving objects: 44% (22/50)
Receiving objects: 46% (23/50)
Receiving objects: 48% (24/50)
Receiving objects: 50% (25/50)
Receiving objects: 52% (26/50)
Receiving objects: 54% (27/50)
Receiving objects: 56% (28/50)
Receiving objects: 58% (29/50)
Receiving objects: 60% (30/50)
Receiving objects: 62% (31/50)
Receiving objects: 64% (32/50)
Receiving objects: 66% (33/50)
Receiving objects: 68% (34/50)
Receiving objects: 70% (35/50)
Receiving objects: 72% (36/50)
Receiving objects: 74% (37/50)
Receiving objects: 76% (38/50)
Receiving objects: 78% (39/50)
Receiving objects: 80% (40/50)
Receiving objects: 82% (41/50)
Receiving objects: 84% (42/50)
Receiving objects: 86% (43/50)
Receiving objects: 88% (44/50)
Receiving objects: 90% (45/50)
Receiving objects: 92% (46/50)
Receiving objects: 94% (47/50)
Receiving objects: 96% (48/50)
Receiving objects: 98% (49/50)
Receiving objects: 100% (50/50)
Receiving objects: 100% (50/50), 4.80 KiB | 4.80 MiB/s, done.
Resolving deltas: 0% (0/16)
Resolving deltas: 6% (1/16)
Resolving deltas: 12% (2/16)
Resolving deltas: 18% (3/16)
Resolving deltas: 25% (4/16)
Resolving deltas: 31% (5/16)
Resolving deltas: 62% (10/16)
Resolving deltas: 75% (12/16)
Resolving deltas: 93% (15/16)
Resolving deltas: 100% (16/16)
Resolving deltas: 100% (16/16), done.
Cloning into '/root/workspace/weifang-config/container/A001/params_new/perception_lane_detection'...
remote: Enumerating objects: 121, done.
remote: Counting objects: 1% (1/80)
remote: Counting objects: 2% (2/80)
remote: Counting objects: 3% (3/80)
remote: Counting objects: 5% (4/80)
remote: Counting objects: 6% (5/80)
remote: Counting objects: 7% (6/80)
remote: Counting objects: 8% (7/80)
remote: Counting objects: 10% (8/80)
remote: Counting objects: 11% (9/80)
remote: Counting objects: 12% (10/80)
remote: Counting objects: 13% (11/80)
remote: Counting objects: 15% (12/80)
remote: Counting objects: 16% (13/80)
remote: Counting objects: 17% (14/80)
remote: Counting objects: 18% (15/80)
remote: Counting objects: 20% (16/80)
remote: Counting objects: 21% (17/80)
remote: Counting objects: 22% (18/80)
remote: Counting objects: 23% (19/80)
remote: Counting objects: 25% (20/80)
remote: Counting objects: 26% (21/80)
remote: Counting objects: 27% (22/80)
remote: Counting objects: 28% (23/80)
remote: Counting objects: 30% (24/80)
remote: Counting objects: 31% (25/80)
remote: Counting objects: 32% (26/80)
remote: Counting objects: 33% (27/80)
remote: Counting objects: 35% (28/80)
remote: Counting objects: 36% (29/80)
remote: Counting objects: 37% (30/80)
remote: Counting objects: 38% (31/80)
remote: Counting objects: 40% (32/80)
remote: Counting objects: 41% (33/80)
remote: Counting objects: 42% (34/80)
remote: Counting objects: 43% (35/80)
remote: Counting objects: 45% (36/80)
remote: Counting objects: 46% (37/80)
remote: Counting objects: 47% (38/80)
remote: Counting objects: 48% (39/80)
remote: Counting objects: 50% (40/80)
remote: Counting objects: 51% (41/80)
remote: Counting objects: 52% (42/80)
remote: Counting objects: 53% (43/80)
remote: Counting objects: 55% (44/80)
remote: Counting objects: 56% (45/80)
remote: Counting objects: 57% (46/80)
remote: Counting objects: 58% (47/80)
remote: Counting objects: 60% (48/80)
remote: Counting objects: 61% (49/80)
remote: Counting objects: 62% (50/80)
remote: Counting objects: 63% (51/80)
remote: Counting objects: 65% (52/80)
remote: Counting objects: 66% (53/80)
remote: Counting objects: 67% (54/80)
remote: Counting objects: 68% (55/80)
remote: Counting objects: 70% (56/80)
remote: Counting objects: 71% (57/80)
remote: Counting objects: 72% (58/80)
remote: Counting objects: 73% (59/80)
remote: Counting objects: 75% (60/80)
remote: Counting objects: 76% (61/80)
remote: Counting objects: 77% (62/80)
remote: Counting objects: 78% (63/80)
remote: Counting objects: 80% (64/80)
remote: Counting objects: 81% (65/80)
remote: Counting objects: 82% (66/80)
remote: Counting objects: 83% (67/80)
remote: Counting objects: 85% (68/80)
remote: Counting objects: 86% (69/80)
remote: Counting objects: 87% (70/80)
remote: Counting objects: 88% (71/80)
remote: Counting objects: 90% (72/80)
remote: Counting objects: 91% (73/80)
remote: Counting objects: 92% (74/80)
remote: Counting objects: 93% (75/80)
remote: Counting objects: 95% (76/80)
remote: Counting objects: 96% (77/80)
remote: Counting objects: 97% (78/80)
remote: Counting objects: 98% (79/80)
remote: Counting objects: 100% (80/80)
remote: Counting objects: 100% (80/80), done.
remote: Compressing objects: 2% (1/37)
remote: Compressing objects: 5% (2/37)
remote: Compressing objects: 8% (3/37)
remote: Compressing objects: 10% (4/37)
remote: Compressing objects: 13% (5/37)
remote: Compressing objects: 16% (6/37)
remote: Compressing objects: 18% (7/37)
remote: Compressing objects: 21% (8/37)
remote: Compressing objects: 24% (9/37)
remote: Compressing objects: 27% (10/37)
remote: Compressing objects: 29% (11/37)
remote: Compressing objects: 32% (12/37)
remote: Compressing objects: 35% (13/37)
remote: Compressing objects: 37% (14/37)
remote: Compressing objects: 40% (15/37)
remote: Compressing objects: 43% (16/37)
remote: Compressing objects: 45% (17/37)
remote: Compressing objects: 48% (18/37)
remote: Compressing objects: 51% (19/37)
remote: Compressing objects: 54% (20/37)
remote: Compressing objects: 56% (21/37)
remote: Compressing objects: 59% (22/37)
remote: Compressing objects: 62% (23/37)
remote: Compressing objects: 64% (24/37)
remote: Compressing objects: 67% (25/37)
remote: Compressing objects: 70% (26/37)
remote: Compressing objects: 72% (27/37)
remote: Compressing objects: 75% (28/37)
remote: Compressing objects: 78% (29/37)
remote: Compressing objects: 81% (30/37)
remote: Compressing objects: 83% (31/37)
remote: Compressing objects: 86% (32/37)
remote: Compressing objects: 89% (33/37)
remote: Compressing objects: 91% (34/37)
remote: Compressing objects: 94% (35/37)
remote: Compressing objects: 97% (36/37)
remote: Compressing objects: 100% (37/37)
remote: Compressing objects: 100% (37/37), done.
Receiving objects: 0% (1/121)
Receiving objects: 1% (2/121)
Receiving objects: 2% (3/121)
Receiving objects: 3% (4/121)
Receiving objects: 4% (5/121)
Receiving objects: 5% (7/121)
Receiving objects: 6% (8/121)
Receiving objects: 7% (9/121)
Receiving objects: 8% (10/121)
Receiving objects: 9% (11/121)
Receiving objects: 10% (13/121)
Receiving objects: 11% (14/121)
Receiving objects: 12% (15/121)
Receiving objects: 13% (16/121)
remote: Total 121 (delta 14), reused 64 (delta 10), pack-reused 41
Receiving objects: 14% (17/121)
Receiving objects: 15% (19/121)
Receiving objects: 16% (20/121)
Receiving objects: 17% (21/121)
Receiving objects: 18% (22/121)
Receiving objects: 19% (23/121)
Receiving objects: 20% (25/121)
Receiving objects: 21% (26/121)
Receiving objects: 22% (27/121)
Receiving objects: 23% (28/121)
Receiving objects: 24% (30/121)
Receiving objects: 25% (31/121)
Receiving objects: 26% (32/121)
Receiving objects: 27% (33/121)
Receiving objects: 28% (34/121)
Receiving objects: 29% (36/121)
Receiving objects: 30% (37/121)
Receiving objects: 31% (38/121)
Receiving objects: 32% (39/121)
Receiving objects: 33% (40/121)
Receiving objects: 34% (42/121)
Receiving objects: 35% (43/121)
Receiving objects: 36% (44/121)
Receiving objects: 37% (45/121)
Receiving objects: 38% (46/121)
Receiving objects: 39% (48/121)
Receiving objects: 40% (49/121)
Receiving objects: 41% (50/121)
Receiving objects: 42% (51/121)
Receiving objects: 43% (53/121)
Receiving objects: 44% (54/121)
Receiving objects: 45% (55/121)
Receiving objects: 46% (56/121)
Receiving objects: 47% (57/121)
Receiving objects: 48% (59/121)
Receiving objects: 49% (60/121)
Receiving objects: 50% (61/121)
Receiving objects: 51% (62/121)
Receiving objects: 52% (63/121)
Receiving objects: 53% (65/121)
Receiving objects: 54% (66/121)
Receiving objects: 55% (67/121)
Receiving objects: 56% (68/121)
Receiving objects: 57% (69/121)
Receiving objects: 58% (71/121)
Receiving objects: 59% (72/121)
Receiving objects: 60% (73/121)
Receiving objects: 61% (74/121)
Receiving objects: 62% (76/121)
Receiving objects: 63% (77/121)
Receiving objects: 64% (78/121)
Receiving objects: 65% (79/121)
Receiving objects: 66% (80/121)
Receiving objects: 67% (82/121)
Receiving objects: 68% (83/121)
Receiving objects: 69% (84/121)
Receiving objects: 70% (85/121)
Receiving objects: 71% (86/121)
Receiving objects: 72% (88/121)
Receiving objects: 73% (89/121)
Receiving objects: 74% (90/121)
Receiving objects: 75% (91/121)
Receiving objects: 76% (92/121)
Receiving objects: 77% (94/121)
Receiving objects: 78% (95/121)
Receiving objects: 79% (96/121)
Receiving objects: 80% (97/121)
Receiving objects: 81% (99/121)
Receiving objects: 82% (100/121)
Receiving objects: 83% (101/121)
Receiving objects: 84% (102/121)
Receiving objects: 85% (103/121)
Receiving objects: 86% (105/121)
Receiving objects: 87% (106/121)
Receiving objects: 88% (107/121)
Receiving objects: 89% (108/121)
Receiving objects: 90% (109/121)
Receiving objects: 91% (111/121)
Receiving objects: 92% (112/121)
Receiving objects: 93% (113/121)
Receiving objects: 94% (114/121)
Receiving objects: 95% (115/121)
Receiving objects: 96% (117/121)
Receiving objects: 97% (118/121)
Receiving objects: 98% (119/121)
Receiving objects: 99% (120/121)
Receiving objects: 100% (121/121)
Receiving objects: 100% (121/121), 11.76 KiB | 11.76 MiB/s, done.
Resolving deltas: 0% (0/25)
Resolving deltas: 28% (7/25)
Resolving deltas: 32% (8/25)
Resolving deltas: 72% (18/25)
Resolving deltas: 100% (25/25)
Resolving deltas: 100% (25/25), 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: 3689, done.
remote: Counting objects: 0% (1/102)
remote: Counting objects: 1% (2/102)
remote: Counting objects: 2% (3/102)
remote: Counting objects: 3% (4/102)
remote: Counting objects: 4% (5/102)
remote: Counting objects: 5% (6/102)
remote: Counting objects: 6% (7/102)
remote: Counting objects: 7% (8/102)
remote: Counting objects: 8% (9/102)
remote: Counting objects: 9% (10/102)
remote: Counting objects: 10% (11/102)
remote: Counting objects: 11% (12/102)
remote: Counting objects: 12% (13/102)
remote: Counting objects: 13% (14/102)
remote: Counting objects: 14% (15/102)
remote: Counting objects: 15% (16/102)
remote: Counting objects: 16% (17/102)
remote: Counting objects: 17% (18/102)
remote: Counting objects: 18% (19/102)
remote: Counting objects: 19% (20/102)
remote: Counting objects: 20% (21/102)
remote: Counting objects: 21% (22/102)
remote: Counting objects: 22% (23/102)
remote: Counting objects: 23% (24/102)
remote: Counting objects: 24% (25/102)
remote: Counting objects: 25% (26/102)
remote: Counting objects: 26% (27/102)
remote: Counting objects: 27% (28/102)
remote: Counting objects: 28% (29/102)
remote: Counting objects: 29% (30/102)
remote: Counting objects: 30% (31/102)
remote: Counting objects: 31% (32/102)
remote: Counting objects: 32% (33/102)
remote: Counting objects: 33% (34/102)
remote: Counting objects: 34% (35/102)
remote: Counting objects: 35% (36/102)
remote: Counting objects: 36% (37/102)
remote: Counting objects: 37% (38/102)
remote: Counting objects: 38% (39/102)
remote: Counting objects: 39% (40/102)
remote: Counting objects: 40% (41/102)
remote: Counting objects: 41% (42/102)
remote: Counting objects: 42% (43/102)
remote: Counting objects: 43% (44/102)
remote: Counting objects: 44% (45/102)
remote: Counting objects: 45% (46/102)
remote: Counting objects: 46% (47/102)
remote: Counting objects: 47% (48/102)
remote: Counting objects: 48% (49/102)
remote: Counting objects: 49% (50/102)
remote: Counting objects: 50% (51/102)
remote: Counting objects: 51% (53/102)
remote: Counting objects: 52% (54/102)
remote: Counting objects: 53% (55/102)
remote: Counting objects: 54% (56/102)
remote: Counting objects: 55% (57/102)
remote: Counting objects: 56% (58/102)
remote: Counting objects: 57% (59/102)
remote: Counting objects: 58% (60/102)
remote: Counting objects: 59% (61/102)
remote: Counting objects: 60% (62/102)
remote: Counting objects: 61% (63/102)
remote: Counting objects: 62% (64/102)
remote: Counting objects: 63% (65/102)
remote: Counting objects: 64% (66/102)
remote: Counting objects: 65% (67/102)
remote: Counting objects: 66% (68/102)
remote: Counting objects: 67% (69/102)
remote: Counting objects: 68% (70/102)
remote: Counting objects: 69% (71/102)
remote: Counting objects: 70% (72/102)
remote: Counting objects: 71% (73/102)
remote: Counting objects: 72% (74/102)
remote: Counting objects: 73% (75/102)
remote: Counting objects: 74% (76/102)
remote: Counting objects: 75% (77/102)
remote: Counting objects: 76% (78/102)
remote: Counting objects: 77% (79/102)
remote: Counting objects: 78% (80/102)
remote: Counting objects: 79% (81/102)
remote: Counting objects: 80% (82/102)
remote: Counting objects: 81% (83/102)
remote: Counting objects: 82% (84/102)
remote: Counting objects: 83% (85/102)
remote: Counting objects: 84% (86/102)
remote: Counting objects: 85% (87/102)
remote: Counting objects: 86% (88/102)
remote: Counting objects: 87% (89/102)
remote: Counting objects: 88% (90/102)
remote: Counting objects: 89% (91/102)
remote: Counting objects: 90% (92/102)
remote: Counting objects: 91% (93/102)
remote: Counting objects: 92% (94/102)
remote: Counting objects: 93% (95/102)
remote: Counting objects: 94% (96/102)
remote: Counting objects: 95% (97/102)
remote: Counting objects: 96% (98/102)
remote: Counting objects: 97% (99/102)
remote: Counting objects: 98% (100/102)
remote: Counting objects: 99% (101/102)
remote: Counting objects: 100% (102/102)
remote: Counting objects: 100% (102/102), done.
remote: Compressing objects: 1% (1/73)
remote: Compressing objects: 2% (2/73)
remote: Compressing objects: 4% (3/73)
remote: Compressing objects: 5% (4/73)
remote: Compressing objects: 6% (5/73)
remote: Compressing objects: 8% (6/73)
remote: Compressing objects: 9% (7/73)
remote: Compressing objects: 10% (8/73)
remote: Compressing objects: 12% (9/73)
remote: Compressing objects: 13% (10/73)
remote: Compressing objects: 15% (11/73)
remote: Compressing objects: 16% (12/73)
remote: Compressing objects: 17% (13/73)
remote: Compressing objects: 19% (14/73)
remote: Compressing objects: 20% (15/73)
remote: Compressing objects: 21% (16/73)
remote: Compressing objects: 23% (17/73)
remote: Compressing objects: 24% (18/73)
remote: Compressing objects: 26% (19/73)
remote: Compressing objects: 27% (20/73)
remote: Compressing objects: 28% (21/73)
remote: Compressing objects: 30% (22/73)
remote: Compressing objects: 31% (23/73)
remote: Compressing objects: 32% (24/73)
remote: Compressing objects: 34% (25/73)
remote: Compressing objects: 35% (26/73)
remote: Compressing objects: 36% (27/73)
remote: Compressing objects: 38% (28/73)
remote: Compressing objects: 39% (29/73)
remote: Compressing objects: 41% (30/73)
remote: Compressing objects: 42% (31/73)
remote: Compressing objects: 43% (32/73)
remote: Compressing objects: 45% (33/73)
remote: Compressing objects: 46% (34/73)
remote: Compressing objects: 47% (35/73)
remote: Compressing objects: 49% (36/73)
remote: Compressing objects: 50% (37/73)
remote: Compressing objects: 52% (38/73)
remote: Compressing objects: 53% (39/73)
remote: Compressing objects: 54% (40/73)
remote: Compressing objects: 56% (41/73)
remote: Compressing objects: 57% (42/73)
remote: Compressing objects: 58% (43/73)
remote: Compressing objects: 60% (44/73)
remote: Compressing objects: 61% (45/73)
remote: Compressing objects: 63% (46/73)
remote: Compressing objects: 64% (47/73)
remote: Compressing objects: 65% (48/73)
remote: Compressing objects: 67% (49/73)
remote: Compressing objects: 68% (50/73)
remote: Compressing objects: 69% (51/73)
remote: Compressing objects: 71% (52/73)
remote: Compressing objects: 72% (53/73)
remote: Compressing objects: 73% (54/73)
remote: Compressing objects: 75% (55/73)
remote: Compressing objects: 76% (56/73)
remote: Compressing objects: 78% (57/73)
remote: Compressing objects: 79% (58/73)
remote: Compressing objects: 80% (59/73)
remote: Compressing objects: 82% (60/73)
remote: Compressing objects: 83% (61/73)
remote: Compressing objects: 84% (62/73)
remote: Compressing objects: 86% (63/73)
remote: Compressing objects: 87% (64/73)
remote: Compressing objects: 89% (65/73)
remote: Compressing objects: 90% (66/73)
remote: Compressing objects: 91% (67/73)
remote: Compressing objects: 93% (68/73)
remote: Compressing objects: 94% (69/73)
remote: Compressing objects: 95% (70/73)
remote: Compressing objects: 97% (71/73)
remote: Compressing objects: 98% (72/73)
remote: Compressing objects: 100% (73/73)
remote: Compressing objects: 100% (73/73), done.
Receiving objects: 0% (1/3689)
Receiving objects: 1% (37/3689)
Receiving objects: 2% (74/3689)
Receiving objects: 3% (111/3689)
Receiving objects: 4% (148/3689)
Receiving objects: 5% (185/3689)
Receiving objects: 6% (222/3689)
Receiving objects: 7% (259/3689)
Receiving objects: 8% (296/3689)
Receiving objects: 9% (333/3689)
Receiving objects: 10% (369/3689)
Receiving objects: 11% (406/3689)
Receiving objects: 12% (443/3689)
Receiving objects: 13% (480/3689)
Receiving objects: 14% (517/3689)
Receiving objects: 15% (554/3689)
Receiving objects: 16% (591/3689)
Receiving objects: 17% (628/3689)
Receiving objects: 18% (665/3689)
Receiving objects: 19% (701/3689)
Receiving objects: 20% (738/3689)
Receiving objects: 21% (775/3689)
Receiving objects: 22% (812/3689)
Receiving objects: 23% (849/3689)
Receiving objects: 24% (886/3689)
Receiving objects: 25% (923/3689)
Receiving objects: 26% (960/3689)
Receiving objects: 27% (997/3689)
Receiving objects: 28% (1033/3689)
Receiving objects: 29% (1070/3689)
Receiving objects: 30% (1107/3689)
Receiving objects: 31% (1144/3689)
Receiving objects: 32% (1181/3689)
Receiving objects: 33% (1218/3689)
Receiving objects: 34% (1255/3689)
Receiving objects: 35% (1292/3689)
Receiving objects: 36% (1329/3689)
Receiving objects: 37% (1365/3689)
Receiving objects: 38% (1402/3689)
Receiving objects: 39% (1439/3689)
Receiving objects: 40% (1476/3689)
Receiving objects: 41% (1513/3689)
Receiving objects: 42% (1550/3689)
Receiving objects: 43% (1587/3689)
Receiving objects: 44% (1624/3689)
Receiving objects: 45% (1661/3689)
Receiving objects: 46% (1697/3689)
Receiving objects: 47% (1734/3689)
Receiving objects: 48% (1771/3689)
Receiving objects: 49% (1808/3689)
Receiving objects: 50% (1845/3689)
Receiving objects: 51% (1882/3689)
Receiving objects: 52% (1919/3689)
Receiving objects: 53% (1956/3689)
Receiving objects: 54% (1993/3689)
Receiving objects: 55% (2029/3689)
Receiving objects: 56% (2066/3689)
Receiving objects: 57% (2103/3689)
Receiving objects: 58% (2140/3689)
Receiving objects: 59% (2177/3689)
Receiving objects: 60% (2214/3689)
Receiving objects: 61% (2251/3689)
Receiving objects: 62% (2288/3689)
Receiving objects: 63% (2325/3689)
Receiving objects: 64% (2361/3689)
Receiving objects: 65% (2398/3689)
Receiving objects: 66% (2435/3689)
Receiving objects: 67% (2472/3689)
Receiving objects: 68% (2509/3689)
Receiving objects: 69% (2546/3689)
Receiving objects: 70% (2583/3689)
Receiving objects: 71% (2620/3689)
Receiving objects: 72% (2657/3689)
Receiving objects: 73% (2693/3689)
Receiving objects: 74% (2730/3689)
Receiving objects: 75% (2767/3689)
Receiving objects: 76% (2804/3689)
Receiving objects: 77% (2841/3689)
remote: Total 3689 (delta 16), reused 62 (delta 9), pack-reused 3587
Receiving objects: 78% (2878/3689)
Receiving objects: 79% (2915/3689)
Receiving objects: 80% (2952/3689)
Receiving objects: 81% (2989/3689)
Receiving objects: 82% (3025/3689)
Receiving objects: 83% (3062/3689)
Receiving objects: 84% (3099/3689)
Receiving objects: 85% (3136/3689)
Receiving objects: 86% (3173/3689)
Receiving objects: 87% (3210/3689)
Receiving objects: 88% (3247/3689)
Receiving objects: 89% (3284/3689)
Receiving objects: 90% (3321/3689)
Receiving objects: 91% (3357/3689)
Receiving objects: 92% (3394/3689)
Receiving objects: 93% (3431/3689)
Receiving objects: 94% (3468/3689)
Receiving objects: 95% (3505/3689)
Receiving objects: 96% (3542/3689)
Receiving objects: 97% (3579/3689)
Receiving objects: 98% (3616/3689)
Receiving objects: 99% (3653/3689)
Receiving objects: 100% (3689/3689)
Receiving objects: 100% (3689/3689), 379.98 KiB | 31.67 MiB/s, done.
Resolving deltas: 0% (0/738)
Resolving deltas: 1% (13/738)
Resolving deltas: 3% (24/738)
Resolving deltas: 9% (70/738)
Resolving deltas: 11% (87/738)
Resolving deltas: 12% (90/738)
Resolving deltas: 13% (97/738)
Resolving deltas: 14% (105/738)
Resolving deltas: 17% (130/738)
Resolving deltas: 19% (145/738)
Resolving deltas: 20% (149/738)
Resolving deltas: 21% (155/738)
Resolving deltas: 22% (163/738)
Resolving deltas: 23% (170/738)
Resolving deltas: 24% (178/738)
Resolving deltas: 25% (185/738)
Resolving deltas: 28% (207/738)
Resolving deltas: 29% (215/738)
Resolving deltas: 33% (250/738)
Resolving deltas: 34% (251/738)
Resolving deltas: 76% (563/738)
Resolving deltas: 100% (738/738)
Resolving deltas: 100% (738/738), done.
Cloning into '/root/workspace/weifang-config/container/A001/params_new/perception_spreader_imv'...
remote: Enumerating objects: 163, done.
remote: Counting objects: 8% (1/12)
remote: Counting objects: 16% (2/12)
remote: Counting objects: 25% (3/12)
remote: Counting objects: 33% (4/12)
remote: Counting objects: 41% (5/12)
remote: Counting objects: 50% (6/12)
remote: Counting objects: 58% (7/12)
remote: Counting objects: 66% (8/12)
remote: Counting objects: 75% (9/12)
remote: Counting objects: 83% (10/12)
remote: Counting objects: 91% (11/12)
remote: Counting objects: 100% (12/12)
remote: Counting objects: 100% (12/12), 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 163 (delta 2), reused 0 (delta 0), pack-reused 151
Receiving objects: 0% (1/163)
Receiving objects: 1% (2/163)
Receiving objects: 2% (4/163)
Receiving objects: 3% (5/163)
Receiving objects: 4% (7/163)
Receiving objects: 5% (9/163)
Receiving objects: 6% (10/163)
Receiving objects: 7% (12/163)
Receiving objects: 8% (14/163)
Receiving objects: 9% (15/163)
Receiving objects: 10% (17/163)
Receiving objects: 11% (18/163)
Receiving objects: 12% (20/163)
Receiving objects: 13% (22/163)
Receiving objects: 14% (23/163)
Receiving objects: 15% (25/163)
Receiving objects: 16% (27/163)
Receiving objects: 17% (28/163)
Receiving objects: 18% (30/163)
Receiving objects: 19% (31/163)
Receiving objects: 20% (33/163)
Receiving objects: 21% (35/163)
Receiving objects: 22% (36/163)
Receiving objects: 23% (38/163)
Receiving objects: 24% (40/163)
Receiving objects: 25% (41/163)
Receiving objects: 26% (43/163)
Receiving objects: 27% (45/163)
Receiving objects: 28% (46/163)
Receiving objects: 29% (48/163)
Receiving objects: 30% (49/163)
Receiving objects: 31% (51/163)
Receiving objects: 32% (53/163)
Receiving objects: 33% (54/163)
Receiving objects: 34% (56/163)
Receiving objects: 35% (58/163)
Receiving objects: 36% (59/163)
Receiving objects: 37% (61/163)
Receiving objects: 38% (62/163)
Receiving objects: 39% (64/163)
Receiving objects: 40% (66/163)
Receiving objects: 41% (67/163)
Receiving objects: 42% (69/163)
Receiving objects: 43% (71/163)
Receiving objects: 44% (72/163)
Receiving objects: 45% (74/163)
Receiving objects: 46% (75/163)
Receiving objects: 47% (77/163)
Receiving objects: 48% (79/163)
Receiving objects: 49% (80/163)
Receiving objects: 50% (82/163)
Receiving objects: 51% (84/163)
Receiving objects: 52% (85/163)
Receiving objects: 53% (87/163)
Receiving objects: 54% (89/163)
Receiving objects: 55% (90/163)
Receiving objects: 56% (92/163)
Receiving objects: 57% (93/163)
Receiving objects: 58% (95/163)
Receiving objects: 59% (97/163)
Receiving objects: 60% (98/163)
Receiving objects: 61% (100/163)
Receiving objects: 62% (102/163)
Receiving objects: 63% (103/163)
Receiving objects: 64% (105/163)
Receiving objects: 65% (106/163)
Receiving objects: 66% (108/163)
Receiving objects: 67% (110/163)
Receiving objects: 68% (111/163)
Receiving objects: 69% (113/163)
Receiving objects: 70% (115/163)
Receiving objects: 71% (116/163)
Receiving objects: 72% (118/163)
Receiving objects: 73% (119/163)
Receiving objects: 74% (121/163)
Receiving objects: 75% (123/163)
Receiving objects: 76% (124/163)
Receiving objects: 77% (126/163)
Receiving objects: 78% (128/163)
Receiving objects: 79% (129/163)
Receiving objects: 80% (131/163)
Receiving objects: 81% (133/163)
Receiving objects: 82% (134/163)
Receiving objects: 83% (136/163)
Receiving objects: 84% (137/163)
Receiving objects: 85% (139/163)
Receiving objects: 86% (141/163)
Receiving objects: 87% (142/163)
Receiving objects: 88% (144/163)
Receiving objects: 89% (146/163)
Receiving objects: 90% (147/163)
Receiving objects: 91% (149/163)
Receiving objects: 92% (150/163)
Receiving objects: 93% (152/163)
Receiving objects: 94% (154/163)
Receiving objects: 95% (155/163)
Receiving objects: 96% (157/163)
Receiving objects: 97% (159/163)
Receiving objects: 98% (160/163)
Receiving objects: 99% (162/163)
Receiving objects: 100% (163/163)
Receiving objects: 100% (163/163), 16.37 KiB | 16.37 MiB/s, done.
Resolving deltas: 0% (0/50)
Resolving deltas: 8% (4/50)
Resolving deltas: 18% (9/50)
Resolving deltas: 20% (10/50)
Resolving deltas: 22% (11/50)
Resolving deltas: 24% (12/50)
Resolving deltas: 26% (13/50)
Resolving deltas: 28% (14/50)
Resolving deltas: 30% (15/50)
Resolving deltas: 44% (22/50)
Resolving deltas: 100% (50/50)
Resolving deltas: 100% (50/50), 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: 6% (2/30)
Resolving deltas: 10% (3/30)
Resolving deltas: 13% (4/30)
Resolving deltas: 16% (5/30)
Resolving deltas: 20% (6/30)
Resolving deltas: 23% (7/30)
Resolving deltas: 26% (8/30)
Resolving deltas: 83% (25/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: 321, done.
remote: Counting objects: 3% (1/28)
remote: Counting objects: 7% (2/28)
remote: Counting objects: 10% (3/28)
remote: Counting objects: 14% (4/28)
remote: Counting objects: 17% (5/28)
remote: Counting objects: 21% (6/28)
remote: Counting objects: 25% (7/28)
remote: Counting objects: 28% (8/28)
remote: Counting objects: 32% (9/28)
remote: Counting objects: 35% (10/28)
remote: Counting objects: 39% (11/28)
remote: Counting objects: 42% (12/28)
remote: Counting objects: 46% (13/28)
remote: Counting objects: 50% (14/28)
remote: Counting objects: 53% (15/28)
remote: Counting objects: 57% (16/28)
remote: Counting objects: 60% (17/28)
remote: Counting objects: 64% (18/28)
remote: Counting objects: 67% (19/28)
remote: Counting objects: 71% (20/28)
remote: Counting objects: 75% (21/28)
remote: Counting objects: 78% (22/28)
remote: Counting objects: 82% (23/28)
remote: Counting objects: 85% (24/28)
remote: Counting objects: 89% (25/28)
remote: Counting objects: 92% (26/28)
remote: Counting objects: 96% (27/28)
remote: Counting objects: 100% (28/28)
remote: Counting objects: 100% (28/28), 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.
Receiving objects: 0% (1/321)
Receiving objects: 1% (4/321)
Receiving objects: 2% (7/321)
Receiving objects: 3% (10/321)
Receiving objects: 4% (13/321)
Receiving objects: 5% (17/321)
Receiving objects: 6% (20/321)
Receiving objects: 7% (23/321)
Receiving objects: 8% (26/321)
Receiving objects: 9% (29/321)
Receiving objects: 10% (33/321)
Receiving objects: 11% (36/321)
Receiving objects: 12% (39/321)
Receiving objects: 13% (42/321)
Receiving objects: 14% (45/321)
Receiving objects: 14% (47/321), 50.89 MiB | 50.88 MiB/s
Receiving objects: 14% (48/321), 97.87 MiB | 48.93 MiB/s
Receiving objects: 14% (48/321), 147.21 MiB | 49.07 MiB/s
Receiving objects: 15% (49/321), 147.21 MiB | 49.07 MiB/s
Receiving objects: 16% (52/321), 147.21 MiB | 49.07 MiB/s
Receiving objects: 17% (55/321), 167.95 MiB | 47.98 MiB/s
Receiving objects: 18% (58/321), 167.95 MiB | 47.98 MiB/s
Receiving objects: 19% (61/321), 167.95 MiB | 47.98 MiB/s
Receiving objects: 20% (65/321), 167.95 MiB | 47.98 MiB/s
Receiving objects: 21% (68/321), 167.95 MiB | 47.98 MiB/s
Receiving objects: 22% (71/321), 167.95 MiB | 47.98 MiB/s
Receiving objects: 23% (74/321), 167.95 MiB | 47.98 MiB/s
Receiving objects: 24% (78/321), 167.95 MiB | 47.98 MiB/s
Receiving objects: 25% (81/321), 167.95 MiB | 47.98 MiB/s
Receiving objects: 25% (82/321), 167.95 MiB | 47.98 MiB/s
Receiving objects: 26% (84/321), 190.93 MiB | 47.73 MiB/s
Receiving objects: 27% (87/321), 190.93 MiB | 47.73 MiB/s
Receiving objects: 28% (90/321), 190.93 MiB | 47.73 MiB/s
Receiving objects: 29% (94/321), 190.93 MiB | 47.73 MiB/s
Receiving objects: 30% (97/321), 190.93 MiB | 47.73 MiB/s
Receiving objects: 31% (100/321), 190.93 MiB | 47.73 MiB/s
Receiving objects: 32% (103/321), 190.93 MiB | 47.73 MiB/s
Receiving objects: 33% (106/321), 190.93 MiB | 47.73 MiB/s
Receiving objects: 34% (110/321), 190.93 MiB | 47.73 MiB/s
Receiving objects: 35% (113/321), 190.93 MiB | 47.73 MiB/s
Receiving objects: 36% (116/321), 190.93 MiB | 47.73 MiB/s
Receiving objects: 37% (119/321), 190.93 MiB | 47.73 MiB/s
Receiving objects: 38% (122/321), 212.10 MiB | 47.13 MiB/s
Receiving objects: 39% (126/321), 212.10 MiB | 47.13 MiB/s
Receiving objects: 40% (129/321), 212.10 MiB | 47.13 MiB/s
Receiving objects: 41% (132/321), 212.10 MiB | 47.13 MiB/s
Receiving objects: 42% (135/321), 212.10 MiB | 47.13 MiB/s
Receiving objects: 43% (139/321), 212.10 MiB | 47.13 MiB/s
Receiving objects: 43% (140/321), 235.55 MiB | 46.88 MiB/s
Receiving objects: 44% (142/321), 235.55 MiB | 46.88 MiB/s
Receiving objects: 45% (145/321), 235.55 MiB | 46.88 MiB/s
Receiving objects: 46% (148/321), 235.55 MiB | 46.88 MiB/s
Receiving objects: 47% (151/321), 235.55 MiB | 46.88 MiB/s
Receiving objects: 48% (155/321), 235.55 MiB | 46.88 MiB/s
Receiving objects: 49% (158/321), 235.55 MiB | 46.88 MiB/s
Receiving objects: 50% (161/321), 235.55 MiB | 46.88 MiB/s
Receiving objects: 51% (164/321), 259.69 MiB | 46.40 MiB/s
Receiving objects: 52% (167/321), 259.69 MiB | 46.40 MiB/s
Receiving objects: 52% (168/321), 282.09 MiB | 45.86 MiB/s
Receiving objects: 53% (171/321), 282.09 MiB | 45.86 MiB/s
Receiving objects: 54% (174/321), 282.09 MiB | 45.86 MiB/s
Receiving objects: 55% (177/321), 303.39 MiB | 45.67 MiB/s
Receiving objects: 56% (180/321), 303.39 MiB | 45.67 MiB/s
Receiving objects: 57% (183/321), 303.39 MiB | 45.67 MiB/s
Receiving objects: 57% (186/321), 324.39 MiB | 45.18 MiB/s
Receiving objects: 58% (187/321), 324.39 MiB | 45.18 MiB/s
Receiving objects: 59% (190/321), 349.13 MiB | 44.88 MiB/s
Receiving objects: 59% (192/321), 366.79 MiB | 44.20 MiB/s
Receiving objects: 60% (193/321), 366.79 MiB | 44.20 MiB/s
Receiving objects: 61% (196/321), 387.75 MiB | 43.75 MiB/s
Receiving objects: 62% (200/321), 387.75 MiB | 43.75 MiB/s
Receiving objects: 62% (201/321), 408.16 MiB | 43.58 MiB/s
Receiving objects: 63% (203/321), 440.16 MiB | 45.48 MiB/s
Receiving objects: 64% (206/321), 440.16 MiB | 45.48 MiB/s
Receiving objects: 65% (209/321), 440.16 MiB | 45.48 MiB/s
Receiving objects: 66% (212/321), 440.16 MiB | 45.48 MiB/s
Receiving objects: 67% (216/321), 440.16 MiB | 45.48 MiB/s
Receiving objects: 68% (219/321), 440.16 MiB | 45.48 MiB/s
Receiving objects: 69% (222/321), 440.16 MiB | 45.48 MiB/s
Receiving objects: 70% (225/321), 440.16 MiB | 45.48 MiB/s
Receiving objects: 70% (227/321), 466.42 MiB | 45.95 MiB/s
Receiving objects: 71% (228/321), 466.42 MiB | 45.95 MiB/s
Receiving objects: 72% (232/321), 466.42 MiB | 45.95 MiB/s
Receiving objects: 73% (235/321), 466.42 MiB | 45.95 MiB/s
Receiving objects: 74% (238/321), 485.97 MiB | 45.31 MiB/s
Receiving objects: 74% (238/321), 503.75 MiB | 44.54 MiB/s
Receiving objects: 75% (241/321), 503.75 MiB | 44.54 MiB/s
Receiving objects: 76% (244/321), 523.52 MiB | 44.26 MiB/s
Receiving objects: 76% (246/321), 542.64 MiB | 43.00 MiB/s
Receiving objects: 77% (248/321), 542.64 MiB | 43.00 MiB/s
Receiving objects: 78% (251/321), 542.64 MiB | 43.00 MiB/s
Receiving objects: 79% (254/321), 542.64 MiB | 43.00 MiB/s
Receiving objects: 80% (257/321), 542.64 MiB | 43.00 MiB/s
Receiving objects: 81% (261/321), 542.64 MiB | 43.00 MiB/s
Receiving objects: 82% (264/321), 542.64 MiB | 43.00 MiB/s
Receiving objects: 83% (267/321), 542.64 MiB | 43.00 MiB/s
Receiving objects: 84% (270/321), 542.64 MiB | 43.00 MiB/s
Receiving objects: 85% (273/321), 542.64 MiB | 43.00 MiB/s
Receiving objects: 86% (277/321), 542.64 MiB | 43.00 MiB/s
Receiving objects: 87% (280/321), 562.90 MiB | 43.58 MiB/s
Receiving objects: 88% (283/321), 562.90 MiB | 43.58 MiB/s
Receiving objects: 89% (286/321), 562.90 MiB | 43.58 MiB/s
Receiving objects: 90% (289/321), 562.90 MiB | 43.58 MiB/s
Receiving objects: 91% (293/321), 562.90 MiB | 43.58 MiB/s
Receiving objects: 92% (296/321), 562.90 MiB | 43.58 MiB/s
Receiving objects: 93% (299/321), 562.90 MiB | 43.58 MiB/s
Receiving objects: 94% (302/321), 562.90 MiB | 43.58 MiB/s
Receiving objects: 94% (304/321), 579.06 MiB | 28.12 MiB/s
Receiving objects: 95% (305/321), 579.06 MiB | 28.12 MiB/s
Receiving objects: 95% (305/321), 598.71 MiB | 18.74 MiB/s
Receiving objects: 95% (306/321), 616.29 MiB | 17.71 MiB/s
Receiving objects: 95% (306/321), 618.45 MiB | 14.10 MiB/s
Receiving objects: 96% (309/321), 618.45 MiB | 14.10 MiB/s
Receiving objects: 96% (309/321), 631.83 MiB | 12.07 MiB/s
Receiving objects: 97% (312/321), 631.83 MiB | 12.07 MiB/s
Receiving objects: 97% (313/321), 648.02 MiB | 11.73 MiB/s
Receiving objects: 98% (315/321), 648.02 MiB | 11.73 MiB/s
remote: Total 321 (delta 5), reused 0 (delta 0), pack-reused 293
Receiving objects: 99% (318/321), 648.02 MiB | 11.73 MiB/s
Receiving objects: 100% (321/321), 648.02 MiB | 11.73 MiB/s
Receiving objects: 100% (321/321), 649.95 MiB | 29.07 MiB/s, done.
Resolving deltas: 0% (0/55)
Resolving deltas: 1% (1/55)
Resolving deltas: 16% (9/55)
Resolving deltas: 21% (12/55)
Resolving deltas: 32% (18/55)
Resolving deltas: 40% (22/55)
Resolving deltas: 41% (23/55)
Resolving deltas: 45% (25/55)
Resolving deltas: 50% (28/55)
Resolving deltas: 52% (29/55)
Resolving deltas: 63% (35/55)
Resolving deltas: 67% (37/55)
Resolving deltas: 70% (39/55)
Resolving deltas: 72% (40/55)
Resolving deltas: 76% (42/55)
Resolving deltas: 80% (44/55)
Resolving deltas: 83% (46/55)
Resolving deltas: 87% (48/55)
Resolving deltas: 94% (52/55)
Resolving deltas: 96% (53/55)
Resolving deltas: 98% (54/55)
Resolving deltas: 100% (55/55)
Resolving deltas: 100% (55/55), done.
Cloning into '/root/workspace/weifang-config/container/A001/params_new/prediction_config'...
remote: Enumerating objects: 102, done.
remote: Counting objects: 1% (1/58)
remote: Counting objects: 3% (2/58)
remote: Counting objects: 5% (3/58)
remote: Counting objects: 6% (4/58)
remote: Counting objects: 8% (5/58)
remote: Counting objects: 10% (6/58)
remote: Counting objects: 12% (7/58)
remote: Counting objects: 13% (8/58)
remote: Counting objects: 15% (9/58)
remote: Counting objects: 17% (10/58)
remote: Counting objects: 18% (11/58)
remote: Counting objects: 20% (12/58)
remote: Counting objects: 22% (13/58)
remote: Counting objects: 24% (14/58)
remote: Counting objects: 25% (15/58)
remote: Counting objects: 27% (16/58)
remote: Counting objects: 29% (17/58)
remote: Counting objects: 31% (18/58)
remote: Counting objects: 32% (19/58)
remote: Counting objects: 34% (20/58)
remote: Counting objects: 36% (21/58)
remote: Counting objects: 37% (22/58)
remote: Counting objects: 39% (23/58)
remote: Counting objects: 41% (24/58)
remote: Counting objects: 43% (25/58)
remote: Counting objects: 44% (26/58)
remote: Counting objects: 46% (27/58)
remote: Counting objects: 48% (28/58)
remote: Counting objects: 50% (29/58)
remote: Counting objects: 51% (30/58)
remote: Counting objects: 53% (31/58)
remote: Counting objects: 55% (32/58)
remote: Counting objects: 56% (33/58)
remote: Counting objects: 58% (34/58)
remote: Counting objects: 60% (35/58)
remote: Counting objects: 62% (36/58)
remote: Counting objects: 63% (37/58)
remote: Counting objects: 65% (38/58)
remote: Counting objects: 67% (39/58)
remote: Counting objects: 68% (40/58)
remote: Counting objects: 70% (41/58)
remote: Counting objects: 72% (42/58)
remote: Counting objects: 74% (43/58)
remote: Counting objects: 75% (44/58)
remote: Counting objects: 77% (45/58)
remote: Counting objects: 79% (46/58)
remote: Counting objects: 81% (47/58)
remote: Counting objects: 82% (48/58)
remote: Counting objects: 84% (49/58)
remote: Counting objects: 86% (50/58)
remote: Counting objects: 87% (51/58)
remote: Counting objects: 89% (52/58)
remote: Counting objects: 91% (53/58)
remote: Counting objects: 93% (54/58)
remote: Counting objects: 94% (55/58)
remote: Counting objects: 96% (56/58)
remote: Counting objects: 98% (57/58)
remote: Counting objects: 100% (58/58)
remote: Counting objects: 100% (58/58), done.
remote: Compressing objects: 2% (1/35)
remote: Compressing objects: 5% (2/35)
remote: Compressing objects: 8% (3/35)
remote: Compressing objects: 11% (4/35)
remote: Compressing objects: 14% (5/35)
remote: Compressing objects: 17% (6/35)
remote: Compressing objects: 20% (7/35)
remote: Compressing objects: 22% (8/35)
remote: Compressing objects: 25% (9/35)
remote: Compressing objects: 28% (10/35)
remote: Compressing objects: 31% (11/35)
remote: Compressing objects: 34% (12/35)
remote: Compressing objects: 37% (13/35)
remote: Compressing objects: 40% (14/35)
remote: Compressing objects: 42% (15/35)
remote: Compressing objects: 45% (16/35)
remote: Compressing objects: 48% (17/35)
remote: Compressing objects: 51% (18/35)
remote: Compressing objects: 54% (19/35)
remote: Compressing objects: 57% (20/35)
remote: Compressing objects: 60% (21/35)
remote: Compressing objects: 62% (22/35)
remote: Compressing objects: 65% (23/35)
remote: Compressing objects: 68% (24/35)
remote: Compressing objects: 71% (25/35)
remote: Compressing objects: 74% (26/35)
remote: Compressing objects: 77% (27/35)
remote: Compressing objects: 80% (28/35)
remote: Compressing objects: 82% (29/35)
remote: Compressing objects: 85% (30/35)
remote: Compressing objects: 88% (31/35)
remote: Compressing objects: 91% (32/35)
remote: Compressing objects: 94% (33/35)
remote: Compressing objects: 97% (34/35)
remote: Compressing objects: 100% (35/35)
remote: Compressing objects: 100% (35/35), done.
Receiving objects: 0% (1/102)
Receiving objects: 1% (2/102)
Receiving objects: 2% (3/102)
Receiving objects: 3% (4/102)
Receiving objects: 4% (5/102)
Receiving objects: 5% (6/102)
Receiving objects: 6% (7/102)
Receiving objects: 7% (8/102)
Receiving objects: 8% (9/102)
Receiving objects: 9% (10/102)
Receiving objects: 10% (11/102)
Receiving objects: 11% (12/102)
Receiving objects: 12% (13/102)
Receiving objects: 13% (14/102)
Receiving objects: 14% (15/102)
Receiving objects: 15% (16/102)
Receiving objects: 16% (17/102)
Receiving objects: 17% (18/102)
Receiving objects: 18% (19/102)
Receiving objects: 19% (20/102)
Receiving objects: 20% (21/102)
Receiving objects: 21% (22/102)
Receiving objects: 22% (23/102)
Receiving objects: 23% (24/102)
Receiving objects: 24% (25/102)
Receiving objects: 25% (26/102)
Receiving objects: 26% (27/102)
Receiving objects: 27% (28/102)
Receiving objects: 28% (29/102)
Receiving objects: 29% (30/102)
Receiving objects: 30% (31/102)
Receiving objects: 31% (32/102)
Receiving objects: 32% (33/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 33% (34/102), 27.98 MiB | 55.94 MiB/s
remote: Total 102 (delta 16), reused 9 (delta 0), pack-reused 44
Receiving objects: 34% (35/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 35% (36/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 36% (37/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 37% (38/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 38% (39/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 39% (40/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 40% (41/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 41% (42/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 42% (43/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 43% (44/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 44% (45/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 45% (46/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 46% (47/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 47% (48/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 48% (49/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 49% (50/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 50% (51/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 51% (53/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 52% (54/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 53% (55/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 54% (56/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 55% (57/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 56% (58/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 57% (59/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 58% (60/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 59% (61/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 60% (62/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 61% (63/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 62% (64/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 63% (65/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 64% (66/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 65% (67/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 66% (68/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 67% (69/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 68% (70/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 69% (71/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 70% (72/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 71% (73/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 72% (74/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 73% (75/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 74% (76/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 75% (77/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 76% (78/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 77% (79/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 78% (80/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 79% (81/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 80% (82/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 81% (83/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 82% (84/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 83% (85/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 84% (86/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 85% (87/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 86% (88/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 87% (89/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 88% (90/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 89% (91/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 90% (92/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 91% (93/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 92% (94/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 93% (95/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 94% (96/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 95% (97/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 96% (98/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 97% (99/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 98% (100/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 99% (101/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 100% (102/102), 27.98 MiB | 55.94 MiB/s
Receiving objects: 100% (102/102), 31.81 MiB | 55.21 MiB/s, done.
Resolving deltas: 0% (0/27)
Resolving deltas: 3% (1/27)
Resolving deltas: 22% (6/27)
Resolving deltas: 29% (8/27)
Resolving deltas: 88% (24/27)
Resolving deltas: 92% (25/27)
Resolving deltas: 100% (27/27)
Resolving deltas: 100% (27/27), done.
Cloning into '/root/workspace/weifang-config/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: 61, done.
remote: Counting objects: 2% (1/36)
remote: Counting objects: 5% (2/36)
remote: Counting objects: 8% (3/36)
remote: Counting objects: 11% (4/36)
remote: Counting objects: 13% (5/36)
remote: Counting objects: 16% (6/36)
remote: Counting objects: 19% (7/36)
remote: Counting objects: 22% (8/36)
remote: Counting objects: 25% (9/36)
remote: Counting objects: 27% (10/36)
remote: Counting objects: 30% (11/36)
remote: Counting objects: 33% (12/36)
remote: Counting objects: 36% (13/36)
remote: Counting objects: 38% (14/36)
remote: Counting objects: 41% (15/36)
remote: Counting objects: 44% (16/36)
remote: Counting objects: 47% (17/36)
remote: Counting objects: 50% (18/36)
remote: Counting objects: 52% (19/36)
remote: Counting objects: 55% (20/36)
remote: Counting objects: 58% (21/36)
remote: Counting objects: 61% (22/36)
remote: Counting objects: 63% (23/36)
remote: Counting objects: 66% (24/36)
remote: Counting objects: 69% (25/36)
remote: Counting objects: 72% (26/36)
remote: Counting objects: 75% (27/36)
remote: Counting objects: 77% (28/36)
remote: Counting objects: 80% (29/36)
remote: Counting objects: 83% (30/36)
remote: Counting objects: 86% (31/36)
remote: Counting objects: 88% (32/36)
remote: Counting objects: 91% (33/36)
remote: Counting objects: 94% (34/36)
remote: Counting objects: 97% (35/36)
remote: Counting objects: 100% (36/36)
remote: Counting objects: 100% (36/36), 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 61 (delta 17), reused 21 (delta 12), pack-reused 25
Receiving objects: 1% (1/61)
Receiving objects: 3% (2/61)
Receiving objects: 4% (3/61)
Receiving objects: 6% (4/61)
Receiving objects: 8% (5/61)
Receiving objects: 9% (6/61)
Receiving objects: 11% (7/61)
Receiving objects: 13% (8/61)
Receiving objects: 14% (9/61)
Receiving objects: 16% (10/61)
Receiving objects: 18% (11/61)
Receiving objects: 19% (12/61)
Receiving objects: 21% (13/61)
Receiving objects: 22% (14/61)
Receiving objects: 24% (15/61)
Receiving objects: 26% (16/61)
Receiving objects: 27% (17/61)
Receiving objects: 29% (18/61)
Receiving objects: 31% (19/61)
Receiving objects: 32% (20/61)
Receiving objects: 34% (21/61)
Receiving objects: 36% (22/61)
Receiving objects: 37% (23/61)
Receiving objects: 39% (24/61)
Receiving objects: 40% (25/61)
Receiving objects: 42% (26/61)
Receiving objects: 44% (27/61)
Receiving objects: 45% (28/61)
Receiving objects: 47% (29/61)
Receiving objects: 49% (30/61)
Receiving objects: 50% (31/61)
Receiving objects: 52% (32/61)
Receiving objects: 54% (33/61)
Receiving objects: 55% (34/61)
Receiving objects: 57% (35/61)
Receiving objects: 59% (36/61)
Receiving objects: 60% (37/61)
Receiving objects: 62% (38/61)
Receiving objects: 63% (39/61)
Receiving objects: 65% (40/61)
Receiving objects: 67% (41/61)
Receiving objects: 68% (42/61)
Receiving objects: 70% (43/61)
Receiving objects: 72% (44/61)
Receiving objects: 73% (45/61)
Receiving objects: 75% (46/61)
Receiving objects: 77% (47/61)
Receiving objects: 78% (48/61)
Receiving objects: 80% (49/61)
Receiving objects: 81% (50/61)
Receiving objects: 83% (51/61)
Receiving objects: 85% (52/61)
Receiving objects: 86% (53/61)
Receiving objects: 88% (54/61)
Receiving objects: 90% (55/61)
Receiving objects: 91% (56/61)
Receiving objects: 93% (57/61)
Receiving objects: 95% (58/61)
Receiving objects: 96% (59/61)
Receiving objects: 98% (60/61)
Receiving objects: 100% (61/61)
Receiving objects: 100% (61/61), 12.10 KiB | 12.10 MiB/s, done.
Resolving deltas: 0% (0/31)
Resolving deltas: 3% (1/31)
Resolving deltas: 19% (6/31)
Resolving deltas: 22% (7/31)
Resolving deltas: 90% (28/31)
Resolving deltas: 100% (31/31)
Resolving deltas: 100% (31/31), 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: 150, done.
remote: Counting objects: 0% (1/112)
remote: Counting objects: 1% (2/112)
remote: Counting objects: 2% (3/112)
remote: Counting objects: 3% (4/112)
remote: Counting objects: 4% (5/112)
remote: Counting objects: 5% (6/112)
remote: Counting objects: 6% (7/112)
remote: Counting objects: 7% (8/112)
remote: Counting objects: 8% (9/112)
remote: Counting objects: 9% (11/112)
remote: Counting objects: 10% (12/112)
remote: Counting objects: 11% (13/112)
remote: Counting objects: 12% (14/112)
remote: Counting objects: 13% (15/112)
remote: Counting objects: 14% (16/112)
remote: Counting objects: 15% (17/112)
remote: Counting objects: 16% (18/112)
remote: Counting objects: 17% (20/112)
remote: Counting objects: 18% (21/112)
remote: Counting objects: 19% (22/112)
remote: Counting objects: 20% (23/112)
remote: Counting objects: 21% (24/112)
remote: Counting objects: 22% (25/112)
remote: Counting objects: 23% (26/112)
remote: Counting objects: 24% (27/112)
remote: Counting objects: 25% (28/112)
remote: Counting objects: 26% (30/112)
remote: Counting objects: 27% (31/112)
remote: Counting objects: 28% (32/112)
remote: Counting objects: 29% (33/112)
remote: Counting objects: 30% (34/112)
remote: Counting objects: 31% (35/112)
remote: Counting objects: 32% (36/112)
remote: Counting objects: 33% (37/112)
remote: Counting objects: 34% (39/112)
remote: Counting objects: 35% (40/112)
remote: Counting objects: 36% (41/112)
remote: Counting objects: 37% (42/112)
remote: Counting objects: 38% (43/112)
remote: Counting objects: 39% (44/112)
remote: Counting objects: 40% (45/112)
remote: Counting objects: 41% (46/112)
remote: Counting objects: 42% (48/112)
remote: Counting objects: 43% (49/112)
remote: Counting objects: 44% (50/112)
remote: Counting objects: 45% (51/112)
remote: Counting objects: 46% (52/112)
remote: Counting objects: 47% (53/112)
remote: Counting objects: 48% (54/112)
remote: Counting objects: 49% (55/112)
remote: Counting objects: 50% (56/112)
remote: Counting objects: 51% (58/112)
remote: Counting objects: 52% (59/112)
remote: Counting objects: 53% (60/112)
remote: Counting objects: 54% (61/112)
remote: Counting objects: 55% (62/112)
remote: Counting objects: 56% (63/112)
remote: Counting objects: 57% (64/112)
remote: Counting objects: 58% (65/112)
remote: Counting objects: 59% (67/112)
remote: Counting objects: 60% (68/112)
remote: Counting objects: 61% (69/112)
remote: Counting objects: 62% (70/112)
remote: Counting objects: 63% (71/112)
remote: Counting objects: 64% (72/112)
remote: Counting objects: 65% (73/112)
remote: Counting objects: 66% (74/112)
remote: Counting objects: 67% (76/112)
remote: Counting objects: 68% (77/112)
remote: Counting objects: 69% (78/112)
remote: Counting objects: 70% (79/112)
remote: Counting objects: 71% (80/112)
remote: Counting objects: 72% (81/112)
remote: Counting objects: 73% (82/112)
remote: Counting objects: 74% (83/112)
remote: Counting objects: 75% (84/112)
remote: Counting objects: 76% (86/112)
remote: Counting objects: 77% (87/112)
remote: Counting objects: 78% (88/112)
remote: Counting objects: 79% (89/112)
remote: Counting objects: 80% (90/112)
remote: Counting objects: 81% (91/112)
remote: Counting objects: 82% (92/112)
remote: Counting objects: 83% (93/112)
remote: Counting objects: 84% (95/112)
remote: Counting objects: 85% (96/112)
remote: Counting objects: 86% (97/112)
remote: Counting objects: 87% (98/112)
remote: Counting objects: 88% (99/112)
remote: Counting objects: 89% (100/112)
remote: Counting objects: 90% (101/112)
remote: Counting objects: 91% (102/112)
remote: Counting objects: 92% (104/112)
remote: Counting objects: 93% (105/112)
remote: Counting objects: 94% (106/112)
remote: Counting objects: 95% (107/112)
remote: Counting objects: 96% (108/112)
remote: Counting objects: 97% (109/112)
remote: Counting objects: 98% (110/112)
remote: Counting objects: 99% (111/112)
remote: Counting objects: 100% (112/112)
remote: Counting objects: 100% (112/112), done.
remote: Compressing objects: 3% (1/33)
remote: Compressing objects: 6% (2/33)
remote: Compressing objects: 9% (3/33)
remote: Compressing objects: 12% (4/33)
remote: Compressing objects: 15% (5/33)
remote: Compressing objects: 18% (6/33)
remote: Compressing objects: 21% (7/33)
remote: Compressing objects: 24% (8/33)
remote: Compressing objects: 27% (9/33)
remote: Compressing objects: 30% (10/33)
remote: Compressing objects: 33% (11/33)
remote: Compressing objects: 36% (12/33)
remote: Compressing objects: 39% (13/33)
remote: Compressing objects: 42% (14/33)
remote: Compressing objects: 45% (15/33)
remote: Compressing objects: 48% (16/33)
remote: Compressing objects: 51% (17/33)
remote: Compressing objects: 54% (18/33)
remote: Compressing objects: 57% (19/33)
remote: Compressing objects: 60% (20/33)
remote: Compressing objects: 63% (21/33)
remote: Compressing objects: 66% (22/33)
remote: Compressing objects: 69% (23/33)
remote: Compressing objects: 72% (24/33)
remote: Compressing objects: 75% (25/33)
remote: Compressing objects: 78% (26/33)
remote: Compressing objects: 81% (27/33)
remote: Compressing objects: 84% (28/33)
remote: Compressing objects: 87% (29/33)
remote: Compressing objects: 90% (30/33)
remote: Compressing objects: 93% (31/33)
remote: Compressing objects: 96% (32/33)
remote: Compressing objects: 100% (33/33)
remote: Compressing objects: 100% (33/33), done.
Receiving objects: 0% (1/150)
Receiving objects: 1% (2/150)
Receiving objects: 2% (3/150)
Receiving objects: 3% (5/150)
Receiving objects: 4% (6/150)
Receiving objects: 5% (8/150)
Receiving objects: 6% (9/150)
Receiving objects: 7% (11/150)
Receiving objects: 8% (12/150)
Receiving objects: 9% (14/150)
Receiving objects: 10% (15/150)
Receiving objects: 11% (17/150)
Receiving objects: 12% (18/150)
Receiving objects: 13% (20/150)
Receiving objects: 14% (21/150)
Receiving objects: 15% (23/150)
Receiving objects: 16% (24/150)
Receiving objects: 17% (26/150)
Receiving objects: 18% (27/150)
Receiving objects: 19% (29/150)
remote: Total 150 (delta 23), reused 101 (delta 20), pack-reused 38
Receiving objects: 20% (30/150)
Receiving objects: 21% (32/150)
Receiving objects: 22% (33/150)
Receiving objects: 23% (35/150)
Receiving objects: 24% (36/150)
Receiving objects: 25% (38/150)
Receiving objects: 26% (39/150)
Receiving objects: 27% (41/150)
Receiving objects: 28% (42/150)
Receiving objects: 29% (44/150)
Receiving objects: 30% (45/150)
Receiving objects: 31% (47/150)
Receiving objects: 32% (48/150)
Receiving objects: 33% (50/150)
Receiving objects: 34% (51/150)
Receiving objects: 35% (53/150)
Receiving objects: 36% (54/150)
Receiving objects: 37% (56/150)
Receiving objects: 38% (57/150)
Receiving objects: 39% (59/150)
Receiving objects: 40% (60/150)
Receiving objects: 41% (62/150)
Receiving objects: 42% (63/150)
Receiving objects: 43% (65/150)
Receiving objects: 44% (66/150)
Receiving objects: 45% (68/150)
Receiving objects: 46% (69/150)
Receiving objects: 47% (71/150)
Receiving objects: 48% (72/150)
Receiving objects: 49% (74/150)
Receiving objects: 50% (75/150)
Receiving objects: 51% (77/150)
Receiving objects: 52% (78/150)
Receiving objects: 53% (80/150)
Receiving objects: 54% (81/150)
Receiving objects: 55% (83/150)
Receiving objects: 56% (84/150)
Receiving objects: 57% (86/150)
Receiving objects: 58% (87/150)
Receiving objects: 59% (89/150)
Receiving objects: 60% (90/150)
Receiving objects: 61% (92/150)
Receiving objects: 62% (93/150)
Receiving objects: 63% (95/150)
Receiving objects: 64% (96/150)
Receiving objects: 65% (98/150)
Receiving objects: 66% (99/150)
Receiving objects: 67% (101/150)
Receiving objects: 68% (102/150)
Receiving objects: 69% (104/150)
Receiving objects: 70% (105/150)
Receiving objects: 71% (107/150)
Receiving objects: 72% (108/150)
Receiving objects: 73% (110/150)
Receiving objects: 74% (111/150)
Receiving objects: 75% (113/150)
Receiving objects: 76% (114/150)
Receiving objects: 77% (116/150)
Receiving objects: 78% (117/150)
Receiving objects: 79% (119/150)
Receiving objects: 80% (120/150)
Receiving objects: 81% (122/150)
Receiving objects: 82% (123/150)
Receiving objects: 83% (125/150)
Receiving objects: 84% (126/150)
Receiving objects: 85% (128/150)
Receiving objects: 86% (129/150)
Receiving objects: 87% (131/150)
Receiving objects: 88% (132/150)
Receiving objects: 89% (134/150)
Receiving objects: 90% (135/150)
Receiving objects: 91% (137/150)
Receiving objects: 92% (138/150)
Receiving objects: 93% (140/150)
Receiving objects: 94% (141/150)
Receiving objects: 95% (143/150)
Receiving objects: 96% (144/150)
Receiving objects: 97% (146/150)
Receiving objects: 98% (147/150)
Receiving objects: 99% (149/150)
Receiving objects: 100% (150/150)
Receiving objects: 100% (150/150), 26.03 KiB | 13.02 MiB/s, done.
Resolving deltas: 0% (0/28)
Resolving deltas: 3% (1/28)
Resolving deltas: 7% (2/28)
Resolving deltas: 10% (3/28)
Resolving deltas: 17% (5/28)
Resolving deltas: 25% (7/28)
Resolving deltas: 50% (14/28)
Resolving deltas: 100% (28/28)
Resolving deltas: 100% (28/28), done.
Cloning into '/root/workspace/weifang-config/container/A001/params_new/system-device'...
remote: Enumerating objects: 1592, done.
remote: Counting objects: 0% (1/171)
remote: Counting objects: 1% (2/171)
remote: Counting objects: 2% (4/171)
remote: Counting objects: 3% (6/171)
remote: Counting objects: 4% (7/171)
remote: Counting objects: 5% (9/171)
remote: Counting objects: 6% (11/171)
remote: Counting objects: 7% (12/171)
remote: Counting objects: 8% (14/171)
remote: Counting objects: 9% (16/171)
remote: Counting objects: 10% (18/171)
remote: Counting objects: 11% (19/171)
remote: Counting objects: 12% (21/171)
remote: Counting objects: 13% (23/171)
remote: Counting objects: 14% (24/171)
remote: Counting objects: 15% (26/171)
remote: Counting objects: 16% (28/171)
remote: Counting objects: 17% (30/171)
remote: Counting objects: 18% (31/171)
remote: Counting objects: 19% (33/171)
remote: Counting objects: 20% (35/171)
remote: Counting objects: 21% (36/171)
remote: Counting objects: 22% (38/171)
remote: Counting objects: 23% (40/171)
remote: Counting objects: 24% (42/171)
remote: Counting objects: 25% (43/171)
remote: Counting objects: 26% (45/171)
remote: Counting objects: 27% (47/171)
remote: Counting objects: 28% (48/171)
remote: Counting objects: 29% (50/171)
remote: Counting objects: 30% (52/171)
remote: Counting objects: 31% (54/171)
remote: Counting objects: 32% (55/171)
remote: Counting objects: 33% (57/171)
remote: Counting objects: 34% (59/171)
remote: Counting objects: 35% (60/171)
remote: Counting objects: 36% (62/171)
remote: Counting objects: 37% (64/171)
remote: Counting objects: 38% (65/171)
remote: Counting objects: 39% (67/171)
remote: Counting objects: 40% (69/171)
remote: Counting objects: 41% (71/171)
remote: Counting objects: 42% (72/171)
remote: Counting objects: 43% (74/171)
remote: Counting objects: 44% (76/171)
remote: Counting objects: 45% (77/171)
remote: Counting objects: 46% (79/171)
remote: Counting objects: 47% (81/171)
remote: Counting objects: 48% (83/171)
remote: Counting objects: 49% (84/171)
remote: Counting objects: 50% (86/171)
remote: Counting objects: 51% (88/171)
remote: Counting objects: 52% (89/171)
remote: Counting objects: 53% (91/171)
remote: Counting objects: 54% (93/171)
remote: Counting objects: 55% (95/171)
remote: Counting objects: 56% (96/171)
remote: Counting objects: 57% (98/171)
remote: Counting objects: 58% (100/171)
remote: Counting objects: 59% (101/171)
remote: Counting objects: 60% (103/171)
remote: Counting objects: 61% (105/171)
remote: Counting objects: 62% (107/171)
remote: Counting objects: 63% (108/171)
remote: Counting objects: 64% (110/171)
remote: Counting objects: 65% (112/171)
remote: Counting objects: 66% (113/171)
remote: Counting objects: 67% (115/171)
remote: Counting objects: 68% (117/171)
remote: Counting objects: 69% (118/171)
remote: Counting objects: 70% (120/171)
remote: Counting objects: 71% (122/171)
remote: Counting objects: 72% (124/171)
remote: Counting objects: 73% (125/171)
remote: Counting objects: 74% (127/171)
remote: Counting objects: 75% (129/171)
remote: Counting objects: 76% (130/171)
remote: Counting objects: 77% (132/171)
remote: Counting objects: 78% (134/171)
remote: Counting objects: 79% (136/171)
remote: Counting objects: 80% (137/171)
remote: Counting objects: 81% (139/171)
remote: Counting objects: 82% (141/171)
remote: Counting objects: 83% (142/171)
remote: Counting objects: 84% (144/171)
remote: Counting objects: 85% (146/171)
remote: Counting objects: 86% (148/171)
remote: Counting objects: 87% (149/171)
remote: Counting objects: 88% (151/171)
remote: Counting objects: 89% (153/171)
remote: Counting objects: 90% (154/171)
remote: Counting objects: 91% (156/171)
remote: Counting objects: 92% (158/171)
remote: Counting objects: 93% (160/171)
remote: Counting objects: 94% (161/171)
remote: Counting objects: 95% (163/171)
remote: Counting objects: 96% (165/171)
remote: Counting objects: 97% (166/171)
remote: Counting objects: 98% (168/171)
remote: Counting objects: 99% (170/171)
remote: Counting objects: 100% (171/171)
remote: Counting objects: 100% (171/171), done.
remote: Compressing objects: 0% (1/134)
remote: Compressing objects: 1% (2/134)
remote: Compressing objects: 2% (3/134)
remote: Compressing objects: 3% (5/134)
remote: Compressing objects: 4% (6/134)
remote: Compressing objects: 5% (7/134)
remote: Compressing objects: 6% (9/134)
remote: Compressing objects: 7% (10/134)
remote: Compressing objects: 8% (11/134)
remote: Compressing objects: 9% (13/134)
remote: Compressing objects: 10% (14/134)
remote: Compressing objects: 11% (15/134)
remote: Compressing objects: 12% (17/134)
remote: Compressing objects: 13% (18/134)
remote: Compressing objects: 14% (19/134)
remote: Compressing objects: 15% (21/134)
remote: Compressing objects: 16% (22/134)
remote: Compressing objects: 17% (23/134)
remote: Compressing objects: 18% (25/134)
remote: Compressing objects: 19% (26/134)
remote: Compressing objects: 20% (27/134)
remote: Compressing objects: 21% (29/134)
remote: Compressing objects: 22% (30/134)
remote: Compressing objects: 23% (31/134)
remote: Compressing objects: 24% (33/134)
remote: Compressing objects: 25% (34/134)
remote: Compressing objects: 26% (35/134)
remote: Compressing objects: 27% (37/134)
remote: Compressing objects: 28% (38/134)
remote: Compressing objects: 29% (39/134)
remote: Compressing objects: 30% (41/134)
remote: Compressing objects: 31% (42/134)
remote: Compressing objects: 32% (43/134)
remote: Compressing objects: 33% (45/134)
remote: Compressing objects: 34% (46/134)
remote: Compressing objects: 35% (47/134)
remote: Compressing objects: 36% (49/134)
remote: Compressing objects: 37% (50/134)
remote: Compressing objects: 38% (51/134)
remote: Compressing objects: 39% (53/134)
remote: Compressing objects: 40% (54/134)
remote: Compressing objects: 41% (55/134)
remote: Compressing objects: 42% (57/134)
remote: Compressing objects: 43% (58/134)
remote: Compressing objects: 44% (59/134)
remote: Compressing objects: 45% (61/134)
remote: Compressing objects: 46% (62/134)
remote: Compressing objects: 47% (63/134)
remote: Compressing objects: 48% (65/134)
remote: Compressing objects: 49% (66/134)
remote: Compressing objects: 50% (67/134)
remote: Compressing objects: 51% (69/134)
remote: Compressing objects: 52% (70/134)
remote: Compressing objects: 53% (72/134)
remote: Compressing objects: 54% (73/134)
remote: Compressing objects: 55% (74/134)
remote: Compressing objects: 56% (76/134)
remote: Compressing objects: 57% (77/134)
remote: Compressing objects: 58% (78/134)
remote: Compressing objects: 59% (80/134)
remote: Compressing objects: 60% (81/134)
remote: Compressing objects: 61% (82/134)
remote: Compressing objects: 62% (84/134)
remote: Compressing objects: 63% (85/134)
remote: Compressing objects: 64% (86/134)
remote: Compressing objects: 65% (88/134)
remote: Compressing objects: 66% (89/134)
remote: Compressing objects: 67% (90/134)
remote: Compressing objects: 68% (92/134)
remote: Compressing objects: 69% (93/134)
remote: Compressing objects: 70% (94/134)
remote: Compressing objects: 71% (96/134)
remote: Compressing objects: 72% (97/134)
remote: Compressing objects: 73% (98/134)
remote: Compressing objects: 74% (100/134)
remote: Compressing objects: 75% (101/134)
remote: Compressing objects: 76% (102/134)
remote: Compressing objects: 77% (104/134)
remote: Compressing objects: 78% (105/134)
remote: Compressing objects: 79% (106/134)
remote: Compressing objects: 80% (108/134)
remote: Compressing objects: 81% (109/134)
remote: Compressing objects: 82% (110/134)
remote: Compressing objects: 83% (112/134)
remote: Compressing objects: 84% (113/134)
remote: Compressing objects: 85% (114/134)
remote: Compressing objects: 86% (116/134)
remote: Compressing objects: 87% (117/134)
remote: Compressing objects: 88% (118/134)
remote: Compressing objects: 89% (120/134)
remote: Compressing objects: 90% (121/134)
remote: Compressing objects: 91% (122/134)
remote: Compressing objects: 92% (124/134)
remote: Compressing objects: 93% (125/134)
remote: Compressing objects: 94% (126/134)
remote: Compressing objects: 95% (128/134)
remote: Compressing objects: 96% (129/134)
remote: Compressing objects: 97% (130/134)
remote: Compressing objects: 98% (132/134)
remote: Compressing objects: 99% (133/134)
remote: Compressing objects: 100% (134/134)
remote: Compressing objects: 100% (134/134), done.
Receiving objects: 0% (1/1592)
Receiving objects: 1% (16/1592)
Receiving objects: 2% (32/1592)
Receiving objects: 3% (48/1592)
Receiving objects: 4% (64/1592)
Receiving objects: 5% (80/1592)
Receiving objects: 6% (96/1592)
Receiving objects: 7% (112/1592)
Receiving objects: 8% (128/1592)
Receiving objects: 9% (144/1592)
Receiving objects: 10% (160/1592)
Receiving objects: 11% (176/1592)
Receiving objects: 12% (192/1592)
Receiving objects: 13% (207/1592)
Receiving objects: 14% (223/1592)
Receiving objects: 15% (239/1592)
Receiving objects: 16% (255/1592)
Receiving objects: 17% (271/1592)
Receiving objects: 18% (287/1592)
Receiving objects: 19% (303/1592)
Receiving objects: 20% (319/1592)
Receiving objects: 21% (335/1592)
Receiving objects: 22% (351/1592)
Receiving objects: 23% (367/1592)
Receiving objects: 24% (383/1592)
Receiving objects: 25% (398/1592)
Receiving objects: 26% (414/1592)
Receiving objects: 27% (430/1592)
Receiving objects: 28% (446/1592)
Receiving objects: 29% (462/1592)
Receiving objects: 30% (478/1592)
Receiving objects: 31% (494/1592)
Receiving objects: 32% (510/1592)
Receiving objects: 33% (526/1592)
Receiving objects: 34% (542/1592)
Receiving objects: 35% (558/1592)
Receiving objects: 36% (574/1592)
Receiving objects: 37% (590/1592)
Receiving objects: 38% (605/1592)
Receiving objects: 39% (621/1592)
Receiving objects: 40% (637/1592)
Receiving objects: 41% (653/1592)
remote: Total 1592 (delta 40), reused 151 (delta 30), pack-reused 1421
Receiving objects: 42% (669/1592)
Receiving objects: 43% (685/1592)
Receiving objects: 44% (701/1592)
Receiving objects: 45% (717/1592)
Receiving objects: 46% (733/1592)
Receiving objects: 47% (749/1592)
Receiving objects: 48% (765/1592)
Receiving objects: 49% (781/1592)
Receiving objects: 50% (796/1592)
Receiving objects: 51% (812/1592)
Receiving objects: 52% (828/1592)
Receiving objects: 53% (844/1592)
Receiving objects: 54% (860/1592)
Receiving objects: 55% (876/1592)
Receiving objects: 56% (892/1592)
Receiving objects: 57% (908/1592)
Receiving objects: 58% (924/1592)
Receiving objects: 59% (940/1592)
Receiving objects: 60% (956/1592)
Receiving objects: 61% (972/1592)
Receiving objects: 62% (988/1592)
Receiving objects: 63% (1003/1592)
Receiving objects: 64% (1019/1592)
Receiving objects: 65% (1035/1592)
Receiving objects: 66% (1051/1592)
Receiving objects: 67% (1067/1592)
Receiving objects: 68% (1083/1592)
Receiving objects: 69% (1099/1592)
Receiving objects: 70% (1115/1592)
Receiving objects: 71% (1131/1592)
Receiving objects: 72% (1147/1592)
Receiving objects: 73% (1163/1592)
Receiving objects: 74% (1179/1592)
Receiving objects: 75% (1194/1592)
Receiving objects: 76% (1210/1592)
Receiving objects: 77% (1226/1592)
Receiving objects: 78% (1242/1592)
Receiving objects: 79% (1258/1592)
Receiving objects: 80% (1274/1592)
Receiving objects: 81% (1290/1592)
Receiving objects: 82% (1306/1592)
Receiving objects: 83% (1322/1592)
Receiving objects: 84% (1338/1592)
Receiving objects: 85% (1354/1592)
Receiving objects: 86% (1370/1592)
Receiving objects: 87% (1386/1592)
Receiving objects: 88% (1401/1592)
Receiving objects: 89% (1417/1592)
Receiving objects: 90% (1433/1592)
Receiving objects: 91% (1449/1592)
Receiving objects: 92% (1465/1592)
Receiving objects: 93% (1481/1592)
Receiving objects: 94% (1497/1592)
Receiving objects: 95% (1513/1592)
Receiving objects: 96% (1529/1592)
Receiving objects: 97% (1545/1592)
Receiving objects: 98% (1561/1592)
Receiving objects: 99% (1577/1592)
Receiving objects: 100% (1592/1592)
Receiving objects: 100% (1592/1592), 180.75 KiB | 30.12 MiB/s, done.
Resolving deltas: 0% (0/499)
Resolving deltas: 5% (27/499)
Resolving deltas: 12% (62/499)
Resolving deltas: 18% (90/499)
Resolving deltas: 24% (123/499)
Resolving deltas: 25% (125/499)
Resolving deltas: 28% (140/499)
Resolving deltas: 30% (151/499)
Resolving deltas: 37% (187/499)
Resolving deltas: 38% (190/499)
Resolving deltas: 49% (246/499)
Resolving deltas: 51% (255/499)
Resolving deltas: 54% (270/499)
Resolving deltas: 55% (279/499)
Resolving deltas: 56% (280/499)
Resolving deltas: 57% (286/499)
Resolving deltas: 58% (291/499)
Resolving deltas: 59% (295/499)
Resolving deltas: 71% (356/499)
Resolving deltas: 73% (365/499)
Resolving deltas: 74% (371/499)
Resolving deltas: 75% (375/499)
Resolving deltas: 76% (382/499)
Resolving deltas: 77% (386/499)
Resolving deltas: 79% (396/499)
Resolving deltas: 80% (401/499)
Resolving deltas: 81% (406/499)
Resolving deltas: 82% (411/499)
Resolving deltas: 83% (415/499)
Resolving deltas: 86% (431/499)
Resolving deltas: 87% (435/499)
Resolving deltas: 88% (441/499)
Resolving deltas: 89% (446/499)
Resolving deltas: 90% (450/499)
Resolving deltas: 91% (455/499)
Resolving deltas: 92% (460/499)
Resolving deltas: 94% (471/499)
Resolving deltas: 96% (482/499)
Resolving deltas: 97% (487/499)
Resolving deltas: 98% (490/499)
Resolving deltas: 99% (498/499)
Resolving deltas: 100% (499/499)
Resolving deltas: 100% (499/499), done.
Cloning into '/root/workspace/weifang-config/container/A001/params_new/system-mqtt'...
remote: Enumerating objects: 131, done.
remote: Counting objects: 0% (1/103)
remote: Counting objects: 1% (2/103)
remote: Counting objects: 2% (3/103)
remote: Counting objects: 3% (4/103)
remote: Counting objects: 4% (5/103)
remote: Counting objects: 5% (6/103)
remote: Counting objects: 6% (7/103)
remote: Counting objects: 7% (8/103)
remote: Counting objects: 8% (9/103)
remote: Counting objects: 9% (10/103)
remote: Counting objects: 10% (11/103)
remote: Counting objects: 11% (12/103)
remote: Counting objects: 12% (13/103)
remote: Counting objects: 13% (14/103)
remote: Counting objects: 14% (15/103)
remote: Counting objects: 15% (16/103)
remote: Counting objects: 16% (17/103)
remote: Counting objects: 17% (18/103)
remote: Counting objects: 18% (19/103)
remote: Counting objects: 19% (20/103)
remote: Counting objects: 20% (21/103)
remote: Counting objects: 21% (22/103)
remote: Counting objects: 22% (23/103)
remote: Counting objects: 23% (24/103)
remote: Counting objects: 24% (25/103)
remote: Counting objects: 25% (26/103)
remote: Counting objects: 26% (27/103)
remote: Counting objects: 27% (28/103)
remote: Counting objects: 28% (29/103)
remote: Counting objects: 29% (30/103)
remote: Counting objects: 30% (31/103)
remote: Counting objects: 31% (32/103)
remote: Counting objects: 32% (33/103)
remote: Counting objects: 33% (34/103)
remote: Counting objects: 34% (36/103)
remote: Counting objects: 35% (37/103)
remote: Counting objects: 36% (38/103)
remote: Counting objects: 37% (39/103)
remote: Counting objects: 38% (40/103)
remote: Counting objects: 39% (41/103)
remote: Counting objects: 40% (42/103)
remote: Counting objects: 41% (43/103)
remote: Counting objects: 42% (44/103)
remote: Counting objects: 43% (45/103)
remote: Counting objects: 44% (46/103)
remote: Counting objects: 45% (47/103)
remote: Counting objects: 46% (48/103)
remote: Counting objects: 47% (49/103)
remote: Counting objects: 48% (50/103)
remote: Counting objects: 49% (51/103)
remote: Counting objects: 50% (52/103)
remote: Counting objects: 51% (53/103)
remote: Counting objects: 52% (54/103)
remote: Counting objects: 53% (55/103)
remote: Counting objects: 54% (56/103)
remote: Counting objects: 55% (57/103)
remote: Counting objects: 56% (58/103)
remote: Counting objects: 57% (59/103)
remote: Counting objects: 58% (60/103)
remote: Counting objects: 59% (61/103)
remote: Counting objects: 60% (62/103)
remote: Counting objects: 61% (63/103)
remote: Counting objects: 62% (64/103)
remote: Counting objects: 63% (65/103)
remote: Counting objects: 64% (66/103)
remote: Counting objects: 65% (67/103)
remote: Counting objects: 66% (68/103)
remote: Counting objects: 67% (70/103)
remote: Counting objects: 68% (71/103)
remote: Counting objects: 69% (72/103)
remote: Counting objects: 70% (73/103)
remote: Counting objects: 71% (74/103)
remote: Counting objects: 72% (75/103)
remote: Counting objects: 73% (76/103)
remote: Counting objects: 74% (77/103)
remote: Counting objects: 75% (78/103)
remote: Counting objects: 76% (79/103)
remote: Counting objects: 77% (80/103)
remote: Counting objects: 78% (81/103)
remote: Counting objects: 79% (82/103)
remote: Counting objects: 80% (83/103)
remote: Counting objects: 81% (84/103)
remote: Counting objects: 82% (85/103)
remote: Counting objects: 83% (86/103)
remote: Counting objects: 84% (87/103)
remote: Counting objects: 85% (88/103)
remote: Counting objects: 86% (89/103)
remote: Counting objects: 87% (90/103)
remote: Counting objects: 88% (91/103)
remote: Counting objects: 89% (92/103)
remote: Counting objects: 90% (93/103)
remote: Counting objects: 91% (94/103)
remote: Counting objects: 92% (95/103)
remote: Counting objects: 93% (96/103)
remote: Counting objects: 94% (97/103)
remote: Counting objects: 95% (98/103)
remote: Counting objects: 96% (99/103)
remote: Counting objects: 97% (100/103)
remote: Counting objects: 98% (101/103)
remote: Counting objects: 99% (102/103)
remote: Counting objects: 100% (103/103)
remote: Counting objects: 100% (103/103), done.
remote: Compressing objects: 2% (1/47)
remote: Compressing objects: 4% (2/47)
remote: Compressing objects: 6% (3/47)
remote: Compressing objects: 8% (4/47)
remote: Compressing objects: 10% (5/47)
remote: Compressing objects: 12% (6/47)
remote: Compressing objects: 14% (7/47)
remote: Compressing objects: 17% (8/47)
remote: Compressing objects: 19% (9/47)
remote: Compressing objects: 21% (10/47)
remote: Compressing objects: 23% (11/47)
remote: Compressing objects: 25% (12/47)
remote: Compressing objects: 27% (13/47)
remote: Compressing objects: 29% (14/47)
remote: Compressing objects: 31% (15/47)
remote: Compressing objects: 34% (16/47)
remote: Compressing objects: 36% (17/47)
remote: Compressing objects: 38% (18/47)
remote: Compressing objects: 40% (19/47)
remote: Compressing objects: 42% (20/47)
remote: Compressing objects: 44% (21/47)
remote: Compressing objects: 46% (22/47)
remote: Compressing objects: 48% (23/47)
remote: Compressing objects: 51% (24/47)
remote: Compressing objects: 53% (25/47)
remote: Compressing objects: 55% (26/47)
remote: Compressing objects: 57% (27/47)
remote: Compressing objects: 59% (28/47)
remote: Compressing objects: 61% (29/47)
remote: Compressing objects: 63% (30/47)
remote: Compressing objects: 65% (31/47)
remote: Compressing objects: 68% (32/47)
remote: Compressing objects: 70% (33/47)
remote: Compressing objects: 72% (34/47)
remote: Compressing objects: 74% (35/47)
remote: Compressing objects: 76% (36/47)
remote: Compressing objects: 78% (37/47)
remote: Compressing objects: 80% (38/47)
remote: Compressing objects: 82% (39/47)
remote: Compressing objects: 85% (40/47)
remote: Compressing objects: 87% (41/47)
remote: Compressing objects: 89% (42/47)
remote: Compressing objects: 91% (43/47)
remote: Compressing objects: 93% (44/47)
remote: Compressing objects: 95% (45/47)
remote: Compressing objects: 97% (46/47)
remote: Compressing objects: 100% (47/47)
remote: Compressing objects: 100% (47/47), done.
Receiving objects: 0% (1/131)
Receiving objects: 1% (2/131)
Receiving objects: 2% (3/131)
Receiving objects: 3% (4/131)
Receiving objects: 4% (6/131)
remote: Total 131 (delta 28), reused 69 (delta 14), pack-reused 28
Receiving objects: 5% (7/131)
Receiving objects: 6% (8/131)
Receiving objects: 7% (10/131)
Receiving objects: 8% (11/131)
Receiving objects: 9% (12/131)
Receiving objects: 10% (14/131)
Receiving objects: 11% (15/131)
Receiving objects: 12% (16/131)
Receiving objects: 13% (18/131)
Receiving objects: 14% (19/131)
Receiving objects: 15% (20/131)
Receiving objects: 16% (21/131)
Receiving objects: 17% (23/131)
Receiving objects: 18% (24/131)
Receiving objects: 19% (25/131)
Receiving objects: 20% (27/131)
Receiving objects: 21% (28/131)
Receiving objects: 22% (29/131)
Receiving objects: 23% (31/131)
Receiving objects: 24% (32/131)
Receiving objects: 25% (33/131)
Receiving objects: 26% (35/131)
Receiving objects: 27% (36/131)
Receiving objects: 28% (37/131)
Receiving objects: 29% (38/131)
Receiving objects: 30% (40/131)
Receiving objects: 31% (41/131)
Receiving objects: 32% (42/131)
Receiving objects: 33% (44/131)
Receiving objects: 34% (45/131)
Receiving objects: 35% (46/131)
Receiving objects: 36% (48/131)
Receiving objects: 37% (49/131)
Receiving objects: 38% (50/131)
Receiving objects: 39% (52/131)
Receiving objects: 40% (53/131)
Receiving objects: 41% (54/131)
Receiving objects: 42% (56/131)
Receiving objects: 43% (57/131)
Receiving objects: 44% (58/131)
Receiving objects: 45% (59/131)
Receiving objects: 46% (61/131)
Receiving objects: 47% (62/131)
Receiving objects: 48% (63/131)
Receiving objects: 49% (65/131)
Receiving objects: 50% (66/131)
Receiving objects: 51% (67/131)
Receiving objects: 52% (69/131)
Receiving objects: 53% (70/131)
Receiving objects: 54% (71/131)
Receiving objects: 55% (73/131)
Receiving objects: 56% (74/131)
Receiving objects: 57% (75/131)
Receiving objects: 58% (76/131)
Receiving objects: 59% (78/131)
Receiving objects: 60% (79/131)
Receiving objects: 61% (80/131)
Receiving objects: 62% (82/131)
Receiving objects: 63% (83/131)
Receiving objects: 64% (84/131)
Receiving objects: 65% (86/131)
Receiving objects: 66% (87/131)
Receiving objects: 67% (88/131)
Receiving objects: 68% (90/131)
Receiving objects: 69% (91/131)
Receiving objects: 70% (92/131)
Receiving objects: 71% (94/131)
Receiving objects: 72% (95/131)
Receiving objects: 73% (96/131)
Receiving objects: 74% (97/131)
Receiving objects: 75% (99/131)
Receiving objects: 76% (100/131)
Receiving objects: 77% (101/131)
Receiving objects: 78% (103/131)
Receiving objects: 79% (104/131)
Receiving objects: 80% (105/131)
Receiving objects: 81% (107/131)
Receiving objects: 82% (108/131)
Receiving objects: 83% (109/131)
Receiving objects: 84% (111/131)
Receiving objects: 85% (112/131)
Receiving objects: 86% (113/131)
Receiving objects: 87% (114/131)
Receiving objects: 88% (116/131)
Receiving objects: 89% (117/131)
Receiving objects: 90% (118/131)
Receiving objects: 91% (120/131)
Receiving objects: 92% (121/131)
Receiving objects: 93% (122/131)
Receiving objects: 94% (124/131)
Receiving objects: 95% (125/131)
Receiving objects: 96% (126/131)
Receiving objects: 97% (128/131)
Receiving objects: 98% (129/131)
Receiving objects: 99% (130/131)
Receiving objects: 100% (131/131)
Receiving objects: 100% (131/131), 14.54 KiB | 14.54 MiB/s, done.
Resolving deltas: 0% (0/31)
Resolving deltas: 3% (1/31)
Resolving deltas: 6% (2/31)
Resolving deltas: 12% (4/31)
Resolving deltas: 16% (5/31)
Resolving deltas: 19% (6/31)
Resolving deltas: 29% (9/31)
Resolving deltas: 64% (20/31)
Resolving deltas: 100% (31/31)
Resolving deltas: 100% (31/31), done.
Cloning into '/root/workspace/weifang-config/container/A001/params_new/system-node-weifang'...
remote: Enumerating objects: 205, done.
remote: Counting objects: 0% (1/137)
remote: Counting objects: 1% (2/137)
remote: Counting objects: 2% (3/137)
remote: Counting objects: 3% (5/137)
remote: Counting objects: 4% (6/137)
remote: Counting objects: 5% (7/137)
remote: Counting objects: 6% (9/137)
remote: Counting objects: 7% (10/137)
remote: Counting objects: 8% (11/137)
remote: Counting objects: 9% (13/137)
remote: Counting objects: 10% (14/137)
remote: Counting objects: 11% (16/137)
remote: Counting objects: 12% (17/137)
remote: Counting objects: 13% (18/137)
remote: Counting objects: 14% (20/137)
remote: Counting objects: 15% (21/137)
remote: Counting objects: 16% (22/137)
remote: Counting objects: 17% (24/137)
remote: Counting objects: 18% (25/137)
remote: Counting objects: 19% (27/137)
remote: Counting objects: 20% (28/137)
remote: Counting objects: 21% (29/137)
remote: Counting objects: 22% (31/137)
remote: Counting objects: 23% (32/137)
remote: Counting objects: 24% (33/137)
remote: Counting objects: 25% (35/137)
remote: Counting objects: 26% (36/137)
remote: Counting objects: 27% (37/137)
remote: Counting objects: 28% (39/137)
remote: Counting objects: 29% (40/137)
remote: Counting objects: 30% (42/137)
remote: Counting objects: 31% (43/137)
remote: Counting objects: 32% (44/137)
remote: Counting objects: 33% (46/137)
remote: Counting objects: 34% (47/137)
remote: Counting objects: 35% (48/137)
remote: Counting objects: 36% (50/137)
remote: Counting objects: 37% (51/137)
remote: Counting objects: 38% (53/137)
remote: Counting objects: 39% (54/137)
remote: Counting objects: 40% (55/137)
remote: Counting objects: 41% (57/137)
remote: Counting objects: 42% (58/137)
remote: Counting objects: 43% (59/137)
remote: Counting objects: 44% (61/137)
remote: Counting objects: 45% (62/137)
remote: Counting objects: 46% (64/137)
remote: Counting objects: 47% (65/137)
remote: Counting objects: 48% (66/137)
remote: Counting objects: 49% (68/137)
remote: Counting objects: 50% (69/137)
remote: Counting objects: 51% (70/137)
remote: Counting objects: 52% (72/137)
remote: Counting objects: 53% (73/137)
remote: Counting objects: 54% (74/137)
remote: Counting objects: 55% (76/137)
remote: Counting objects: 56% (77/137)
remote: Counting objects: 57% (79/137)
remote: Counting objects: 58% (80/137)
remote: Counting objects: 59% (81/137)
remote: Counting objects: 60% (83/137)
remote: Counting objects: 61% (84/137)
remote: Counting objects: 62% (85/137)
remote: Counting objects: 63% (87/137)
remote: Counting objects: 64% (88/137)
remote: Counting objects: 65% (90/137)
remote: Counting objects: 66% (91/137)
remote: Counting objects: 67% (92/137)
remote: Counting objects: 68% (94/137)
remote: Counting objects: 69% (95/137)
remote: Counting objects: 70% (96/137)
remote: Counting objects: 71% (98/137)
remote: Counting objects: 72% (99/137)
remote: Counting objects: 73% (101/137)
remote: Counting objects: 74% (102/137)
remote: Counting objects: 75% (103/137)
remote: Counting objects: 76% (105/137)
remote: Counting objects: 77% (106/137)
remote: Counting objects: 78% (107/137)
remote: Counting objects: 79% (109/137)
remote: Counting objects: 80% (110/137)
remote: Counting objects: 81% (111/137)
remote: Counting objects: 82% (113/137)
remote: Counting objects: 83% (114/137)
remote: Counting objects: 84% (116/137)
remote: Counting objects: 85% (117/137)
remote: Counting objects: 86% (118/137)
remote: Counting objects: 87% (120/137)
remote: Counting objects: 88% (121/137)
remote: Counting objects: 89% (122/137)
remote: Counting objects: 90% (124/137)
remote: Counting objects: 91% (125/137)
remote: Counting objects: 92% (127/137)
remote: Counting objects: 93% (128/137)
remote: Counting objects: 94% (129/137)
remote: Counting objects: 95% (131/137)
remote: Counting objects: 96% (132/137)
remote: Counting objects: 97% (133/137)
remote: Counting objects: 98% (135/137)
remote: Counting objects: 99% (136/137)
remote: Counting objects: 100% (137/137)
remote: Counting objects: 100% (137/137), 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 205 (delta 22), reused 100 (delta 15), pack-reused 68
Receiving objects: 0% (1/205)
Receiving objects: 1% (3/205)
Receiving objects: 2% (5/205)
Receiving objects: 3% (7/205)
Receiving objects: 4% (9/205)
Receiving objects: 5% (11/205)
Receiving objects: 6% (13/205)
Receiving objects: 7% (15/205)
Receiving objects: 8% (17/205)
Receiving objects: 9% (19/205)
Receiving objects: 10% (21/205)
Receiving objects: 11% (23/205)
Receiving objects: 12% (25/205)
Receiving objects: 13% (27/205)
Receiving objects: 14% (29/205)
Receiving objects: 15% (31/205)
Receiving objects: 16% (33/205)
Receiving objects: 17% (35/205)
Receiving objects: 18% (37/205)
Receiving objects: 19% (39/205)
Receiving objects: 20% (41/205)
Receiving objects: 21% (44/205)
Receiving objects: 22% (46/205)
Receiving objects: 23% (48/205)
Receiving objects: 24% (50/205)
Receiving objects: 25% (52/205)
Receiving objects: 26% (54/205)
Receiving objects: 27% (56/205)
Receiving objects: 28% (58/205)
Receiving objects: 29% (60/205)
Receiving objects: 30% (62/205)
Receiving objects: 31% (64/205)
Receiving objects: 32% (66/205)
Receiving objects: 33% (68/205)
Receiving objects: 34% (70/205)
Receiving objects: 35% (72/205)
Receiving objects: 36% (74/205)
Receiving objects: 37% (76/205)
Receiving objects: 38% (78/205)
Receiving objects: 39% (80/205)
Receiving objects: 40% (82/205)
Receiving objects: 41% (85/205)
Receiving objects: 42% (87/205)
Receiving objects: 43% (89/205)
Receiving objects: 44% (91/205)
Receiving objects: 45% (93/205)
Receiving objects: 46% (95/205)
Receiving objects: 47% (97/205)
Receiving objects: 48% (99/205)
Receiving objects: 49% (101/205)
Receiving objects: 50% (103/205)
Receiving objects: 51% (105/205)
Receiving objects: 52% (107/205)
Receiving objects: 53% (109/205)
Receiving objects: 54% (111/205)
Receiving objects: 55% (113/205)
Receiving objects: 56% (115/205)
Receiving objects: 57% (117/205)
Receiving objects: 58% (119/205)
Receiving objects: 59% (121/205)
Receiving objects: 60% (123/205)
Receiving objects: 61% (126/205)
Receiving objects: 62% (128/205)
Receiving objects: 63% (130/205)
Receiving objects: 64% (132/205)
Receiving objects: 65% (134/205)
Receiving objects: 66% (136/205)
Receiving objects: 67% (138/205)
Receiving objects: 68% (140/205)
Receiving objects: 69% (142/205)
Receiving objects: 70% (144/205)
Receiving objects: 71% (146/205)
Receiving objects: 72% (148/205)
Receiving objects: 73% (150/205)
Receiving objects: 74% (152/205)
Receiving objects: 75% (154/205)
Receiving objects: 76% (156/205)
Receiving objects: 77% (158/205)
Receiving objects: 78% (160/205)
Receiving objects: 79% (162/205)
Receiving objects: 80% (164/205)
Receiving objects: 81% (167/205)
Receiving objects: 82% (169/205)
Receiving objects: 83% (171/205)
Receiving objects: 84% (173/205)
Receiving objects: 85% (175/205)
Receiving objects: 86% (177/205)
Receiving objects: 87% (179/205)
Receiving objects: 88% (181/205)
Receiving objects: 89% (183/205)
Receiving objects: 90% (185/205)
Receiving objects: 91% (187/205)
Receiving objects: 92% (189/205)
Receiving objects: 93% (191/205)
Receiving objects: 94% (193/205)
Receiving objects: 95% (195/205)
Receiving objects: 96% (197/205)
Receiving objects: 97% (199/205)
Receiving objects: 98% (201/205)
Receiving objects: 99% (203/205)
Receiving objects: 100% (205/205)
Receiving objects: 100% (205/205), 26.14 KiB | 26.14 MiB/s, done.
Resolving deltas: 0% (0/33)
Resolving deltas: 66% (22/33)
Resolving deltas: 100% (33/33)
Resolving deltas: 100% (33/33), done.
Cloning into '/root/workspace/weifang-config/container/A001/params_new/system-port'...
remote: Enumerating objects: 230, done.
remote: Counting objects: 0% (1/106)
remote: Counting objects: 1% (2/106)
remote: Counting objects: 2% (3/106)
remote: Counting objects: 3% (4/106)
remote: Counting objects: 4% (5/106)
remote: Counting objects: 5% (6/106)
remote: Counting objects: 6% (7/106)
remote: Counting objects: 7% (8/106)
remote: Counting objects: 8% (9/106)
remote: Counting objects: 9% (10/106)
remote: Counting objects: 10% (11/106)
remote: Counting objects: 11% (12/106)
remote: Counting objects: 12% (13/106)
remote: Counting objects: 13% (14/106)
remote: Counting objects: 14% (15/106)
remote: Counting objects: 15% (16/106)
remote: Counting objects: 16% (17/106)
remote: Counting objects: 17% (19/106)
remote: Counting objects: 18% (20/106)
remote: Counting objects: 19% (21/106)
remote: Counting objects: 20% (22/106)
remote: Counting objects: 21% (23/106)
remote: Counting objects: 22% (24/106)
remote: Counting objects: 23% (25/106)
remote: Counting objects: 24% (26/106)
remote: Counting objects: 25% (27/106)
remote: Counting objects: 26% (28/106)
remote: Counting objects: 27% (29/106)
remote: Counting objects: 28% (30/106)
remote: Counting objects: 29% (31/106)
remote: Counting objects: 30% (32/106)
remote: Counting objects: 31% (33/106)
remote: Counting objects: 32% (34/106)
remote: Counting objects: 33% (35/106)
remote: Counting objects: 34% (37/106)
remote: Counting objects: 35% (38/106)
remote: Counting objects: 36% (39/106)
remote: Counting objects: 37% (40/106)
remote: Counting objects: 38% (41/106)
remote: Counting objects: 39% (42/106)
remote: Counting objects: 40% (43/106)
remote: Counting objects: 41% (44/106)
remote: Counting objects: 42% (45/106)
remote: Counting objects: 43% (46/106)
remote: Counting objects: 44% (47/106)
remote: Counting objects: 45% (48/106)
remote: Counting objects: 46% (49/106)
remote: Counting objects: 47% (50/106)
remote: Counting objects: 48% (51/106)
remote: Counting objects: 49% (52/106)
remote: Counting objects: 50% (53/106)
remote: Counting objects: 51% (55/106)
remote: Counting objects: 52% (56/106)
remote: Counting objects: 53% (57/106)
remote: Counting objects: 54% (58/106)
remote: Counting objects: 55% (59/106)
remote: Counting objects: 56% (60/106)
remote: Counting objects: 57% (61/106)
remote: Counting objects: 58% (62/106)
remote: Counting objects: 59% (63/106)
remote: Counting objects: 60% (64/106)
remote: Counting objects: 61% (65/106)
remote: Counting objects: 62% (66/106)
remote: Counting objects: 63% (67/106)
remote: Counting objects: 64% (68/106)
remote: Counting objects: 65% (69/106)
remote: Counting objects: 66% (70/106)
remote: Counting objects: 67% (72/106)
remote: Counting objects: 68% (73/106)
remote: Counting objects: 69% (74/106)
remote: Counting objects: 70% (75/106)
remote: Counting objects: 71% (76/106)
remote: Counting objects: 72% (77/106)
remote: Counting objects: 73% (78/106)
remote: Counting objects: 74% (79/106)
remote: Counting objects: 75% (80/106)
remote: Counting objects: 76% (81/106)
remote: Counting objects: 77% (82/106)
remote: Counting objects: 78% (83/106)
remote: Counting objects: 79% (84/106)
remote: Counting objects: 80% (85/106)
remote: Counting objects: 81% (86/106)
remote: Counting objects: 82% (87/106)
remote: Counting objects: 83% (88/106)
remote: Counting objects: 84% (90/106)
remote: Counting objects: 85% (91/106)
remote: Counting objects: 86% (92/106)
remote: Counting objects: 87% (93/106)
remote: Counting objects: 88% (94/106)
remote: Counting objects: 89% (95/106)
remote: Counting objects: 90% (96/106)
remote: Counting objects: 91% (97/106)
remote: Counting objects: 92% (98/106)
remote: Counting objects: 93% (99/106)
remote: Counting objects: 94% (100/106)
remote: Counting objects: 95% (101/106)
remote: Counting objects: 96% (102/106)
remote: Counting objects: 97% (103/106)
remote: Counting objects: 98% (104/106)
remote: Counting objects: 99% (105/106)
remote: Counting objects: 100% (106/106)
remote: Counting objects: 100% (106/106), done.
remote: Compressing objects: 1% (1/78)
remote: Compressing objects: 2% (2/78)
remote: Compressing objects: 3% (3/78)
remote: Compressing objects: 5% (4/78)
remote: Compressing objects: 6% (5/78)
remote: Compressing objects: 7% (6/78)
remote: Compressing objects: 8% (7/78)
remote: Compressing objects: 10% (8/78)
remote: Compressing objects: 11% (9/78)
remote: Compressing objects: 12% (10/78)
remote: Compressing objects: 14% (11/78)
remote: Compressing objects: 15% (12/78)
remote: Compressing objects: 16% (13/78)
remote: Compressing objects: 17% (14/78)
remote: Compressing objects: 19% (15/78)
remote: Compressing objects: 20% (16/78)
remote: Compressing objects: 21% (17/78)
remote: Compressing objects: 23% (18/78)
remote: Compressing objects: 24% (19/78)
remote: Compressing objects: 25% (20/78)
remote: Compressing objects: 26% (21/78)
remote: Compressing objects: 28% (22/78)
remote: Compressing objects: 29% (23/78)
remote: Compressing objects: 30% (24/78)
remote: Compressing objects: 32% (25/78)
remote: Compressing objects: 33% (26/78)
remote: Compressing objects: 34% (27/78)
remote: Compressing objects: 35% (28/78)
remote: Compressing objects: 37% (29/78)
remote: Compressing objects: 38% (30/78)
remote: Compressing objects: 39% (31/78)
remote: Compressing objects: 41% (32/78)
remote: Compressing objects: 42% (33/78)
remote: Compressing objects: 43% (34/78)
remote: Compressing objects: 44% (35/78)
remote: Compressing objects: 46% (36/78)
remote: Compressing objects: 47% (37/78)
remote: Compressing objects: 48% (38/78)
remote: Compressing objects: 50% (39/78)
remote: Compressing objects: 51% (40/78)
remote: Compressing objects: 52% (41/78)
remote: Compressing objects: 53% (42/78)
remote: Compressing objects: 55% (43/78)
remote: Compressing objects: 56% (44/78)
remote: Compressing objects: 57% (45/78)
remote: Compressing objects: 58% (46/78)
remote: Compressing objects: 60% (47/78)
remote: Compressing objects: 61% (48/78)
remote: Compressing objects: 62% (49/78)
remote: Compressing objects: 64% (50/78)
remote: Compressing objects: 65% (51/78)
remote: Compressing objects: 66% (52/78)
remote: Compressing objects: 67% (53/78)
remote: Compressing objects: 69% (54/78)
remote: Compressing objects: 70% (55/78)
remote: Compressing objects: 71% (56/78)
remote: Compressing objects: 73% (57/78)
remote: Compressing objects: 74% (58/78)
remote: Compressing objects: 75% (59/78)
remote: Compressing objects: 76% (60/78)
remote: Compressing objects: 78% (61/78)
remote: Compressing objects: 79% (62/78)
remote: Compressing objects: 80% (63/78)
remote: Compressing objects: 82% (64/78)
remote: Compressing objects: 83% (65/78)
remote: Compressing objects: 84% (66/78)
remote: Compressing objects: 85% (67/78)
remote: Compressing objects: 87% (68/78)
remote: Compressing objects: 88% (69/78)
remote: Compressing objects: 89% (70/78)
remote: Compressing objects: 91% (71/78)
remote: Compressing objects: 92% (72/78)
remote: Compressing objects: 93% (73/78)
remote: Compressing objects: 94% (74/78)
remote: Compressing objects: 96% (75/78)
remote: Compressing objects: 97% (76/78)
remote: Compressing objects: 98% (77/78)
remote: Compressing objects: 100% (78/78)
remote: Compressing objects: 100% (78/78), done.
Receiving objects: 0% (1/230)
Receiving objects: 1% (3/230)
Receiving objects: 2% (5/230)
Receiving objects: 3% (7/230)
Receiving objects: 4% (10/230)
Receiving objects: 5% (12/230)
Receiving objects: 6% (14/230)
Receiving objects: 7% (17/230)
Receiving objects: 8% (19/230)
Receiving objects: 9% (21/230)
Receiving objects: 10% (23/230)
Receiving objects: 11% (26/230)
Receiving objects: 12% (28/230)
Receiving objects: 13% (30/230)
Receiving objects: 14% (33/230)
Receiving objects: 15% (35/230)
Receiving objects: 16% (37/230)
Receiving objects: 17% (40/230)
Receiving objects: 18% (42/230)
Receiving objects: 19% (44/230)
Receiving objects: 20% (46/230)
Receiving objects: 21% (49/230)
Receiving objects: 22% (51/230)
Receiving objects: 23% (53/230)
Receiving objects: 24% (56/230)
Receiving objects: 25% (58/230)
Receiving objects: 26% (60/230)
Receiving objects: 27% (63/230)
Receiving objects: 28% (65/230)
Receiving objects: 29% (67/230)
Receiving objects: 30% (69/230)
Receiving objects: 31% (72/230)
Receiving objects: 32% (74/230)
Receiving objects: 33% (76/230)
Receiving objects: 34% (79/230)
Receiving objects: 35% (81/230)
Receiving objects: 36% (83/230)
Receiving objects: 37% (86/230)
Receiving objects: 38% (88/230)
Receiving objects: 39% (90/230)
Receiving objects: 40% (92/230)
Receiving objects: 41% (95/230)
Receiving objects: 42% (97/230)
Receiving objects: 43% (99/230)
Receiving objects: 44% (102/230)
Receiving objects: 45% (104/230)
Receiving objects: 46% (106/230)
Receiving objects: 47% (109/230)
Receiving objects: 48% (111/230)
Receiving objects: 49% (113/230)
Receiving objects: 50% (115/230)
Receiving objects: 51% (118/230)
Receiving objects: 52% (120/230)
Receiving objects: 53% (122/230)
Receiving objects: 54% (125/230)
Receiving objects: 55% (127/230)
Receiving objects: 56% (129/230)
Receiving objects: 57% (132/230)
Receiving objects: 58% (134/230)
Receiving objects: 59% (136/230)
Receiving objects: 60% (138/230)
Receiving objects: 61% (141/230)
Receiving objects: 62% (143/230)
Receiving objects: 63% (145/230)
Receiving objects: 64% (148/230)
Receiving objects: 65% (150/230)
Receiving objects: 66% (152/230)
Receiving objects: 67% (155/230)
Receiving objects: 68% (157/230)
Receiving objects: 69% (159/230)
Receiving objects: 70% (161/230)
Receiving objects: 71% (164/230)
Receiving objects: 72% (166/230)
Receiving objects: 73% (168/230)
Receiving objects: 74% (171/230)
Receiving objects: 75% (173/230)
Receiving objects: 76% (175/230)
Receiving objects: 77% (178/230)
Receiving objects: 78% (180/230)
Receiving objects: 79% (182/230)
Receiving objects: 80% (184/230)
remote: Total 230 (delta 51), reused 67 (delta 24), pack-reused 124
Receiving objects: 81% (187/230)
Receiving objects: 82% (189/230)
Receiving objects: 83% (191/230)
Receiving objects: 84% (194/230)
Receiving objects: 85% (196/230)
Receiving objects: 86% (198/230)
Receiving objects: 87% (201/230)
Receiving objects: 88% (203/230)
Receiving objects: 89% (205/230)
Receiving objects: 90% (207/230)
Receiving objects: 91% (210/230)
Receiving objects: 92% (212/230)
Receiving objects: 93% (214/230)
Receiving objects: 94% (217/230)
Receiving objects: 95% (219/230)
Receiving objects: 96% (221/230)
Receiving objects: 97% (224/230)
Receiving objects: 98% (226/230)
Receiving objects: 99% (228/230)
Receiving objects: 100% (230/230)
Receiving objects: 100% (230/230), 171.69 KiB | 7.15 MiB/s, done.
Resolving deltas: 0% (0/97)
Resolving deltas: 1% (1/97)
Resolving deltas: 2% (2/97)
Resolving deltas: 4% (4/97)
Resolving deltas: 6% (6/97)
Resolving deltas: 13% (13/97)
Resolving deltas: 22% (22/97)
Resolving deltas: 23% (23/97)
Resolving deltas: 24% (24/97)
Resolving deltas: 25% (25/97)
Resolving deltas: 27% (27/97)
Resolving deltas: 30% (30/97)
Resolving deltas: 31% (31/97)
Resolving deltas: 32% (32/97)
Resolving deltas: 36% (35/97)
Resolving deltas: 45% (44/97)
Resolving deltas: 46% (45/97)
Resolving deltas: 63% (62/97)
Resolving deltas: 69% (67/97)
Resolving deltas: 76% (74/97)
Resolving deltas: 81% (79/97)
Resolving deltas: 89% (87/97)
Resolving deltas: 90% (88/97)
Resolving deltas: 91% (89/97)
Resolving deltas: 100% (97/97)
Resolving deltas: 100% (97/97), done.
Submodule path 'crane_align_common': checked out '954ba1c96df2e7fb63dbd882b3b7abd22189fa4d'
Submodule path 'crane_align_customized': checked out '94dc977f516373ca773cfee4e468812cd976950c'
Submodule path 'hesai_lidar_customized': checked out '9ca584cebe961958e030ff1056c9b013e0723175'
Submodule path 'lidar-extrinsics': checked out '1776c67530df1841f96911fd2fa03005cb14913b'
Submodule path 'lidar_loc_v2_common': checked out '0f4ba74cc53d95aaf3910e9f5255e361fd56d415'
Submodule path 'lidar_loc_v2_customized': checked out 'f456b02e485e8eccdecfa45e07d842777b968d61'
Submodule path 'msf-port': checked out 'a8149a798e11c048d88d208d57ca85594ff5f1bc'
Submodule path 'msf-vehicle': checked out 'ebffa2b492bfff8f6eefb9f5e4a5aa8ac37d960c'
Submodule path 'perception_camera_driver': checked out '82f6ae6d33aa2f9cfe16047ac1ea8ade9aa6e5da'
Submodule path 'perception_data_collection': checked out '07b0a3dca6c04926706a6ec5b459c781abdba07b'
Submodule path 'perception_lane_detection': checked out '3dcecc6a1cab5b58d59274dc57d94f2a5a1a5266'
Submodule path 'perception_lidar_camera_fusion': checked out 'd6411e8e7496fed5c621cfa668ba0e1e0aa07545'
Submodule path 'perception_new_detection': checked out '2ec20f457962ab99e972da7bd861319e3083a671'
Submodule path 'perception_spreader_imv': checked out '09395be7188df1fce58a6c475904fe1c3b3ab268'
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 'b650e2b08a17fc176b72f3382beac90923a71508'
Submodule path 'system-device': checked out '4fb06e5d2e01dceab81f5d83ffc5dcd95622c194'
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/ 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, 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
+ wc -l
+ ls /root/workspace/weifang-config/container/A001/params_new/crane_align_common/
[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/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
+ ls /root/workspace/weifang-config/container/A001/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/A001/params_new/lidar_loc_v2_common/lidar_loc_v2 /root/workspace/weifang-config/container/A001/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A001/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/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
+ ls /root/workspace/weifang-config/container/A001/params_new/perception_camera_driver/
+ wc -l
[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
+ ls /root/workspace/weifang-config/container/A001/params_new/perception_data_collection/
+ wc -l
[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
+ ls /root/workspace/weifang-config/container/A001/params_new/perception_spreader_truck/
+ wc -l
[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
+ wc -l
+ ls /root/workspace/weifang-config/container/A001/params_new/prediction_config/
[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
+ ls /root/workspace/weifang-config/container/A001/params_new/rslidar_sdk_common/
+ wc -l
[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
+ ls /root/workspace/weifang-config/container/A001/params_new/system-port/
+ wc -l
[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
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/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
A003拉取新参数方式
[Pipeline] sh
+ rm -rf /root/workspace/weifang-config/container/A003/params_new
[Pipeline] sh
+ mkdir -p /root/workspace/weifang-config/container/A003/params_new
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A003/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/A003.git
> git init /root/workspace/weifang-config/container/A003/params_new # timeout=10
Fetching upstream changes from http://159.27.226.4/config/vehicles/A003.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/A003.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url http://159.27.226.4/config/vehicles/A003.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 8ea239ce730d71d26776a3412512a04ede8228f7 (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 8ea239ce730d71d26776a3412512a04ede8228f7 # timeout=300000
Commit message: "Update module: perception_new_detection, branch: update weifang-cont_truck_zq_3pxt32-2rsbp-anglesensor to weifang-cont_truck_zq_3pxt32-2rsbp"
First time build. Skipping changelog.
[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 '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/A003.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/A003.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/A003.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/A003/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: 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/A003/params_new/crane_align_customized'...
remote: Enumerating objects: 1366, 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/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.
Receiving objects: 0% (1/1366)
Receiving objects: 1% (14/1366)
Receiving objects: 2% (28/1366)
Receiving objects: 3% (41/1366)
Receiving objects: 4% (55/1366)
Receiving objects: 5% (69/1366)
Receiving objects: 6% (82/1366)
Receiving objects: 7% (96/1366)
Receiving objects: 8% (110/1366)
Receiving objects: 9% (123/1366)
Receiving objects: 10% (137/1366)
Receiving objects: 11% (151/1366)
Receiving objects: 12% (164/1366)
Receiving objects: 13% (178/1366)
Receiving objects: 14% (192/1366)
Receiving objects: 15% (205/1366)
Receiving objects: 16% (219/1366)
Receiving objects: 17% (233/1366)
Receiving objects: 18% (246/1366)
Receiving objects: 19% (260/1366)
Receiving objects: 20% (274/1366)
Receiving objects: 21% (287/1366)
Receiving objects: 22% (301/1366)
Receiving objects: 23% (315/1366)
Receiving objects: 24% (328/1366)
Receiving objects: 25% (342/1366)
Receiving objects: 26% (356/1366)
Receiving objects: 27% (369/1366)
Receiving objects: 28% (383/1366)
Receiving objects: 29% (397/1366)
Receiving objects: 30% (410/1366)
Receiving objects: 31% (424/1366)
Receiving objects: 32% (438/1366)
Receiving objects: 33% (451/1366)
Receiving objects: 34% (465/1366)
Receiving objects: 35% (479/1366)
Receiving objects: 36% (492/1366)
Receiving objects: 37% (506/1366)
Receiving objects: 38% (520/1366)
Receiving objects: 39% (533/1366)
Receiving objects: 40% (547/1366)
Receiving objects: 41% (561/1366)
Receiving objects: 42% (574/1366)
Receiving objects: 43% (588/1366)
Receiving objects: 44% (602/1366)
Receiving objects: 45% (615/1366)
Receiving objects: 46% (629/1366)
Receiving objects: 47% (643/1366)
Receiving objects: 48% (656/1366)
Receiving objects: 49% (670/1366)
Receiving objects: 50% (683/1366)
Receiving objects: 51% (697/1366)
Receiving objects: 52% (711/1366)
Receiving objects: 53% (724/1366)
Receiving objects: 54% (738/1366)
Receiving objects: 55% (752/1366)
Receiving objects: 56% (765/1366)
Receiving objects: 57% (779/1366)
Receiving objects: 58% (793/1366)
Receiving objects: 59% (806/1366)
Receiving objects: 60% (820/1366)
Receiving objects: 61% (834/1366)
Receiving objects: 62% (847/1366)
Receiving objects: 63% (861/1366)
Receiving objects: 64% (875/1366)
Receiving objects: 65% (888/1366)
Receiving objects: 66% (902/1366)
Receiving objects: 67% (916/1366)
Receiving objects: 68% (929/1366)
Receiving objects: 69% (943/1366)
Receiving objects: 70% (957/1366)
Receiving objects: 71% (970/1366)
Receiving objects: 72% (984/1366)
Receiving objects: 73% (998/1366)
Receiving objects: 74% (1011/1366)
Receiving objects: 75% (1025/1366)
Receiving objects: 76% (1039/1366)
Receiving objects: 77% (1052/1366)
Receiving objects: 78% (1066/1366)
Receiving objects: 79% (1080/1366)
Receiving objects: 80% (1093/1366)
Receiving objects: 81% (1107/1366)
Receiving objects: 82% (1121/1366)
Receiving objects: 83% (1134/1366)
Receiving objects: 84% (1148/1366)
Receiving objects: 85% (1162/1366)
Receiving objects: 86% (1175/1366)
Receiving objects: 87% (1189/1366)
Receiving objects: 88% (1203/1366)
Receiving objects: 89% (1216/1366)
Receiving objects: 90% (1230/1366)
Receiving objects: 91% (1244/1366)
Receiving objects: 92% (1257/1366)
Receiving objects: 93% (1271/1366)
Receiving objects: 94% (1285/1366)
Receiving objects: 95% (1298/1366)
remote: Total 1366 (delta 14), reused 40 (delta 12), pack-reused 1320
Receiving objects: 96% (1312/1366)
Receiving objects: 97% (1326/1366)
Receiving objects: 98% (1339/1366)
Receiving objects: 99% (1353/1366)
Receiving objects: 100% (1366/1366)
Receiving objects: 100% (1366/1366), 447.98 KiB | 34.46 MiB/s, done.
Resolving deltas: 0% (0/652)
Resolving deltas: 1% (7/652)
Resolving deltas: 2% (14/652)
Resolving deltas: 3% (22/652)
Resolving deltas: 4% (28/652)
Resolving deltas: 5% (33/652)
Resolving deltas: 6% (40/652)
Resolving deltas: 7% (50/652)
Resolving deltas: 9% (61/652)
Resolving deltas: 11% (76/652)
Resolving deltas: 12% (84/652)
Resolving deltas: 13% (87/652)
Resolving deltas: 14% (94/652)
Resolving deltas: 16% (105/652)
Resolving deltas: 19% (125/652)
Resolving deltas: 21% (137/652)
Resolving deltas: 23% (152/652)
Resolving deltas: 27% (179/652)
Resolving deltas: 28% (183/652)
Resolving deltas: 29% (195/652)
Resolving deltas: 30% (196/652)
Resolving deltas: 31% (206/652)
Resolving deltas: 32% (210/652)
Resolving deltas: 37% (244/652)
Resolving deltas: 38% (252/652)
Resolving deltas: 39% (256/652)
Resolving deltas: 40% (262/652)
Resolving deltas: 41% (269/652)
Resolving deltas: 42% (279/652)
Resolving deltas: 43% (282/652)
Resolving deltas: 44% (291/652)
Resolving deltas: 46% (302/652)
Resolving deltas: 47% (311/652)
Resolving deltas: 53% (350/652)
Resolving deltas: 54% (354/652)
Resolving deltas: 55% (359/652)
Resolving deltas: 59% (389/652)
Resolving deltas: 61% (402/652)
Resolving deltas: 62% (408/652)
Resolving deltas: 64% (419/652)
Resolving deltas: 65% (429/652)
Resolving deltas: 66% (436/652)
Resolving deltas: 67% (441/652)
Resolving deltas: 68% (444/652)
Resolving deltas: 72% (473/652)
Resolving deltas: 73% (478/652)
Resolving deltas: 77% (503/652)
Resolving deltas: 100% (652/652)
Resolving deltas: 100% (652/652), done.
Cloning into '/root/workspace/weifang-config/container/A003/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/A003/params_new/lidar-extrinsics'...
remote: Enumerating objects: 85, done.
remote: Counting objects: 1% (1/63)
remote: Counting objects: 3% (2/63)
remote: Counting objects: 4% (3/63)
remote: Counting objects: 6% (4/63)
remote: Counting objects: 7% (5/63)
remote: Counting objects: 9% (6/63)
remote: Counting objects: 11% (7/63)
remote: Counting objects: 12% (8/63)
remote: Counting objects: 14% (9/63)
remote: Counting objects: 15% (10/63)
remote: Counting objects: 17% (11/63)
remote: Counting objects: 19% (12/63)
remote: Counting objects: 20% (13/63)
remote: Counting objects: 22% (14/63)
remote: Counting objects: 23% (15/63)
remote: Counting objects: 25% (16/63)
remote: Counting objects: 26% (17/63)
remote: Counting objects: 28% (18/63)
remote: Counting objects: 30% (19/63)
remote: Counting objects: 31% (20/63)
remote: Counting objects: 33% (21/63)
remote: Counting objects: 34% (22/63)
remote: Counting objects: 36% (23/63)
remote: Counting objects: 38% (24/63)
remote: Counting objects: 39% (25/63)
remote: Counting objects: 41% (26/63)
remote: Counting objects: 42% (27/63)
remote: Counting objects: 44% (28/63)
remote: Counting objects: 46% (29/63)
remote: Counting objects: 47% (30/63)
remote: Counting objects: 49% (31/63)
remote: Counting objects: 50% (32/63)
remote: Counting objects: 52% (33/63)
remote: Counting objects: 53% (34/63)
remote: Counting objects: 55% (35/63)
remote: Counting objects: 57% (36/63)
remote: Counting objects: 58% (37/63)
remote: Counting objects: 60% (38/63)
remote: Counting objects: 61% (39/63)
remote: Counting objects: 63% (40/63)
remote: Counting objects: 65% (41/63)
remote: Counting objects: 66% (42/63)
remote: Counting objects: 68% (43/63)
remote: Counting objects: 69% (44/63)
remote: Counting objects: 71% (45/63)
remote: Counting objects: 73% (46/63)
remote: Counting objects: 74% (47/63)
remote: Counting objects: 76% (48/63)
remote: Counting objects: 77% (49/63)
remote: Counting objects: 79% (50/63)
remote: Counting objects: 80% (51/63)
remote: Counting objects: 82% (52/63)
remote: Counting objects: 84% (53/63)
remote: Counting objects: 85% (54/63)
remote: Counting objects: 87% (55/63)
remote: Counting objects: 88% (56/63)
remote: Counting objects: 90% (57/63)
remote: Counting objects: 92% (58/63)
remote: Counting objects: 93% (59/63)
remote: Counting objects: 95% (60/63)
remote: Counting objects: 96% (61/63)
remote: Counting objects: 98% (62/63)
remote: Counting objects: 100% (63/63)
remote: Counting objects: 100% (63/63), 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.
remote: Total 85 (delta 9), reused 34 (delta 4), pack-reused 22
Receiving objects: 1% (1/85)
Receiving objects: 2% (2/85)
Receiving objects: 3% (3/85)
Receiving objects: 4% (4/85)
Receiving objects: 5% (5/85)
Receiving objects: 7% (6/85)
Receiving objects: 8% (7/85)
Receiving objects: 9% (8/85)
Receiving objects: 10% (9/85)
Receiving objects: 11% (10/85)
Receiving objects: 12% (11/85)
Receiving objects: 14% (12/85)
Receiving objects: 15% (13/85)
Receiving objects: 16% (14/85)
Receiving objects: 17% (15/85)
Receiving objects: 18% (16/85)
Receiving objects: 20% (17/85)
Receiving objects: 21% (18/85)
Receiving objects: 22% (19/85)
Receiving objects: 23% (20/85)
Receiving objects: 24% (21/85)
Receiving objects: 25% (22/85)
Receiving objects: 27% (23/85)
Receiving objects: 28% (24/85)
Receiving objects: 29% (25/85)
Receiving objects: 30% (26/85)
Receiving objects: 31% (27/85)
Receiving objects: 32% (28/85)
Receiving objects: 34% (29/85)
Receiving objects: 35% (30/85)
Receiving objects: 36% (31/85)
Receiving objects: 37% (32/85)
Receiving objects: 38% (33/85)
Receiving objects: 40% (34/85)
Receiving objects: 41% (35/85)
Receiving objects: 42% (36/85)
Receiving objects: 43% (37/85)
Receiving objects: 44% (38/85)
Receiving objects: 45% (39/85)
Receiving objects: 47% (40/85)
Receiving objects: 48% (41/85)
Receiving objects: 49% (42/85)
Receiving objects: 50% (43/85)
Receiving objects: 51% (44/85)
Receiving objects: 52% (45/85)
Receiving objects: 54% (46/85)
Receiving objects: 55% (47/85)
Receiving objects: 56% (48/85)
Receiving objects: 57% (49/85)
Receiving objects: 58% (50/85)
Receiving objects: 60% (51/85)
Receiving objects: 61% (52/85)
Receiving objects: 62% (53/85)
Receiving objects: 63% (54/85)
Receiving objects: 64% (55/85)
Receiving objects: 65% (56/85)
Receiving objects: 67% (57/85)
Receiving objects: 68% (58/85)
Receiving objects: 69% (59/85)
Receiving objects: 70% (60/85)
Receiving objects: 71% (61/85)
Receiving objects: 72% (62/85)
Receiving objects: 74% (63/85)
Receiving objects: 75% (64/85)
Receiving objects: 76% (65/85)
Receiving objects: 77% (66/85)
Receiving objects: 78% (67/85)
Receiving objects: 80% (68/85)
Receiving objects: 81% (69/85)
Receiving objects: 82% (70/85)
Receiving objects: 83% (71/85)
Receiving objects: 84% (72/85)
Receiving objects: 85% (73/85)
Receiving objects: 87% (74/85)
Receiving objects: 88% (75/85)
Receiving objects: 89% (76/85)
Receiving objects: 90% (77/85)
Receiving objects: 91% (78/85)
Receiving objects: 92% (79/85)
Receiving objects: 94% (80/85)
Receiving objects: 95% (81/85)
Receiving objects: 96% (82/85)
Receiving objects: 97% (83/85)
Receiving objects: 98% (84/85)
Receiving objects: 100% (85/85)
Receiving objects: 100% (85/85), 11.60 KiB | 11.60 MiB/s, done.
Resolving deltas: 0% (0/10)
Resolving deltas: 10% (1/10)
Resolving deltas: 50% (5/10)
Resolving deltas: 60% (6/10)
Resolving deltas: 100% (10/10)
Resolving deltas: 100% (10/10), done.
Cloning into '/root/workspace/weifang-config/container/A003/params_new/lidar_loc_v2_common'...
remote: Enumerating objects: 18, done.
remote: Counting objects: 5% (1/18)
remote: Counting objects: 11% (2/18)
remote: Counting objects: 16% (3/18)
remote: Counting objects: 22% (4/18)
remote: Counting objects: 27% (5/18)
remote: Counting objects: 33% (6/18)
remote: Counting objects: 38% (7/18)
remote: Counting objects: 44% (8/18)
remote: Counting objects: 50% (9/18)
remote: Counting objects: 55% (10/18)
remote: Counting objects: 61% (11/18)
remote: Counting objects: 66% (12/18)
remote: Counting objects: 72% (13/18)
remote: Counting objects: 77% (14/18)
remote: Counting objects: 83% (15/18)
remote: Counting objects: 88% (16/18)
remote: Counting objects: 94% (17/18)
remote: Counting objects: 100% (18/18)
remote: Counting objects: 100% (18/18), done.
remote: Compressing objects: 6% (1/15)
remote: Compressing objects: 13% (2/15)
remote: Compressing objects: 20% (3/15)
remote: Compressing objects: 26% (4/15)
remote: Compressing objects: 33% (5/15)
remote: Compressing objects: 40% (6/15)
remote: Compressing objects: 46% (7/15)
remote: Compressing objects: 53% (8/15)
remote: Compressing objects: 60% (9/15)
remote: Compressing objects: 66% (10/15)
remote: Compressing objects: 73% (11/15)
remote: Compressing objects: 80% (12/15)
remote: Compressing objects: 86% (13/15)
remote: Compressing objects: 93% (14/15)
remote: Compressing objects: 100% (15/15)
remote: Compressing objects: 100% (15/15), done.
remote: Total 18 (delta 2), reused 0 (delta 0), pack-reused 0
Receiving objects: 5% (1/18)
Receiving objects: 11% (2/18)
Receiving objects: 16% (3/18)
Receiving objects: 22% (4/18)
Receiving objects: 27% (5/18)
Receiving objects: 33% (6/18)
Receiving objects: 38% (7/18)
Receiving objects: 44% (8/18)
Receiving objects: 50% (9/18)
Receiving objects: 55% (10/18)
Receiving objects: 61% (11/18)
Receiving objects: 66% (12/18)
Receiving objects: 72% (13/18)
Receiving objects: 77% (14/18)
Receiving objects: 83% (15/18)
Receiving objects: 88% (16/18)
Receiving objects: 94% (17/18)
Receiving objects: 100% (18/18)
Receiving objects: 100% (18/18), 5.48 KiB | 5.48 MiB/s, done.
Resolving deltas: 0% (0/2)
Resolving deltas: 100% (2/2)
Resolving deltas: 100% (2/2), done.
Cloning into '/root/workspace/weifang-config/container/A003/params_new/lidar_loc_v2_customized'...
remote: Enumerating objects: 319, done.
remote: Counting objects: 0% (1/113)
remote: Counting objects: 1% (2/113)
remote: Counting objects: 2% (3/113)
remote: Counting objects: 3% (4/113)
remote: Counting objects: 4% (5/113)
remote: Counting objects: 5% (6/113)
remote: Counting objects: 6% (7/113)
remote: Counting objects: 7% (8/113)
remote: Counting objects: 8% (10/113)
remote: Counting objects: 9% (11/113)
remote: Counting objects: 10% (12/113)
remote: Counting objects: 11% (13/113)
remote: Counting objects: 12% (14/113)
remote: Counting objects: 13% (15/113)
remote: Counting objects: 14% (16/113)
remote: Counting objects: 15% (17/113)
remote: Counting objects: 16% (19/113)
remote: Counting objects: 17% (20/113)
remote: Counting objects: 18% (21/113)
remote: Counting objects: 19% (22/113)
remote: Counting objects: 20% (23/113)
remote: Counting objects: 21% (24/113)
remote: Counting objects: 22% (25/113)
remote: Counting objects: 23% (26/113)
remote: Counting objects: 24% (28/113)
remote: Counting objects: 25% (29/113)
remote: Counting objects: 26% (30/113)
remote: Counting objects: 27% (31/113)
remote: Counting objects: 28% (32/113)
remote: Counting objects: 29% (33/113)
remote: Counting objects: 30% (34/113)
remote: Counting objects: 31% (36/113)
remote: Counting objects: 32% (37/113)
remote: Counting objects: 33% (38/113)
remote: Counting objects: 34% (39/113)
remote: Counting objects: 35% (40/113)
remote: Counting objects: 36% (41/113)
remote: Counting objects: 37% (42/113)
remote: Counting objects: 38% (43/113)
remote: Counting objects: 39% (45/113)
remote: Counting objects: 40% (46/113)
remote: Counting objects: 41% (47/113)
remote: Counting objects: 42% (48/113)
remote: Counting objects: 43% (49/113)
remote: Counting objects: 44% (50/113)
remote: Counting objects: 45% (51/113)
remote: Counting objects: 46% (52/113)
remote: Counting objects: 47% (54/113)
remote: Counting objects: 48% (55/113)
remote: Counting objects: 49% (56/113)
remote: Counting objects: 50% (57/113)
remote: Counting objects: 51% (58/113)
remote: Counting objects: 52% (59/113)
remote: Counting objects: 53% (60/113)
remote: Counting objects: 54% (62/113)
remote: Counting objects: 55% (63/113)
remote: Counting objects: 56% (64/113)
remote: Counting objects: 57% (65/113)
remote: Counting objects: 58% (66/113)
remote: Counting objects: 59% (67/113)
remote: Counting objects: 60% (68/113)
remote: Counting objects: 61% (69/113)
remote: Counting objects: 62% (71/113)
remote: Counting objects: 63% (72/113)
remote: Counting objects: 64% (73/113)
remote: Counting objects: 65% (74/113)
remote: Counting objects: 66% (75/113)
remote: Counting objects: 67% (76/113)
remote: Counting objects: 68% (77/113)
remote: Counting objects: 69% (78/113)
remote: Counting objects: 70% (80/113)
remote: Counting objects: 71% (81/113)
remote: Counting objects: 72% (82/113)
remote: Counting objects: 73% (83/113)
remote: Counting objects: 74% (84/113)
remote: Counting objects: 75% (85/113)
remote: Counting objects: 76% (86/113)
remote: Counting objects: 77% (88/113)
remote: Counting objects: 78% (89/113)
remote: Counting objects: 79% (90/113)
remote: Counting objects: 80% (91/113)
remote: Counting objects: 81% (92/113)
remote: Counting objects: 82% (93/113)
remote: Counting objects: 83% (94/113)
remote: Counting objects: 84% (95/113)
remote: Counting objects: 85% (97/113)
remote: Counting objects: 86% (98/113)
remote: Counting objects: 87% (99/113)
remote: Counting objects: 88% (100/113)
remote: Counting objects: 89% (101/113)
remote: Counting objects: 90% (102/113)
remote: Counting objects: 91% (103/113)
remote: Counting objects: 92% (104/113)
remote: Counting objects: 93% (106/113)
remote: Counting objects: 94% (107/113)
remote: Counting objects: 95% (108/113)
remote: Counting objects: 96% (109/113)
remote: Counting objects: 97% (110/113)
remote: Counting objects: 98% (111/113)
remote: Counting objects: 99% (112/113)
remote: Counting objects: 100% (113/113)
remote: Counting objects: 100% (113/113), done.
remote: Compressing objects: 1% (1/72)
remote: Compressing objects: 2% (2/72)
remote: Compressing objects: 4% (3/72)
remote: Compressing objects: 5% (4/72)
remote: Compressing objects: 6% (5/72)
remote: Compressing objects: 8% (6/72)
remote: Compressing objects: 9% (7/72)
remote: Compressing objects: 11% (8/72)
remote: Compressing objects: 12% (9/72)
remote: Compressing objects: 13% (10/72)
remote: Compressing objects: 15% (11/72)
remote: Compressing objects: 16% (12/72)
remote: Compressing objects: 18% (13/72)
remote: Compressing objects: 19% (14/72)
remote: Compressing objects: 20% (15/72)
remote: Compressing objects: 22% (16/72)
remote: Compressing objects: 23% (17/72)
remote: Compressing objects: 25% (18/72)
remote: Compressing objects: 26% (19/72)
remote: Compressing objects: 27% (20/72)
remote: Compressing objects: 29% (21/72)
remote: Compressing objects: 30% (22/72)
remote: Compressing objects: 31% (23/72)
remote: Compressing objects: 33% (24/72)
remote: Compressing objects: 34% (25/72)
remote: Compressing objects: 36% (26/72)
remote: Compressing objects: 37% (27/72)
remote: Compressing objects: 38% (28/72)
remote: Compressing objects: 40% (29/72)
remote: Compressing objects: 41% (30/72)
remote: Compressing objects: 43% (31/72)
remote: Compressing objects: 44% (32/72)
remote: Compressing objects: 45% (33/72)
remote: Compressing objects: 47% (34/72)
remote: Compressing objects: 48% (35/72)
remote: Compressing objects: 50% (36/72)
remote: Compressing objects: 51% (37/72)
remote: Compressing objects: 52% (38/72)
remote: Compressing objects: 54% (39/72)
remote: Compressing objects: 55% (40/72)
remote: Compressing objects: 56% (41/72)
remote: Compressing objects: 58% (42/72)
remote: Compressing objects: 59% (43/72)
remote: Compressing objects: 61% (44/72)
remote: Compressing objects: 62% (45/72)
remote: Compressing objects: 63% (46/72)
remote: Compressing objects: 65% (47/72)
remote: Compressing objects: 66% (48/72)
remote: Compressing objects: 68% (49/72)
remote: Compressing objects: 69% (50/72)
remote: Compressing objects: 70% (51/72)
remote: Compressing objects: 72% (52/72)
remote: Compressing objects: 73% (53/72)
remote: Compressing objects: 75% (54/72)
remote: Compressing objects: 76% (55/72)
remote: Compressing objects: 77% (56/72)
remote: Compressing objects: 79% (57/72)
remote: Compressing objects: 80% (58/72)
remote: Compressing objects: 81% (59/72)
remote: Compressing objects: 83% (60/72)
remote: Compressing objects: 84% (61/72)
remote: Compressing objects: 86% (62/72)
remote: Compressing objects: 87% (63/72)
remote: Compressing objects: 88% (64/72)
remote: Compressing objects: 90% (65/72)
remote: Compressing objects: 91% (66/72)
remote: Compressing objects: 93% (67/72)
remote: Compressing objects: 94% (68/72)
remote: Compressing objects: 95% (69/72)
remote: Compressing objects: 97% (70/72)
remote: Compressing objects: 98% (71/72)
remote: Compressing objects: 100% (72/72)
remote: Compressing objects: 100% (72/72), done.
Receiving objects: 0% (1/319)
Receiving objects: 1% (4/319)
Receiving objects: 2% (7/319)
Receiving objects: 3% (10/319)
Receiving objects: 4% (13/319)
Receiving objects: 5% (16/319)
Receiving objects: 6% (20/319)
Receiving objects: 7% (23/319)
Receiving objects: 8% (26/319)
Receiving objects: 9% (29/319)
Receiving objects: 10% (32/319)
Receiving objects: 11% (36/319)
Receiving objects: 12% (39/319)
Receiving objects: 13% (42/319)
Receiving objects: 14% (45/319)
Receiving objects: 15% (48/319)
Receiving objects: 16% (52/319)
Receiving objects: 17% (55/319)
Receiving objects: 18% (58/319)
Receiving objects: 19% (61/319)
Receiving objects: 20% (64/319)
Receiving objects: 21% (67/319)
Receiving objects: 22% (71/319)
Receiving objects: 23% (74/319)
Receiving objects: 24% (77/319)
Receiving objects: 25% (80/319)
Receiving objects: 26% (83/319)
Receiving objects: 27% (87/319)
Receiving objects: 28% (90/319)
Receiving objects: 29% (93/319)
remote: Total 319 (delta 36), reused 68 (delta 17), pack-reused 206
Receiving objects: 30% (96/319)
Receiving objects: 31% (99/319)
Receiving objects: 32% (103/319)
Receiving objects: 33% (106/319)
Receiving objects: 34% (109/319)
Receiving objects: 35% (112/319)
Receiving objects: 36% (115/319)
Receiving objects: 37% (119/319)
Receiving objects: 38% (122/319)
Receiving objects: 39% (125/319)
Receiving objects: 40% (128/319)
Receiving objects: 41% (131/319)
Receiving objects: 42% (134/319)
Receiving objects: 43% (138/319)
Receiving objects: 44% (141/319)
Receiving objects: 45% (144/319)
Receiving objects: 46% (147/319)
Receiving objects: 47% (150/319)
Receiving objects: 48% (154/319)
Receiving objects: 49% (157/319)
Receiving objects: 50% (160/319)
Receiving objects: 51% (163/319)
Receiving objects: 52% (166/319)
Receiving objects: 53% (170/319)
Receiving objects: 54% (173/319)
Receiving objects: 55% (176/319)
Receiving objects: 56% (179/319)
Receiving objects: 57% (182/319)
Receiving objects: 58% (186/319)
Receiving objects: 59% (189/319)
Receiving objects: 60% (192/319)
Receiving objects: 61% (195/319)
Receiving objects: 62% (198/319)
Receiving objects: 63% (201/319)
Receiving objects: 64% (205/319)
Receiving objects: 65% (208/319)
Receiving objects: 66% (211/319)
Receiving objects: 67% (214/319)
Receiving objects: 68% (217/319)
Receiving objects: 69% (221/319)
Receiving objects: 70% (224/319)
Receiving objects: 71% (227/319)
Receiving objects: 72% (230/319)
Receiving objects: 73% (233/319)
Receiving objects: 74% (237/319)
Receiving objects: 75% (240/319)
Receiving objects: 76% (243/319)
Receiving objects: 77% (246/319)
Receiving objects: 78% (249/319)
Receiving objects: 79% (253/319)
Receiving objects: 80% (256/319)
Receiving objects: 81% (259/319)
Receiving objects: 82% (262/319)
Receiving objects: 83% (265/319)
Receiving objects: 84% (268/319)
Receiving objects: 85% (272/319)
Receiving objects: 86% (275/319)
Receiving objects: 87% (278/319)
Receiving objects: 88% (281/319)
Receiving objects: 89% (284/319)
Receiving objects: 90% (288/319)
Receiving objects: 91% (291/319)
Receiving objects: 92% (294/319)
Receiving objects: 93% (297/319)
Receiving objects: 94% (300/319)
Receiving objects: 95% (304/319)
Receiving objects: 96% (307/319)
Receiving objects: 97% (310/319)
Receiving objects: 98% (313/319)
Receiving objects: 99% (316/319)
Receiving objects: 100% (319/319)
Receiving objects: 100% (319/319), 64.28 KiB | 12.85 MiB/s, done.
Resolving deltas: 0% (0/111)
Resolving deltas: 1% (2/111)
Resolving deltas: 2% (3/111)
Resolving deltas: 3% (4/111)
Resolving deltas: 5% (6/111)
Resolving deltas: 15% (17/111)
Resolving deltas: 18% (21/111)
Resolving deltas: 32% (36/111)
Resolving deltas: 34% (38/111)
Resolving deltas: 36% (40/111)
Resolving deltas: 39% (44/111)
Resolving deltas: 41% (46/111)
Resolving deltas: 45% (50/111)
Resolving deltas: 46% (52/111)
Resolving deltas: 48% (54/111)
Resolving deltas: 51% (57/111)
Resolving deltas: 54% (60/111)
Resolving deltas: 55% (62/111)
Resolving deltas: 56% (63/111)
Resolving deltas: 58% (65/111)
Resolving deltas: 59% (66/111)
Resolving deltas: 60% (67/111)
Resolving deltas: 63% (70/111)
Resolving deltas: 65% (73/111)
Resolving deltas: 81% (90/111)
Resolving deltas: 83% (93/111)
Resolving deltas: 87% (97/111)
Resolving deltas: 90% (101/111)
Resolving deltas: 91% (102/111)
Resolving deltas: 92% (103/111)
Resolving deltas: 95% (106/111)
Resolving deltas: 96% (107/111)
Resolving deltas: 98% (109/111)
Resolving deltas: 99% (110/111)
Resolving deltas: 100% (111/111)
Resolving deltas: 100% (111/111), done.
Cloning into '/root/workspace/weifang-config/container/A003/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: 12% (7/54)
Resolving deltas: 16% (9/54)
Resolving deltas: 20% (11/54)
Resolving deltas: 22% (12/54)
Resolving deltas: 24% (13/54)
Resolving deltas: 27% (15/54)
Resolving deltas: 31% (17/54)
Resolving deltas: 37% (20/54)
Resolving deltas: 44% (24/54)
Resolving deltas: 46% (25/54)
Resolving deltas: 50% (27/54)
Resolving deltas: 62% (34/54)
Resolving deltas: 64% (35/54)
Resolving deltas: 66% (36/54)
Resolving deltas: 68% (37/54)
Resolving deltas: 70% (38/54)
Resolving deltas: 74% (40/54)
Resolving deltas: 77% (42/54)
Resolving deltas: 79% (43/54)
Resolving deltas: 81% (44/54)
Resolving deltas: 87% (47/54)
Resolving deltas: 90% (49/54)
Resolving deltas: 98% (53/54)
Resolving deltas: 100% (54/54)
Resolving deltas: 100% (54/54), done.
Cloning into '/root/workspace/weifang-config/container/A003/params_new/msf-vehicle'...
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: 3% (1/29)
remote: Compressing objects: 6% (2/29)
remote: Compressing objects: 10% (3/29)
remote: Compressing objects: 13% (4/29)
remote: Compressing objects: 17% (5/29)
remote: Compressing objects: 20% (6/29)
remote: Compressing objects: 24% (7/29)
remote: Compressing objects: 27% (8/29)
remote: Compressing objects: 31% (9/29)
remote: Compressing objects: 34% (10/29)
remote: Compressing objects: 37% (11/29)
remote: Compressing objects: 41% (12/29)
remote: Compressing objects: 44% (13/29)
remote: Compressing objects: 48% (14/29)
remote: Compressing objects: 51% (15/29)
remote: Compressing objects: 55% (16/29)
remote: Compressing objects: 58% (17/29)
remote: Compressing objects: 62% (18/29)
remote: Compressing objects: 65% (19/29)
remote: Compressing objects: 68% (20/29)
remote: Compressing objects: 72% (21/29)
remote: Compressing objects: 75% (22/29)
remote: Compressing objects: 79% (23/29)
remote: Compressing objects: 82% (24/29)
remote: Compressing objects: 86% (25/29)
remote: Compressing objects: 89% (26/29)
remote: Compressing objects: 93% (27/29)
remote: Compressing objects: 96% (28/29)
remote: Compressing objects: 100% (29/29)
remote: Compressing objects: 100% (29/29), done.
remote: Total 31 (delta 14), 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), done.
Resolving deltas: 0% (0/14)
Resolving deltas: 50% (7/14)
Resolving deltas: 100% (14/14)
Resolving deltas: 100% (14/14), done.
Cloning into '/root/workspace/weifang-config/container/A003/params_new/perception_camera_driver'...
remote: Enumerating objects: 21, done.
remote: Counting objects: 4% (1/21)
remote: Counting objects: 9% (2/21)
remote: Counting objects: 14% (3/21)
remote: Counting objects: 19% (4/21)
remote: Counting objects: 23% (5/21)
remote: Counting objects: 28% (6/21)
remote: Counting objects: 33% (7/21)
remote: Counting objects: 38% (8/21)
remote: Counting objects: 42% (9/21)
remote: Counting objects: 47% (10/21)
remote: Counting objects: 52% (11/21)
remote: Counting objects: 57% (12/21)
remote: Counting objects: 61% (13/21)
remote: Counting objects: 66% (14/21)
remote: Counting objects: 71% (15/21)
remote: Counting objects: 76% (16/21)
remote: Counting objects: 80% (17/21)
remote: Counting objects: 85% (18/21)
remote: Counting objects: 90% (19/21)
remote: Counting objects: 95% (20/21)
remote: Counting objects: 100% (21/21)
remote: Counting objects: 100% (21/21), done.
remote: Compressing objects: 11% (1/9)
remote: Compressing objects: 22% (2/9)
remote: Compressing objects: 33% (3/9)
remote: Compressing objects: 44% (4/9)
remote: Compressing objects: 55% (5/9)
remote: Compressing objects: 66% (6/9)
remote: Compressing objects: 77% (7/9)
remote: Compressing objects: 88% (8/9)
remote: Compressing objects: 100% (9/9)
remote: Compressing objects: 100% (9/9), done.
remote: Total 21 (delta 3), reused 0 (delta 0), pack-reused 0
Receiving objects: 4% (1/21)
Receiving objects: 9% (2/21)
Receiving objects: 14% (3/21)
Receiving objects: 19% (4/21)
Receiving objects: 23% (5/21)
Receiving objects: 28% (6/21)
Receiving objects: 33% (7/21)
Receiving objects: 38% (8/21)
Receiving objects: 42% (9/21)
Receiving objects: 47% (10/21)
Receiving objects: 52% (11/21)
Receiving objects: 57% (12/21)
Receiving objects: 61% (13/21)
Receiving objects: 66% (14/21)
Receiving objects: 71% (15/21)
Receiving objects: 76% (16/21)
Receiving objects: 80% (17/21)
Receiving objects: 85% (18/21)
Receiving objects: 90% (19/21)
Receiving objects: 95% (20/21)
Receiving objects: 100% (21/21)
Receiving objects: 100% (21/21), done.
Resolving deltas: 0% (0/3)
Resolving deltas: 100% (3/3)
Resolving deltas: 100% (3/3), done.
Cloning into '/root/workspace/weifang-config/container/A003/params_new/perception_data_collection'...
remote: Enumerating objects: 50, done.
remote: Counting objects: 2% (1/38)
remote: Counting objects: 5% (2/38)
remote: Counting objects: 7% (3/38)
remote: Counting objects: 10% (4/38)
remote: Counting objects: 13% (5/38)
remote: Counting objects: 15% (6/38)
remote: Counting objects: 18% (7/38)
remote: Counting objects: 21% (8/38)
remote: Counting objects: 23% (9/38)
remote: Counting objects: 26% (10/38)
remote: Counting objects: 28% (11/38)
remote: Counting objects: 31% (12/38)
remote: Counting objects: 34% (13/38)
remote: Counting objects: 36% (14/38)
remote: Counting objects: 39% (15/38)
remote: Counting objects: 42% (16/38)
remote: Counting objects: 44% (17/38)
remote: Counting objects: 47% (18/38)
remote: Counting objects: 50% (19/38)
remote: Counting objects: 52% (20/38)
remote: Counting objects: 55% (21/38)
remote: Counting objects: 57% (22/38)
remote: Counting objects: 60% (23/38)
remote: Counting objects: 63% (24/38)
remote: Counting objects: 65% (25/38)
remote: Counting objects: 68% (26/38)
remote: Counting objects: 71% (27/38)
remote: Counting objects: 73% (28/38)
remote: Counting objects: 76% (29/38)
remote: Counting objects: 78% (30/38)
remote: Counting objects: 81% (31/38)
remote: Counting objects: 84% (32/38)
remote: Counting objects: 86% (33/38)
remote: Counting objects: 89% (34/38)
remote: Counting objects: 92% (35/38)
remote: Counting objects: 94% (36/38)
remote: Counting objects: 97% (37/38)
remote: Counting objects: 100% (38/38)
remote: Counting objects: 100% (38/38), done.
remote: Compressing objects: 3% (1/29)
remote: Compressing objects: 6% (2/29)
remote: Compressing objects: 10% (3/29)
remote: Compressing objects: 13% (4/29)
remote: Compressing objects: 17% (5/29)
remote: Compressing objects: 20% (6/29)
remote: Compressing objects: 24% (7/29)
remote: Compressing objects: 27% (8/29)
remote: Compressing objects: 31% (9/29)
remote: Compressing objects: 34% (10/29)
remote: Compressing objects: 37% (11/29)
remote: Compressing objects: 41% (12/29)
remote: Compressing objects: 44% (13/29)
remote: Compressing objects: 48% (14/29)
remote: Compressing objects: 51% (15/29)
remote: Compressing objects: 55% (16/29)
remote: Compressing objects: 58% (17/29)
remote: Compressing objects: 62% (18/29)
remote: Compressing objects: 65% (19/29)
remote: Compressing objects: 68% (20/29)
remote: Compressing objects: 72% (21/29)
remote: Compressing objects: 75% (22/29)
remote: Compressing objects: 79% (23/29)
remote: Compressing objects: 82% (24/29)
remote: Compressing objects: 86% (25/29)
remote: Compressing objects: 89% (26/29)
remote: Compressing objects: 93% (27/29)
remote: Compressing objects: 96% (28/29)
remote: Compressing objects: 100% (29/29)
remote: Compressing objects: 100% (29/29), done.
remote: Total 50 (delta 14), reused 15 (delta 5), pack-reused 12
Receiving objects: 2% (1/50)
Receiving objects: 4% (2/50)
Receiving objects: 6% (3/50)
Receiving objects: 8% (4/50)
Receiving objects: 10% (5/50)
Receiving objects: 12% (6/50)
Receiving objects: 14% (7/50)
Receiving objects: 16% (8/50)
Receiving objects: 18% (9/50)
Receiving objects: 20% (10/50)
Receiving objects: 22% (11/50)
Receiving objects: 24% (12/50)
Receiving objects: 26% (13/50)
Receiving objects: 28% (14/50)
Receiving objects: 30% (15/50)
Receiving objects: 32% (16/50)
Receiving objects: 34% (17/50)
Receiving objects: 36% (18/50)
Receiving objects: 38% (19/50)
Receiving objects: 40% (20/50)
Receiving objects: 42% (21/50)
Receiving objects: 44% (22/50)
Receiving objects: 46% (23/50)
Receiving objects: 48% (24/50)
Receiving objects: 50% (25/50)
Receiving objects: 52% (26/50)
Receiving objects: 54% (27/50)
Receiving objects: 56% (28/50)
Receiving objects: 58% (29/50)
Receiving objects: 60% (30/50)
Receiving objects: 62% (31/50)
Receiving objects: 64% (32/50)
Receiving objects: 66% (33/50)
Receiving objects: 68% (34/50)
Receiving objects: 70% (35/50)
Receiving objects: 72% (36/50)
Receiving objects: 74% (37/50)
Receiving objects: 76% (38/50)
Receiving objects: 78% (39/50)
Receiving objects: 80% (40/50)
Receiving objects: 82% (41/50)
Receiving objects: 84% (42/50)
Receiving objects: 86% (43/50)
Receiving objects: 88% (44/50)
Receiving objects: 90% (45/50)
Receiving objects: 92% (46/50)
Receiving objects: 94% (47/50)
Receiving objects: 96% (48/50)
Receiving objects: 98% (49/50)
Receiving objects: 100% (50/50)
Receiving objects: 100% (50/50), 4.80 KiB | 4.80 MiB/s, done.
Resolving deltas: 0% (0/16)
Resolving deltas: 6% (1/16)
Resolving deltas: 12% (2/16)
Resolving deltas: 18% (3/16)
Resolving deltas: 31% (5/16)
Resolving deltas: 37% (6/16)
Resolving deltas: 50% (8/16)
Resolving deltas: 75% (12/16)
Resolving deltas: 87% (14/16)
Resolving deltas: 100% (16/16)
Resolving deltas: 100% (16/16), done.
Cloning into '/root/workspace/weifang-config/container/A003/params_new/perception_lane_detection'...
remote: Enumerating objects: 121, done.
remote: Counting objects: 1% (1/80)
remote: Counting objects: 2% (2/80)
remote: Counting objects: 3% (3/80)
remote: Counting objects: 5% (4/80)
remote: Counting objects: 6% (5/80)
remote: Counting objects: 7% (6/80)
remote: Counting objects: 8% (7/80)
remote: Counting objects: 10% (8/80)
remote: Counting objects: 11% (9/80)
remote: Counting objects: 12% (10/80)
remote: Counting objects: 13% (11/80)
remote: Counting objects: 15% (12/80)
remote: Counting objects: 16% (13/80)
remote: Counting objects: 17% (14/80)
remote: Counting objects: 18% (15/80)
remote: Counting objects: 20% (16/80)
remote: Counting objects: 21% (17/80)
remote: Counting objects: 22% (18/80)
remote: Counting objects: 23% (19/80)
remote: Counting objects: 25% (20/80)
remote: Counting objects: 26% (21/80)
remote: Counting objects: 27% (22/80)
remote: Counting objects: 28% (23/80)
remote: Counting objects: 30% (24/80)
remote: Counting objects: 31% (25/80)
remote: Counting objects: 32% (26/80)
remote: Counting objects: 33% (27/80)
remote: Counting objects: 35% (28/80)
remote: Counting objects: 36% (29/80)
remote: Counting objects: 37% (30/80)
remote: Counting objects: 38% (31/80)
remote: Counting objects: 40% (32/80)
remote: Counting objects: 41% (33/80)
remote: Counting objects: 42% (34/80)
remote: Counting objects: 43% (35/80)
remote: Counting objects: 45% (36/80)
remote: Counting objects: 46% (37/80)
remote: Counting objects: 47% (38/80)
remote: Counting objects: 48% (39/80)
remote: Counting objects: 50% (40/80)
remote: Counting objects: 51% (41/80)
remote: Counting objects: 52% (42/80)
remote: Counting objects: 53% (43/80)
remote: Counting objects: 55% (44/80)
remote: Counting objects: 56% (45/80)
remote: Counting objects: 57% (46/80)
remote: Counting objects: 58% (47/80)
remote: Counting objects: 60% (48/80)
remote: Counting objects: 61% (49/80)
remote: Counting objects: 62% (50/80)
remote: Counting objects: 63% (51/80)
remote: Counting objects: 65% (52/80)
remote: Counting objects: 66% (53/80)
remote: Counting objects: 67% (54/80)
remote: Counting objects: 68% (55/80)
remote: Counting objects: 70% (56/80)
remote: Counting objects: 71% (57/80)
remote: Counting objects: 72% (58/80)
remote: Counting objects: 73% (59/80)
remote: Counting objects: 75% (60/80)
remote: Counting objects: 76% (61/80)
remote: Counting objects: 77% (62/80)
remote: Counting objects: 78% (63/80)
remote: Counting objects: 80% (64/80)
remote: Counting objects: 81% (65/80)
remote: Counting objects: 82% (66/80)
remote: Counting objects: 83% (67/80)
remote: Counting objects: 85% (68/80)
remote: Counting objects: 86% (69/80)
remote: Counting objects: 87% (70/80)
remote: Counting objects: 88% (71/80)
remote: Counting objects: 90% (72/80)
remote: Counting objects: 91% (73/80)
remote: Counting objects: 92% (74/80)
remote: Counting objects: 93% (75/80)
remote: Counting objects: 95% (76/80)
remote: Counting objects: 96% (77/80)
remote: Counting objects: 97% (78/80)
remote: Counting objects: 98% (79/80)
remote: Counting objects: 100% (80/80)
remote: Counting objects: 100% (80/80), done.
remote: Compressing objects: 2% (1/37)
remote: Compressing objects: 5% (2/37)
remote: Compressing objects: 8% (3/37)
remote: Compressing objects: 10% (4/37)
remote: Compressing objects: 13% (5/37)
remote: Compressing objects: 16% (6/37)
remote: Compressing objects: 18% (7/37)
remote: Compressing objects: 21% (8/37)
remote: Compressing objects: 24% (9/37)
remote: Compressing objects: 27% (10/37)
remote: Compressing objects: 29% (11/37)
remote: Compressing objects: 32% (12/37)
remote: Compressing objects: 35% (13/37)
remote: Compressing objects: 37% (14/37)
remote: Compressing objects: 40% (15/37)
remote: Compressing objects: 43% (16/37)
remote: Compressing objects: 45% (17/37)
remote: Compressing objects: 48% (18/37)
remote: Compressing objects: 51% (19/37)
remote: Compressing objects: 54% (20/37)
remote: Compressing objects: 56% (21/37)
remote: Compressing objects: 59% (22/37)
remote: Compressing objects: 62% (23/37)
remote: Compressing objects: 64% (24/37)
remote: Compressing objects: 67% (25/37)
remote: Compressing objects: 70% (26/37)
remote: Compressing objects: 72% (27/37)
remote: Compressing objects: 75% (28/37)
remote: Compressing objects: 78% (29/37)
remote: Compressing objects: 81% (30/37)
remote: Compressing objects: 83% (31/37)
remote: Compressing objects: 86% (32/37)
remote: Compressing objects: 89% (33/37)
remote: Compressing objects: 91% (34/37)
remote: Compressing objects: 94% (35/37)
remote: Compressing objects: 97% (36/37)
remote: Compressing objects: 100% (37/37)
remote: Compressing objects: 100% (37/37), done.
remote: Total 121 (delta 14), reused 64 (delta 10), pack-reused 41
Receiving objects: 0% (1/121)
Receiving objects: 1% (2/121)
Receiving objects: 2% (3/121)
Receiving objects: 3% (4/121)
Receiving objects: 4% (5/121)
Receiving objects: 5% (7/121)
Receiving objects: 6% (8/121)
Receiving objects: 7% (9/121)
Receiving objects: 8% (10/121)
Receiving objects: 9% (11/121)
Receiving objects: 10% (13/121)
Receiving objects: 11% (14/121)
Receiving objects: 12% (15/121)
Receiving objects: 13% (16/121)
Receiving objects: 14% (17/121)
Receiving objects: 15% (19/121)
Receiving objects: 16% (20/121)
Receiving objects: 17% (21/121)
Receiving objects: 18% (22/121)
Receiving objects: 19% (23/121)
Receiving objects: 20% (25/121)
Receiving objects: 21% (26/121)
Receiving objects: 22% (27/121)
Receiving objects: 23% (28/121)
Receiving objects: 24% (30/121)
Receiving objects: 25% (31/121)
Receiving objects: 26% (32/121)
Receiving objects: 27% (33/121)
Receiving objects: 28% (34/121)
Receiving objects: 29% (36/121)
Receiving objects: 30% (37/121)
Receiving objects: 31% (38/121)
Receiving objects: 32% (39/121)
Receiving objects: 33% (40/121)
Receiving objects: 34% (42/121)
Receiving objects: 35% (43/121)
Receiving objects: 36% (44/121)
Receiving objects: 37% (45/121)
Receiving objects: 38% (46/121)
Receiving objects: 39% (48/121)
Receiving objects: 40% (49/121)
Receiving objects: 41% (50/121)
Receiving objects: 42% (51/121)
Receiving objects: 43% (53/121)
Receiving objects: 44% (54/121)
Receiving objects: 45% (55/121)
Receiving objects: 46% (56/121)
Receiving objects: 47% (57/121)
Receiving objects: 48% (59/121)
Receiving objects: 49% (60/121)
Receiving objects: 50% (61/121)
Receiving objects: 51% (62/121)
Receiving objects: 52% (63/121)
Receiving objects: 53% (65/121)
Receiving objects: 54% (66/121)
Receiving objects: 55% (67/121)
Receiving objects: 56% (68/121)
Receiving objects: 57% (69/121)
Receiving objects: 58% (71/121)
Receiving objects: 59% (72/121)
Receiving objects: 60% (73/121)
Receiving objects: 61% (74/121)
Receiving objects: 62% (76/121)
Receiving objects: 63% (77/121)
Receiving objects: 64% (78/121)
Receiving objects: 65% (79/121)
Receiving objects: 66% (80/121)
Receiving objects: 67% (82/121)
Receiving objects: 68% (83/121)
Receiving objects: 69% (84/121)
Receiving objects: 70% (85/121)
Receiving objects: 71% (86/121)
Receiving objects: 72% (88/121)
Receiving objects: 73% (89/121)
Receiving objects: 74% (90/121)
Receiving objects: 75% (91/121)
Receiving objects: 76% (92/121)
Receiving objects: 77% (94/121)
Receiving objects: 78% (95/121)
Receiving objects: 79% (96/121)
Receiving objects: 80% (97/121)
Receiving objects: 81% (99/121)
Receiving objects: 82% (100/121)
Receiving objects: 83% (101/121)
Receiving objects: 84% (102/121)
Receiving objects: 85% (103/121)
Receiving objects: 86% (105/121)
Receiving objects: 87% (106/121)
Receiving objects: 88% (107/121)
Receiving objects: 89% (108/121)
Receiving objects: 90% (109/121)
Receiving objects: 91% (111/121)
Receiving objects: 92% (112/121)
Receiving objects: 93% (113/121)
Receiving objects: 94% (114/121)
Receiving objects: 95% (115/121)
Receiving objects: 96% (117/121)
Receiving objects: 97% (118/121)
Receiving objects: 98% (119/121)
Receiving objects: 99% (120/121)
Receiving objects: 100% (121/121)
Receiving objects: 100% (121/121), 11.76 KiB | 11.76 MiB/s, done.
Resolving deltas: 0% (0/25)
Resolving deltas: 8% (2/25)
Resolving deltas: 12% (3/25)
Resolving deltas: 76% (19/25)
Resolving deltas: 100% (25/25)
Resolving deltas: 100% (25/25), done.
Cloning into '/root/workspace/weifang-config/container/A003/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/A003/params_new/perception_new_detection'...
remote: Enumerating objects: 3689, done.
remote: Counting objects: 0% (1/102)
remote: Counting objects: 1% (2/102)
remote: Counting objects: 2% (3/102)
remote: Counting objects: 3% (4/102)
remote: Counting objects: 4% (5/102)
remote: Counting objects: 5% (6/102)
remote: Counting objects: 6% (7/102)
remote: Counting objects: 7% (8/102)
remote: Counting objects: 8% (9/102)
remote: Counting objects: 9% (10/102)
remote: Counting objects: 10% (11/102)
remote: Counting objects: 11% (12/102)
remote: Counting objects: 12% (13/102)
remote: Counting objects: 13% (14/102)
remote: Counting objects: 14% (15/102)
remote: Counting objects: 15% (16/102)
remote: Counting objects: 16% (17/102)
remote: Counting objects: 17% (18/102)
remote: Counting objects: 18% (19/102)
remote: Counting objects: 19% (20/102)
remote: Counting objects: 20% (21/102)
remote: Counting objects: 21% (22/102)
remote: Counting objects: 22% (23/102)
remote: Counting objects: 23% (24/102)
remote: Counting objects: 24% (25/102)
remote: Counting objects: 25% (26/102)
remote: Counting objects: 26% (27/102)
remote: Counting objects: 27% (28/102)
remote: Counting objects: 28% (29/102)
remote: Counting objects: 29% (30/102)
remote: Counting objects: 30% (31/102)
remote: Counting objects: 31% (32/102)
remote: Counting objects: 32% (33/102)
remote: Counting objects: 33% (34/102)
remote: Counting objects: 34% (35/102)
remote: Counting objects: 35% (36/102)
remote: Counting objects: 36% (37/102)
remote: Counting objects: 37% (38/102)
remote: Counting objects: 38% (39/102)
remote: Counting objects: 39% (40/102)
remote: Counting objects: 40% (41/102)
remote: Counting objects: 41% (42/102)
remote: Counting objects: 42% (43/102)
remote: Counting objects: 43% (44/102)
remote: Counting objects: 44% (45/102)
remote: Counting objects: 45% (46/102)
remote: Counting objects: 46% (47/102)
remote: Counting objects: 47% (48/102)
remote: Counting objects: 48% (49/102)
remote: Counting objects: 49% (50/102)
remote: Counting objects: 50% (51/102)
remote: Counting objects: 51% (53/102)
remote: Counting objects: 52% (54/102)
remote: Counting objects: 53% (55/102)
remote: Counting objects: 54% (56/102)
remote: Counting objects: 55% (57/102)
remote: Counting objects: 56% (58/102)
remote: Counting objects: 57% (59/102)
remote: Counting objects: 58% (60/102)
remote: Counting objects: 59% (61/102)
remote: Counting objects: 60% (62/102)
remote: Counting objects: 61% (63/102)
remote: Counting objects: 62% (64/102)
remote: Counting objects: 63% (65/102)
remote: Counting objects: 64% (66/102)
remote: Counting objects: 65% (67/102)
remote: Counting objects: 66% (68/102)
remote: Counting objects: 67% (69/102)
remote: Counting objects: 68% (70/102)
remote: Counting objects: 69% (71/102)
remote: Counting objects: 70% (72/102)
remote: Counting objects: 71% (73/102)
remote: Counting objects: 72% (74/102)
remote: Counting objects: 73% (75/102)
remote: Counting objects: 74% (76/102)
remote: Counting objects: 75% (77/102)
remote: Counting objects: 76% (78/102)
remote: Counting objects: 77% (79/102)
remote: Counting objects: 78% (80/102)
remote: Counting objects: 79% (81/102)
remote: Counting objects: 80% (82/102)
remote: Counting objects: 81% (83/102)
remote: Counting objects: 82% (84/102)
remote: Counting objects: 83% (85/102)
remote: Counting objects: 84% (86/102)
remote: Counting objects: 85% (87/102)
remote: Counting objects: 86% (88/102)
remote: Counting objects: 87% (89/102)
remote: Counting objects: 88% (90/102)
remote: Counting objects: 89% (91/102)
remote: Counting objects: 90% (92/102)
remote: Counting objects: 91% (93/102)
remote: Counting objects: 92% (94/102)
remote: Counting objects: 93% (95/102)
remote: Counting objects: 94% (96/102)
remote: Counting objects: 95% (97/102)
remote: Counting objects: 96% (98/102)
remote: Counting objects: 97% (99/102)
remote: Counting objects: 98% (100/102)
remote: Counting objects: 99% (101/102)
remote: Counting objects: 100% (102/102)
remote: Counting objects: 100% (102/102), done.
remote: Compressing objects: 1% (1/73)
remote: Compressing objects: 2% (2/73)
remote: Compressing objects: 4% (3/73)
remote: Compressing objects: 5% (4/73)
remote: Compressing objects: 6% (5/73)
remote: Compressing objects: 8% (6/73)
remote: Compressing objects: 9% (7/73)
remote: Compressing objects: 10% (8/73)
remote: Compressing objects: 12% (9/73)
remote: Compressing objects: 13% (10/73)
remote: Compressing objects: 15% (11/73)
remote: Compressing objects: 16% (12/73)
remote: Compressing objects: 17% (13/73)
remote: Compressing objects: 19% (14/73)
remote: Compressing objects: 20% (15/73)
remote: Compressing objects: 21% (16/73)
remote: Compressing objects: 23% (17/73)
remote: Compressing objects: 24% (18/73)
remote: Compressing objects: 26% (19/73)
remote: Compressing objects: 27% (20/73)
remote: Compressing objects: 28% (21/73)
remote: Compressing objects: 30% (22/73)
remote: Compressing objects: 31% (23/73)
remote: Compressing objects: 32% (24/73)
remote: Compressing objects: 34% (25/73)
remote: Compressing objects: 35% (26/73)
remote: Compressing objects: 36% (27/73)
remote: Compressing objects: 38% (28/73)
remote: Compressing objects: 39% (29/73)
remote: Compressing objects: 41% (30/73)
remote: Compressing objects: 42% (31/73)
remote: Compressing objects: 43% (32/73)
remote: Compressing objects: 45% (33/73)
remote: Compressing objects: 46% (34/73)
remote: Compressing objects: 47% (35/73)
remote: Compressing objects: 49% (36/73)
remote: Compressing objects: 50% (37/73)
remote: Compressing objects: 52% (38/73)
remote: Compressing objects: 53% (39/73)
remote: Compressing objects: 54% (40/73)
remote: Compressing objects: 56% (41/73)
remote: Compressing objects: 57% (42/73)
remote: Compressing objects: 58% (43/73)
remote: Compressing objects: 60% (44/73)
remote: Compressing objects: 61% (45/73)
remote: Compressing objects: 63% (46/73)
remote: Compressing objects: 64% (47/73)
remote: Compressing objects: 65% (48/73)
remote: Compressing objects: 67% (49/73)
remote: Compressing objects: 68% (50/73)
remote: Compressing objects: 69% (51/73)
remote: Compressing objects: 71% (52/73)
remote: Compressing objects: 72% (53/73)
remote: Compressing objects: 73% (54/73)
remote: Compressing objects: 75% (55/73)
remote: Compressing objects: 76% (56/73)
remote: Compressing objects: 78% (57/73)
remote: Compressing objects: 79% (58/73)
remote: Compressing objects: 80% (59/73)
remote: Compressing objects: 82% (60/73)
remote: Compressing objects: 83% (61/73)
remote: Compressing objects: 84% (62/73)
remote: Compressing objects: 86% (63/73)
remote: Compressing objects: 87% (64/73)
remote: Compressing objects: 89% (65/73)
remote: Compressing objects: 90% (66/73)
remote: Compressing objects: 91% (67/73)
remote: Compressing objects: 93% (68/73)
remote: Compressing objects: 94% (69/73)
remote: Compressing objects: 95% (70/73)
remote: Compressing objects: 97% (71/73)
remote: Compressing objects: 98% (72/73)
remote: Compressing objects: 100% (73/73)
remote: Compressing objects: 100% (73/73), done.
Receiving objects: 0% (1/3689)
Receiving objects: 1% (37/3689)
Receiving objects: 2% (74/3689)
Receiving objects: 3% (111/3689)
Receiving objects: 4% (148/3689)
Receiving objects: 5% (185/3689)
Receiving objects: 6% (222/3689)
Receiving objects: 7% (259/3689)
Receiving objects: 8% (296/3689)
Receiving objects: 9% (333/3689)
Receiving objects: 10% (369/3689)
Receiving objects: 11% (406/3689)
Receiving objects: 12% (443/3689)
Receiving objects: 13% (480/3689)
Receiving objects: 14% (517/3689)
Receiving objects: 15% (554/3689)
Receiving objects: 16% (591/3689)
Receiving objects: 17% (628/3689)
Receiving objects: 18% (665/3689)
Receiving objects: 19% (701/3689)
Receiving objects: 20% (738/3689)
Receiving objects: 21% (775/3689)
Receiving objects: 22% (812/3689)
Receiving objects: 23% (849/3689)
Receiving objects: 24% (886/3689)
Receiving objects: 25% (923/3689)
Receiving objects: 26% (960/3689)
Receiving objects: 27% (997/3689)
Receiving objects: 28% (1033/3689)
Receiving objects: 29% (1070/3689)
Receiving objects: 30% (1107/3689)
Receiving objects: 31% (1144/3689)
Receiving objects: 32% (1181/3689)
Receiving objects: 33% (1218/3689)
Receiving objects: 34% (1255/3689)
Receiving objects: 35% (1292/3689)
Receiving objects: 36% (1329/3689)
Receiving objects: 37% (1365/3689)
Receiving objects: 38% (1402/3689)
Receiving objects: 39% (1439/3689)
Receiving objects: 40% (1476/3689)
Receiving objects: 41% (1513/3689)
Receiving objects: 42% (1550/3689)
Receiving objects: 43% (1587/3689)
Receiving objects: 44% (1624/3689)
Receiving objects: 45% (1661/3689)
Receiving objects: 46% (1697/3689)
Receiving objects: 47% (1734/3689)
Receiving objects: 48% (1771/3689)
Receiving objects: 49% (1808/3689)
Receiving objects: 50% (1845/3689)
Receiving objects: 51% (1882/3689)
Receiving objects: 52% (1919/3689)
Receiving objects: 53% (1956/3689)
Receiving objects: 54% (1993/3689)
Receiving objects: 55% (2029/3689)
Receiving objects: 56% (2066/3689)
Receiving objects: 57% (2103/3689)
Receiving objects: 58% (2140/3689)
Receiving objects: 59% (2177/3689)
Receiving objects: 60% (2214/3689)
Receiving objects: 61% (2251/3689)
Receiving objects: 62% (2288/3689)
Receiving objects: 63% (2325/3689)
Receiving objects: 64% (2361/3689)
Receiving objects: 65% (2398/3689)
Receiving objects: 66% (2435/3689)
Receiving objects: 67% (2472/3689)
Receiving objects: 68% (2509/3689)
Receiving objects: 69% (2546/3689)
Receiving objects: 70% (2583/3689)
Receiving objects: 71% (2620/3689)
Receiving objects: 72% (2657/3689)
Receiving objects: 73% (2693/3689)
Receiving objects: 74% (2730/3689)
Receiving objects: 75% (2767/3689)
Receiving objects: 76% (2804/3689)
Receiving objects: 77% (2841/3689)
Receiving objects: 78% (2878/3689)
Receiving objects: 79% (2915/3689)
remote: Total 3689 (delta 16), reused 62 (delta 9), pack-reused 3587
Receiving objects: 80% (2952/3689)
Receiving objects: 81% (2989/3689)
Receiving objects: 82% (3025/3689)
Receiving objects: 83% (3062/3689)
Receiving objects: 84% (3099/3689)
Receiving objects: 85% (3136/3689)
Receiving objects: 86% (3173/3689)
Receiving objects: 87% (3210/3689)
Receiving objects: 88% (3247/3689)
Receiving objects: 89% (3284/3689)
Receiving objects: 90% (3321/3689)
Receiving objects: 91% (3357/3689)
Receiving objects: 92% (3394/3689)
Receiving objects: 93% (3431/3689)
Receiving objects: 94% (3468/3689)
Receiving objects: 95% (3505/3689)
Receiving objects: 96% (3542/3689)
Receiving objects: 97% (3579/3689)
Receiving objects: 98% (3616/3689)
Receiving objects: 99% (3653/3689)
Receiving objects: 100% (3689/3689)
Receiving objects: 100% (3689/3689), 379.98 KiB | 34.54 MiB/s, done.
Resolving deltas: 0% (0/738)
Resolving deltas: 2% (15/738)
Resolving deltas: 8% (64/738)
Resolving deltas: 11% (83/738)
Resolving deltas: 12% (89/738)
Resolving deltas: 13% (99/738)
Resolving deltas: 14% (104/738)
Resolving deltas: 16% (125/738)
Resolving deltas: 17% (126/738)
Resolving deltas: 19% (145/738)
Resolving deltas: 20% (148/738)
Resolving deltas: 21% (155/738)
Resolving deltas: 22% (163/738)
Resolving deltas: 23% (170/738)
Resolving deltas: 24% (179/738)
Resolving deltas: 25% (186/738)
Resolving deltas: 26% (192/738)
Resolving deltas: 28% (212/738)
Resolving deltas: 29% (215/738)
Resolving deltas: 35% (265/738)
Resolving deltas: 76% (561/738)
Resolving deltas: 100% (738/738)
Resolving deltas: 100% (738/738), done.
Cloning into '/root/workspace/weifang-config/container/A003/params_new/perception_spreader_imv'...
remote: Enumerating objects: 163, done.
remote: Counting objects: 8% (1/12)
remote: Counting objects: 16% (2/12)
remote: Counting objects: 25% (3/12)
remote: Counting objects: 33% (4/12)
remote: Counting objects: 41% (5/12)
remote: Counting objects: 50% (6/12)
remote: Counting objects: 58% (7/12)
remote: Counting objects: 66% (8/12)
remote: Counting objects: 75% (9/12)
remote: Counting objects: 83% (10/12)
remote: Counting objects: 91% (11/12)
remote: Counting objects: 100% (12/12)
remote: Counting objects: 100% (12/12), 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 163 (delta 2), reused 0 (delta 0), pack-reused 151
Receiving objects: 0% (1/163)
Receiving objects: 1% (2/163)
Receiving objects: 2% (4/163)
Receiving objects: 3% (5/163)
Receiving objects: 4% (7/163)
Receiving objects: 5% (9/163)
Receiving objects: 6% (10/163)
Receiving objects: 7% (12/163)
Receiving objects: 8% (14/163)
Receiving objects: 9% (15/163)
Receiving objects: 10% (17/163)
Receiving objects: 11% (18/163)
Receiving objects: 12% (20/163)
Receiving objects: 13% (22/163)
Receiving objects: 14% (23/163)
Receiving objects: 15% (25/163)
Receiving objects: 16% (27/163)
Receiving objects: 17% (28/163)
Receiving objects: 18% (30/163)
Receiving objects: 19% (31/163)
Receiving objects: 20% (33/163)
Receiving objects: 21% (35/163)
Receiving objects: 22% (36/163)
Receiving objects: 23% (38/163)
Receiving objects: 24% (40/163)
Receiving objects: 25% (41/163)
Receiving objects: 26% (43/163)
Receiving objects: 27% (45/163)
Receiving objects: 28% (46/163)
Receiving objects: 29% (48/163)
Receiving objects: 30% (49/163)
Receiving objects: 31% (51/163)
Receiving objects: 32% (53/163)
Receiving objects: 33% (54/163)
Receiving objects: 34% (56/163)
Receiving objects: 35% (58/163)
Receiving objects: 36% (59/163)
Receiving objects: 37% (61/163)
Receiving objects: 38% (62/163)
Receiving objects: 39% (64/163)
Receiving objects: 40% (66/163)
Receiving objects: 41% (67/163)
Receiving objects: 42% (69/163)
Receiving objects: 43% (71/163)
Receiving objects: 44% (72/163)
Receiving objects: 45% (74/163)
Receiving objects: 46% (75/163)
Receiving objects: 47% (77/163)
Receiving objects: 48% (79/163)
Receiving objects: 49% (80/163)
Receiving objects: 50% (82/163)
Receiving objects: 51% (84/163)
Receiving objects: 52% (85/163)
Receiving objects: 53% (87/163)
Receiving objects: 54% (89/163)
Receiving objects: 55% (90/163)
Receiving objects: 56% (92/163)
Receiving objects: 57% (93/163)
Receiving objects: 58% (95/163)
Receiving objects: 59% (97/163)
Receiving objects: 60% (98/163)
Receiving objects: 61% (100/163)
Receiving objects: 62% (102/163)
Receiving objects: 63% (103/163)
Receiving objects: 64% (105/163)
Receiving objects: 65% (106/163)
Receiving objects: 66% (108/163)
Receiving objects: 67% (110/163)
Receiving objects: 68% (111/163)
Receiving objects: 69% (113/163)
Receiving objects: 70% (115/163)
Receiving objects: 71% (116/163)
Receiving objects: 72% (118/163)
Receiving objects: 73% (119/163)
Receiving objects: 74% (121/163)
Receiving objects: 75% (123/163)
Receiving objects: 76% (124/163)
Receiving objects: 77% (126/163)
Receiving objects: 78% (128/163)
Receiving objects: 79% (129/163)
Receiving objects: 80% (131/163)
Receiving objects: 81% (133/163)
Receiving objects: 82% (134/163)
Receiving objects: 83% (136/163)
Receiving objects: 84% (137/163)
Receiving objects: 85% (139/163)
Receiving objects: 86% (141/163)
Receiving objects: 87% (142/163)
Receiving objects: 88% (144/163)
Receiving objects: 89% (146/163)
Receiving objects: 90% (147/163)
Receiving objects: 91% (149/163)
Receiving objects: 92% (150/163)
Receiving objects: 93% (152/163)
Receiving objects: 94% (154/163)
Receiving objects: 95% (155/163)
Receiving objects: 96% (157/163)
Receiving objects: 97% (159/163)
Receiving objects: 98% (160/163)
Receiving objects: 99% (162/163)
Receiving objects: 100% (163/163)
Receiving objects: 100% (163/163), 16.37 KiB | 16.37 MiB/s, done.
Resolving deltas: 0% (0/50)
Resolving deltas: 8% (4/50)
Resolving deltas: 12% (6/50)
Resolving deltas: 14% (7/50)
Resolving deltas: 16% (8/50)
Resolving deltas: 18% (9/50)
Resolving deltas: 20% (10/50)
Resolving deltas: 22% (11/50)
Resolving deltas: 24% (12/50)
Resolving deltas: 32% (16/50)
Resolving deltas: 100% (50/50)
Resolving deltas: 100% (50/50), done.
Cloning into '/root/workspace/weifang-config/container/A003/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: 56% (17/30)
Resolving deltas: 60% (18/30)
Resolving deltas: 63% (19/30)
Resolving deltas: 66% (20/30)
Resolving deltas: 93% (28/30)
Resolving deltas: 100% (30/30)
Resolving deltas: 100% (30/30), done.
Cloning into '/root/workspace/weifang-config/container/A003/params_new/perception_vehicles'...
remote: Enumerating objects: 37, done.
remote: Counting objects: 2% (1/37)
remote: Counting objects: 5% (2/37)
remote: Counting objects: 8% (3/37)
remote: Counting objects: 10% (4/37)
remote: Counting objects: 13% (5/37)
remote: Counting objects: 16% (6/37)
remote: Counting objects: 18% (7/37)
remote: Counting objects: 21% (8/37)
remote: Counting objects: 24% (9/37)
remote: Counting objects: 27% (10/37)
remote: Counting objects: 29% (11/37)
remote: Counting objects: 32% (12/37)
remote: Counting objects: 35% (13/37)
remote: Counting objects: 37% (14/37)
remote: Counting objects: 40% (15/37)
remote: Counting objects: 43% (16/37)
remote: Counting objects: 45% (17/37)
remote: Counting objects: 48% (18/37)
remote: Counting objects: 51% (19/37)
remote: Counting objects: 54% (20/37)
remote: Counting objects: 56% (21/37)
remote: Counting objects: 59% (22/37)
remote: Counting objects: 62% (23/37)
remote: Counting objects: 64% (24/37)
remote: Counting objects: 67% (25/37)
remote: Counting objects: 70% (26/37)
remote: Counting objects: 72% (27/37)
remote: Counting objects: 75% (28/37)
remote: Counting objects: 78% (29/37)
remote: Counting objects: 81% (30/37)
remote: Counting objects: 83% (31/37)
remote: Counting objects: 86% (32/37)
remote: Counting objects: 89% (33/37)
remote: Counting objects: 91% (34/37)
remote: Counting objects: 94% (35/37)
remote: Counting objects: 97% (36/37)
remote: Counting objects: 100% (37/37)
remote: Counting objects: 100% (37/37), 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 37 (delta 5), reused 0 (delta 0), pack-reused 0
Receiving objects: 2% (1/37)
Receiving objects: 5% (2/37)
Receiving objects: 8% (3/37)
Receiving objects: 10% (4/37)
Receiving objects: 13% (5/37)
Receiving objects: 16% (6/37)
Receiving objects: 18% (7/37)
Receiving objects: 21% (8/37)
Receiving objects: 24% (9/37)
Receiving objects: 27% (10/37)
Receiving objects: 29% (11/37)
Receiving objects: 32% (12/37)
Receiving objects: 35% (13/37)
Receiving objects: 37% (14/37)
Receiving objects: 40% (15/37)
Receiving objects: 43% (16/37)
Receiving objects: 45% (17/37)
Receiving objects: 48% (18/37)
Receiving objects: 51% (19/37)
Receiving objects: 54% (20/37)
Receiving objects: 56% (21/37)
Receiving objects: 59% (22/37)
Receiving objects: 62% (23/37)
Receiving objects: 64% (24/37)
Receiving objects: 67% (25/37)
Receiving objects: 70% (26/37)
Receiving objects: 72% (27/37)
Receiving objects: 75% (28/37)
Receiving objects: 78% (29/37)
Receiving objects: 81% (30/37)
Receiving objects: 83% (31/37)
Receiving objects: 86% (32/37)
Receiving objects: 89% (33/37)
Receiving objects: 91% (34/37)
Receiving objects: 94% (35/37)
Receiving objects: 97% (36/37)
Receiving objects: 100% (37/37)
Receiving objects: 100% (37/37), 5.07 KiB | 5.07 MiB/s, done.
Resolving deltas: 0% (0/5)
Resolving deltas: 20% (1/5)
Resolving deltas: 40% (2/5)
Resolving deltas: 100% (5/5)
Resolving deltas: 100% (5/5), done.
Cloning into '/root/workspace/weifang-config/container/A003/params_new/pointcloud_customized'...
remote: Enumerating objects: 321, done.
remote: Counting objects: 3% (1/28)
remote: Counting objects: 7% (2/28)
remote: Counting objects: 10% (3/28)
remote: Counting objects: 14% (4/28)
remote: Counting objects: 17% (5/28)
remote: Counting objects: 21% (6/28)
remote: Counting objects: 25% (7/28)
remote: Counting objects: 28% (8/28)
remote: Counting objects: 32% (9/28)
remote: Counting objects: 35% (10/28)
remote: Counting objects: 39% (11/28)
remote: Counting objects: 42% (12/28)
remote: Counting objects: 46% (13/28)
remote: Counting objects: 50% (14/28)
remote: Counting objects: 53% (15/28)
remote: Counting objects: 57% (16/28)
remote: Counting objects: 60% (17/28)
remote: Counting objects: 64% (18/28)
remote: Counting objects: 67% (19/28)
remote: Counting objects: 71% (20/28)
remote: Counting objects: 75% (21/28)
remote: Counting objects: 78% (22/28)
remote: Counting objects: 82% (23/28)
remote: Counting objects: 85% (24/28)
remote: Counting objects: 89% (25/28)
remote: Counting objects: 92% (26/28)
remote: Counting objects: 96% (27/28)
remote: Counting objects: 100% (28/28)
remote: Counting objects: 100% (28/28), 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.
Receiving objects: 0% (1/321)
Receiving objects: 1% (4/321)
Receiving objects: 2% (7/321)
Receiving objects: 3% (10/321)
Receiving objects: 4% (13/321)
Receiving objects: 5% (17/321)
Receiving objects: 6% (20/321)
Receiving objects: 7% (23/321)
Receiving objects: 8% (26/321)
Receiving objects: 9% (29/321)
Receiving objects: 10% (33/321)
Receiving objects: 11% (36/321)
Receiving objects: 12% (39/321)
Receiving objects: 13% (42/321)
Receiving objects: 14% (45/321)
Receiving objects: 14% (47/321), 48.89 MiB | 48.88 MiB/s
Receiving objects: 14% (48/321), 94.25 MiB | 47.12 MiB/s
Receiving objects: 14% (48/321), 142.58 MiB | 47.52 MiB/s
Receiving objects: 15% (49/321), 142.58 MiB | 47.52 MiB/s
Receiving objects: 16% (52/321), 163.33 MiB | 46.66 MiB/s
Receiving objects: 17% (55/321), 163.33 MiB | 46.66 MiB/s
Receiving objects: 18% (58/321), 163.33 MiB | 46.66 MiB/s
Receiving objects: 19% (61/321), 163.33 MiB | 46.66 MiB/s
Receiving objects: 20% (65/321), 163.33 MiB | 46.66 MiB/s
Receiving objects: 21% (68/321), 163.33 MiB | 46.66 MiB/s
Receiving objects: 22% (71/321), 163.33 MiB | 46.66 MiB/s
Receiving objects: 22% (71/321), 184.79 MiB | 46.20 MiB/s
Receiving objects: 23% (74/321), 184.79 MiB | 46.20 MiB/s
Receiving objects: 24% (78/321), 184.79 MiB | 46.20 MiB/s
Receiving objects: 25% (81/321), 184.79 MiB | 46.20 MiB/s
Receiving objects: 26% (84/321), 184.79 MiB | 46.20 MiB/s
Receiving objects: 27% (87/321), 184.79 MiB | 46.20 MiB/s
Receiving objects: 28% (90/321), 184.79 MiB | 46.20 MiB/s
Receiving objects: 29% (94/321), 184.79 MiB | 46.20 MiB/s
Receiving objects: 30% (97/321), 206.18 MiB | 45.82 MiB/s
Receiving objects: 31% (100/321), 206.18 MiB | 45.82 MiB/s
Receiving objects: 32% (103/321), 206.18 MiB | 45.82 MiB/s
Receiving objects: 33% (106/321), 206.18 MiB | 45.82 MiB/s
Receiving objects: 34% (110/321), 206.18 MiB | 45.82 MiB/s
Receiving objects: 35% (113/321), 206.18 MiB | 45.82 MiB/s
Receiving objects: 36% (116/321), 206.18 MiB | 45.82 MiB/s
Receiving objects: 37% (119/321), 206.18 MiB | 45.82 MiB/s
Receiving objects: 38% (122/321), 206.18 MiB | 45.82 MiB/s
Receiving objects: 39% (126/321), 206.18 MiB | 45.82 MiB/s
Receiving objects: 40% (129/321), 206.18 MiB | 45.82 MiB/s
Receiving objects: 41% (132/321), 206.18 MiB | 45.82 MiB/s
Receiving objects: 42% (135/321), 206.18 MiB | 45.82 MiB/s
Receiving objects: 43% (139/321), 206.18 MiB | 45.82 MiB/s
Receiving objects: 43% (139/321), 226.02 MiB | 44.99 MiB/s
Receiving objects: 44% (142/321), 226.02 MiB | 44.99 MiB/s
Receiving objects: 45% (145/321), 226.02 MiB | 44.99 MiB/s
Receiving objects: 46% (148/321), 226.02 MiB | 44.99 MiB/s
Receiving objects: 47% (151/321), 226.02 MiB | 44.99 MiB/s
Receiving objects: 48% (155/321), 226.02 MiB | 44.99 MiB/s
Receiving objects: 49% (158/321), 226.02 MiB | 44.99 MiB/s
Receiving objects: 50% (161/321), 226.02 MiB | 44.99 MiB/s
Receiving objects: 51% (164/321), 254.10 MiB | 45.60 MiB/s
Receiving objects: 52% (167/321), 254.10 MiB | 45.60 MiB/s
Receiving objects: 52% (168/321), 276.21 MiB | 44.91 MiB/s
Receiving objects: 53% (171/321), 297.06 MiB | 45.07 MiB/s
Receiving objects: 54% (174/321), 297.06 MiB | 45.07 MiB/s
Receiving objects: 55% (177/321), 297.06 MiB | 45.07 MiB/s
Receiving objects: 56% (180/321), 297.06 MiB | 45.07 MiB/s
Receiving objects: 57% (183/321), 297.06 MiB | 45.07 MiB/s
Receiving objects: 57% (186/321), 319.48 MiB | 44.86 MiB/s
Receiving objects: 58% (187/321), 319.48 MiB | 44.86 MiB/s
Receiving objects: 59% (190/321), 340.98 MiB | 44.09 MiB/s
Receiving objects: 59% (192/321), 362.82 MiB | 44.33 MiB/s
Receiving objects: 60% (193/321), 362.82 MiB | 44.33 MiB/s
Receiving objects: 61% (196/321), 380.56 MiB | 43.50 MiB/s
Receiving objects: 62% (200/321), 380.56 MiB | 43.50 MiB/s
Receiving objects: 62% (201/321), 401.73 MiB | 43.46 MiB/s
Receiving objects: 63% (203/321), 421.20 MiB | 43.38 MiB/s
Receiving objects: 64% (206/321), 421.20 MiB | 43.38 MiB/s
Receiving objects: 65% (209/321), 421.20 MiB | 43.38 MiB/s
Receiving objects: 66% (212/321), 421.20 MiB | 43.38 MiB/s
Receiving objects: 67% (216/321), 421.20 MiB | 43.38 MiB/s
Receiving objects: 68% (219/321), 421.20 MiB | 43.38 MiB/s
Receiving objects: 68% (219/321), 457.39 MiB | 45.18 MiB/s
Receiving objects: 69% (222/321), 457.39 MiB | 45.18 MiB/s
Receiving objects: 70% (225/321), 457.39 MiB | 45.18 MiB/s
Receiving objects: 71% (228/321), 457.39 MiB | 45.18 MiB/s
Receiving objects: 72% (232/321), 457.39 MiB | 45.18 MiB/s
Receiving objects: 73% (235/321), 457.39 MiB | 45.18 MiB/s
Receiving objects: 74% (238/321), 479.20 MiB | 45.12 MiB/s
Receiving objects: 74% (238/321), 498.98 MiB | 44.88 MiB/s
Receiving objects: 75% (241/321), 518.68 MiB | 44.28 MiB/s
Receiving objects: 76% (244/321), 518.68 MiB | 44.28 MiB/s
Receiving objects: 76% (246/321), 539.83 MiB | 44.20 MiB/s
Receiving objects: 77% (248/321), 539.83 MiB | 44.20 MiB/s
Receiving objects: 78% (251/321), 539.83 MiB | 44.20 MiB/s
Receiving objects: 79% (254/321), 539.83 MiB | 44.20 MiB/s
Receiving objects: 80% (257/321), 539.83 MiB | 44.20 MiB/s
Receiving objects: 81% (261/321), 539.83 MiB | 44.20 MiB/s
Receiving objects: 82% (264/321), 539.83 MiB | 44.20 MiB/s
Receiving objects: 83% (267/321), 539.83 MiB | 44.20 MiB/s
Receiving objects: 84% (270/321), 539.83 MiB | 44.20 MiB/s
Receiving objects: 85% (273/321), 539.83 MiB | 44.20 MiB/s
Receiving objects: 86% (277/321), 561.21 MiB | 44.10 MiB/s
Receiving objects: 87% (280/321), 561.21 MiB | 44.10 MiB/s
Receiving objects: 88% (283/321), 561.21 MiB | 44.10 MiB/s
Receiving objects: 89% (286/321), 561.21 MiB | 44.10 MiB/s
Receiving objects: 90% (289/321), 561.21 MiB | 44.10 MiB/s
Receiving objects: 91% (293/321), 561.21 MiB | 44.10 MiB/s
Receiving objects: 92% (296/321), 561.21 MiB | 44.10 MiB/s
Receiving objects: 93% (299/321), 561.21 MiB | 44.10 MiB/s
Receiving objects: 94% (302/321), 561.21 MiB | 44.10 MiB/s
Receiving objects: 94% (304/321), 579.06 MiB | 29.09 MiB/s
Receiving objects: 95% (305/321), 579.06 MiB | 29.09 MiB/s
Receiving objects: 95% (305/321), 598.71 MiB | 20.96 MiB/s
Receiving objects: 95% (306/321), 615.50 MiB | 18.67 MiB/s
Receiving objects: 95% (306/321), 618.45 MiB | 14.80 MiB/s
Receiving objects: 96% (309/321), 618.45 MiB | 14.80 MiB/s
Receiving objects: 96% (309/321), 631.83 MiB | 12.53 MiB/s
Receiving objects: 97% (312/321), 631.83 MiB | 12.53 MiB/s
Receiving objects: 97% (313/321), 648.07 MiB | 12.02 MiB/s
Receiving objects: 98% (315/321), 648.07 MiB | 12.02 MiB/s
remote: Total 321 (delta 5), reused 0 (delta 0), pack-reused 293
Receiving objects: 99% (318/321), 648.07 MiB | 12.02 MiB/s
Receiving objects: 100% (321/321), 648.07 MiB | 12.02 MiB/s
Receiving objects: 100% (321/321), 649.95 MiB | 29.13 MiB/s, done.
Resolving deltas: 0% (0/55)
Resolving deltas: 16% (9/55)
Resolving deltas: 23% (13/55)
Resolving deltas: 36% (20/55)
Resolving deltas: 38% (21/55)
Resolving deltas: 40% (22/55)
Resolving deltas: 43% (24/55)
Resolving deltas: 45% (25/55)
Resolving deltas: 50% (28/55)
Resolving deltas: 52% (29/55)
Resolving deltas: 63% (35/55)
Resolving deltas: 67% (37/55)
Resolving deltas: 70% (39/55)
Resolving deltas: 72% (40/55)
Resolving deltas: 76% (42/55)
Resolving deltas: 80% (44/55)
Resolving deltas: 83% (46/55)
Resolving deltas: 87% (48/55)
Resolving deltas: 94% (52/55)
Resolving deltas: 96% (53/55)
Resolving deltas: 98% (54/55)
Resolving deltas: 100% (55/55)
Resolving deltas: 100% (55/55), done.
Cloning into '/root/workspace/weifang-config/container/A003/params_new/prediction_config'...
remote: Enumerating objects: 102, done.
remote: Counting objects: 1% (1/58)
remote: Counting objects: 3% (2/58)
remote: Counting objects: 5% (3/58)
remote: Counting objects: 6% (4/58)
remote: Counting objects: 8% (5/58)
remote: Counting objects: 10% (6/58)
remote: Counting objects: 12% (7/58)
remote: Counting objects: 13% (8/58)
remote: Counting objects: 15% (9/58)
remote: Counting objects: 17% (10/58)
remote: Counting objects: 18% (11/58)
remote: Counting objects: 20% (12/58)
remote: Counting objects: 22% (13/58)
remote: Counting objects: 24% (14/58)
remote: Counting objects: 25% (15/58)
remote: Counting objects: 27% (16/58)
remote: Counting objects: 29% (17/58)
remote: Counting objects: 31% (18/58)
remote: Counting objects: 32% (19/58)
remote: Counting objects: 34% (20/58)
remote: Counting objects: 36% (21/58)
remote: Counting objects: 37% (22/58)
remote: Counting objects: 39% (23/58)
remote: Counting objects: 41% (24/58)
remote: Counting objects: 43% (25/58)
remote: Counting objects: 44% (26/58)
remote: Counting objects: 46% (27/58)
remote: Counting objects: 48% (28/58)
remote: Counting objects: 50% (29/58)
remote: Counting objects: 51% (30/58)
remote: Counting objects: 53% (31/58)
remote: Counting objects: 55% (32/58)
remote: Counting objects: 56% (33/58)
remote: Counting objects: 58% (34/58)
remote: Counting objects: 60% (35/58)
remote: Counting objects: 62% (36/58)
remote: Counting objects: 63% (37/58)
remote: Counting objects: 65% (38/58)
remote: Counting objects: 67% (39/58)
remote: Counting objects: 68% (40/58)
remote: Counting objects: 70% (41/58)
remote: Counting objects: 72% (42/58)
remote: Counting objects: 74% (43/58)
remote: Counting objects: 75% (44/58)
remote: Counting objects: 77% (45/58)
remote: Counting objects: 79% (46/58)
remote: Counting objects: 81% (47/58)
remote: Counting objects: 82% (48/58)
remote: Counting objects: 84% (49/58)
remote: Counting objects: 86% (50/58)
remote: Counting objects: 87% (51/58)
remote: Counting objects: 89% (52/58)
remote: Counting objects: 91% (53/58)
remote: Counting objects: 93% (54/58)
remote: Counting objects: 94% (55/58)
remote: Counting objects: 96% (56/58)
remote: Counting objects: 98% (57/58)
remote: Counting objects: 100% (58/58)
remote: Counting objects: 100% (58/58), done.
remote: Compressing objects: 2% (1/35)
remote: Compressing objects: 5% (2/35)
remote: Compressing objects: 8% (3/35)
remote: Compressing objects: 11% (4/35)
remote: Compressing objects: 14% (5/35)
remote: Compressing objects: 17% (6/35)
remote: Compressing objects: 20% (7/35)
remote: Compressing objects: 22% (8/35)
remote: Compressing objects: 25% (9/35)
remote: Compressing objects: 28% (10/35)
remote: Compressing objects: 31% (11/35)
remote: Compressing objects: 34% (12/35)
remote: Compressing objects: 37% (13/35)
remote: Compressing objects: 40% (14/35)
remote: Compressing objects: 42% (15/35)
remote: Compressing objects: 45% (16/35)
remote: Compressing objects: 48% (17/35)
remote: Compressing objects: 51% (18/35)
remote: Compressing objects: 54% (19/35)
remote: Compressing objects: 57% (20/35)
remote: Compressing objects: 60% (21/35)
remote: Compressing objects: 62% (22/35)
remote: Compressing objects: 65% (23/35)
remote: Compressing objects: 68% (24/35)
remote: Compressing objects: 71% (25/35)
remote: Compressing objects: 74% (26/35)
remote: Compressing objects: 77% (27/35)
remote: Compressing objects: 80% (28/35)
remote: Compressing objects: 82% (29/35)
remote: Compressing objects: 85% (30/35)
remote: Compressing objects: 88% (31/35)
remote: Compressing objects: 91% (32/35)
remote: Compressing objects: 94% (33/35)
remote: Compressing objects: 97% (34/35)
remote: Compressing objects: 100% (35/35)
remote: Compressing objects: 100% (35/35), done.
Receiving objects: 0% (1/102)
Receiving objects: 1% (2/102)
Receiving objects: 2% (3/102)
Receiving objects: 3% (4/102)
Receiving objects: 4% (5/102)
Receiving objects: 5% (6/102)
Receiving objects: 6% (7/102)
Receiving objects: 7% (8/102)
Receiving objects: 8% (9/102)
Receiving objects: 9% (10/102)
Receiving objects: 10% (11/102)
Receiving objects: 11% (12/102)
Receiving objects: 12% (13/102)
Receiving objects: 13% (14/102)
Receiving objects: 14% (15/102)
Receiving objects: 15% (16/102)
Receiving objects: 16% (17/102)
Receiving objects: 17% (18/102)
Receiving objects: 18% (19/102)
Receiving objects: 19% (20/102)
Receiving objects: 20% (21/102)
Receiving objects: 21% (22/102)
Receiving objects: 22% (23/102)
Receiving objects: 23% (24/102)
Receiving objects: 24% (25/102)
Receiving objects: 25% (26/102)
Receiving objects: 26% (27/102)
Receiving objects: 27% (28/102)
Receiving objects: 28% (29/102)
Receiving objects: 29% (30/102)
Receiving objects: 30% (31/102)
Receiving objects: 31% (32/102)
Receiving objects: 32% (33/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 33% (34/102), 27.81 MiB | 55.61 MiB/s
remote: Total 102 (delta 16), reused 9 (delta 0), pack-reused 44
Receiving objects: 34% (35/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 35% (36/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 36% (37/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 37% (38/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 38% (39/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 39% (40/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 40% (41/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 41% (42/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 42% (43/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 43% (44/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 44% (45/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 45% (46/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 46% (47/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 47% (48/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 48% (49/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 49% (50/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 50% (51/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 51% (53/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 52% (54/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 53% (55/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 54% (56/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 55% (57/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 56% (58/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 57% (59/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 58% (60/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 59% (61/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 60% (62/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 61% (63/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 62% (64/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 63% (65/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 64% (66/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 65% (67/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 66% (68/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 67% (69/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 68% (70/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 69% (71/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 70% (72/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 71% (73/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 72% (74/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 73% (75/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 74% (76/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 75% (77/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 76% (78/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 77% (79/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 78% (80/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 79% (81/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 80% (82/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 81% (83/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 82% (84/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 83% (85/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 84% (86/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 85% (87/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 86% (88/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 87% (89/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 88% (90/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 89% (91/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 90% (92/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 91% (93/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 92% (94/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 93% (95/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 94% (96/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 95% (97/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 96% (98/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 97% (99/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 98% (100/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 99% (101/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 100% (102/102), 27.81 MiB | 55.61 MiB/s
Receiving objects: 100% (102/102), 31.81 MiB | 54.75 MiB/s, done.
Resolving deltas: 0% (0/27)
Resolving deltas: 3% (1/27)
Resolving deltas: 22% (6/27)
Resolving deltas: 29% (8/27)
Resolving deltas: 88% (24/27)
Resolving deltas: 92% (25/27)
Resolving deltas: 100% (27/27)
Resolving deltas: 100% (27/27), done.
Cloning into '/root/workspace/weifang-config/container/A003/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/A003/params_new/rslidar_sdk_customized'...
remote: Enumerating objects: 61, done.
remote: Counting objects: 2% (1/36)
remote: Counting objects: 5% (2/36)
remote: Counting objects: 8% (3/36)
remote: Counting objects: 11% (4/36)
remote: Counting objects: 13% (5/36)
remote: Counting objects: 16% (6/36)
remote: Counting objects: 19% (7/36)
remote: Counting objects: 22% (8/36)
remote: Counting objects: 25% (9/36)
remote: Counting objects: 27% (10/36)
remote: Counting objects: 30% (11/36)
remote: Counting objects: 33% (12/36)
remote: Counting objects: 36% (13/36)
remote: Counting objects: 38% (14/36)
remote: Counting objects: 41% (15/36)
remote: Counting objects: 44% (16/36)
remote: Counting objects: 47% (17/36)
remote: Counting objects: 50% (18/36)
remote: Counting objects: 52% (19/36)
remote: Counting objects: 55% (20/36)
remote: Counting objects: 58% (21/36)
remote: Counting objects: 61% (22/36)
remote: Counting objects: 63% (23/36)
remote: Counting objects: 66% (24/36)
remote: Counting objects: 69% (25/36)
remote: Counting objects: 72% (26/36)
remote: Counting objects: 75% (27/36)
remote: Counting objects: 77% (28/36)
remote: Counting objects: 80% (29/36)
remote: Counting objects: 83% (30/36)
remote: Counting objects: 86% (31/36)
remote: Counting objects: 88% (32/36)
remote: Counting objects: 91% (33/36)
remote: Counting objects: 94% (34/36)
remote: Counting objects: 97% (35/36)
remote: Counting objects: 100% (36/36)
remote: Counting objects: 100% (36/36), 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 61 (delta 17), reused 21 (delta 12), pack-reused 25
Receiving objects: 1% (1/61)
Receiving objects: 3% (2/61)
Receiving objects: 4% (3/61)
Receiving objects: 6% (4/61)
Receiving objects: 8% (5/61)
Receiving objects: 9% (6/61)
Receiving objects: 11% (7/61)
Receiving objects: 13% (8/61)
Receiving objects: 14% (9/61)
Receiving objects: 16% (10/61)
Receiving objects: 18% (11/61)
Receiving objects: 19% (12/61)
Receiving objects: 21% (13/61)
Receiving objects: 22% (14/61)
Receiving objects: 24% (15/61)
Receiving objects: 26% (16/61)
Receiving objects: 27% (17/61)
Receiving objects: 29% (18/61)
Receiving objects: 31% (19/61)
Receiving objects: 32% (20/61)
Receiving objects: 34% (21/61)
Receiving objects: 36% (22/61)
Receiving objects: 37% (23/61)
Receiving objects: 39% (24/61)
Receiving objects: 40% (25/61)
Receiving objects: 42% (26/61)
Receiving objects: 44% (27/61)
Receiving objects: 45% (28/61)
Receiving objects: 47% (29/61)
Receiving objects: 49% (30/61)
Receiving objects: 50% (31/61)
Receiving objects: 52% (32/61)
Receiving objects: 54% (33/61)
Receiving objects: 55% (34/61)
Receiving objects: 57% (35/61)
Receiving objects: 59% (36/61)
Receiving objects: 60% (37/61)
Receiving objects: 62% (38/61)
Receiving objects: 63% (39/61)
Receiving objects: 65% (40/61)
Receiving objects: 67% (41/61)
Receiving objects: 68% (42/61)
Receiving objects: 70% (43/61)
Receiving objects: 72% (44/61)
Receiving objects: 73% (45/61)
Receiving objects: 75% (46/61)
Receiving objects: 77% (47/61)
Receiving objects: 78% (48/61)
Receiving objects: 80% (49/61)
Receiving objects: 81% (50/61)
Receiving objects: 83% (51/61)
Receiving objects: 85% (52/61)
Receiving objects: 86% (53/61)
Receiving objects: 88% (54/61)
Receiving objects: 90% (55/61)
Receiving objects: 91% (56/61)
Receiving objects: 93% (57/61)
Receiving objects: 95% (58/61)
Receiving objects: 96% (59/61)
Receiving objects: 98% (60/61)
Receiving objects: 100% (61/61)
Receiving objects: 100% (61/61), 12.10 KiB | 12.10 MiB/s, done.
Resolving deltas: 0% (0/31)
Resolving deltas: 12% (4/31)
Resolving deltas: 22% (7/31)
Resolving deltas: 96% (30/31)
Resolving deltas: 100% (31/31)
Resolving deltas: 100% (31/31), done.
Cloning into '/root/workspace/weifang-config/container/A003/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/A003/params_new/system-common'...
remote: Enumerating objects: 150, done.
remote: Counting objects: 0% (1/112)
remote: Counting objects: 1% (2/112)
remote: Counting objects: 2% (3/112)
remote: Counting objects: 3% (4/112)
remote: Counting objects: 4% (5/112)
remote: Counting objects: 5% (6/112)
remote: Counting objects: 6% (7/112)
remote: Counting objects: 7% (8/112)
remote: Counting objects: 8% (9/112)
remote: Counting objects: 9% (11/112)
remote: Counting objects: 10% (12/112)
remote: Counting objects: 11% (13/112)
remote: Counting objects: 12% (14/112)
remote: Counting objects: 13% (15/112)
remote: Counting objects: 14% (16/112)
remote: Counting objects: 15% (17/112)
remote: Counting objects: 16% (18/112)
remote: Counting objects: 17% (20/112)
remote: Counting objects: 18% (21/112)
remote: Counting objects: 19% (22/112)
remote: Counting objects: 20% (23/112)
remote: Counting objects: 21% (24/112)
remote: Counting objects: 22% (25/112)
remote: Counting objects: 23% (26/112)
remote: Counting objects: 24% (27/112)
remote: Counting objects: 25% (28/112)
remote: Counting objects: 26% (30/112)
remote: Counting objects: 27% (31/112)
remote: Counting objects: 28% (32/112)
remote: Counting objects: 29% (33/112)
remote: Counting objects: 30% (34/112)
remote: Counting objects: 31% (35/112)
remote: Counting objects: 32% (36/112)
remote: Counting objects: 33% (37/112)
remote: Counting objects: 34% (39/112)
remote: Counting objects: 35% (40/112)
remote: Counting objects: 36% (41/112)
remote: Counting objects: 37% (42/112)
remote: Counting objects: 38% (43/112)
remote: Counting objects: 39% (44/112)
remote: Counting objects: 40% (45/112)
remote: Counting objects: 41% (46/112)
remote: Counting objects: 42% (48/112)
remote: Counting objects: 43% (49/112)
remote: Counting objects: 44% (50/112)
remote: Counting objects: 45% (51/112)
remote: Counting objects: 46% (52/112)
remote: Counting objects: 47% (53/112)
remote: Counting objects: 48% (54/112)
remote: Counting objects: 49% (55/112)
remote: Counting objects: 50% (56/112)
remote: Counting objects: 51% (58/112)
remote: Counting objects: 52% (59/112)
remote: Counting objects: 53% (60/112)
remote: Counting objects: 54% (61/112)
remote: Counting objects: 55% (62/112)
remote: Counting objects: 56% (63/112)
remote: Counting objects: 57% (64/112)
remote: Counting objects: 58% (65/112)
remote: Counting objects: 59% (67/112)
remote: Counting objects: 60% (68/112)
remote: Counting objects: 61% (69/112)
remote: Counting objects: 62% (70/112)
remote: Counting objects: 63% (71/112)
remote: Counting objects: 64% (72/112)
remote: Counting objects: 65% (73/112)
remote: Counting objects: 66% (74/112)
remote: Counting objects: 67% (76/112)
remote: Counting objects: 68% (77/112)
remote: Counting objects: 69% (78/112)
remote: Counting objects: 70% (79/112)
remote: Counting objects: 71% (80/112)
remote: Counting objects: 72% (81/112)
remote: Counting objects: 73% (82/112)
remote: Counting objects: 74% (83/112)
remote: Counting objects: 75% (84/112)
remote: Counting objects: 76% (86/112)
remote: Counting objects: 77% (87/112)
remote: Counting objects: 78% (88/112)
remote: Counting objects: 79% (89/112)
remote: Counting objects: 80% (90/112)
remote: Counting objects: 81% (91/112)
remote: Counting objects: 82% (92/112)
remote: Counting objects: 83% (93/112)
remote: Counting objects: 84% (95/112)
remote: Counting objects: 85% (96/112)
remote: Counting objects: 86% (97/112)
remote: Counting objects: 87% (98/112)
remote: Counting objects: 88% (99/112)
remote: Counting objects: 89% (100/112)
remote: Counting objects: 90% (101/112)
remote: Counting objects: 91% (102/112)
remote: Counting objects: 92% (104/112)
remote: Counting objects: 93% (105/112)
remote: Counting objects: 94% (106/112)
remote: Counting objects: 95% (107/112)
remote: Counting objects: 96% (108/112)
remote: Counting objects: 97% (109/112)
remote: Counting objects: 98% (110/112)
remote: Counting objects: 99% (111/112)
remote: Counting objects: 100% (112/112)
remote: Counting objects: 100% (112/112), done.
remote: Compressing objects: 3% (1/33)
remote: Compressing objects: 6% (2/33)
remote: Compressing objects: 9% (3/33)
remote: Compressing objects: 12% (4/33)
remote: Compressing objects: 15% (5/33)
remote: Compressing objects: 18% (6/33)
remote: Compressing objects: 21% (7/33)
remote: Compressing objects: 24% (8/33)
remote: Compressing objects: 27% (9/33)
remote: Compressing objects: 30% (10/33)
remote: Compressing objects: 33% (11/33)
remote: Compressing objects: 36% (12/33)
remote: Compressing objects: 39% (13/33)
remote: Compressing objects: 42% (14/33)
remote: Compressing objects: 45% (15/33)
remote: Compressing objects: 48% (16/33)
remote: Compressing objects: 51% (17/33)
remote: Compressing objects: 54% (18/33)
remote: Compressing objects: 57% (19/33)
remote: Compressing objects: 60% (20/33)
remote: Compressing objects: 63% (21/33)
remote: Compressing objects: 66% (22/33)
remote: Compressing objects: 69% (23/33)
remote: Compressing objects: 72% (24/33)
remote: Compressing objects: 75% (25/33)
remote: Compressing objects: 78% (26/33)
remote: Compressing objects: 81% (27/33)
remote: Compressing objects: 84% (28/33)
remote: Compressing objects: 87% (29/33)
remote: Compressing objects: 90% (30/33)
remote: Compressing objects: 93% (31/33)
remote: Compressing objects: 96% (32/33)
remote: Compressing objects: 100% (33/33)
remote: Compressing objects: 100% (33/33), done.
remote: Total 150 (delta 23), reused 101 (delta 20), pack-reused 38
Receiving objects: 0% (1/150)
Receiving objects: 1% (2/150)
Receiving objects: 2% (3/150)
Receiving objects: 3% (5/150)
Receiving objects: 4% (6/150)
Receiving objects: 5% (8/150)
Receiving objects: 6% (9/150)
Receiving objects: 7% (11/150)
Receiving objects: 8% (12/150)
Receiving objects: 9% (14/150)
Receiving objects: 10% (15/150)
Receiving objects: 11% (17/150)
Receiving objects: 12% (18/150)
Receiving objects: 13% (20/150)
Receiving objects: 14% (21/150)
Receiving objects: 15% (23/150)
Receiving objects: 16% (24/150)
Receiving objects: 17% (26/150)
Receiving objects: 18% (27/150)
Receiving objects: 19% (29/150)
Receiving objects: 20% (30/150)
Receiving objects: 21% (32/150)
Receiving objects: 22% (33/150)
Receiving objects: 23% (35/150)
Receiving objects: 24% (36/150)
Receiving objects: 25% (38/150)
Receiving objects: 26% (39/150)
Receiving objects: 27% (41/150)
Receiving objects: 28% (42/150)
Receiving objects: 29% (44/150)
Receiving objects: 30% (45/150)
Receiving objects: 31% (47/150)
Receiving objects: 32% (48/150)
Receiving objects: 33% (50/150)
Receiving objects: 34% (51/150)
Receiving objects: 35% (53/150)
Receiving objects: 36% (54/150)
Receiving objects: 37% (56/150)
Receiving objects: 38% (57/150)
Receiving objects: 39% (59/150)
Receiving objects: 40% (60/150)
Receiving objects: 41% (62/150)
Receiving objects: 42% (63/150)
Receiving objects: 43% (65/150)
Receiving objects: 44% (66/150)
Receiving objects: 45% (68/150)
Receiving objects: 46% (69/150)
Receiving objects: 47% (71/150)
Receiving objects: 48% (72/150)
Receiving objects: 49% (74/150)
Receiving objects: 50% (75/150)
Receiving objects: 51% (77/150)
Receiving objects: 52% (78/150)
Receiving objects: 53% (80/150)
Receiving objects: 54% (81/150)
Receiving objects: 55% (83/150)
Receiving objects: 56% (84/150)
Receiving objects: 57% (86/150)
Receiving objects: 58% (87/150)
Receiving objects: 59% (89/150)
Receiving objects: 60% (90/150)
Receiving objects: 61% (92/150)
Receiving objects: 62% (93/150)
Receiving objects: 63% (95/150)
Receiving objects: 64% (96/150)
Receiving objects: 65% (98/150)
Receiving objects: 66% (99/150)
Receiving objects: 67% (101/150)
Receiving objects: 68% (102/150)
Receiving objects: 69% (104/150)
Receiving objects: 70% (105/150)
Receiving objects: 71% (107/150)
Receiving objects: 72% (108/150)
Receiving objects: 73% (110/150)
Receiving objects: 74% (111/150)
Receiving objects: 75% (113/150)
Receiving objects: 76% (114/150)
Receiving objects: 77% (116/150)
Receiving objects: 78% (117/150)
Receiving objects: 79% (119/150)
Receiving objects: 80% (120/150)
Receiving objects: 81% (122/150)
Receiving objects: 82% (123/150)
Receiving objects: 83% (125/150)
Receiving objects: 84% (126/150)
Receiving objects: 85% (128/150)
Receiving objects: 86% (129/150)
Receiving objects: 87% (131/150)
Receiving objects: 88% (132/150)
Receiving objects: 89% (134/150)
Receiving objects: 90% (135/150)
Receiving objects: 91% (137/150)
Receiving objects: 92% (138/150)
Receiving objects: 93% (140/150)
Receiving objects: 94% (141/150)
Receiving objects: 95% (143/150)
Receiving objects: 96% (144/150)
Receiving objects: 97% (146/150)
Receiving objects: 98% (147/150)
Receiving objects: 99% (149/150)
Receiving objects: 100% (150/150)
Receiving objects: 100% (150/150), 26.03 KiB | 26.03 MiB/s, done.
Resolving deltas: 0% (0/28)
Resolving deltas: 3% (1/28)
Resolving deltas: 7% (2/28)
Resolving deltas: 10% (3/28)
Resolving deltas: 17% (5/28)
Resolving deltas: 25% (7/28)
Resolving deltas: 50% (14/28)
Resolving deltas: 100% (28/28)
Resolving deltas: 100% (28/28), done.
Cloning into '/root/workspace/weifang-config/container/A003/params_new/system-device'...
remote: Enumerating objects: 1592, done.
remote: Counting objects: 0% (1/171)
remote: Counting objects: 1% (2/171)
remote: Counting objects: 2% (4/171)
remote: Counting objects: 3% (6/171)
remote: Counting objects: 4% (7/171)
remote: Counting objects: 5% (9/171)
remote: Counting objects: 6% (11/171)
remote: Counting objects: 7% (12/171)
remote: Counting objects: 8% (14/171)
remote: Counting objects: 9% (16/171)
remote: Counting objects: 10% (18/171)
remote: Counting objects: 11% (19/171)
remote: Counting objects: 12% (21/171)
remote: Counting objects: 13% (23/171)
remote: Counting objects: 14% (24/171)
remote: Counting objects: 15% (26/171)
remote: Counting objects: 16% (28/171)
remote: Counting objects: 17% (30/171)
remote: Counting objects: 18% (31/171)
remote: Counting objects: 19% (33/171)
remote: Counting objects: 20% (35/171)
remote: Counting objects: 21% (36/171)
remote: Counting objects: 22% (38/171)
remote: Counting objects: 23% (40/171)
remote: Counting objects: 24% (42/171)
remote: Counting objects: 25% (43/171)
remote: Counting objects: 26% (45/171)
remote: Counting objects: 27% (47/171)
remote: Counting objects: 28% (48/171)
remote: Counting objects: 29% (50/171)
remote: Counting objects: 30% (52/171)
remote: Counting objects: 31% (54/171)
remote: Counting objects: 32% (55/171)
remote: Counting objects: 33% (57/171)
remote: Counting objects: 34% (59/171)
remote: Counting objects: 35% (60/171)
remote: Counting objects: 36% (62/171)
remote: Counting objects: 37% (64/171)
remote: Counting objects: 38% (65/171)
remote: Counting objects: 39% (67/171)
remote: Counting objects: 40% (69/171)
remote: Counting objects: 41% (71/171)
remote: Counting objects: 42% (72/171)
remote: Counting objects: 43% (74/171)
remote: Counting objects: 44% (76/171)
remote: Counting objects: 45% (77/171)
remote: Counting objects: 46% (79/171)
remote: Counting objects: 47% (81/171)
remote: Counting objects: 48% (83/171)
remote: Counting objects: 49% (84/171)
remote: Counting objects: 50% (86/171)
remote: Counting objects: 51% (88/171)
remote: Counting objects: 52% (89/171)
remote: Counting objects: 53% (91/171)
remote: Counting objects: 54% (93/171)
remote: Counting objects: 55% (95/171)
remote: Counting objects: 56% (96/171)
remote: Counting objects: 57% (98/171)
remote: Counting objects: 58% (100/171)
remote: Counting objects: 59% (101/171)
remote: Counting objects: 60% (103/171)
remote: Counting objects: 61% (105/171)
remote: Counting objects: 62% (107/171)
remote: Counting objects: 63% (108/171)
remote: Counting objects: 64% (110/171)
remote: Counting objects: 65% (112/171)
remote: Counting objects: 66% (113/171)
remote: Counting objects: 67% (115/171)
remote: Counting objects: 68% (117/171)
remote: Counting objects: 69% (118/171)
remote: Counting objects: 70% (120/171)
remote: Counting objects: 71% (122/171)
remote: Counting objects: 72% (124/171)
remote: Counting objects: 73% (125/171)
remote: Counting objects: 74% (127/171)
remote: Counting objects: 75% (129/171)
remote: Counting objects: 76% (130/171)
remote: Counting objects: 77% (132/171)
remote: Counting objects: 78% (134/171)
remote: Counting objects: 79% (136/171)
remote: Counting objects: 80% (137/171)
remote: Counting objects: 81% (139/171)
remote: Counting objects: 82% (141/171)
remote: Counting objects: 83% (142/171)
remote: Counting objects: 84% (144/171)
remote: Counting objects: 85% (146/171)
remote: Counting objects: 86% (148/171)
remote: Counting objects: 87% (149/171)
remote: Counting objects: 88% (151/171)
remote: Counting objects: 89% (153/171)
remote: Counting objects: 90% (154/171)
remote: Counting objects: 91% (156/171)
remote: Counting objects: 92% (158/171)
remote: Counting objects: 93% (160/171)
remote: Counting objects: 94% (161/171)
remote: Counting objects: 95% (163/171)
remote: Counting objects: 96% (165/171)
remote: Counting objects: 97% (166/171)
remote: Counting objects: 98% (168/171)
remote: Counting objects: 99% (170/171)
remote: Counting objects: 100% (171/171)
remote: Counting objects: 100% (171/171), done.
remote: Compressing objects: 0% (1/134)
remote: Compressing objects: 1% (2/134)
remote: Compressing objects: 2% (3/134)
remote: Compressing objects: 3% (5/134)
remote: Compressing objects: 4% (6/134)
remote: Compressing objects: 5% (7/134)
remote: Compressing objects: 6% (9/134)
remote: Compressing objects: 7% (10/134)
remote: Compressing objects: 8% (11/134)
remote: Compressing objects: 9% (13/134)
remote: Compressing objects: 10% (14/134)
remote: Compressing objects: 11% (15/134)
remote: Compressing objects: 12% (17/134)
remote: Compressing objects: 13% (18/134)
remote: Compressing objects: 14% (19/134)
remote: Compressing objects: 15% (21/134)
remote: Compressing objects: 16% (22/134)
remote: Compressing objects: 17% (23/134)
remote: Compressing objects: 18% (25/134)
remote: Compressing objects: 19% (26/134)
remote: Compressing objects: 20% (27/134)
remote: Compressing objects: 21% (29/134)
remote: Compressing objects: 22% (30/134)
remote: Compressing objects: 23% (31/134)
remote: Compressing objects: 24% (33/134)
remote: Compressing objects: 25% (34/134)
remote: Compressing objects: 26% (35/134)
remote: Compressing objects: 27% (37/134)
remote: Compressing objects: 28% (38/134)
remote: Compressing objects: 29% (39/134)
remote: Compressing objects: 30% (41/134)
remote: Compressing objects: 31% (42/134)
remote: Compressing objects: 32% (43/134)
remote: Compressing objects: 33% (45/134)
remote: Compressing objects: 34% (46/134)
remote: Compressing objects: 35% (47/134)
remote: Compressing objects: 36% (49/134)
remote: Compressing objects: 37% (50/134)
remote: Compressing objects: 38% (51/134)
remote: Compressing objects: 39% (53/134)
remote: Compressing objects: 40% (54/134)
remote: Compressing objects: 41% (55/134)
remote: Compressing objects: 42% (57/134)
remote: Compressing objects: 43% (58/134)
remote: Compressing objects: 44% (59/134)
remote: Compressing objects: 45% (61/134)
remote: Compressing objects: 46% (62/134)
remote: Compressing objects: 47% (63/134)
remote: Compressing objects: 48% (65/134)
remote: Compressing objects: 49% (66/134)
remote: Compressing objects: 50% (67/134)
remote: Compressing objects: 51% (69/134)
remote: Compressing objects: 52% (70/134)
remote: Compressing objects: 53% (72/134)
remote: Compressing objects: 54% (73/134)
remote: Compressing objects: 55% (74/134)
remote: Compressing objects: 56% (76/134)
remote: Compressing objects: 57% (77/134)
remote: Compressing objects: 58% (78/134)
remote: Compressing objects: 59% (80/134)
remote: Compressing objects: 60% (81/134)
remote: Compressing objects: 61% (82/134)
remote: Compressing objects: 62% (84/134)
remote: Compressing objects: 63% (85/134)
remote: Compressing objects: 64% (86/134)
remote: Compressing objects: 65% (88/134)
remote: Compressing objects: 66% (89/134)
remote: Compressing objects: 67% (90/134)
remote: Compressing objects: 68% (92/134)
remote: Compressing objects: 69% (93/134)
remote: Compressing objects: 70% (94/134)
remote: Compressing objects: 71% (96/134)
remote: Compressing objects: 72% (97/134)
remote: Compressing objects: 73% (98/134)
remote: Compressing objects: 74% (100/134)
remote: Compressing objects: 75% (101/134)
remote: Compressing objects: 76% (102/134)
remote: Compressing objects: 77% (104/134)
remote: Compressing objects: 78% (105/134)
remote: Compressing objects: 79% (106/134)
remote: Compressing objects: 80% (108/134)
remote: Compressing objects: 81% (109/134)
remote: Compressing objects: 82% (110/134)
remote: Compressing objects: 83% (112/134)
remote: Compressing objects: 84% (113/134)
remote: Compressing objects: 85% (114/134)
remote: Compressing objects: 86% (116/134)
remote: Compressing objects: 87% (117/134)
remote: Compressing objects: 88% (118/134)
remote: Compressing objects: 89% (120/134)
remote: Compressing objects: 90% (121/134)
remote: Compressing objects: 91% (122/134)
remote: Compressing objects: 92% (124/134)
remote: Compressing objects: 93% (125/134)
remote: Compressing objects: 94% (126/134)
remote: Compressing objects: 95% (128/134)
remote: Compressing objects: 96% (129/134)
remote: Compressing objects: 97% (130/134)
remote: Compressing objects: 98% (132/134)
remote: Compressing objects: 99% (133/134)
remote: Compressing objects: 100% (134/134)
remote: Compressing objects: 100% (134/134), done.
Receiving objects: 0% (1/1592)
Receiving objects: 1% (16/1592)
Receiving objects: 2% (32/1592)
Receiving objects: 3% (48/1592)
Receiving objects: 4% (64/1592)
Receiving objects: 5% (80/1592)
Receiving objects: 6% (96/1592)
Receiving objects: 7% (112/1592)
Receiving objects: 8% (128/1592)
Receiving objects: 9% (144/1592)
Receiving objects: 10% (160/1592)
Receiving objects: 11% (176/1592)
Receiving objects: 12% (192/1592)
Receiving objects: 13% (207/1592)
Receiving objects: 14% (223/1592)
Receiving objects: 15% (239/1592)
Receiving objects: 16% (255/1592)
Receiving objects: 17% (271/1592)
Receiving objects: 18% (287/1592)
Receiving objects: 19% (303/1592)
Receiving objects: 20% (319/1592)
Receiving objects: 21% (335/1592)
Receiving objects: 22% (351/1592)
Receiving objects: 23% (367/1592)
Receiving objects: 24% (383/1592)
Receiving objects: 25% (398/1592)
Receiving objects: 26% (414/1592)
Receiving objects: 27% (430/1592)
Receiving objects: 28% (446/1592)
Receiving objects: 29% (462/1592)
Receiving objects: 30% (478/1592)
Receiving objects: 31% (494/1592)
Receiving objects: 32% (510/1592)
Receiving objects: 33% (526/1592)
Receiving objects: 34% (542/1592)
Receiving objects: 35% (558/1592)
remote: Total 1592 (delta 40), reused 151 (delta 30), pack-reused 1421
Receiving objects: 36% (574/1592)
Receiving objects: 37% (590/1592)
Receiving objects: 38% (605/1592)
Receiving objects: 39% (621/1592)
Receiving objects: 40% (637/1592)
Receiving objects: 41% (653/1592)
Receiving objects: 42% (669/1592)
Receiving objects: 43% (685/1592)
Receiving objects: 44% (701/1592)
Receiving objects: 45% (717/1592)
Receiving objects: 46% (733/1592)
Receiving objects: 47% (749/1592)
Receiving objects: 48% (765/1592)
Receiving objects: 49% (781/1592)
Receiving objects: 50% (796/1592)
Receiving objects: 51% (812/1592)
Receiving objects: 52% (828/1592)
Receiving objects: 53% (844/1592)
Receiving objects: 54% (860/1592)
Receiving objects: 55% (876/1592)
Receiving objects: 56% (892/1592)
Receiving objects: 57% (908/1592)
Receiving objects: 58% (924/1592)
Receiving objects: 59% (940/1592)
Receiving objects: 60% (956/1592)
Receiving objects: 61% (972/1592)
Receiving objects: 62% (988/1592)
Receiving objects: 63% (1003/1592)
Receiving objects: 64% (1019/1592)
Receiving objects: 65% (1035/1592)
Receiving objects: 66% (1051/1592)
Receiving objects: 67% (1067/1592)
Receiving objects: 68% (1083/1592)
Receiving objects: 69% (1099/1592)
Receiving objects: 70% (1115/1592)
Receiving objects: 71% (1131/1592)
Receiving objects: 72% (1147/1592)
Receiving objects: 73% (1163/1592)
Receiving objects: 74% (1179/1592)
Receiving objects: 75% (1194/1592)
Receiving objects: 76% (1210/1592)
Receiving objects: 77% (1226/1592)
Receiving objects: 78% (1242/1592)
Receiving objects: 79% (1258/1592)
Receiving objects: 80% (1274/1592)
Receiving objects: 81% (1290/1592)
Receiving objects: 82% (1306/1592)
Receiving objects: 83% (1322/1592)
Receiving objects: 84% (1338/1592)
Receiving objects: 85% (1354/1592)
Receiving objects: 86% (1370/1592)
Receiving objects: 87% (1386/1592)
Receiving objects: 88% (1401/1592)
Receiving objects: 89% (1417/1592)
Receiving objects: 90% (1433/1592)
Receiving objects: 91% (1449/1592)
Receiving objects: 92% (1465/1592)
Receiving objects: 93% (1481/1592)
Receiving objects: 94% (1497/1592)
Receiving objects: 95% (1513/1592)
Receiving objects: 96% (1529/1592)
Receiving objects: 97% (1545/1592)
Receiving objects: 98% (1561/1592)
Receiving objects: 99% (1577/1592)
Receiving objects: 100% (1592/1592)
Receiving objects: 100% (1592/1592), 180.75 KiB | 30.12 MiB/s, done.
Resolving deltas: 0% (0/499)
Resolving deltas: 4% (23/499)
Resolving deltas: 10% (50/499)
Resolving deltas: 17% (85/499)
Resolving deltas: 23% (117/499)
Resolving deltas: 30% (154/499)
Resolving deltas: 31% (156/499)
Resolving deltas: 34% (172/499)
Resolving deltas: 36% (184/499)
Resolving deltas: 37% (187/499)
Resolving deltas: 42% (214/499)
Resolving deltas: 43% (216/499)
Resolving deltas: 45% (227/499)
Resolving deltas: 46% (231/499)
Resolving deltas: 47% (235/499)
Resolving deltas: 51% (257/499)
Resolving deltas: 52% (260/499)
Resolving deltas: 53% (266/499)
Resolving deltas: 55% (276/499)
Resolving deltas: 56% (281/499)
Resolving deltas: 69% (348/499)
Resolving deltas: 70% (350/499)
Resolving deltas: 71% (358/499)
Resolving deltas: 74% (370/499)
Resolving deltas: 75% (375/499)
Resolving deltas: 76% (380/499)
Resolving deltas: 78% (391/499)
Resolving deltas: 84% (424/499)
Resolving deltas: 85% (425/499)
Resolving deltas: 86% (430/499)
Resolving deltas: 87% (435/499)
Resolving deltas: 88% (440/499)
Resolving deltas: 89% (445/499)
Resolving deltas: 90% (450/499)
Resolving deltas: 91% (455/499)
Resolving deltas: 92% (460/499)
Resolving deltas: 94% (473/499)
Resolving deltas: 95% (478/499)
Resolving deltas: 97% (486/499)
Resolving deltas: 98% (492/499)
Resolving deltas: 99% (495/499)
Resolving deltas: 100% (499/499)
Resolving deltas: 100% (499/499), done.
Cloning into '/root/workspace/weifang-config/container/A003/params_new/system-mqtt'...
remote: Enumerating objects: 131, done.
remote: Counting objects: 0% (1/103)
remote: Counting objects: 1% (2/103)
remote: Counting objects: 2% (3/103)
remote: Counting objects: 3% (4/103)
remote: Counting objects: 4% (5/103)
remote: Counting objects: 5% (6/103)
remote: Counting objects: 6% (7/103)
remote: Counting objects: 7% (8/103)
remote: Counting objects: 8% (9/103)
remote: Counting objects: 9% (10/103)
remote: Counting objects: 10% (11/103)
remote: Counting objects: 11% (12/103)
remote: Counting objects: 12% (13/103)
remote: Counting objects: 13% (14/103)
remote: Counting objects: 14% (15/103)
remote: Counting objects: 15% (16/103)
remote: Counting objects: 16% (17/103)
remote: Counting objects: 17% (18/103)
remote: Counting objects: 18% (19/103)
remote: Counting objects: 19% (20/103)
remote: Counting objects: 20% (21/103)
remote: Counting objects: 21% (22/103)
remote: Counting objects: 22% (23/103)
remote: Counting objects: 23% (24/103)
remote: Counting objects: 24% (25/103)
remote: Counting objects: 25% (26/103)
remote: Counting objects: 26% (27/103)
remote: Counting objects: 27% (28/103)
remote: Counting objects: 28% (29/103)
remote: Counting objects: 29% (30/103)
remote: Counting objects: 30% (31/103)
remote: Counting objects: 31% (32/103)
remote: Counting objects: 32% (33/103)
remote: Counting objects: 33% (34/103)
remote: Counting objects: 34% (36/103)
remote: Counting objects: 35% (37/103)
remote: Counting objects: 36% (38/103)
remote: Counting objects: 37% (39/103)
remote: Counting objects: 38% (40/103)
remote: Counting objects: 39% (41/103)
remote: Counting objects: 40% (42/103)
remote: Counting objects: 41% (43/103)
remote: Counting objects: 42% (44/103)
remote: Counting objects: 43% (45/103)
remote: Counting objects: 44% (46/103)
remote: Counting objects: 45% (47/103)
remote: Counting objects: 46% (48/103)
remote: Counting objects: 47% (49/103)
remote: Counting objects: 48% (50/103)
remote: Counting objects: 49% (51/103)
remote: Counting objects: 50% (52/103)
remote: Counting objects: 51% (53/103)
remote: Counting objects: 52% (54/103)
remote: Counting objects: 53% (55/103)
remote: Counting objects: 54% (56/103)
remote: Counting objects: 55% (57/103)
remote: Counting objects: 56% (58/103)
remote: Counting objects: 57% (59/103)
remote: Counting objects: 58% (60/103)
remote: Counting objects: 59% (61/103)
remote: Counting objects: 60% (62/103)
remote: Counting objects: 61% (63/103)
remote: Counting objects: 62% (64/103)
remote: Counting objects: 63% (65/103)
remote: Counting objects: 64% (66/103)
remote: Counting objects: 65% (67/103)
remote: Counting objects: 66% (68/103)
remote: Counting objects: 67% (70/103)
remote: Counting objects: 68% (71/103)
remote: Counting objects: 69% (72/103)
remote: Counting objects: 70% (73/103)
remote: Counting objects: 71% (74/103)
remote: Counting objects: 72% (75/103)
remote: Counting objects: 73% (76/103)
remote: Counting objects: 74% (77/103)
remote: Counting objects: 75% (78/103)
remote: Counting objects: 76% (79/103)
remote: Counting objects: 77% (80/103)
remote: Counting objects: 78% (81/103)
remote: Counting objects: 79% (82/103)
remote: Counting objects: 80% (83/103)
remote: Counting objects: 81% (84/103)
remote: Counting objects: 82% (85/103)
remote: Counting objects: 83% (86/103)
remote: Counting objects: 84% (87/103)
remote: Counting objects: 85% (88/103)
remote: Counting objects: 86% (89/103)
remote: Counting objects: 87% (90/103)
remote: Counting objects: 88% (91/103)
remote: Counting objects: 89% (92/103)
remote: Counting objects: 90% (93/103)
remote: Counting objects: 91% (94/103)
remote: Counting objects: 92% (95/103)
remote: Counting objects: 93% (96/103)
remote: Counting objects: 94% (97/103)
remote: Counting objects: 95% (98/103)
remote: Counting objects: 96% (99/103)
remote: Counting objects: 97% (100/103)
remote: Counting objects: 98% (101/103)
remote: Counting objects: 99% (102/103)
remote: Counting objects: 100% (103/103)
remote: Counting objects: 100% (103/103), done.
remote: Compressing objects: 2% (1/47)
remote: Compressing objects: 4% (2/47)
remote: Compressing objects: 6% (3/47)
remote: Compressing objects: 8% (4/47)
remote: Compressing objects: 10% (5/47)
remote: Compressing objects: 12% (6/47)
remote: Compressing objects: 14% (7/47)
remote: Compressing objects: 17% (8/47)
remote: Compressing objects: 19% (9/47)
remote: Compressing objects: 21% (10/47)
remote: Compressing objects: 23% (11/47)
remote: Compressing objects: 25% (12/47)
remote: Compressing objects: 27% (13/47)
remote: Compressing objects: 29% (14/47)
remote: Compressing objects: 31% (15/47)
remote: Compressing objects: 34% (16/47)
remote: Compressing objects: 36% (17/47)
remote: Compressing objects: 38% (18/47)
remote: Compressing objects: 40% (19/47)
remote: Compressing objects: 42% (20/47)
remote: Compressing objects: 44% (21/47)
remote: Compressing objects: 46% (22/47)
remote: Compressing objects: 48% (23/47)
remote: Compressing objects: 51% (24/47)
remote: Compressing objects: 53% (25/47)
remote: Compressing objects: 55% (26/47)
remote: Compressing objects: 57% (27/47)
remote: Compressing objects: 59% (28/47)
remote: Compressing objects: 61% (29/47)
remote: Compressing objects: 63% (30/47)
remote: Compressing objects: 65% (31/47)
remote: Compressing objects: 68% (32/47)
remote: Compressing objects: 70% (33/47)
remote: Compressing objects: 72% (34/47)
remote: Compressing objects: 74% (35/47)
remote: Compressing objects: 76% (36/47)
remote: Compressing objects: 78% (37/47)
remote: Compressing objects: 80% (38/47)
remote: Compressing objects: 82% (39/47)
remote: Compressing objects: 85% (40/47)
remote: Compressing objects: 87% (41/47)
remote: Compressing objects: 89% (42/47)
remote: Compressing objects: 91% (43/47)
remote: Compressing objects: 93% (44/47)
remote: Compressing objects: 95% (45/47)
remote: Compressing objects: 97% (46/47)
remote: Compressing objects: 100% (47/47)
remote: Compressing objects: 100% (47/47), done.
remote: Total 131 (delta 28), reused 69 (delta 14), pack-reused 28
Receiving objects: 0% (1/131)
Receiving objects: 1% (2/131)
Receiving objects: 2% (3/131)
Receiving objects: 3% (4/131)
Receiving objects: 4% (6/131)
Receiving objects: 5% (7/131)
Receiving objects: 6% (8/131)
Receiving objects: 7% (10/131)
Receiving objects: 8% (11/131)
Receiving objects: 9% (12/131)
Receiving objects: 10% (14/131)
Receiving objects: 11% (15/131)
Receiving objects: 12% (16/131)
Receiving objects: 13% (18/131)
Receiving objects: 14% (19/131)
Receiving objects: 15% (20/131)
Receiving objects: 16% (21/131)
Receiving objects: 17% (23/131)
Receiving objects: 18% (24/131)
Receiving objects: 19% (25/131)
Receiving objects: 20% (27/131)
Receiving objects: 21% (28/131)
Receiving objects: 22% (29/131)
Receiving objects: 23% (31/131)
Receiving objects: 24% (32/131)
Receiving objects: 25% (33/131)
Receiving objects: 26% (35/131)
Receiving objects: 27% (36/131)
Receiving objects: 28% (37/131)
Receiving objects: 29% (38/131)
Receiving objects: 30% (40/131)
Receiving objects: 31% (41/131)
Receiving objects: 32% (42/131)
Receiving objects: 33% (44/131)
Receiving objects: 34% (45/131)
Receiving objects: 35% (46/131)
Receiving objects: 36% (48/131)
Receiving objects: 37% (49/131)
Receiving objects: 38% (50/131)
Receiving objects: 39% (52/131)
Receiving objects: 40% (53/131)
Receiving objects: 41% (54/131)
Receiving objects: 42% (56/131)
Receiving objects: 43% (57/131)
Receiving objects: 44% (58/131)
Receiving objects: 45% (59/131)
Receiving objects: 46% (61/131)
Receiving objects: 47% (62/131)
Receiving objects: 48% (63/131)
Receiving objects: 49% (65/131)
Receiving objects: 50% (66/131)
Receiving objects: 51% (67/131)
Receiving objects: 52% (69/131)
Receiving objects: 53% (70/131)
Receiving objects: 54% (71/131)
Receiving objects: 55% (73/131)
Receiving objects: 56% (74/131)
Receiving objects: 57% (75/131)
Receiving objects: 58% (76/131)
Receiving objects: 59% (78/131)
Receiving objects: 60% (79/131)
Receiving objects: 61% (80/131)
Receiving objects: 62% (82/131)
Receiving objects: 63% (83/131)
Receiving objects: 64% (84/131)
Receiving objects: 65% (86/131)
Receiving objects: 66% (87/131)
Receiving objects: 67% (88/131)
Receiving objects: 68% (90/131)
Receiving objects: 69% (91/131)
Receiving objects: 70% (92/131)
Receiving objects: 71% (94/131)
Receiving objects: 72% (95/131)
Receiving objects: 73% (96/131)
Receiving objects: 74% (97/131)
Receiving objects: 75% (99/131)
Receiving objects: 76% (100/131)
Receiving objects: 77% (101/131)
Receiving objects: 78% (103/131)
Receiving objects: 79% (104/131)
Receiving objects: 80% (105/131)
Receiving objects: 81% (107/131)
Receiving objects: 82% (108/131)
Receiving objects: 83% (109/131)
Receiving objects: 84% (111/131)
Receiving objects: 85% (112/131)
Receiving objects: 86% (113/131)
Receiving objects: 87% (114/131)
Receiving objects: 88% (116/131)
Receiving objects: 89% (117/131)
Receiving objects: 90% (118/131)
Receiving objects: 91% (120/131)
Receiving objects: 92% (121/131)
Receiving objects: 93% (122/131)
Receiving objects: 94% (124/131)
Receiving objects: 95% (125/131)
Receiving objects: 96% (126/131)
Receiving objects: 97% (128/131)
Receiving objects: 98% (129/131)
Receiving objects: 99% (130/131)
Receiving objects: 100% (131/131)
Receiving objects: 100% (131/131), 14.54 KiB | 14.54 MiB/s, done.
Resolving deltas: 0% (0/31)
Resolving deltas: 3% (1/31)
Resolving deltas: 9% (3/31)
Resolving deltas: 12% (4/31)
Resolving deltas: 16% (5/31)
Resolving deltas: 19% (6/31)
Resolving deltas: 22% (7/31)
Resolving deltas: 51% (16/31)
Resolving deltas: 70% (22/31)
Resolving deltas: 100% (31/31)
Resolving deltas: 100% (31/31), done.
Cloning into '/root/workspace/weifang-config/container/A003/params_new/system-node-weifang'...
remote: Enumerating objects: 205, done.
remote: Counting objects: 0% (1/137)
remote: Counting objects: 1% (2/137)
remote: Counting objects: 2% (3/137)
remote: Counting objects: 3% (5/137)
remote: Counting objects: 4% (6/137)
remote: Counting objects: 5% (7/137)
remote: Counting objects: 6% (9/137)
remote: Counting objects: 7% (10/137)
remote: Counting objects: 8% (11/137)
remote: Counting objects: 9% (13/137)
remote: Counting objects: 10% (14/137)
remote: Counting objects: 11% (16/137)
remote: Counting objects: 12% (17/137)
remote: Counting objects: 13% (18/137)
remote: Counting objects: 14% (20/137)
remote: Counting objects: 15% (21/137)
remote: Counting objects: 16% (22/137)
remote: Counting objects: 17% (24/137)
remote: Counting objects: 18% (25/137)
remote: Counting objects: 19% (27/137)
remote: Counting objects: 20% (28/137)
remote: Counting objects: 21% (29/137)
remote: Counting objects: 22% (31/137)
remote: Counting objects: 23% (32/137)
remote: Counting objects: 24% (33/137)
remote: Counting objects: 25% (35/137)
remote: Counting objects: 26% (36/137)
remote: Counting objects: 27% (37/137)
remote: Counting objects: 28% (39/137)
remote: Counting objects: 29% (40/137)
remote: Counting objects: 30% (42/137)
remote: Counting objects: 31% (43/137)
remote: Counting objects: 32% (44/137)
remote: Counting objects: 33% (46/137)
remote: Counting objects: 34% (47/137)
remote: Counting objects: 35% (48/137)
remote: Counting objects: 36% (50/137)
remote: Counting objects: 37% (51/137)
remote: Counting objects: 38% (53/137)
remote: Counting objects: 39% (54/137)
remote: Counting objects: 40% (55/137)
remote: Counting objects: 41% (57/137)
remote: Counting objects: 42% (58/137)
remote: Counting objects: 43% (59/137)
remote: Counting objects: 44% (61/137)
remote: Counting objects: 45% (62/137)
remote: Counting objects: 46% (64/137)
remote: Counting objects: 47% (65/137)
remote: Counting objects: 48% (66/137)
remote: Counting objects: 49% (68/137)
remote: Counting objects: 50% (69/137)
remote: Counting objects: 51% (70/137)
remote: Counting objects: 52% (72/137)
remote: Counting objects: 53% (73/137)
remote: Counting objects: 54% (74/137)
remote: Counting objects: 55% (76/137)
remote: Counting objects: 56% (77/137)
remote: Counting objects: 57% (79/137)
remote: Counting objects: 58% (80/137)
remote: Counting objects: 59% (81/137)
remote: Counting objects: 60% (83/137)
remote: Counting objects: 61% (84/137)
remote: Counting objects: 62% (85/137)
remote: Counting objects: 63% (87/137)
remote: Counting objects: 64% (88/137)
remote: Counting objects: 65% (90/137)
remote: Counting objects: 66% (91/137)
remote: Counting objects: 67% (92/137)
remote: Counting objects: 68% (94/137)
remote: Counting objects: 69% (95/137)
remote: Counting objects: 70% (96/137)
remote: Counting objects: 71% (98/137)
remote: Counting objects: 72% (99/137)
remote: Counting objects: 73% (101/137)
remote: Counting objects: 74% (102/137)
remote: Counting objects: 75% (103/137)
remote: Counting objects: 76% (105/137)
remote: Counting objects: 77% (106/137)
remote: Counting objects: 78% (107/137)
remote: Counting objects: 79% (109/137)
remote: Counting objects: 80% (110/137)
remote: Counting objects: 81% (111/137)
remote: Counting objects: 82% (113/137)
remote: Counting objects: 83% (114/137)
remote: Counting objects: 84% (116/137)
remote: Counting objects: 85% (117/137)
remote: Counting objects: 86% (118/137)
remote: Counting objects: 87% (120/137)
remote: Counting objects: 88% (121/137)
remote: Counting objects: 89% (122/137)
remote: Counting objects: 90% (124/137)
remote: Counting objects: 91% (125/137)
remote: Counting objects: 92% (127/137)
remote: Counting objects: 93% (128/137)
remote: Counting objects: 94% (129/137)
remote: Counting objects: 95% (131/137)
remote: Counting objects: 96% (132/137)
remote: Counting objects: 97% (133/137)
remote: Counting objects: 98% (135/137)
remote: Counting objects: 99% (136/137)
remote: Counting objects: 100% (137/137)
remote: Counting objects: 100% (137/137), 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 205 (delta 22), reused 100 (delta 15), pack-reused 68
Receiving objects: 0% (1/205)
Receiving objects: 1% (3/205)
Receiving objects: 2% (5/205)
Receiving objects: 3% (7/205)
Receiving objects: 4% (9/205)
Receiving objects: 5% (11/205)
Receiving objects: 6% (13/205)
Receiving objects: 7% (15/205)
Receiving objects: 8% (17/205)
Receiving objects: 9% (19/205)
Receiving objects: 10% (21/205)
Receiving objects: 11% (23/205)
Receiving objects: 12% (25/205)
Receiving objects: 13% (27/205)
Receiving objects: 14% (29/205)
Receiving objects: 15% (31/205)
Receiving objects: 16% (33/205)
Receiving objects: 17% (35/205)
Receiving objects: 18% (37/205)
Receiving objects: 19% (39/205)
Receiving objects: 20% (41/205)
Receiving objects: 21% (44/205)
Receiving objects: 22% (46/205)
Receiving objects: 23% (48/205)
Receiving objects: 24% (50/205)
Receiving objects: 25% (52/205)
Receiving objects: 26% (54/205)
Receiving objects: 27% (56/205)
Receiving objects: 28% (58/205)
Receiving objects: 29% (60/205)
Receiving objects: 30% (62/205)
Receiving objects: 31% (64/205)
Receiving objects: 32% (66/205)
Receiving objects: 33% (68/205)
Receiving objects: 34% (70/205)
Receiving objects: 35% (72/205)
Receiving objects: 36% (74/205)
Receiving objects: 37% (76/205)
Receiving objects: 38% (78/205)
Receiving objects: 39% (80/205)
Receiving objects: 40% (82/205)
Receiving objects: 41% (85/205)
Receiving objects: 42% (87/205)
Receiving objects: 43% (89/205)
Receiving objects: 44% (91/205)
Receiving objects: 45% (93/205)
Receiving objects: 46% (95/205)
Receiving objects: 47% (97/205)
Receiving objects: 48% (99/205)
Receiving objects: 49% (101/205)
Receiving objects: 50% (103/205)
Receiving objects: 51% (105/205)
Receiving objects: 52% (107/205)
Receiving objects: 53% (109/205)
Receiving objects: 54% (111/205)
Receiving objects: 55% (113/205)
Receiving objects: 56% (115/205)
Receiving objects: 57% (117/205)
Receiving objects: 58% (119/205)
Receiving objects: 59% (121/205)
Receiving objects: 60% (123/205)
Receiving objects: 61% (126/205)
Receiving objects: 62% (128/205)
Receiving objects: 63% (130/205)
Receiving objects: 64% (132/205)
Receiving objects: 65% (134/205)
Receiving objects: 66% (136/205)
Receiving objects: 67% (138/205)
Receiving objects: 68% (140/205)
Receiving objects: 69% (142/205)
Receiving objects: 70% (144/205)
Receiving objects: 71% (146/205)
Receiving objects: 72% (148/205)
Receiving objects: 73% (150/205)
Receiving objects: 74% (152/205)
Receiving objects: 75% (154/205)
Receiving objects: 76% (156/205)
Receiving objects: 77% (158/205)
Receiving objects: 78% (160/205)
Receiving objects: 79% (162/205)
Receiving objects: 80% (164/205)
Receiving objects: 81% (167/205)
Receiving objects: 82% (169/205)
Receiving objects: 83% (171/205)
Receiving objects: 84% (173/205)
Receiving objects: 85% (175/205)
Receiving objects: 86% (177/205)
Receiving objects: 87% (179/205)
Receiving objects: 88% (181/205)
Receiving objects: 89% (183/205)
Receiving objects: 90% (185/205)
Receiving objects: 91% (187/205)
Receiving objects: 92% (189/205)
Receiving objects: 93% (191/205)
Receiving objects: 94% (193/205)
Receiving objects: 95% (195/205)
Receiving objects: 96% (197/205)
Receiving objects: 97% (199/205)
Receiving objects: 98% (201/205)
Receiving objects: 99% (203/205)
Receiving objects: 100% (205/205)
Receiving objects: 100% (205/205), 26.14 KiB | 26.14 MiB/s, done.
Resolving deltas: 0% (0/33)
Resolving deltas: 60% (20/33)
Resolving deltas: 100% (33/33)
Resolving deltas: 100% (33/33), done.
Cloning into '/root/workspace/weifang-config/container/A003/params_new/system-port'...
remote: Enumerating objects: 230, done.
remote: Counting objects: 0% (1/106)
remote: Counting objects: 1% (2/106)
remote: Counting objects: 2% (3/106)
remote: Counting objects: 3% (4/106)
remote: Counting objects: 4% (5/106)
remote: Counting objects: 5% (6/106)
remote: Counting objects: 6% (7/106)
remote: Counting objects: 7% (8/106)
remote: Counting objects: 8% (9/106)
remote: Counting objects: 9% (10/106)
remote: Counting objects: 10% (11/106)
remote: Counting objects: 11% (12/106)
remote: Counting objects: 12% (13/106)
remote: Counting objects: 13% (14/106)
remote: Counting objects: 14% (15/106)
remote: Counting objects: 15% (16/106)
remote: Counting objects: 16% (17/106)
remote: Counting objects: 17% (19/106)
remote: Counting objects: 18% (20/106)
remote: Counting objects: 19% (21/106)
remote: Counting objects: 20% (22/106)
remote: Counting objects: 21% (23/106)
remote: Counting objects: 22% (24/106)
remote: Counting objects: 23% (25/106)
remote: Counting objects: 24% (26/106)
remote: Counting objects: 25% (27/106)
remote: Counting objects: 26% (28/106)
remote: Counting objects: 27% (29/106)
remote: Counting objects: 28% (30/106)
remote: Counting objects: 29% (31/106)
remote: Counting objects: 30% (32/106)
remote: Counting objects: 31% (33/106)
remote: Counting objects: 32% (34/106)
remote: Counting objects: 33% (35/106)
remote: Counting objects: 34% (37/106)
remote: Counting objects: 35% (38/106)
remote: Counting objects: 36% (39/106)
remote: Counting objects: 37% (40/106)
remote: Counting objects: 38% (41/106)
remote: Counting objects: 39% (42/106)
remote: Counting objects: 40% (43/106)
remote: Counting objects: 41% (44/106)
remote: Counting objects: 42% (45/106)
remote: Counting objects: 43% (46/106)
remote: Counting objects: 44% (47/106)
remote: Counting objects: 45% (48/106)
remote: Counting objects: 46% (49/106)
remote: Counting objects: 47% (50/106)
remote: Counting objects: 48% (51/106)
remote: Counting objects: 49% (52/106)
remote: Counting objects: 50% (53/106)
remote: Counting objects: 51% (55/106)
remote: Counting objects: 52% (56/106)
remote: Counting objects: 53% (57/106)
remote: Counting objects: 54% (58/106)
remote: Counting objects: 55% (59/106)
remote: Counting objects: 56% (60/106)
remote: Counting objects: 57% (61/106)
remote: Counting objects: 58% (62/106)
remote: Counting objects: 59% (63/106)
remote: Counting objects: 60% (64/106)
remote: Counting objects: 61% (65/106)
remote: Counting objects: 62% (66/106)
remote: Counting objects: 63% (67/106)
remote: Counting objects: 64% (68/106)
remote: Counting objects: 65% (69/106)
remote: Counting objects: 66% (70/106)
remote: Counting objects: 67% (72/106)
remote: Counting objects: 68% (73/106)
remote: Counting objects: 69% (74/106)
remote: Counting objects: 70% (75/106)
remote: Counting objects: 71% (76/106)
remote: Counting objects: 72% (77/106)
remote: Counting objects: 73% (78/106)
remote: Counting objects: 74% (79/106)
remote: Counting objects: 75% (80/106)
remote: Counting objects: 76% (81/106)
remote: Counting objects: 77% (82/106)
remote: Counting objects: 78% (83/106)
remote: Counting objects: 79% (84/106)
remote: Counting objects: 80% (85/106)
remote: Counting objects: 81% (86/106)
remote: Counting objects: 82% (87/106)
remote: Counting objects: 83% (88/106)
remote: Counting objects: 84% (90/106)
remote: Counting objects: 85% (91/106)
remote: Counting objects: 86% (92/106)
remote: Counting objects: 87% (93/106)
remote: Counting objects: 88% (94/106)
remote: Counting objects: 89% (95/106)
remote: Counting objects: 90% (96/106)
remote: Counting objects: 91% (97/106)
remote: Counting objects: 92% (98/106)
remote: Counting objects: 93% (99/106)
remote: Counting objects: 94% (100/106)
remote: Counting objects: 95% (101/106)
remote: Counting objects: 96% (102/106)
remote: Counting objects: 97% (103/106)
remote: Counting objects: 98% (104/106)
remote: Counting objects: 99% (105/106)
remote: Counting objects: 100% (106/106)
remote: Counting objects: 100% (106/106), done.
remote: Compressing objects: 1% (1/78)
remote: Compressing objects: 2% (2/78)
remote: Compressing objects: 3% (3/78)
remote: Compressing objects: 5% (4/78)
remote: Compressing objects: 6% (5/78)
remote: Compressing objects: 7% (6/78)
remote: Compressing objects: 8% (7/78)
remote: Compressing objects: 10% (8/78)
remote: Compressing objects: 11% (9/78)
remote: Compressing objects: 12% (10/78)
remote: Compressing objects: 14% (11/78)
remote: Compressing objects: 15% (12/78)
remote: Compressing objects: 16% (13/78)
remote: Compressing objects: 17% (14/78)
remote: Compressing objects: 19% (15/78)
remote: Compressing objects: 20% (16/78)
remote: Compressing objects: 21% (17/78)
remote: Compressing objects: 23% (18/78)
remote: Compressing objects: 24% (19/78)
remote: Compressing objects: 25% (20/78)
remote: Compressing objects: 26% (21/78)
remote: Compressing objects: 28% (22/78)
remote: Compressing objects: 29% (23/78)
remote: Compressing objects: 30% (24/78)
remote: Compressing objects: 32% (25/78)
remote: Compressing objects: 33% (26/78)
remote: Compressing objects: 34% (27/78)
remote: Compressing objects: 35% (28/78)
remote: Compressing objects: 37% (29/78)
remote: Compressing objects: 38% (30/78)
remote: Compressing objects: 39% (31/78)
remote: Compressing objects: 41% (32/78)
remote: Compressing objects: 42% (33/78)
remote: Compressing objects: 43% (34/78)
remote: Compressing objects: 44% (35/78)
remote: Compressing objects: 46% (36/78)
remote: Compressing objects: 47% (37/78)
remote: Compressing objects: 48% (38/78)
remote: Compressing objects: 50% (39/78)
remote: Compressing objects: 51% (40/78)
remote: Compressing objects: 52% (41/78)
remote: Compressing objects: 53% (42/78)
remote: Compressing objects: 55% (43/78)
remote: Compressing objects: 56% (44/78)
remote: Compressing objects: 57% (45/78)
remote: Compressing objects: 58% (46/78)
remote: Compressing objects: 60% (47/78)
remote: Compressing objects: 61% (48/78)
remote: Compressing objects: 62% (49/78)
remote: Compressing objects: 64% (50/78)
remote: Compressing objects: 65% (51/78)
remote: Compressing objects: 66% (52/78)
remote: Compressing objects: 67% (53/78)
remote: Compressing objects: 69% (54/78)
remote: Compressing objects: 70% (55/78)
remote: Compressing objects: 71% (56/78)
remote: Compressing objects: 73% (57/78)
remote: Compressing objects: 74% (58/78)
remote: Compressing objects: 75% (59/78)
remote: Compressing objects: 76% (60/78)
remote: Compressing objects: 78% (61/78)
remote: Compressing objects: 79% (62/78)
remote: Compressing objects: 80% (63/78)
remote: Compressing objects: 82% (64/78)
remote: Compressing objects: 83% (65/78)
remote: Compressing objects: 84% (66/78)
remote: Compressing objects: 85% (67/78)
remote: Compressing objects: 87% (68/78)
remote: Compressing objects: 88% (69/78)
remote: Compressing objects: 89% (70/78)
remote: Compressing objects: 91% (71/78)
remote: Compressing objects: 92% (72/78)
remote: Compressing objects: 93% (73/78)
remote: Compressing objects: 94% (74/78)
remote: Compressing objects: 96% (75/78)
remote: Compressing objects: 97% (76/78)
remote: Compressing objects: 98% (77/78)
remote: Compressing objects: 100% (78/78)
remote: Compressing objects: 100% (78/78), done.
Receiving objects: 0% (1/230)
Receiving objects: 1% (3/230)
Receiving objects: 2% (5/230)
Receiving objects: 3% (7/230)
Receiving objects: 4% (10/230)
Receiving objects: 5% (12/230)
Receiving objects: 6% (14/230)
Receiving objects: 7% (17/230)
Receiving objects: 8% (19/230)
Receiving objects: 9% (21/230)
Receiving objects: 10% (23/230)
Receiving objects: 11% (26/230)
Receiving objects: 12% (28/230)
Receiving objects: 13% (30/230)
Receiving objects: 14% (33/230)
Receiving objects: 15% (35/230)
Receiving objects: 16% (37/230)
Receiving objects: 17% (40/230)
Receiving objects: 18% (42/230)
Receiving objects: 19% (44/230)
Receiving objects: 20% (46/230)
Receiving objects: 21% (49/230)
Receiving objects: 22% (51/230)
Receiving objects: 23% (53/230)
Receiving objects: 24% (56/230)
Receiving objects: 25% (58/230)
Receiving objects: 26% (60/230)
Receiving objects: 27% (63/230)
Receiving objects: 28% (65/230)
Receiving objects: 29% (67/230)
Receiving objects: 30% (69/230)
Receiving objects: 31% (72/230)
Receiving objects: 32% (74/230)
Receiving objects: 33% (76/230)
Receiving objects: 34% (79/230)
Receiving objects: 35% (81/230)
Receiving objects: 36% (83/230)
Receiving objects: 37% (86/230)
Receiving objects: 38% (88/230)
Receiving objects: 39% (90/230)
Receiving objects: 40% (92/230)
Receiving objects: 41% (95/230)
Receiving objects: 42% (97/230)
Receiving objects: 43% (99/230)
Receiving objects: 44% (102/230)
Receiving objects: 45% (104/230)
Receiving objects: 46% (106/230)
Receiving objects: 47% (109/230)
Receiving objects: 48% (111/230)
Receiving objects: 49% (113/230)
Receiving objects: 50% (115/230)
Receiving objects: 51% (118/230)
Receiving objects: 52% (120/230)
Receiving objects: 53% (122/230)
Receiving objects: 54% (125/230)
Receiving objects: 55% (127/230)
Receiving objects: 56% (129/230)
Receiving objects: 57% (132/230)
Receiving objects: 58% (134/230)
Receiving objects: 59% (136/230)
Receiving objects: 60% (138/230)
Receiving objects: 61% (141/230)
Receiving objects: 62% (143/230)
Receiving objects: 63% (145/230)
Receiving objects: 64% (148/230)
Receiving objects: 65% (150/230)
Receiving objects: 66% (152/230)
Receiving objects: 67% (155/230)
Receiving objects: 68% (157/230)
Receiving objects: 69% (159/230)
Receiving objects: 70% (161/230)
Receiving objects: 71% (164/230)
Receiving objects: 72% (166/230)
Receiving objects: 73% (168/230)
Receiving objects: 74% (171/230)
Receiving objects: 75% (173/230)
Receiving objects: 76% (175/230)
Receiving objects: 77% (178/230)
Receiving objects: 78% (180/230)
Receiving objects: 79% (182/230)
Receiving objects: 80% (184/230)
remote: Total 230 (delta 51), reused 67 (delta 24), pack-reused 124
Receiving objects: 81% (187/230)
Receiving objects: 82% (189/230)
Receiving objects: 83% (191/230)
Receiving objects: 84% (194/230)
Receiving objects: 85% (196/230)
Receiving objects: 86% (198/230)
Receiving objects: 87% (201/230)
Receiving objects: 88% (203/230)
Receiving objects: 89% (205/230)
Receiving objects: 90% (207/230)
Receiving objects: 91% (210/230)
Receiving objects: 92% (212/230)
Receiving objects: 93% (214/230)
Receiving objects: 94% (217/230)
Receiving objects: 95% (219/230)
Receiving objects: 96% (221/230)
Receiving objects: 97% (224/230)
Receiving objects: 98% (226/230)
Receiving objects: 99% (228/230)
Receiving objects: 100% (230/230)
Receiving objects: 100% (230/230), 171.69 KiB | 6.36 MiB/s, done.
Resolving deltas: 0% (0/97)
Resolving deltas: 2% (2/97)
Resolving deltas: 3% (3/97)
Resolving deltas: 7% (7/97)
Resolving deltas: 15% (15/97)
Resolving deltas: 19% (19/97)
Resolving deltas: 21% (21/97)
Resolving deltas: 22% (22/97)
Resolving deltas: 23% (23/97)
Resolving deltas: 24% (24/97)
Resolving deltas: 25% (25/97)
Resolving deltas: 26% (26/97)
Resolving deltas: 27% (27/97)
Resolving deltas: 31% (31/97)
Resolving deltas: 43% (42/97)
Resolving deltas: 44% (43/97)
Resolving deltas: 70% (68/97)
Resolving deltas: 71% (69/97)
Resolving deltas: 72% (70/97)
Resolving deltas: 76% (74/97)
Resolving deltas: 79% (77/97)
Resolving deltas: 80% (78/97)
Resolving deltas: 83% (81/97)
Resolving deltas: 87% (85/97)
Resolving deltas: 89% (87/97)
Resolving deltas: 90% (88/97)
Resolving deltas: 93% (91/97)
Resolving deltas: 100% (97/97)
Resolving deltas: 100% (97/97), done.
Submodule path 'crane_align_common': checked out '954ba1c96df2e7fb63dbd882b3b7abd22189fa4d'
Submodule path 'crane_align_customized': checked out '94dc977f516373ca773cfee4e468812cd976950c'
Submodule path 'hesai_lidar_customized': checked out '9ca584cebe961958e030ff1056c9b013e0723175'
Submodule path 'lidar-extrinsics': checked out '36550d4626a4d362ca7d31af756a929b8e7b6891'
Submodule path 'lidar_loc_v2_common': checked out '0f4ba74cc53d95aaf3910e9f5255e361fd56d415'
Submodule path 'lidar_loc_v2_customized': checked out 'f456b02e485e8eccdecfa45e07d842777b968d61'
Submodule path 'msf-port': checked out 'a8149a798e11c048d88d208d57ca85594ff5f1bc'
Submodule path 'msf-vehicle': checked out '3bc4fb70a316e1efd5902b6804d45df58742013c'
Submodule path 'perception_camera_driver': checked out '82f6ae6d33aa2f9cfe16047ac1ea8ade9aa6e5da'
Submodule path 'perception_data_collection': checked out '07b0a3dca6c04926706a6ec5b459c781abdba07b'
Submodule path 'perception_lane_detection': checked out '3dcecc6a1cab5b58d59274dc57d94f2a5a1a5266'
Submodule path 'perception_lidar_camera_fusion': checked out 'd6411e8e7496fed5c621cfa668ba0e1e0aa07545'
Submodule path 'perception_new_detection': checked out '4085f11169260905201830f85820574e39904a27'
Submodule path 'perception_spreader_imv': checked out '09395be7188df1fce58a6c475904fe1c3b3ab268'
Submodule path 'perception_spreader_truck': checked out '87357350892ab66df93a7eed89c8616b28fb8d20'
Submodule path 'perception_vehicles': checked out '2c8af7d86057a9b2d28ea387a6c5302af217cc89'
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 'b650e2b08a17fc176b72f3382beac90923a71508'
Submodule path 'system-device': checked out '4fb06e5d2e01dceab81f5d83ffc5dcd95622c194'
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/ 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, 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/A003/params_new/params_new
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A003/params_new/crane_align_common/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
crane_align_common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A003/params_new/crane_align_common/crane_align /root/workspace/weifang-config/container/A003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A003/params_new/crane_align_customized/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
crane_align_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A003/params_new/crane_align_customized/crane_align /root/workspace/weifang-config/container/A003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A003/params_new/hesai_lidar_customized/
+ wc -l
[Pipeline] echo
2
[Pipeline] echo
hesai_lidar_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A003/params_new/hesai_lidar_customized/hesai_lidar /root/workspace/weifang-config/container/A003/params_new/hesai_lidar_customized/README.md /root/workspace/weifang-config/container/A003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A003/params_new/lidar-extrinsics/
+ wc -l
[Pipeline] echo
3
[Pipeline] echo
lidar-extrinsics 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A003/params_new/lidar-extrinsics/crane_align /root/workspace/weifang-config/container/A003/params_new/lidar-extrinsics/extrinsics /root/workspace/weifang-config/container/A003/params_new/lidar-extrinsics/lidar_correction_files /root/workspace/weifang-config/container/A003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A003/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/A003/params_new/lidar_loc_v2_common/lidar_loc_v2 /root/workspace/weifang-config/container/A003/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A003/params_new/lidar_loc_v2_customized/
[Pipeline] echo
1
[Pipeline] echo
lidar_loc_v2_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A003/params_new/lidar_loc_v2_customized/lidar_loc_v2 /root/workspace/weifang-config/container/A003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A003/params_new/msf-port/
+ wc -l
[Pipeline] echo
3
[Pipeline] echo
msf-port 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A003/params_new/msf-port/msf_assistant.yaml /root/workspace/weifang-config/container/A003/params_new/msf-port/msf_localization_share.yaml /root/workspace/weifang-config/container/A003/params_new/msf-port/README.md /root/workspace/weifang-config/container/A003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A003/params_new/msf-vehicle/
+ wc -l
[Pipeline] echo
4
[Pipeline] echo
msf-vehicle 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A003/params_new/msf-vehicle/extrinsics /root/workspace/weifang-config/container/A003/params_new/msf-vehicle/msf_localization_calibration.yaml /root/workspace/weifang-config/container/A003/params_new/msf-vehicle/msf_localization.yaml /root/workspace/weifang-config/container/A003/params_new/msf-vehicle/README.md /root/workspace/weifang-config/container/A003/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A003/params_new/perception_camera_driver/
[Pipeline] echo
1
[Pipeline] echo
perception_camera_driver 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A003/params_new/perception_camera_driver/slave /root/workspace/weifang-config/container/A003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A003/params_new/perception_data_collection/
+ wc -l
[Pipeline] echo
2
[Pipeline] echo
perception_data_collection 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A003/params_new/perception_data_collection/data_collection /root/workspace/weifang-config/container/A003/params_new/perception_data_collection/README.md /root/workspace/weifang-config/container/A003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A003/params_new/perception_lane_detection/
+ wc -l
[Pipeline] echo
2
[Pipeline] echo
perception_lane_detection 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A003/params_new/perception_lane_detection/lane_detection /root/workspace/weifang-config/container/A003/params_new/perception_lane_detection/README.md /root/workspace/weifang-config/container/A003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A003/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/A003/params_new/perception_lidar_camera_fusion/lidar_camera_fusion /root/workspace/weifang-config/container/A003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A003/params_new/perception_new_detection/
+ wc -l
[Pipeline] echo
2
[Pipeline] echo
perception_new_detection 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A003/params_new/perception_new_detection/perception /root/workspace/weifang-config/container/A003/params_new/perception_new_detection/README.md /root/workspace/weifang-config/container/A003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A003/params_new/perception_spreader_imv/
+ wc -l
[Pipeline] echo
2
[Pipeline] echo
perception_spreader_imv 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A003/params_new/perception_spreader_imv/imv_spreader_detection /root/workspace/weifang-config/container/A003/params_new/perception_spreader_imv/README.md /root/workspace/weifang-config/container/A003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A003/params_new/perception_spreader_truck/
+ wc -l
[Pipeline] echo
2
[Pipeline] echo
perception_spreader_truck 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A003/params_new/perception_spreader_truck/new_truck_spreader_detection /root/workspace/weifang-config/container/A003/params_new/perception_spreader_truck/README.md /root/workspace/weifang-config/container/A003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A003/params_new/perception_vehicles/
+ wc -l
[Pipeline] echo
2
[Pipeline] echo
perception_vehicles 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A003/params_new/perception_vehicles/extrinsics /root/workspace/weifang-config/container/A003/params_new/perception_vehicles/master /root/workspace/weifang-config/container/A003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A003/params_new/pointcloud_customized/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
pointcloud_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A003/params_new/pointcloud_customized/pointcloud /root/workspace/weifang-config/container/A003/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/container/A003/params_new/prediction_config/
[Pipeline] echo
1
[Pipeline] echo
prediction_config 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A003/params_new/prediction_config/prediction /root/workspace/weifang-config/container/A003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A003/params_new/rslidar_sdk_common/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
rslidar_sdk_common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A003/params_new/rslidar_sdk_common/rslidar_sdk /root/workspace/weifang-config/container/A003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A003/params_new/rslidar_sdk_customized/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
rslidar_sdk_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A003/params_new/rslidar_sdk_customized/rslidar_sdk /root/workspace/weifang-config/container/A003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A003/params_new/static_transform_common/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
static_transform_common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A003/params_new/static_transform_common/static_transform.yaml /root/workspace/weifang-config/container/A003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A003/params_new/system-common/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
system-common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A003/params_new/system-common/system-ros /root/workspace/weifang-config/container/A003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A003/params_new/system-device/
+ wc -l
[Pipeline] echo
3
[Pipeline] echo
system-device 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A003/params_new/system-device/master /root/workspace/weifang-config/container/A003/params_new/system-device/slave /root/workspace/weifang-config/container/A003/params_new/system-device/system-ros /root/workspace/weifang-config/container/A003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A003/params_new/system-mqtt/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
system-mqtt 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A003/params_new/system-mqtt/system-ros /root/workspace/weifang-config/container/A003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A003/params_new/system-node-weifang/
+ wc -l
[Pipeline] echo
3
[Pipeline] echo
system-node-weifang 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A003/params_new/system-node-weifang/master /root/workspace/weifang-config/container/A003/params_new/system-node-weifang/slave /root/workspace/weifang-config/container/A003/params_new/system-node-weifang/system-ros /root/workspace/weifang-config/container/A003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A003/params_new/system-port/
+ wc -l
[Pipeline] echo
3
[Pipeline] echo
system-port 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/container/A003/params_new/system-port/peripheral_controller.toml /root/workspace/weifang-config/container/A003/params_new/system-port/ros_can_interpreter.toml /root/workspace/weifang-config/container/A003/params_new/system-port/system-ros /root/workspace/weifang-config/container/A003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/container/A003/params_new/params_new/
crane_align
data_collection
extrinsics
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/A003/params_new/params_new/crane_align /root/workspace/weifang-config/container/A003/params_new/params_new/data_collection /root/workspace/weifang-config/container/A003/params_new/params_new/extrinsics /root/workspace/weifang-config/container/A003/params_new/params_new/hesai_lidar /root/workspace/weifang-config/container/A003/params_new/params_new/imv_spreader_detection /root/workspace/weifang-config/container/A003/params_new/params_new/lane_detection /root/workspace/weifang-config/container/A003/params_new/params_new/lidar_camera_fusion /root/workspace/weifang-config/container/A003/params_new/params_new/lidar_correction_files /root/workspace/weifang-config/container/A003/params_new/params_new/lidar_loc_v2 /root/workspace/weifang-config/container/A003/params_new/params_new/master /root/workspace/weifang-config/container/A003/params_new/params_new/msf_assistant.yaml /root/workspace/weifang-config/container/A003/params_new/params_new/msf_localization_calibration.yaml /root/workspace/weifang-config/container/A003/params_new/params_new/msf_localization_share.yaml /root/workspace/weifang-config/container/A003/params_new/params_new/msf_localization.yaml /root/workspace/weifang-config/container/A003/params_new/params_new/new_truck_spreader_detection /root/workspace/weifang-config/container/A003/params_new/params_new/perception /root/workspace/weifang-config/container/A003/params_new/params_new/peripheral_controller.toml /root/workspace/weifang-config/container/A003/params_new/params_new/pointcloud /root/workspace/weifang-config/container/A003/params_new/params_new/prediction /root/workspace/weifang-config/container/A003/params_new/params_new/README.md /root/workspace/weifang-config/container/A003/params_new/params_new/ros_can_interpreter.toml /root/workspace/weifang-config/container/A003/params_new/params_new/rslidar_sdk /root/workspace/weifang-config/container/A003/params_new/params_new/slave /root/workspace/weifang-config/container/A003/params_new/params_new/static_transform.yaml /root/workspace/weifang-config/container/A003/params_new/params_new/system-ros /root/workspace/weifang-config/container/A003/params_A003/params/
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (zip->post)
[Pipeline] script
[Pipeline] {
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] echo
[1;32m >>>>>>>>>>压缩成zip包>>>>>>>>>> [m
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] echo
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/master
[Pipeline] {
[Pipeline] sh
++ grep -v version.json
++ xargs
++ ls
+ cp -r camera_driver hardware 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/master@tmp
[Pipeline] sh
+ cp -r params_A001 params_orin_master_A001_2024-03-20_14-29-28
[Pipeline] sh
+ zip -rq params_orin_master_A001_2024-03-20_14-29-28.zip params_orin_master_A001_2024-03-20_14-29-28 ./version.json
[Pipeline] echo
/root/workspace/weifang-config/container/A001/params_orin_master_A001_2024-03-20_14-29-28.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_master_A001_2024-03-20_14-29-28.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
11 32.4M 0 0 11 3776k 0 7477k 0:00:04 --:--:-- 0:00:04 7462k
34 32.4M 0 0 34 11.3M 0 7717k 0:00:04 0:00:01 0:00:03 7712k
60 32.4M 0 0 60 19.6M 0 8060k 0:00:04 0:00:02 0:00:02 8057k
77 32.4M 0 0 77 25.1M 0 7348k 0:00:04 0:00:03 0:00:01 7346k
97 32.4M 0 0 97 31.5M 0 7164k 0:00:04 0:00:04 --:--:-- 7163k
100 32.4M 0 0 100 32.4M 0 5886k 0:00:05 0:00:05 --:--:-- 5730k
100 32.4M 0 43 100 32.4M 7 5457k 0:00:06 0:00:06 --:--:-- 4719k
[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
A003
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A003
[Pipeline] {
[Pipeline] sh
+ rm -rf params_new@tmp
[Pipeline] sh
+ rm -rf params_A003/.git
[Pipeline] dir
Running in /root/workspace/weifang-config/container/A003/params_A003/params/master
[Pipeline] {
[Pipeline] sh
++ ls
++ grep -v version.json
++ xargs
+ cp -r camera_driver hardware recorder.toml system-ros /root/workspace/weifang-config/container/A003/params_A003/params/
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ rm -rf /root/workspace/weifang-config/container/A003/params_A003/params/master@tmp
[Pipeline] sh
+ cp -r params_A003 params_orin_master_A003_2024-03-20_14-29-40
[Pipeline] sh
+ zip -rq params_orin_master_A003_2024-03-20_14-29-40.zip params_orin_master_A003_2024-03-20_14-29-40 ./version.json
[Pipeline] echo
/root/workspace/weifang-config/container/A003/params_orin_master_A003_2024-03-20_14-29-40.zip,/root/workspace/weifang-config/container/A003/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/A003/params_orin_master_A003_2024-03-20_14-29-40.zip"' --form 'version=@"/root/workspace/weifang-config/container/A003/version.json"'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
1 32.4M 0 0 1 512k 0 3180k 0:00:10 --:--:-- 0:00:10 3160k
30 32.4M 0 0 30 9.9M 0 8742k 0:00:03 0:00:01 0:00:02 8734k
62 32.4M 0 0 62 20.2M 0 9591k 0:00:03 0:00:02 0:00:01 9586k
91 32.4M 0 0 91 29.5M 0 9573k 0:00:03 0:00:03 --:--:-- 9570k
100 32.4M 0 0 100 32.4M 0 7274k 0:00:04 0:00:04 --:--:-- 7273k
100 32.4M 0 43 100 32.4M 8 6529k 0:00:05 0:00:05 --:--:-- 6639k
[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/A003@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/.A003.json
[Pipeline] sh
+ cat /root/commtest/rcdev-project/weifang/container/.A003.json
[Pipeline] sh
+ cat /root/commtest/dev-project/weifang/container/.A003.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": "# 参数发布通知
### [参数生成测试]
---
- 状态: 编译成功
- 执行人:weilikang
- 更新车辆:
> - [A001master]:
**公有dev**: e39b22e.**2024/03/19/17:16:11**
**私有dev**: dfb3cb0.**2024/03/12/19:10:27**
> - [A003master]:
**公有dev**: e39b22e.**2024/03/19/17:16:11**
**私有dev**: 3d40b7c.**2024/03/15/19:17:26**
---
> 请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 717 100 27 100 690 270 6900 --:--:-- --:--:-- --:--:-- 7170
[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