Started by user sunyufu 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 c727e6d766d24fe3d03ec1a58ef1ee8e281d194a 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 c727e6d766d24fe3d03ec1a58ef1ee8e281d194a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f c727e6d766d24fe3d03ec1a58ef1ee8e281d194a # timeout=10 Commit message: "Update orinModule64Choice.groovy" > git rev-list --no-walk c727e6d766d24fe3d03ec1a58ef1ee8e281d194a # timeout=10 [Pipeline] Start of Pipeline [Pipeline] echo [A008] [Pipeline] echo A008 [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 099abdd25911272503938f2853a1cdde2ac6cbe5 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 099abdd25911272503938f2853a1cdde2ac6cbe5 # timeout=10 Commit message: "Update orin-test.jenkinsfile" > git rev-list --no-walk 099abdd25911272503938f2853a1cdde2ac6cbe5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (checkout) [Pipeline] script [Pipeline] { [Pipeline] echo 1 [Pipeline] sh + rm -rf /root/workspace/weifang-config/container/shared_config/ [Pipeline] echo A008.json [Pipeline] sh + cat /root/commtest/master-project/weifang/container/A008.json [Pipeline] sh + cat /root/commtest/rcdev-project/weifang/container/A008.json [Pipeline] sh + cat /root/commtest/dev-project/weifang/container/A008.json [Pipeline] echo [A008] [Pipeline] echo A008 [Pipeline] sh + mkdir -p /root/workspace/weifang-config/container/A008 [Pipeline] sh + mkdir -p /root/workspace/weifang-config/container/A008/params_A008 [Pipeline] sh + rm -rf /root/workspace/weifang-config/container/A008/params /root/workspace/weifang-config/container/A008/params_A008 /root/workspace/weifang-config/container/A008/params_new /root/workspace/weifang-config/container/A008/params_orin_master_A008_2024-06-18_10-29-20 /root/workspace/weifang-config/container/A008/params_orin_master_A008_2024-06-18_10-29-20.zip /root/workspace/weifang-config/container/A008/version.json [Pipeline] dir Running in /root/workspace/weifang-config/container/A008 [Pipeline] { [Pipeline] echo [A008] [Pipeline] echo 更新A008参数 [Pipeline] echo dev,http://159.27.226.4/config/weifang/container_port/A008.git [Pipeline] echo rc_dev [Pipeline] checkout The recommended git tool is: NONE using credential gitlab_ota > git rev-parse --resolve-git-dir /root/workspace/weifang-config/container/A008/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url http://159.27.226.4/config/weifang/container_port/A008.git # timeout=10 Using shallow fetch with depth 1 Fetching upstream changes from http://159.27.226.4/config/weifang/container_port/A008.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials gitlab_ota > git fetch --tags --force --progress --depth=1 -- http://159.27.226.4/config/weifang/container_port/A008.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/dev^{commit} # timeout=10 Checking out Revision f2fe49e5debe112d05d626a73203e525d486c704 (origin/dev) > git config core.sparsecheckout # timeout=10 > git checkout -f f2fe49e5debe112d05d626a73203e525d486c704 # timeout=300000 Commit message: "feat_out:del hardware params." > git rev-list --no-walk f2fe49e5debe112d05d626a73203e525d486c704 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] sh + git rev-parse --short HEAD [Pipeline] echo /root/commtest/rcdev-project/weifang/container/A008.json [Pipeline] readJSON [Pipeline] withCredentials Masking supported pattern matches of $gitlabToken [Pipeline] { [Pipeline] httpRequest Warning: A secret was passed to "httpRequest" using Groovy String interpolation, which is insecure. Affected argument(s) used the following variable(s): [gitlabToken] See https://jenkins.io/redirect/groovy-string-interpolation for details. HttpMethod: GET URL: http://159.27.226.4/api/v4/projects?search=A008 Content-Type: application/json PRIVATE-TOKEN: ***** Sending request to url: http://159.27.226.4/api/v4/projects?search=A008 Response Code: HTTP/1.1 200 OK Response: [{"id":1316,"description":"","name":"A008","name_with_namespace":"Hardware / config / A008","path":"A008","path_with_namespace":"hardware/config/A008","created_at":"2024-01-04T13:11:48.630Z","default_branch":"dev","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:hardware/config/A008.git","http_url_to_repo":"http://159.27.226.4/hardware/config/A008.git","web_url":"http://159.27.226.4/hardware/config/A008","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-20T06:53:57.163Z","namespace":{"id":1420,"name":"config","path":"config","kind":"group","full_path":"hardware/config","parent_id":13,"avatar_url":null,"web_url":"http://159.27.226.4/groups/hardware/config"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1316","issues":"http://159.27.226.4/api/v4/projects/1316/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1316/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1316/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1316/labels","events":"http://159.27.226.4/api/v4/projects/1316/events","members":"http://159.27.226.4/api/v4/projects/1316/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1316/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2024-01-05T13:11:48.643Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":6,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":false,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":1167,"description":null,"name":"A008","name_with_namespace":"Localization / config / A008","path":"A008","path_with_namespace":"localization/config/A008","created_at":"2023-10-24T03:58:44.022Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:localization/config/A008.git","http_url_to_repo":"http://159.27.226.4/localization/config/A008.git","web_url":"http://159.27.226.4/localization/config/A008","readme_url":"http://159.27.226.4/localization/config/A008/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-04-18T08:43:38.952Z","namespace":{"id":831,"name":"config","path":"config","kind":"group","full_path":"localization/config","parent_id":11,"avatar_url":null,"web_url":"http://159.27.226.4/groups/localization/config"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1167","issues":"http://159.27.226.4/api/v4/projects/1167/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1167/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1167/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1167/labels","events":"http://159.27.226.4/api/v4/projects/1167/events","members":"http://159.27.226.4/api/v4/projects/1167/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1167/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-10-25T03:58:44.049Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":4,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":918,"description":null,"name":"A008","name_with_namespace":"Lidar / config / vehicles / A008","path":"A008","path_with_namespace":"lidar/config/vehicles/A008","created_at":"2023-07-28T07:56:18.213Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:lidar/config/vehicles/A008.git","http_url_to_repo":"http://159.27.226.4/lidar/config/vehicles/A008.git","web_url":"http://159.27.226.4/lidar/config/vehicles/A008","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-04-28T06:12:48.066Z","namespace":{"id":915,"name":"vehicles","path":"vehicles","kind":"group","full_path":"lidar/config/vehicles","parent_id":903,"avatar_url":null,"web_url":"http://159.27.226.4/groups/lidar/config/vehicles"},"_links":{"self":"http://159.27.226.4/api/v4/projects/918","issues":"http://159.27.226.4/api/v4/projects/918/issues","merge_requests":"http://159.27.226.4/api/v4/projects/918/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/918/repository/branches","labels":"http://159.27.226.4/api/v4/projects/918/labels","events":"http://159.27.226.4/api/v4/projects/918/events","members":"http://159.27.226.4/api/v4/projects/918/members","cluster_agents":"http://159.27.226.4/api/v4/projects/918/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-07-29T07:56:18.232Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":38,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":881,"description":"","name":"A008","name_with_namespace":"config / extrinsics / A008","path":"A008","path_with_namespace":"config/extrinsics/A008","created_at":"2023-07-24T11:05:34.209Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/extrinsics/A008.git","http_url_to_repo":"http://159.27.226.4/config/extrinsics/A008.git","web_url":"http://159.27.226.4/config/extrinsics/A008","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-02-18T07:28:31.812Z","namespace":{"id":839,"name":"extrinsics","path":"extrinsics","kind":"group","full_path":"config/extrinsics","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/extrinsics"},"_links":{"self":"http://159.27.226.4/api/v4/projects/881","issues":"http://159.27.226.4/api/v4/projects/881/issues","merge_requests":"http://159.27.226.4/api/v4/projects/881/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/881/repository/branches","labels":"http://159.27.226.4/api/v4/projects/881/labels","events":"http://159.27.226.4/api/v4/projects/881/events","members":"http://159.27.226.4/api/v4/projects/881/members","cluster_agents":"http://159.27.226.4/api/v4/projects/881/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-07-25T11:05:34.224Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":114,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":822,"description":"","name":"A008","name_with_namespace":"config / vehicles / A008","path":"A008","path_with_namespace":"config/vehicles/A008","created_at":"2023-07-20T06:23:44.904Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/vehicles/A008.git","http_url_to_repo":"http://159.27.226.4/config/vehicles/A008.git","web_url":"http://159.27.226.4/config/vehicles/A008","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-06-18T02:28:12.484Z","namespace":{"id":749,"name":"vehicles","path":"vehicles","kind":"group","full_path":"config/vehicles","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/vehicles"},"_links":{"self":"http://159.27.226.4/api/v4/projects/822","issues":"http://159.27.226.4/api/v4/projects/822/issues","merge_requests":"http://159.27.226.4/api/v4/projects/822/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/822/repository/branches","labels":"http://159.27.226.4/api/v4/projects/822/labels","events":"http://159.27.226.4/api/v4/projects/822/events","members":"http://159.27.226.4/api/v4/projects/822/members","cluster_agents":"http://159.27.226.4/api/v4/projects/822/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-07-21T06:23:44.916Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":51,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":791,"description":"","name":"A008","name_with_namespace":"config / weifang / container_port / A008","path":"A008","path_with_namespace":"config/weifang/container_port/A008","created_at":"2023-07-17T03:21:03.291Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/container_port/A008.git","http_url_to_repo":"http://159.27.226.4/config/weifang/container_port/A008.git","web_url":"http://159.27.226.4/config/weifang/container_port/A008","readme_url":"http://159.27.226.4/config/weifang/container_port/A008/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-22T09:04:04.497Z","namespace":{"id":599,"name":"container_port","path":"container_port","kind":"group","full_path":"config/weifang/container_port","parent_id":581,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/weifang/container_port"},"_links":{"self":"http://159.27.226.4/api/v4/projects/791","issues":"http://159.27.226.4/api/v4/projects/791/issues","merge_requests":"http://159.27.226.4/api/v4/projects/791/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/791/repository/branches","labels":"http://159.27.226.4/api/v4/projects/791/labels","events":"http://159.27.226.4/api/v4/projects/791/events","members":"http://159.27.226.4/api/v4/projects/791/members","cluster_agents":"http://159.27.226.4/api/v4/projects/791/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-07-18T03:21:03.340Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}}] Success: Status code 200 is in the accepted range: 100:399 [Pipeline] } [Pipeline] // withCredentials [Pipeline] readJSON [Pipeline] echo config/weifang/container_port/A008 [Pipeline] echo config/weifang/container_port/A008 [Pipeline] echo config/weifang/container_port/A008 [Pipeline] echo config/weifang/container_port/A008 [Pipeline] echo config/weifang/container_port/A008 [Pipeline] echo config/weifang/container_port/A008 [Pipeline] echo 791 [Pipeline] echo 791 [Pipeline] echo f2fe49e [Pipeline] sh + python3 /root/weilk/project/get_git_log.py 791 f2fe49e f2fe49e [Pipeline] echo /root/commtest/rcdev-project/weifang/container/.A008.json [Pipeline] readJSON [Pipeline] echo {"project":{"A008":"config/weifang/container_port/A008","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A008":"f2fe49e","shared_config":"14e9209"}} [Pipeline] echo {"project":{"A008":"config/weifang/container_port/A008","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A008":"f2fe49e","shared_config":"14e9209"}} [Pipeline] sh + echo '{"project":{"A008":"config/weifang/container_port/A008","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A008":"f2fe49e","shared_config":"14e9209"}}' [Pipeline] sh + cat /root/commtest/rcdev-project/weifang/container/.A008.json {"project":{"A008":"config/weifang/container_port/A008","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A008":"f2fe49e","shared_config":"14e9209"}} [Pipeline] echo {"repo_name":"params_orin_slave_A008","branch":"dev","time":"2024-06-18_11-38-28","commit_id":"f2fe49e","version":"","commit_msgs":",,"} [Pipeline] } [Pipeline] // script [Pipeline] readJSON [Pipeline] withCredentials Masking supported pattern matches of $gitlabToken [Pipeline] { [Pipeline] httpRequest Warning: A secret was passed to "httpRequest" using Groovy String interpolation, which is insecure. Affected argument(s) used the following variable(s): [gitlabToken] See https://jenkins.io/redirect/groovy-string-interpolation for details. HttpMethod: GET URL: http://159.27.226.4/api/v4/projects?search=A008 Content-Type: application/json PRIVATE-TOKEN: ***** Sending request to url: http://159.27.226.4/api/v4/projects?search=A008 Response Code: HTTP/1.1 200 OK Response: [{"id":1316,"description":"","name":"A008","name_with_namespace":"Hardware / config / A008","path":"A008","path_with_namespace":"hardware/config/A008","created_at":"2024-01-04T13:11:48.630Z","default_branch":"dev","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:hardware/config/A008.git","http_url_to_repo":"http://159.27.226.4/hardware/config/A008.git","web_url":"http://159.27.226.4/hardware/config/A008","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-20T06:53:57.163Z","namespace":{"id":1420,"name":"config","path":"config","kind":"group","full_path":"hardware/config","parent_id":13,"avatar_url":null,"web_url":"http://159.27.226.4/groups/hardware/config"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1316","issues":"http://159.27.226.4/api/v4/projects/1316/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1316/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1316/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1316/labels","events":"http://159.27.226.4/api/v4/projects/1316/events","members":"http://159.27.226.4/api/v4/projects/1316/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1316/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2024-01-05T13:11:48.643Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":6,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":false,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":1167,"description":null,"name":"A008","name_with_namespace":"Localization / config / A008","path":"A008","path_with_namespace":"localization/config/A008","created_at":"2023-10-24T03:58:44.022Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:localization/config/A008.git","http_url_to_repo":"http://159.27.226.4/localization/config/A008.git","web_url":"http://159.27.226.4/localization/config/A008","readme_url":"http://159.27.226.4/localization/config/A008/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-04-18T08:43:38.952Z","namespace":{"id":831,"name":"config","path":"config","kind":"group","full_path":"localization/config","parent_id":11,"avatar_url":null,"web_url":"http://159.27.226.4/groups/localization/config"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1167","issues":"http://159.27.226.4/api/v4/projects/1167/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1167/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1167/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1167/labels","events":"http://159.27.226.4/api/v4/projects/1167/events","members":"http://159.27.226.4/api/v4/projects/1167/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1167/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-10-25T03:58:44.049Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":4,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":918,"description":null,"name":"A008","name_with_namespace":"Lidar / config / vehicles / A008","path":"A008","path_with_namespace":"lidar/config/vehicles/A008","created_at":"2023-07-28T07:56:18.213Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:lidar/config/vehicles/A008.git","http_url_to_repo":"http://159.27.226.4/lidar/config/vehicles/A008.git","web_url":"http://159.27.226.4/lidar/config/vehicles/A008","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-04-28T06:12:48.066Z","namespace":{"id":915,"name":"vehicles","path":"vehicles","kind":"group","full_path":"lidar/config/vehicles","parent_id":903,"avatar_url":null,"web_url":"http://159.27.226.4/groups/lidar/config/vehicles"},"_links":{"self":"http://159.27.226.4/api/v4/projects/918","issues":"http://159.27.226.4/api/v4/projects/918/issues","merge_requests":"http://159.27.226.4/api/v4/projects/918/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/918/repository/branches","labels":"http://159.27.226.4/api/v4/projects/918/labels","events":"http://159.27.226.4/api/v4/projects/918/events","members":"http://159.27.226.4/api/v4/projects/918/members","cluster_agents":"http://159.27.226.4/api/v4/projects/918/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-07-29T07:56:18.232Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":38,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":881,"description":"","name":"A008","name_with_namespace":"config / extrinsics / A008","path":"A008","path_with_namespace":"config/extrinsics/A008","created_at":"2023-07-24T11:05:34.209Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/extrinsics/A008.git","http_url_to_repo":"http://159.27.226.4/config/extrinsics/A008.git","web_url":"http://159.27.226.4/config/extrinsics/A008","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-02-18T07:28:31.812Z","namespace":{"id":839,"name":"extrinsics","path":"extrinsics","kind":"group","full_path":"config/extrinsics","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/extrinsics"},"_links":{"self":"http://159.27.226.4/api/v4/projects/881","issues":"http://159.27.226.4/api/v4/projects/881/issues","merge_requests":"http://159.27.226.4/api/v4/projects/881/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/881/repository/branches","labels":"http://159.27.226.4/api/v4/projects/881/labels","events":"http://159.27.226.4/api/v4/projects/881/events","members":"http://159.27.226.4/api/v4/projects/881/members","cluster_agents":"http://159.27.226.4/api/v4/projects/881/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-07-25T11:05:34.224Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":114,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":822,"description":"","name":"A008","name_with_namespace":"config / vehicles / A008","path":"A008","path_with_namespace":"config/vehicles/A008","created_at":"2023-07-20T06:23:44.904Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/vehicles/A008.git","http_url_to_repo":"http://159.27.226.4/config/vehicles/A008.git","web_url":"http://159.27.226.4/config/vehicles/A008","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-06-18T02:28:12.484Z","namespace":{"id":749,"name":"vehicles","path":"vehicles","kind":"group","full_path":"config/vehicles","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/vehicles"},"_links":{"self":"http://159.27.226.4/api/v4/projects/822","issues":"http://159.27.226.4/api/v4/projects/822/issues","merge_requests":"http://159.27.226.4/api/v4/projects/822/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/822/repository/branches","labels":"http://159.27.226.4/api/v4/projects/822/labels","events":"http://159.27.226.4/api/v4/projects/822/events","members":"http://159.27.226.4/api/v4/projects/822/members","cluster_agents":"http://159.27.226.4/api/v4/projects/822/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-07-21T06:23:44.916Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":51,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":791,"description":"","name":"A008","name_with_namespace":"config / weifang / container_port / A008","path":"A008","path_with_namespace":"config/weifang/container_port/A008","created_at":"2023-07-17T03:21:03.291Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/container_port/A008.git","http_url_to_repo":"http://159.27.226.4/config/weifang/container_port/A008.git","web_url":"http://159.27.226.4/config/weifang/container_port/A008","readme_url":"http://159.27.226.4/config/weifang/container_port/A008/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-22T09:04:04.497Z","namespace":{"id":599,"name":"container_port","path":"container_port","kind":"group","full_path":"config/weifang/container_port","parent_id":581,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/weifang/container_port"},"_links":{"self":"http://159.27.226.4/api/v4/projects/791","issues":"http://159.27.226.4/api/v4/projects/791/issues","merge_requests":"http://159.27.226.4/api/v4/projects/791/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/791/repository/branches","labels":"http://159.27.226.4/api/v4/projects/791/labels","events":"http://159.27.226.4/api/v4/projects/791/events","members":"http://159.27.226.4/api/v4/projects/791/members","cluster_agents":"http://159.27.226.4/api/v4/projects/791/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-07-18T03:21:03.340Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}}] Success: Status code 200 is in the accepted range: 100:399 [Pipeline] } [Pipeline] // withCredentials [Pipeline] readJSON [Pipeline] echo config/weifang/container_port/A008 [Pipeline] echo config/weifang/container_port/A008 [Pipeline] echo config/weifang/container_port/A008 [Pipeline] echo config/weifang/container_port/A008 [Pipeline] echo config/weifang/container_port/A008 [Pipeline] echo config/weifang/container_port/A008 [Pipeline] echo 791 [Pipeline] echo 791 [Pipeline] sh + git rev-parse --short HEAD [Pipeline] withCredentials Masking supported pattern matches of $gitlabToken [Pipeline] { [Pipeline] httpRequest Warning: A secret was passed to "httpRequest" using Groovy String interpolation, which is insecure. Affected argument(s) used the following variable(s): [gitlabToken] See https://jenkins.io/redirect/groovy-string-interpolation for details. HttpMethod: GET URL: http://159.27.226.4/api/v4/projects/791/repository/commits/f2fe49e Content-Type: application/json PRIVATE-TOKEN: ***** Sending request to url: http://159.27.226.4/api/v4/projects/791/repository/commits/f2fe49e Response Code: HTTP/1.1 200 OK Response: {"id":"f2fe49e5debe112d05d626a73203e525d486c704","short_id":"f2fe49e5","created_at":"2024-03-22T17:04:03.000+08:00","parent_ids":["c5340ee9e7bf9eb9e7c6fe4e230c598a298f20cf"],"title":"feat_out:del hardware params.","message":"feat_out:del hardware params.\n","author_name":"liuyong","author_email":"827415225@qq.com","authored_date":"2024-03-22T17:04:03.000+08:00","committer_name":"liuyong","committer_email":"827415225@qq.com","committed_date":"2024-03-22T17:04:03.000+08:00","trailers":{},"web_url":"http://159.27.226.4/config/weifang/container_port/A008/-/commit/f2fe49e5debe112d05d626a73203e525d486c704","stats":{"additions":0,"deletions":54,"total":54},"status":null,"project_id":791,"last_pipeline":null} Success: Status code 200 is in the accepted range: 100:399 [Pipeline] } [Pipeline] // withCredentials [Pipeline] readJSON [Pipeline] echo 2024/03/22/17:04:03 [Pipeline] echo dev**: f2fe49e.**2024/03/22/17:04:03** [Pipeline] dir Running in /root/workspace/weifang-config/container/A008/params_A008 [Pipeline] { [Pipeline] fileExists [Pipeline] sh + 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/A008/params_A008 # timeout=10 Fetching upstream changes from http://159.27.226.4/config/weifang/container_port/shared_config.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials gitlab_ota > git fetch --tags --force --progress --depth=1 -- http://159.27.226.4/config/weifang/container_port/shared_config.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url http://159.27.226.4/config/weifang/container_port/shared_config.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/dev^{commit} # timeout=10 Checking out Revision 14e9209f1bb4a5de8982b1ee2471be03d99419f4 (origin/dev) > git config core.sparsecheckout # timeout=10 > git checkout -f 14e9209f1bb4a5de8982b1ee2471be03d99419f4 # timeout=30000 Commit message: "fix_out:update the params of hdmap" > git rev-list --no-walk 14e9209f1bb4a5de8982b1ee2471be03d99419f4 # timeout=10 [Pipeline] sh + cp -r .git/ params /root/workspace/weifang-config/container/shared_config/dev/ [Pipeline] sh + rm -rf params_A008@tmp [Pipeline] script [Pipeline] { [Pipeline] sh + git rev-parse --short HEAD [Pipeline] echo /root/commtest/rcdev-project/weifang/container/A008.json [Pipeline] readJSON [Pipeline] withCredentials Masking supported pattern matches of $gitlabToken [Pipeline] { [Pipeline] httpRequest Warning: A secret was passed to "httpRequest" using Groovy String interpolation, which is insecure. Affected argument(s) used the following variable(s): [gitlabToken] See https://jenkins.io/redirect/groovy-string-interpolation for details. HttpMethod: GET URL: http://159.27.226.4/api/v4/projects?search=shared_config Content-Type: application/json PRIVATE-TOKEN: ***** Sending request to url: http://159.27.226.4/api/v4/projects?search=shared_config Response Code: HTTP/1.1 200 OK Response: [{"id":1440,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / qiangang / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/qiangang/shared_config","created_at":"2024-04-26T07:53:48.106Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/qiangang/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/qiangang/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/qiangang/shared_config","readme_url":"http://159.27.226.4/config/qingdao/qiangang/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-06-13T01:36:48.204Z","namespace":{"id":1585,"name":"qiangang","path":"qiangang","kind":"group","full_path":"config/qingdao/qiangang","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/qiangang"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1440","issues":"http://159.27.226.4/api/v4/projects/1440/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1440/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1440/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1440/labels","events":"http://159.27.226.4/api/v4/projects/1440/events","members":"http://159.27.226.4/api/v4/projects/1440/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1440/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2024-04-27T07:53:48.133Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1436,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / dongfen / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/dongfen/shared_config","created_at":"2024-04-26T03:10:53.176Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/dongfen/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/dongfen/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/dongfen/shared_config","readme_url":"http://159.27.226.4/config/qingdao/dongfen/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-16T05:51:16.189Z","namespace":{"id":1580,"name":"dongfen","path":"dongfen","kind":"group","full_path":"config/qingdao/dongfen","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/dongfen"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1436","issues":"http://159.27.226.4/api/v4/projects/1436/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1436/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1436/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1436/labels","events":"http://159.27.226.4/api/v4/projects/1436/events","members":"http://159.27.226.4/api/v4/projects/1436/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1436/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2024-04-27T03:10:53.212Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1404,"description":"","name":"shared_config","name_with_namespace":"config / shenzhen / mawan / shared_config","path":"shared_config","path_with_namespace":"config/shenzhen/mawan/shared_config","created_at":"2024-03-11T07:05:56.044Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/shenzhen/mawan/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/shenzhen/mawan/shared_config.git","web_url":"http://159.27.226.4/config/shenzhen/mawan/shared_config","readme_url":"http://159.27.226.4/config/shenzhen/mawan/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-23T03:29:31.229Z","namespace":{"id":1546,"name":"mawan","path":"mawan","kind":"group","full_path":"config/shenzhen/mawan","parent_id":1545,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/shenzhen/mawan"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1404","issues":"http://159.27.226.4/api/v4/projects/1404/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1404/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1404/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1404/labels","events":"http://159.27.226.4/api/v4/projects/1404/events","members":"http://159.27.226.4/api/v4/projects/1404/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1404/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2024-03-12T07:05:56.106Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1229,"description":"","name":"shared_config","name_with_namespace":"config / shanghai / luojing / shared_config","path":"shared_config","path_with_namespace":"config/shanghai/luojing/shared_config","created_at":"2023-10-30T06:38:21.219Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/shanghai/luojing/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/shanghai/luojing/shared_config.git","web_url":"http://159.27.226.4/config/shanghai/luojing/shared_config","readme_url":"http://159.27.226.4/config/shanghai/luojing/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-01-29T11:52:15.598Z","namespace":{"id":1360,"name":"luojing","path":"luojing","kind":"group","full_path":"config/shanghai/luojing","parent_id":1359,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/shanghai/luojing"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1229","issues":"http://159.27.226.4/api/v4/projects/1229/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1229/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1229/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1229/labels","events":"http://159.27.226.4/api/v4/projects/1229/events","members":"http://159.27.226.4/api/v4/projects/1229/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1229/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-10-31T06:38:21.323Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1112,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / xilian / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/xilian/shared_config","created_at":"2023-10-17T11:35:03.561Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/xilian/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/xilian/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/xilian/shared_config","readme_url":"http://159.27.226.4/config/qingdao/xilian/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-06-17T09:12:37.475Z","namespace":{"id":1240,"name":"xilian","path":"xilian","kind":"group","full_path":"config/qingdao/xilian","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/xilian"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1112","issues":"http://159.27.226.4/api/v4/projects/1112/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1112/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1112/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1112/labels","events":"http://159.27.226.4/api/v4/projects/1112/events","members":"http://159.27.226.4/api/v4/projects/1112/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1112/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-10-18T11:35:03.593Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1096,"description":"","name":"shared_config","name_with_namespace":"config / fangcheng / shared_config","path":"shared_config","path_with_namespace":"config/fangcheng/shared_config","created_at":"2023-09-21T07:01:00.264Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/fangcheng/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/fangcheng/shared_config.git","web_url":"http://159.27.226.4/config/fangcheng/shared_config","readme_url":"http://159.27.226.4/config/fangcheng/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-07T03:12:30.506Z","namespace":{"id":1220,"name":"fangcheng","path":"fangcheng","kind":"group","full_path":"config/fangcheng","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/fangcheng"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1096","issues":"http://159.27.226.4/api/v4/projects/1096/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1096/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1096/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1096/labels","events":"http://159.27.226.4/api/v4/projects/1096/events","members":"http://159.27.226.4/api/v4/projects/1096/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1096/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-09-22T07:01:00.288Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1069,"description":"","name":"shared_config","name_with_namespace":"config / rugao / shared_config","path":"shared_config","path_with_namespace":"config/rugao/shared_config","created_at":"2023-09-12T11:52:34.020Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/rugao/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/rugao/shared_config.git","web_url":"http://159.27.226.4/config/rugao/shared_config","readme_url":"http://159.27.226.4/config/rugao/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:34:41.228Z","namespace":{"id":1191,"name":"rugao","path":"rugao","kind":"group","full_path":"config/rugao","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/rugao"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1069","issues":"http://159.27.226.4/api/v4/projects/1069/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1069/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1069/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1069/labels","events":"http://159.27.226.4/api/v4/projects/1069/events","members":"http://159.27.226.4/api/v4/projects/1069/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1069/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-09-13T11:52:34.092Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1038,"description":"","name":"shared_config","name_with_namespace":"config / qinzhou / shared_config","path":"shared_config","path_with_namespace":"config/qinzhou/shared_config","created_at":"2023-08-21T09:09:35.316Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qinzhou/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qinzhou/shared_config.git","web_url":"http://159.27.226.4/config/qinzhou/shared_config","readme_url":"http://159.27.226.4/config/qinzhou/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:33:11.733Z","namespace":{"id":1159,"name":"qinzhou","path":"qinzhou","kind":"group","full_path":"config/qinzhou","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qinzhou"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1038","issues":"http://159.27.226.4/api/v4/projects/1038/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1038/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1038/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1038/labels","events":"http://159.27.226.4/api/v4/projects/1038/events","members":"http://159.27.226.4/api/v4/projects/1038/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1038/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-08-22T09:09:35.363Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":null}},{"id":904,"description":"","name":"shared_config","name_with_namespace":"config / jianlong / shared_config","path":"shared_config","path_with_namespace":"config/jianlong/shared_config","created_at":"2023-07-28T02:45:18.413Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/jianlong/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/jianlong/shared_config.git","web_url":"http://159.27.226.4/config/jianlong/shared_config","readme_url":"http://159.27.226.4/config/jianlong/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-25T06:52:40.407Z","namespace":{"id":1023,"name":"jianlong","path":"jianlong","kind":"group","full_path":"config/jianlong","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/jianlong"},"_links":{"self":"http://159.27.226.4/api/v4/projects/904","issues":"http://159.27.226.4/api/v4/projects/904/issues","merge_requests":"http://159.27.226.4/api/v4/projects/904/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/904/repository/branches","labels":"http://159.27.226.4/api/v4/projects/904/labels","events":"http://159.27.226.4/api/v4/projects/904/events","members":"http://159.27.226.4/api/v4/projects/904/members","cluster_agents":"http://159.27.226.4/api/v4/projects/904/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-07-29T02:45:18.435Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":711,"description":"","name":"shared_config","name_with_namespace":"config / jili / shared_config","path":"shared_config","path_with_namespace":"config/jili/shared_config","created_at":"2023-07-04T11:29:03.387Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/jili/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/jili/shared_config.git","web_url":"http://159.27.226.4/config/jili/shared_config","readme_url":"http://159.27.226.4/config/jili/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-07T07:27:00.197Z","namespace":{"id":799,"name":"jili","path":"jili","kind":"group","full_path":"config/jili","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/jili"},"_links":{"self":"http://159.27.226.4/api/v4/projects/711","issues":"http://159.27.226.4/api/v4/projects/711/issues","merge_requests":"http://159.27.226.4/api/v4/projects/711/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/711/repository/branches","labels":"http://159.27.226.4/api/v4/projects/711/labels","events":"http://159.27.226.4/api/v4/projects/711/events","members":"http://159.27.226.4/api/v4/projects/711/members","cluster_agents":"http://159.27.226.4/api/v4/projects/711/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-07-05T11:29:03.403Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":null}},{"id":608,"description":"","name":"shared_config","name_with_namespace":"config / tianjin / shared_config","path":"shared_config","path_with_namespace":"config/tianjin/shared_config","created_at":"2023-05-10T05:51:44.146Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/tianjin/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/tianjin/shared_config.git","web_url":"http://159.27.226.4/config/tianjin/shared_config","readme_url":"http://159.27.226.4/config/tianjin/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:37:09.726Z","namespace":{"id":687,"name":"tianjin","path":"tianjin","kind":"group","full_path":"config/tianjin","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/tianjin"},"_links":{"self":"http://159.27.226.4/api/v4/projects/608","issues":"http://159.27.226.4/api/v4/projects/608/issues","merge_requests":"http://159.27.226.4/api/v4/projects/608/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/608/repository/branches","labels":"http://159.27.226.4/api/v4/projects/608/labels","events":"http://159.27.226.4/api/v4/projects/608/events","members":"http://159.27.226.4/api/v4/projects/608/members","cluster_agents":"http://159.27.226.4/api/v4/projects/608/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-05-11T05:51:44.195Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":590,"description":"","name":"shared_config","name_with_namespace":"config / rizhao / shared_config","path":"shared_config","path_with_namespace":"config/rizhao/shared_config","created_at":"2023-04-15T01:44:41.689Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/rizhao/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/rizhao/shared_config.git","web_url":"http://159.27.226.4/config/rizhao/shared_config","readme_url":"http://159.27.226.4/config/rizhao/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:34:01.928Z","namespace":{"id":666,"name":"rizhao","path":"rizhao","kind":"group","full_path":"config/rizhao","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/rizhao"},"_links":{"self":"http://159.27.226.4/api/v4/projects/590","issues":"http://159.27.226.4/api/v4/projects/590/issues","merge_requests":"http://159.27.226.4/api/v4/projects/590/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/590/repository/branches","labels":"http://159.27.226.4/api/v4/projects/590/labels","events":"http://159.27.226.4/api/v4/projects/590/events","members":"http://159.27.226.4/api/v4/projects/590/members","cluster_agents":"http://159.27.226.4/api/v4/projects/590/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-04-16T01:44:41.709Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":550,"description":"","name":"shared_config","name_with_namespace":"config / suqian / shared_config","path":"shared_config","path_with_namespace":"config/suqian/shared_config","created_at":"2023-02-27T07:33:41.478Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/suqian/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/suqian/shared_config.git","web_url":"http://159.27.226.4/config/suqian/shared_config","readme_url":"http://159.27.226.4/config/suqian/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:35:30.027Z","namespace":{"id":614,"name":"suqian","path":"suqian","kind":"group","full_path":"config/suqian","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/suqian"},"_links":{"self":"http://159.27.226.4/api/v4/projects/550","issues":"http://159.27.226.4/api/v4/projects/550/issues","merge_requests":"http://159.27.226.4/api/v4/projects/550/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/550/repository/branches","labels":"http://159.27.226.4/api/v4/projects/550/labels","events":"http://159.27.226.4/api/v4/projects/550/events","members":"http://159.27.226.4/api/v4/projects/550/members","cluster_agents":"http://159.27.226.4/api/v4/projects/550/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-02-28T07:33:41.552Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":{"access_level":20,"notification_level":3}}},{"id":537,"description":"","name":"shared_config","name_with_namespace":"config / weifang / container_port / shared_config","path":"shared_config","path_with_namespace":"config/weifang/container_port/shared_config","created_at":"2023-02-11T09:36:53.324Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/container_port/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/weifang/container_port/shared_config.git","web_url":"http://159.27.226.4/config/weifang/container_port/shared_config","readme_url":"http://159.27.226.4/config/weifang/container_port/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-07T07:30:50.969Z","namespace":{"id":599,"name":"container_port","path":"container_port","kind":"group","full_path":"config/weifang/container_port","parent_id":581,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/weifang/container_port"},"_links":{"self":"http://159.27.226.4/api/v4/projects/537","issues":"http://159.27.226.4/api/v4/projects/537/issues","merge_requests":"http://159.27.226.4/api/v4/projects/537/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/537/repository/branches","labels":"http://159.27.226.4/api/v4/projects/537/labels","events":"http://159.27.226.4/api/v4/projects/537/events","members":"http://159.27.226.4/api/v4/projects/537/members","cluster_agents":"http://159.27.226.4/api/v4/projects/537/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-02-12T09:36:53.353Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":521,"description":"","name":"shared_config","name_with_namespace":"config / weifang / bulk_port / shared_config","path":"shared_config","path_with_namespace":"config/weifang/bulk_port/shared_config","created_at":"2023-01-06T02:54:07.725Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/bulk_port/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/weifang/bulk_port/shared_config.git","web_url":"http://159.27.226.4/config/weifang/bulk_port/shared_config","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-07T07:30:18.093Z","namespace":{"id":616,"name":"bulk_port","path":"bulk_port","kind":"group","full_path":"config/weifang/bulk_port","parent_id":581,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/weifang/bulk_port"},"_links":{"self":"http://159.27.226.4/api/v4/projects/521","issues":"http://159.27.226.4/api/v4/projects/521/issues","merge_requests":"http://159.27.226.4/api/v4/projects/521/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/521/repository/branches","labels":"http://159.27.226.4/api/v4/projects/521/labels","events":"http://159.27.226.4/api/v4/projects/521/events","members":"http://159.27.226.4/api/v4/projects/521/members","cluster_agents":"http://159.27.226.4/api/v4/projects/521/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-01-07T02:54:07.782Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[{"group_id":77,"group_name":"CI","group_full_path":"ci","group_access_level":30,"expires_at":null},{"group_id":67,"group_name":"Cloud","group_full_path":"cloud","group_access_level":30,"expires_at":null},{"group_id":8,"group_name":"Lidar","group_full_path":"lidar","group_access_level":30,"expires_at":null},{"group_id":11,"group_name":"Localization","group_full_path":"localization","group_access_level":30,"expires_at":null},{"group_id":12,"group_name":"Map","group_full_path":"map","group_access_level":30,"expires_at":null},{"group_id":10,"group_name":"PNC","group_full_path":"pnc","group_access_level":30,"expires_at":null},{"group_id":14,"group_name":"System","group_full_path":"system","group_access_level":30,"expires_at":null},{"group_id":57,"group_name":"driver_and_tools","group_full_path":"driver_and_tools","group_access_level":30,"expires_at":null},{"group_id":105,"group_name":"engineering","group_full_path":"localization/engineering","group_access_level":30,"expires_at":null},{"group_id":120,"group_name":"lidar_application","group_full_path":"lidar_application","group_access_level":30,"expires_at":null},{"group_id":52,"group_name":"lidar_localization_mapping","group_full_path":"lidar_localization_mapping","group_access_level":30,"expires_at":null}],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":486,"description":"","name":"shared_config","name_with_namespace":"config / xiamen / shared_config","path":"shared_config","path_with_namespace":"config/xiamen/shared_config","created_at":"2022-10-27T06:49:53.411Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/xiamen/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/xiamen/shared_config.git","web_url":"http://159.27.226.4/config/xiamen/shared_config","readme_url":"http://159.27.226.4/config/xiamen/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-08T13:05:54.781Z","namespace":{"id":499,"name":"xiamen","path":"xiamen","kind":"group","full_path":"config/xiamen","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/xiamen"},"_links":{"self":"http://159.27.226.4/api/v4/projects/486","issues":"http://159.27.226.4/api/v4/projects/486/issues","merge_requests":"http://159.27.226.4/api/v4/projects/486/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/486/repository/branches","labels":"http://159.27.226.4/api/v4/projects/486/labels","events":"http://159.27.226.4/api/v4/projects/486/events","members":"http://159.27.226.4/api/v4/projects/486/members","cluster_agents":"http://159.27.226.4/api/v4/projects/486/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2022-10-28T06:49:53.442Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":null}},{"id":411,"description":"","name":"shared_config","name_with_namespace":"config / taicang / shared_config","path":"shared_config","path_with_namespace":"config/taicang/shared_config","created_at":"2022-09-14T03:19:24.795Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/taicang/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/taicang/shared_config.git","web_url":"http://159.27.226.4/config/taicang/shared_config","readme_url":"http://159.27.226.4/config/taicang/shared_config/-/blob/master/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:36:12.246Z","namespace":{"id":462,"name":"taicang","path":"taicang","kind":"group","full_path":"config/taicang","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/taicang"},"_links":{"self":"http://159.27.226.4/api/v4/projects/411","issues":"http://159.27.226.4/api/v4/projects/411/issues","merge_requests":"http://159.27.226.4/api/v4/projects/411/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/411/repository/branches","labels":"http://159.27.226.4/api/v4/projects/411/labels","events":"http://159.27.226.4/api/v4/projects/411/events","members":"http://159.27.226.4/api/v4/projects/411/members","cluster_agents":"http://159.27.226.4/api/v4/projects/411/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2022-09-15T03:19:24.827Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":311,"description":"","name":"shared_config","name_with_namespace":"ota / shared_config","path":"shared_config","path_with_namespace":"ota/shared_config","created_at":"2022-04-29T08:36:40.153Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:ota/shared_config.git","http_url_to_repo":"http://159.27.226.4/ota/shared_config.git","web_url":"http://159.27.226.4/ota/shared_config","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2022-06-19T00:33:46.130Z","namespace":{"id":49,"name":"ota","path":"ota","kind":"user","full_path":"ota","parent_id":null,"avatar_url":"/uploads/-/system/user/avatar/35/avatar.png","web_url":"http://159.27.226.4/ota"},"_links":{"self":"http://159.27.226.4/api/v4/projects/311","issues":"http://159.27.226.4/api/v4/projects/311/issues","merge_requests":"http://159.27.226.4/api/v4/projects/311/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/311/repository/branches","labels":"http://159.27.226.4/api/v4/projects/311/labels","events":"http://159.27.226.4/api/v4/projects/311/events","members":"http://159.27.226.4/api/v4/projects/311/members","cluster_agents":"http://159.27.226.4/api/v4/projects/311/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","owner":{"id":35,"username":"ota","name":"ota","state":"active","avatar_url":"http://159.27.226.4/uploads/-/system/user/avatar/35/avatar.png","web_url":"http://159.27.226.4/ota"},"resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2022-04-30T08:36:40.218Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":35,"mr_default_target_self":false,"import_url":null,"import_type":null,"import_status":"finished","open_issues_count":0,"ci_default_git_depth":50,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":50,"notification_level":3},"group_access":null}},{"id":215,"description":"","name":"shared_config","name_with_namespace":"config / daxie / shared_config","path":"shared_config","path_with_namespace":"config/daxie/shared_config","created_at":"2021-12-20T10:07:29.852Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/daxie/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/daxie/shared_config.git","web_url":"http://159.27.226.4/config/daxie/shared_config","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":1,"last_activity_at":"2024-06-07T02:34:09.112Z","namespace":{"id":25,"name":"daxie","path":"daxie","kind":"group","full_path":"config/daxie","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/daxie"},"_links":{"self":"http://159.27.226.4/api/v4/projects/215","issues":"http://159.27.226.4/api/v4/projects/215/issues","merge_requests":"http://159.27.226.4/api/v4/projects/215/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/215/repository/branches","labels":"http://159.27.226.4/api/v4/projects/215/labels","events":"http://159.27.226.4/api/v4/projects/215/events","members":"http://159.27.226.4/api/v4/projects/215/members","cluster_agents":"http://159.27.226.4/api/v4/projects/215/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2021-12-21T10:07:29.984Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":7,"import_status":"none","open_issues_count":0,"ci_default_git_depth":50,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[{"group_id":13,"group_name":"Hardware","group_full_path":"hardware","group_access_level":30,"expires_at":null},{"group_id":8,"group_name":"Lidar","group_full_path":"lidar","group_access_level":30,"expires_at":null},{"group_id":11,"group_name":"Localization","group_full_path":"localization","group_access_level":30,"expires_at":null},{"group_id":12,"group_name":"Map","group_full_path":"map","group_access_level":30,"expires_at":null},{"group_id":10,"group_name":"PNC","group_full_path":"pnc","group_access_level":30,"expires_at":null},{"group_id":14,"group_name":"System","group_full_path":"system","group_access_level":30,"expires_at":null},{"group_id":15,"group_name":"Shared","group_full_path":"shared","group_access_level":30,"expires_at":null},{"group_id":52,"group_name":"lidar_localization_mapping","group_full_path":"lidar_localization_mapping","group_access_level":30,"expires_at":null}],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}}] Success: Status code 200 is in the accepted range: 100:399 [Pipeline] } [Pipeline] // withCredentials [Pipeline] readJSON [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo 537 [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo 537 [Pipeline] echo 14e9209 [Pipeline] sh + python3 /root/weilk/project/get_git_log.py 537 14e9209 14e9209 [Pipeline] echo /root/commtest/rcdev-project/weifang/container/.A008.json [Pipeline] readJSON [Pipeline] echo {"project":{"A008":"config/weifang/container_port/A008","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A008":"f2fe49e","shared_config":"14e9209"}} [Pipeline] echo {"project":{"A008":"config/weifang/container_port/A008","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A008":"f2fe49e","shared_config":"14e9209"}} [Pipeline] sh + echo '{"project":{"A008":"config/weifang/container_port/A008","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A008":"f2fe49e","shared_config":"14e9209"}}' [Pipeline] sh + cat /root/commtest/rcdev-project/weifang/container/.A008.json {"project":{"A008":"config/weifang/container_port/A008","shared_config":"config/weifang/container_port/shared_config"},"commit":{"A008":"f2fe49e","shared_config":"14e9209"}} [Pipeline] echo {"repo_name":"params_computer_shared_config","branch":"dev","time":"2024-06-18_11-38-34","commit_id":"14e9209","version":"","commit_msgs":",,"} [Pipeline] } [Pipeline] // script [Pipeline] readJSON [Pipeline] withCredentials Masking supported pattern matches of $gitlabToken [Pipeline] { [Pipeline] httpRequest Warning: A secret was passed to "httpRequest" using Groovy String interpolation, which is insecure. Affected argument(s) used the following variable(s): [gitlabToken] See https://jenkins.io/redirect/groovy-string-interpolation for details. HttpMethod: GET URL: http://159.27.226.4/api/v4/projects?search=shared_config Content-Type: application/json PRIVATE-TOKEN: ***** Sending request to url: http://159.27.226.4/api/v4/projects?search=shared_config Response Code: HTTP/1.1 200 OK Response: [{"id":1440,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / qiangang / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/qiangang/shared_config","created_at":"2024-04-26T07:53:48.106Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/qiangang/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/qiangang/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/qiangang/shared_config","readme_url":"http://159.27.226.4/config/qingdao/qiangang/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-06-13T01:36:48.204Z","namespace":{"id":1585,"name":"qiangang","path":"qiangang","kind":"group","full_path":"config/qingdao/qiangang","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/qiangang"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1440","issues":"http://159.27.226.4/api/v4/projects/1440/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1440/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1440/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1440/labels","events":"http://159.27.226.4/api/v4/projects/1440/events","members":"http://159.27.226.4/api/v4/projects/1440/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1440/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2024-04-27T07:53:48.133Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1436,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / dongfen / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/dongfen/shared_config","created_at":"2024-04-26T03:10:53.176Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/dongfen/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/dongfen/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/dongfen/shared_config","readme_url":"http://159.27.226.4/config/qingdao/dongfen/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-16T05:51:16.189Z","namespace":{"id":1580,"name":"dongfen","path":"dongfen","kind":"group","full_path":"config/qingdao/dongfen","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/dongfen"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1436","issues":"http://159.27.226.4/api/v4/projects/1436/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1436/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1436/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1436/labels","events":"http://159.27.226.4/api/v4/projects/1436/events","members":"http://159.27.226.4/api/v4/projects/1436/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1436/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2024-04-27T03:10:53.212Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1404,"description":"","name":"shared_config","name_with_namespace":"config / shenzhen / mawan / shared_config","path":"shared_config","path_with_namespace":"config/shenzhen/mawan/shared_config","created_at":"2024-03-11T07:05:56.044Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/shenzhen/mawan/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/shenzhen/mawan/shared_config.git","web_url":"http://159.27.226.4/config/shenzhen/mawan/shared_config","readme_url":"http://159.27.226.4/config/shenzhen/mawan/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-23T03:29:31.229Z","namespace":{"id":1546,"name":"mawan","path":"mawan","kind":"group","full_path":"config/shenzhen/mawan","parent_id":1545,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/shenzhen/mawan"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1404","issues":"http://159.27.226.4/api/v4/projects/1404/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1404/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1404/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1404/labels","events":"http://159.27.226.4/api/v4/projects/1404/events","members":"http://159.27.226.4/api/v4/projects/1404/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1404/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2024-03-12T07:05:56.106Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1229,"description":"","name":"shared_config","name_with_namespace":"config / shanghai / luojing / shared_config","path":"shared_config","path_with_namespace":"config/shanghai/luojing/shared_config","created_at":"2023-10-30T06:38:21.219Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/shanghai/luojing/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/shanghai/luojing/shared_config.git","web_url":"http://159.27.226.4/config/shanghai/luojing/shared_config","readme_url":"http://159.27.226.4/config/shanghai/luojing/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-01-29T11:52:15.598Z","namespace":{"id":1360,"name":"luojing","path":"luojing","kind":"group","full_path":"config/shanghai/luojing","parent_id":1359,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/shanghai/luojing"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1229","issues":"http://159.27.226.4/api/v4/projects/1229/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1229/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1229/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1229/labels","events":"http://159.27.226.4/api/v4/projects/1229/events","members":"http://159.27.226.4/api/v4/projects/1229/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1229/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-10-31T06:38:21.323Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1112,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / xilian / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/xilian/shared_config","created_at":"2023-10-17T11:35:03.561Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/xilian/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/xilian/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/xilian/shared_config","readme_url":"http://159.27.226.4/config/qingdao/xilian/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-06-17T09:12:37.475Z","namespace":{"id":1240,"name":"xilian","path":"xilian","kind":"group","full_path":"config/qingdao/xilian","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/xilian"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1112","issues":"http://159.27.226.4/api/v4/projects/1112/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1112/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1112/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1112/labels","events":"http://159.27.226.4/api/v4/projects/1112/events","members":"http://159.27.226.4/api/v4/projects/1112/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1112/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-10-18T11:35:03.593Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1096,"description":"","name":"shared_config","name_with_namespace":"config / fangcheng / shared_config","path":"shared_config","path_with_namespace":"config/fangcheng/shared_config","created_at":"2023-09-21T07:01:00.264Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/fangcheng/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/fangcheng/shared_config.git","web_url":"http://159.27.226.4/config/fangcheng/shared_config","readme_url":"http://159.27.226.4/config/fangcheng/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-07T03:12:30.506Z","namespace":{"id":1220,"name":"fangcheng","path":"fangcheng","kind":"group","full_path":"config/fangcheng","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/fangcheng"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1096","issues":"http://159.27.226.4/api/v4/projects/1096/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1096/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1096/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1096/labels","events":"http://159.27.226.4/api/v4/projects/1096/events","members":"http://159.27.226.4/api/v4/projects/1096/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1096/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-09-22T07:01:00.288Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1069,"description":"","name":"shared_config","name_with_namespace":"config / rugao / shared_config","path":"shared_config","path_with_namespace":"config/rugao/shared_config","created_at":"2023-09-12T11:52:34.020Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/rugao/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/rugao/shared_config.git","web_url":"http://159.27.226.4/config/rugao/shared_config","readme_url":"http://159.27.226.4/config/rugao/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:34:41.228Z","namespace":{"id":1191,"name":"rugao","path":"rugao","kind":"group","full_path":"config/rugao","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/rugao"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1069","issues":"http://159.27.226.4/api/v4/projects/1069/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1069/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1069/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1069/labels","events":"http://159.27.226.4/api/v4/projects/1069/events","members":"http://159.27.226.4/api/v4/projects/1069/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1069/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-09-13T11:52:34.092Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1038,"description":"","name":"shared_config","name_with_namespace":"config / qinzhou / shared_config","path":"shared_config","path_with_namespace":"config/qinzhou/shared_config","created_at":"2023-08-21T09:09:35.316Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qinzhou/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qinzhou/shared_config.git","web_url":"http://159.27.226.4/config/qinzhou/shared_config","readme_url":"http://159.27.226.4/config/qinzhou/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:33:11.733Z","namespace":{"id":1159,"name":"qinzhou","path":"qinzhou","kind":"group","full_path":"config/qinzhou","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qinzhou"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1038","issues":"http://159.27.226.4/api/v4/projects/1038/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1038/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1038/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1038/labels","events":"http://159.27.226.4/api/v4/projects/1038/events","members":"http://159.27.226.4/api/v4/projects/1038/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1038/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-08-22T09:09:35.363Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":null}},{"id":904,"description":"","name":"shared_config","name_with_namespace":"config / jianlong / shared_config","path":"shared_config","path_with_namespace":"config/jianlong/shared_config","created_at":"2023-07-28T02:45:18.413Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/jianlong/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/jianlong/shared_config.git","web_url":"http://159.27.226.4/config/jianlong/shared_config","readme_url":"http://159.27.226.4/config/jianlong/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-25T06:52:40.407Z","namespace":{"id":1023,"name":"jianlong","path":"jianlong","kind":"group","full_path":"config/jianlong","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/jianlong"},"_links":{"self":"http://159.27.226.4/api/v4/projects/904","issues":"http://159.27.226.4/api/v4/projects/904/issues","merge_requests":"http://159.27.226.4/api/v4/projects/904/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/904/repository/branches","labels":"http://159.27.226.4/api/v4/projects/904/labels","events":"http://159.27.226.4/api/v4/projects/904/events","members":"http://159.27.226.4/api/v4/projects/904/members","cluster_agents":"http://159.27.226.4/api/v4/projects/904/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-07-29T02:45:18.435Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":711,"description":"","name":"shared_config","name_with_namespace":"config / jili / shared_config","path":"shared_config","path_with_namespace":"config/jili/shared_config","created_at":"2023-07-04T11:29:03.387Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/jili/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/jili/shared_config.git","web_url":"http://159.27.226.4/config/jili/shared_config","readme_url":"http://159.27.226.4/config/jili/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-07T07:27:00.197Z","namespace":{"id":799,"name":"jili","path":"jili","kind":"group","full_path":"config/jili","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/jili"},"_links":{"self":"http://159.27.226.4/api/v4/projects/711","issues":"http://159.27.226.4/api/v4/projects/711/issues","merge_requests":"http://159.27.226.4/api/v4/projects/711/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/711/repository/branches","labels":"http://159.27.226.4/api/v4/projects/711/labels","events":"http://159.27.226.4/api/v4/projects/711/events","members":"http://159.27.226.4/api/v4/projects/711/members","cluster_agents":"http://159.27.226.4/api/v4/projects/711/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-07-05T11:29:03.403Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":null}},{"id":608,"description":"","name":"shared_config","name_with_namespace":"config / tianjin / shared_config","path":"shared_config","path_with_namespace":"config/tianjin/shared_config","created_at":"2023-05-10T05:51:44.146Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/tianjin/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/tianjin/shared_config.git","web_url":"http://159.27.226.4/config/tianjin/shared_config","readme_url":"http://159.27.226.4/config/tianjin/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:37:09.726Z","namespace":{"id":687,"name":"tianjin","path":"tianjin","kind":"group","full_path":"config/tianjin","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/tianjin"},"_links":{"self":"http://159.27.226.4/api/v4/projects/608","issues":"http://159.27.226.4/api/v4/projects/608/issues","merge_requests":"http://159.27.226.4/api/v4/projects/608/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/608/repository/branches","labels":"http://159.27.226.4/api/v4/projects/608/labels","events":"http://159.27.226.4/api/v4/projects/608/events","members":"http://159.27.226.4/api/v4/projects/608/members","cluster_agents":"http://159.27.226.4/api/v4/projects/608/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-05-11T05:51:44.195Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":590,"description":"","name":"shared_config","name_with_namespace":"config / rizhao / shared_config","path":"shared_config","path_with_namespace":"config/rizhao/shared_config","created_at":"2023-04-15T01:44:41.689Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/rizhao/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/rizhao/shared_config.git","web_url":"http://159.27.226.4/config/rizhao/shared_config","readme_url":"http://159.27.226.4/config/rizhao/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:34:01.928Z","namespace":{"id":666,"name":"rizhao","path":"rizhao","kind":"group","full_path":"config/rizhao","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/rizhao"},"_links":{"self":"http://159.27.226.4/api/v4/projects/590","issues":"http://159.27.226.4/api/v4/projects/590/issues","merge_requests":"http://159.27.226.4/api/v4/projects/590/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/590/repository/branches","labels":"http://159.27.226.4/api/v4/projects/590/labels","events":"http://159.27.226.4/api/v4/projects/590/events","members":"http://159.27.226.4/api/v4/projects/590/members","cluster_agents":"http://159.27.226.4/api/v4/projects/590/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-04-16T01:44:41.709Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":550,"description":"","name":"shared_config","name_with_namespace":"config / suqian / shared_config","path":"shared_config","path_with_namespace":"config/suqian/shared_config","created_at":"2023-02-27T07:33:41.478Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/suqian/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/suqian/shared_config.git","web_url":"http://159.27.226.4/config/suqian/shared_config","readme_url":"http://159.27.226.4/config/suqian/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:35:30.027Z","namespace":{"id":614,"name":"suqian","path":"suqian","kind":"group","full_path":"config/suqian","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/suqian"},"_links":{"self":"http://159.27.226.4/api/v4/projects/550","issues":"http://159.27.226.4/api/v4/projects/550/issues","merge_requests":"http://159.27.226.4/api/v4/projects/550/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/550/repository/branches","labels":"http://159.27.226.4/api/v4/projects/550/labels","events":"http://159.27.226.4/api/v4/projects/550/events","members":"http://159.27.226.4/api/v4/projects/550/members","cluster_agents":"http://159.27.226.4/api/v4/projects/550/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-02-28T07:33:41.552Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":{"access_level":20,"notification_level":3}}},{"id":537,"description":"","name":"shared_config","name_with_namespace":"config / weifang / container_port / shared_config","path":"shared_config","path_with_namespace":"config/weifang/container_port/shared_config","created_at":"2023-02-11T09:36:53.324Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/container_port/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/weifang/container_port/shared_config.git","web_url":"http://159.27.226.4/config/weifang/container_port/shared_config","readme_url":"http://159.27.226.4/config/weifang/container_port/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-07T07:30:50.969Z","namespace":{"id":599,"name":"container_port","path":"container_port","kind":"group","full_path":"config/weifang/container_port","parent_id":581,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/weifang/container_port"},"_links":{"self":"http://159.27.226.4/api/v4/projects/537","issues":"http://159.27.226.4/api/v4/projects/537/issues","merge_requests":"http://159.27.226.4/api/v4/projects/537/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/537/repository/branches","labels":"http://159.27.226.4/api/v4/projects/537/labels","events":"http://159.27.226.4/api/v4/projects/537/events","members":"http://159.27.226.4/api/v4/projects/537/members","cluster_agents":"http://159.27.226.4/api/v4/projects/537/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-02-12T09:36:53.353Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":521,"description":"","name":"shared_config","name_with_namespace":"config / weifang / bulk_port / shared_config","path":"shared_config","path_with_namespace":"config/weifang/bulk_port/shared_config","created_at":"2023-01-06T02:54:07.725Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/bulk_port/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/weifang/bulk_port/shared_config.git","web_url":"http://159.27.226.4/config/weifang/bulk_port/shared_config","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-07T07:30:18.093Z","namespace":{"id":616,"name":"bulk_port","path":"bulk_port","kind":"group","full_path":"config/weifang/bulk_port","parent_id":581,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/weifang/bulk_port"},"_links":{"self":"http://159.27.226.4/api/v4/projects/521","issues":"http://159.27.226.4/api/v4/projects/521/issues","merge_requests":"http://159.27.226.4/api/v4/projects/521/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/521/repository/branches","labels":"http://159.27.226.4/api/v4/projects/521/labels","events":"http://159.27.226.4/api/v4/projects/521/events","members":"http://159.27.226.4/api/v4/projects/521/members","cluster_agents":"http://159.27.226.4/api/v4/projects/521/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-01-07T02:54:07.782Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[{"group_id":77,"group_name":"CI","group_full_path":"ci","group_access_level":30,"expires_at":null},{"group_id":67,"group_name":"Cloud","group_full_path":"cloud","group_access_level":30,"expires_at":null},{"group_id":8,"group_name":"Lidar","group_full_path":"lidar","group_access_level":30,"expires_at":null},{"group_id":11,"group_name":"Localization","group_full_path":"localization","group_access_level":30,"expires_at":null},{"group_id":12,"group_name":"Map","group_full_path":"map","group_access_level":30,"expires_at":null},{"group_id":10,"group_name":"PNC","group_full_path":"pnc","group_access_level":30,"expires_at":null},{"group_id":14,"group_name":"System","group_full_path":"system","group_access_level":30,"expires_at":null},{"group_id":57,"group_name":"driver_and_tools","group_full_path":"driver_and_tools","group_access_level":30,"expires_at":null},{"group_id":105,"group_name":"engineering","group_full_path":"localization/engineering","group_access_level":30,"expires_at":null},{"group_id":120,"group_name":"lidar_application","group_full_path":"lidar_application","group_access_level":30,"expires_at":null},{"group_id":52,"group_name":"lidar_localization_mapping","group_full_path":"lidar_localization_mapping","group_access_level":30,"expires_at":null}],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":486,"description":"","name":"shared_config","name_with_namespace":"config / xiamen / shared_config","path":"shared_config","path_with_namespace":"config/xiamen/shared_config","created_at":"2022-10-27T06:49:53.411Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/xiamen/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/xiamen/shared_config.git","web_url":"http://159.27.226.4/config/xiamen/shared_config","readme_url":"http://159.27.226.4/config/xiamen/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-08T13:05:54.781Z","namespace":{"id":499,"name":"xiamen","path":"xiamen","kind":"group","full_path":"config/xiamen","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/xiamen"},"_links":{"self":"http://159.27.226.4/api/v4/projects/486","issues":"http://159.27.226.4/api/v4/projects/486/issues","merge_requests":"http://159.27.226.4/api/v4/projects/486/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/486/repository/branches","labels":"http://159.27.226.4/api/v4/projects/486/labels","events":"http://159.27.226.4/api/v4/projects/486/events","members":"http://159.27.226.4/api/v4/projects/486/members","cluster_agents":"http://159.27.226.4/api/v4/projects/486/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2022-10-28T06:49:53.442Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":null}},{"id":411,"description":"","name":"shared_config","name_with_namespace":"config / taicang / shared_config","path":"shared_config","path_with_namespace":"config/taicang/shared_config","created_at":"2022-09-14T03:19:24.795Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/taicang/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/taicang/shared_config.git","web_url":"http://159.27.226.4/config/taicang/shared_config","readme_url":"http://159.27.226.4/config/taicang/shared_config/-/blob/master/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:36:12.246Z","namespace":{"id":462,"name":"taicang","path":"taicang","kind":"group","full_path":"config/taicang","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/taicang"},"_links":{"self":"http://159.27.226.4/api/v4/projects/411","issues":"http://159.27.226.4/api/v4/projects/411/issues","merge_requests":"http://159.27.226.4/api/v4/projects/411/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/411/repository/branches","labels":"http://159.27.226.4/api/v4/projects/411/labels","events":"http://159.27.226.4/api/v4/projects/411/events","members":"http://159.27.226.4/api/v4/projects/411/members","cluster_agents":"http://159.27.226.4/api/v4/projects/411/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2022-09-15T03:19:24.827Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":311,"description":"","name":"shared_config","name_with_namespace":"ota / shared_config","path":"shared_config","path_with_namespace":"ota/shared_config","created_at":"2022-04-29T08:36:40.153Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:ota/shared_config.git","http_url_to_repo":"http://159.27.226.4/ota/shared_config.git","web_url":"http://159.27.226.4/ota/shared_config","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2022-06-19T00:33:46.130Z","namespace":{"id":49,"name":"ota","path":"ota","kind":"user","full_path":"ota","parent_id":null,"avatar_url":"/uploads/-/system/user/avatar/35/avatar.png","web_url":"http://159.27.226.4/ota"},"_links":{"self":"http://159.27.226.4/api/v4/projects/311","issues":"http://159.27.226.4/api/v4/projects/311/issues","merge_requests":"http://159.27.226.4/api/v4/projects/311/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/311/repository/branches","labels":"http://159.27.226.4/api/v4/projects/311/labels","events":"http://159.27.226.4/api/v4/projects/311/events","members":"http://159.27.226.4/api/v4/projects/311/members","cluster_agents":"http://159.27.226.4/api/v4/projects/311/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","owner":{"id":35,"username":"ota","name":"ota","state":"active","avatar_url":"http://159.27.226.4/uploads/-/system/user/avatar/35/avatar.png","web_url":"http://159.27.226.4/ota"},"resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2022-04-30T08:36:40.218Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":35,"mr_default_target_self":false,"import_url":null,"import_type":null,"import_status":"finished","open_issues_count":0,"ci_default_git_depth":50,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":50,"notification_level":3},"group_access":null}},{"id":215,"description":"","name":"shared_config","name_with_namespace":"config / daxie / shared_config","path":"shared_config","path_with_namespace":"config/daxie/shared_config","created_at":"2021-12-20T10:07:29.852Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/daxie/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/daxie/shared_config.git","web_url":"http://159.27.226.4/config/daxie/shared_config","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":1,"last_activity_at":"2024-06-07T02:34:09.112Z","namespace":{"id":25,"name":"daxie","path":"daxie","kind":"group","full_path":"config/daxie","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/daxie"},"_links":{"self":"http://159.27.226.4/api/v4/projects/215","issues":"http://159.27.226.4/api/v4/projects/215/issues","merge_requests":"http://159.27.226.4/api/v4/projects/215/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/215/repository/branches","labels":"http://159.27.226.4/api/v4/projects/215/labels","events":"http://159.27.226.4/api/v4/projects/215/events","members":"http://159.27.226.4/api/v4/projects/215/members","cluster_agents":"http://159.27.226.4/api/v4/projects/215/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2021-12-21T10:07:29.984Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":7,"import_status":"none","open_issues_count":0,"ci_default_git_depth":50,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[{"group_id":13,"group_name":"Hardware","group_full_path":"hardware","group_access_level":30,"expires_at":null},{"group_id":8,"group_name":"Lidar","group_full_path":"lidar","group_access_level":30,"expires_at":null},{"group_id":11,"group_name":"Localization","group_full_path":"localization","group_access_level":30,"expires_at":null},{"group_id":12,"group_name":"Map","group_full_path":"map","group_access_level":30,"expires_at":null},{"group_id":10,"group_name":"PNC","group_full_path":"pnc","group_access_level":30,"expires_at":null},{"group_id":14,"group_name":"System","group_full_path":"system","group_access_level":30,"expires_at":null},{"group_id":15,"group_name":"Shared","group_full_path":"shared","group_access_level":30,"expires_at":null},{"group_id":52,"group_name":"lidar_localization_mapping","group_full_path":"lidar_localization_mapping","group_access_level":30,"expires_at":null}],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}}] Success: Status code 200 is in the accepted range: 100:399 [Pipeline] } [Pipeline] // withCredentials [Pipeline] readJSON [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo 537 [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo config/weifang/container_port/shared_config [Pipeline] echo 537 [Pipeline] sh + git rev-parse --short HEAD [Pipeline] withCredentials Masking supported pattern matches of $gitlabToken [Pipeline] { [Pipeline] httpRequest Warning: A secret was passed to "httpRequest" using Groovy String interpolation, which is insecure. Affected argument(s) used the following variable(s): [gitlabToken] See https://jenkins.io/redirect/groovy-string-interpolation for details. HttpMethod: GET URL: http://159.27.226.4/api/v4/projects/537/repository/commits/14e9209 Content-Type: application/json PRIVATE-TOKEN: ***** Sending request to url: http://159.27.226.4/api/v4/projects/537/repository/commits/14e9209 Response Code: HTTP/1.1 200 OK Response: {"id":"14e9209f1bb4a5de8982b1ee2471be03d99419f4","short_id":"14e9209f","created_at":"2024-05-07T07:30:50.000+00:00","parent_ids":["94f418f5355e92f115163ac5dba91de0cb0893cb"],"title":"fix_out:update the params of hdmap","message":"fix_out:update the params of hdmap","author_name":"huangxiaolong","author_email":"huangxiaolong@senior.auto","authored_date":"2024-05-07T07:30:50.000+00:00","committer_name":"huangxiaolong","committer_email":"huangxiaolong@senior.auto","committed_date":"2024-05-07T07:30:50.000+00:00","trailers":{},"web_url":"http://159.27.226.4/config/weifang/container_port/shared_config/-/commit/14e9209f1bb4a5de8982b1ee2471be03d99419f4","stats":{"additions":54,"deletions":25,"total":79},"status":null,"project_id":537,"last_pipeline":null} Success: Status code 200 is in the accepted range: 100:399 [Pipeline] } [Pipeline] // withCredentials [Pipeline] readJSON [Pipeline] echo 2024/05/07/07:30:50 [Pipeline] echo dev**: 14e9209.**2024/05/07/07:30:50** [Pipeline] } [Pipeline] // dir [Pipeline] echo {"module":[{"repo_name":"params_orin_slave_A008","branch":"dev","time":"2024-06-18_11-38-28","commit_id":"f2fe49e","version":"","commit_msgs":",,"},{"repo_name":"params_computer_shared_config","branch":"dev","time":"2024-06-18_11-38-34","commit_id":"14e9209","version":"","commit_msgs":",,"}],"device":2,"device_name":"A008_Slave","type":0,"project":6} [Pipeline] sh ++ ls ++ grep -v params_A008 ++ grep -v version.json ++ xargs + cp -r params params_A008/ [Pipeline] sh + echo '{"module":[{"repo_name":"params_orin_slave_A008","branch":"dev","time":"2024-06-18_11-38-28","commit_id":"f2fe49e","version":"","commit_msgs":",,"},{"repo_name":"params_computer_shared_config","branch":"dev","time":"2024-06-18_11-38-34","commit_id":"14e9209","version":"","commit_msgs":",,"}],"device":2,"device_name":"A008_Slave","type":0,"project":6}' [Pipeline] sh + rm -rf params_A008@tmp [Pipeline] echo > - [A008slave]: **公有dev**: 14e9209.**2024/05/07/07:30:50** **私有dev**: f2fe49e.**2024/03/22/17:04:03** [Pipeline] } [Pipeline] // dir [Pipeline] sh + rm -rf /root/workspace/weifang-config/container/A008@tmp [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (checkout_new) [Pipeline] script [Pipeline] { [Pipeline] ansiColor [Pipeline] { [Pipeline] echo  >>>>>>>>>>拉取新参数方式,合并旧参数(个别车)>>>>>>>>>>  [Pipeline] } [Pipeline] // ansiColor [Pipeline] echo A008拉取新参数方式 [Pipeline] sh + rm -rf /root/workspace/weifang-config/container/A008/params_new [Pipeline] sh + mkdir -p /root/workspace/weifang-config/container/A008/params_new [Pipeline] dir Running in /root/workspace/weifang-config/container/A008/params_new [Pipeline] { [Pipeline] checkout The recommended git tool is: NONE using credential gitlab_ota Cloning the remote Git repository Using shallow clone with depth 1 Cloning repository http://159.27.226.4/config/vehicles/A008.git > git init /root/workspace/weifang-config/container/A008/params_new # timeout=10 Fetching upstream changes from http://159.27.226.4/config/vehicles/A008.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials gitlab_ota > git fetch --tags --force --progress --depth=1 -- http://159.27.226.4/config/vehicles/A008.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url http://159.27.226.4/config/vehicles/A008.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/main^{commit} # timeout=10 Checking out Revision 2445ecfdffc1d54b14020bcdb8c2f55a66a48bff (origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f 2445ecfdffc1d54b14020bcdb8c2f55a66a48bff # timeout=300000 Commit message: "feat_out:添加标定参数" > git rev-list --no-walk 2445ecfdffc1d54b14020bcdb8c2f55a66a48bff # timeout=10 [Pipeline] sh + git submodule init Submodule 'crane_align_common' (git@159.27.226.4:lidar_localization_mapping/config/crane_align/crane_align_common.git) registered for path 'crane_align_common' Submodule 'crane_align_customized' (git@159.27.226.4:lidar_localization_mapping/config/crane_align/crane_align_customized.git) registered for path 'crane_align_customized' Submodule 'hardware' (git@159.27.226.4:hardware/config/A008.git) registered for path 'hardware' Submodule 'hesai_lidar_customized' (git@159.27.226.4:lidar_localization_mapping/config/hesai_lidar/hesai_lidar_customized.git) registered for path 'hesai_lidar_customized' Submodule 'lidar-extrinsics' (git@159.27.226.4:config/extrinsics/A008.git) registered for path 'lidar-extrinsics' Submodule 'lidar_loc_v2_common' (git@159.27.226.4:lidar_localization_mapping/config/lidar_loc_v2/lidar_loc_v2_common.git) registered for path 'lidar_loc_v2_common' Submodule 'lidar_loc_v2_customized' (git@159.27.226.4:lidar_localization_mapping/config/lidar_loc_v2/lidar_loc_v2_customized.git) registered for path 'lidar_loc_v2_customized' Submodule 'msf-port' (git@159.27.226.4:localization/config/msf-port.git) registered for path 'msf-port' Submodule 'msf-vehicle' (git@159.27.226.4:localization/config/A008.git) registered for path 'msf-vehicle' Submodule 'perception_camera_driver' (git@159.27.226.4:lidar/config/modules/perception_camera_driver.git) registered for path 'perception_camera_driver' Submodule 'perception_data_collection' (git@159.27.226.4:lidar/config/modules/perception_data_collection.git) registered for path 'perception_data_collection' Submodule 'perception_lane_detection' (git@159.27.226.4:lidar/config/modules/perception_lane_detection.git) registered for path 'perception_lane_detection' Submodule 'perception_lidar_camera_fusion' (git@159.27.226.4:lidar/config/modules/perception_lidar_camera_fusion.git) registered for path 'perception_lidar_camera_fusion' Submodule 'perception_new_detection' (git@159.27.226.4:lidar/config/modules/perception_new_detection.git) registered for path 'perception_new_detection' Submodule 'perception_spreader_imv' (git@159.27.226.4:lidar/config/modules/perception_spreader_imv.git) registered for path 'perception_spreader_imv' Submodule 'perception_spreader_truck' (git@159.27.226.4:lidar/config/modules/perception_spreader_truck.git) registered for path 'perception_spreader_truck' Submodule 'perception_vehicles' (git@159.27.226.4:lidar/config/vehicles/A008.git) registered for path 'perception_vehicles' Submodule 'pointcloud_customized' (git@159.27.226.4:lidar_localization_mapping/config/pointcloud/pointcloud_customized.git) registered for path 'pointcloud_customized' Submodule 'prediction_config' (git@159.27.226.4:prediction/config/modules/prediction_config.git) registered for path 'prediction_config' Submodule 'rslidar_sdk_common' (git@159.27.226.4:lidar_localization_mapping/config/rslidar_sdk/rslidar_sdk_common.git) registered for path 'rslidar_sdk_common' Submodule 'rslidar_sdk_customized' (git@159.27.226.4:lidar_localization_mapping/config/rslidar_sdk/rslidar_sdk_customized.git) registered for path 'rslidar_sdk_customized' Submodule 'static_transform_common' (git@159.27.226.4:lidar_localization_mapping/config/static_transform/static_transform_common.git) registered for path 'static_transform_common' Submodule 'system-common' (git@159.27.226.4:system/config/system-common.git) registered for path 'system-common' Submodule 'system-device' (git@159.27.226.4:system/config/system-device.git) registered for path 'system-device' Submodule 'system-mqtt' (git@159.27.226.4:system/config/system-mqtt.git) registered for path 'system-mqtt' Submodule 'system-node-weifang' (git@159.27.226.4:system/config/system-node-weifang.git) registered for path 'system-node-weifang' Submodule 'system-port' (git@159.27.226.4:system/config/system-port.git) registered for path 'system-port' [Pipeline] sh + git submodule update --remote --progress Cloning into '/root/workspace/weifang-config/container/A008/params_new/crane_align_common'... remote: Enumerating objects: 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/29) remote: Compressing objects: 6% (2/29) remote: Compressing objects: 10% (3/29) remote: Compressing objects: 13% (4/29) remote: Compressing objects: 17% (5/29) remote: Compressing objects: 20% (6/29) remote: Compressing objects: 24% (7/29) remote: Compressing objects: 27% (8/29) remote: Compressing objects: 31% (9/29) remote: Compressing objects: 34% (10/29) remote: Compressing objects: 37% (11/29) remote: Compressing objects: 41% (12/29) remote: Compressing objects: 44% (13/29) remote: Compressing objects: 48% (14/29) remote: Compressing objects: 51% (15/29) remote: Compressing objects: 55% (16/29) remote: Compressing objects: 58% (17/29) remote: Compressing objects: 62% (18/29) remote: Compressing objects: 65% (19/29) remote: Compressing objects: 68% (20/29) remote: Compressing objects: 72% (21/29) remote: Compressing objects: 75% (22/29) remote: Compressing objects: 79% (23/29) remote: Compressing objects: 82% (24/29) remote: Compressing objects: 86% (25/29) remote: Compressing objects: 89% (26/29) remote: Compressing objects: 93% (27/29) remote: Compressing objects: 96% (28/29) remote: Compressing objects: 100% (29/29) remote: Compressing objects: 100% (29/29), done. Receiving objects: 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) remote: Total 37 (delta 13), reused 0 (delta 0), pack-reused 0 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), 18.07 KiB | 18.07 MiB/s, done. Resolving deltas: 0% (0/13) Resolving deltas: 46% (6/13) Resolving deltas: 61% (8/13) Resolving deltas: 69% (9/13) Resolving deltas: 76% (10/13) Resolving deltas: 100% (13/13) Resolving deltas: 100% (13/13), done. Cloning into '/root/workspace/weifang-config/container/A008/params_new/crane_align_customized'... remote: Enumerating objects: 1686, done. remote: Counting objects: 0% (1/155) remote: Counting objects: 1% (2/155) remote: Counting objects: 2% (4/155) remote: Counting objects: 3% (5/155) remote: Counting objects: 4% (7/155) remote: Counting objects: 5% (8/155) remote: Counting objects: 6% (10/155) remote: Counting objects: 7% (11/155) remote: Counting objects: 8% (13/155) remote: Counting objects: 9% (14/155) remote: Counting objects: 10% (16/155) remote: Counting objects: 11% (18/155) remote: Counting objects: 12% (19/155) remote: Counting objects: 13% (21/155) remote: Counting objects: 14% (22/155) remote: Counting objects: 15% (24/155) remote: Counting objects: 16% (25/155) remote: Counting objects: 17% (27/155) remote: Counting objects: 18% (28/155) remote: Counting objects: 19% (30/155) remote: Counting objects: 20% (31/155) remote: Counting objects: 21% (33/155) remote: Counting objects: 22% (35/155) remote: Counting objects: 23% (36/155) remote: Counting objects: 24% (38/155) remote: Counting objects: 25% (39/155) remote: Counting objects: 26% (41/155) remote: Counting objects: 27% (42/155) remote: Counting objects: 28% (44/155) remote: Counting objects: 29% (45/155) remote: Counting objects: 30% (47/155) remote: Counting objects: 31% (49/155) remote: Counting objects: 32% (50/155) remote: Counting objects: 33% (52/155) remote: Counting objects: 34% (53/155) remote: Counting objects: 35% (55/155) remote: Counting objects: 36% (56/155) remote: Counting objects: 37% (58/155) remote: Counting objects: 38% (59/155) remote: Counting objects: 39% (61/155) remote: Counting objects: 40% (62/155) remote: Counting objects: 41% (64/155) remote: Counting objects: 42% (66/155) remote: Counting objects: 43% (67/155) remote: Counting objects: 44% (69/155) remote: Counting objects: 45% (70/155) remote: Counting objects: 46% (72/155) remote: Counting objects: 47% (73/155) remote: Counting objects: 48% (75/155) remote: Counting objects: 49% (76/155) remote: Counting objects: 50% (78/155) remote: Counting objects: 51% (80/155) remote: Counting objects: 52% (81/155) remote: Counting objects: 53% (83/155) remote: Counting objects: 54% (84/155) remote: Counting objects: 55% (86/155) remote: Counting objects: 56% (87/155) remote: Counting objects: 57% (89/155) remote: Counting objects: 58% (90/155) remote: Counting objects: 59% (92/155) remote: Counting objects: 60% (93/155) remote: Counting objects: 61% (95/155) remote: Counting objects: 62% (97/155) remote: Counting objects: 63% (98/155) remote: Counting objects: 64% (100/155) remote: Counting objects: 65% (101/155) remote: Counting objects: 66% (103/155) remote: Counting objects: 67% (104/155) remote: Counting objects: 68% (106/155) remote: Counting objects: 69% (107/155) remote: Counting objects: 70% (109/155) remote: Counting objects: 71% (111/155) remote: Counting objects: 72% (112/155) remote: Counting objects: 73% (114/155) remote: Counting objects: 74% (115/155) remote: Counting objects: 75% (117/155) remote: Counting objects: 76% (118/155) remote: Counting objects: 77% (120/155) remote: Counting objects: 78% (121/155) remote: Counting objects: 79% (123/155) remote: Counting objects: 80% (124/155) remote: Counting objects: 81% (126/155) remote: Counting objects: 82% (128/155) remote: Counting objects: 83% (129/155) remote: Counting objects: 84% (131/155) remote: Counting objects: 85% (132/155) remote: Counting objects: 86% (134/155) remote: Counting objects: 87% (135/155) remote: Counting objects: 88% (137/155) remote: Counting objects: 89% (138/155) remote: Counting objects: 90% (140/155) remote: Counting objects: 91% (142/155) remote: Counting objects: 92% (143/155) remote: Counting objects: 93% (145/155) remote: Counting objects: 94% (146/155) remote: Counting objects: 95% (148/155) remote: Counting objects: 96% (149/155) remote: Counting objects: 97% (151/155) remote: Counting objects: 98% (152/155) remote: Counting objects: 99% (154/155) remote: Counting objects: 100% (155/155) remote: Counting objects: 100% (155/155), done. remote: Compressing objects: 1% (1/69) remote: Compressing objects: 2% (2/69) remote: Compressing objects: 4% (3/69) remote: Compressing objects: 5% (4/69) remote: Compressing objects: 7% (5/69) remote: Compressing objects: 8% (6/69) remote: Compressing objects: 10% (7/69) remote: Compressing objects: 11% (8/69) remote: Compressing objects: 13% (9/69) remote: Compressing objects: 14% (10/69) remote: Compressing objects: 15% (11/69) remote: Compressing objects: 17% (12/69) remote: Compressing objects: 18% (13/69) remote: Compressing objects: 20% (14/69) remote: Compressing objects: 21% (15/69) remote: Compressing objects: 23% (16/69) remote: Compressing objects: 24% (17/69) remote: Compressing objects: 26% (18/69) remote: Compressing objects: 27% (19/69) remote: Compressing objects: 28% (20/69) remote: Compressing objects: 30% (21/69) remote: Compressing objects: 31% (22/69) remote: Compressing objects: 33% (23/69) remote: Compressing objects: 34% (24/69) remote: Compressing objects: 36% (25/69) remote: Compressing objects: 37% (26/69) remote: Compressing objects: 39% (27/69) remote: Compressing objects: 40% (28/69) remote: Compressing objects: 42% (29/69) remote: Compressing objects: 43% (30/69) remote: Compressing objects: 44% (31/69) remote: Compressing objects: 46% (32/69) remote: Compressing objects: 47% (33/69) remote: Compressing objects: 49% (34/69) remote: Compressing objects: 50% (35/69) remote: Compressing objects: 52% (36/69) remote: Compressing objects: 53% (37/69) remote: Compressing objects: 55% (38/69) remote: Compressing objects: 56% (39/69) remote: Compressing objects: 57% (40/69) remote: Compressing objects: 59% (41/69) remote: Compressing objects: 60% (42/69) remote: Compressing objects: 62% (43/69) remote: Compressing objects: 63% (44/69) remote: Compressing objects: 65% (45/69) remote: Compressing objects: 66% (46/69) remote: Compressing objects: 68% (47/69) remote: Compressing objects: 69% (48/69) remote: Compressing objects: 71% (49/69) remote: Compressing objects: 72% (50/69) remote: Compressing objects: 73% (51/69) remote: Compressing objects: 75% (52/69) remote: Compressing objects: 76% (53/69) remote: Compressing objects: 78% (54/69) remote: Compressing objects: 79% (55/69) remote: Compressing objects: 81% (56/69) remote: Compressing objects: 82% (57/69) remote: Compressing objects: 84% (58/69) remote: Compressing objects: 85% (59/69) remote: Compressing objects: 86% (60/69) remote: Compressing objects: 88% (61/69) remote: Compressing objects: 89% (62/69) remote: Compressing objects: 91% (63/69) remote: Compressing objects: 92% (64/69) remote: Compressing objects: 94% (65/69) remote: Compressing objects: 95% (66/69) remote: Compressing objects: 97% (67/69) remote: Compressing objects: 98% (68/69) remote: Compressing objects: 100% (69/69) remote: Compressing objects: 100% (69/69), done. Receiving objects: 0% (1/1686) Receiving objects: 1% (17/1686) Receiving objects: 2% (34/1686) Receiving objects: 3% (51/1686) Receiving objects: 4% (68/1686) Receiving objects: 5% (85/1686) Receiving objects: 6% (102/1686) Receiving objects: 7% (119/1686) Receiving objects: 8% (135/1686) Receiving objects: 9% (152/1686) Receiving objects: 10% (169/1686) Receiving objects: 11% (186/1686) Receiving objects: 12% (203/1686) Receiving objects: 13% (220/1686) Receiving objects: 14% (237/1686) Receiving objects: 15% (253/1686) Receiving objects: 16% (270/1686) Receiving objects: 17% (287/1686) Receiving objects: 18% (304/1686) Receiving objects: 19% (321/1686) Receiving objects: 20% (338/1686) Receiving objects: 21% (355/1686) Receiving objects: 22% (371/1686) Receiving objects: 23% (388/1686) Receiving objects: 24% (405/1686) Receiving objects: 25% (422/1686) Receiving objects: 26% (439/1686) Receiving objects: 27% (456/1686) Receiving objects: 28% (473/1686) Receiving objects: 29% (489/1686) Receiving objects: 30% (506/1686) Receiving objects: 31% (523/1686) Receiving objects: 32% (540/1686) Receiving objects: 33% (557/1686) Receiving objects: 34% (574/1686) Receiving objects: 35% (591/1686) Receiving objects: 36% (607/1686) Receiving objects: 37% (624/1686) Receiving objects: 38% (641/1686) Receiving objects: 39% (658/1686) Receiving objects: 40% (675/1686) Receiving objects: 41% (692/1686) Receiving objects: 42% (709/1686) Receiving objects: 43% (725/1686) Receiving objects: 44% (742/1686) Receiving objects: 45% (759/1686) Receiving objects: 46% (776/1686) Receiving objects: 47% (793/1686) Receiving objects: 48% (810/1686) Receiving objects: 49% (827/1686) Receiving objects: 50% (843/1686) Receiving objects: 51% (860/1686) Receiving objects: 52% (877/1686) Receiving objects: 53% (894/1686) Receiving objects: 54% (911/1686) Receiving objects: 55% (928/1686) Receiving objects: 56% (945/1686) Receiving objects: 57% (962/1686) Receiving objects: 58% (978/1686) Receiving objects: 59% (995/1686) Receiving objects: 60% (1012/1686) Receiving objects: 61% (1029/1686) Receiving objects: 62% (1046/1686) Receiving objects: 63% (1063/1686) Receiving objects: 64% (1080/1686) Receiving objects: 65% (1096/1686) Receiving objects: 66% (1113/1686) Receiving objects: 67% (1130/1686) Receiving objects: 68% (1147/1686) Receiving objects: 69% (1164/1686) Receiving objects: 70% (1181/1686) Receiving objects: 71% (1198/1686) Receiving objects: 72% (1214/1686) Receiving objects: 73% (1231/1686) Receiving objects: 74% (1248/1686) Receiving objects: 75% (1265/1686) Receiving objects: 76% (1282/1686) Receiving objects: 77% (1299/1686) Receiving objects: 78% (1316/1686) Receiving objects: 79% (1332/1686) Receiving objects: 80% (1349/1686) Receiving objects: 81% (1366/1686) Receiving objects: 82% (1383/1686) Receiving objects: 83% (1400/1686) Receiving objects: 84% (1417/1686) Receiving objects: 85% (1434/1686) Receiving objects: 86% (1450/1686) Receiving objects: 87% (1467/1686) Receiving objects: 88% (1484/1686) Receiving objects: 89% (1501/1686) remote: Total 1686 (delta 64), reused 140 (delta 49), pack-reused 1531 Receiving objects: 90% (1518/1686) Receiving objects: 91% (1535/1686) Receiving objects: 92% (1552/1686) Receiving objects: 93% (1568/1686) Receiving objects: 94% (1585/1686) Receiving objects: 95% (1602/1686) Receiving objects: 96% (1619/1686) Receiving objects: 97% (1636/1686) Receiving objects: 98% (1653/1686) Receiving objects: 99% (1670/1686) Receiving objects: 100% (1686/1686) Receiving objects: 100% (1686/1686), 501.50 KiB | 33.43 MiB/s, done. Resolving deltas: 0% (0/808) Resolving deltas: 1% (9/808) Resolving deltas: 2% (17/808) Resolving deltas: 3% (25/808) Resolving deltas: 4% (33/808) Resolving deltas: 5% (41/808) Resolving deltas: 6% (53/808) Resolving deltas: 13% (111/808) Resolving deltas: 14% (120/808) Resolving deltas: 15% (124/808) Resolving deltas: 16% (130/808) Resolving deltas: 17% (142/808) Resolving deltas: 21% (170/808) Resolving deltas: 22% (183/808) Resolving deltas: 23% (189/808) Resolving deltas: 24% (195/808) Resolving deltas: 25% (209/808) Resolving deltas: 26% (211/808) Resolving deltas: 27% (220/808) Resolving deltas: 28% (228/808) Resolving deltas: 33% (270/808) Resolving deltas: 35% (290/808) Resolving deltas: 36% (292/808) Resolving deltas: 40% (325/808) Resolving deltas: 41% (335/808) Resolving deltas: 42% (343/808) Resolving deltas: 43% (349/808) Resolving deltas: 44% (357/808) Resolving deltas: 45% (370/808) Resolving deltas: 46% (379/808) Resolving deltas: 47% (386/808) Resolving deltas: 48% (394/808) Resolving deltas: 49% (399/808) Resolving deltas: 50% (411/808) Resolving deltas: 51% (413/808) Resolving deltas: 53% (429/808) Resolving deltas: 54% (438/808) Resolving deltas: 55% (447/808) Resolving deltas: 56% (460/808) Resolving deltas: 58% (469/808) Resolving deltas: 59% (481/808) Resolving deltas: 63% (513/808) Resolving deltas: 64% (521/808) Resolving deltas: 65% (533/808) Resolving deltas: 67% (545/808) Resolving deltas: 68% (554/808) Resolving deltas: 69% (558/808) Resolving deltas: 71% (576/808) Resolving deltas: 72% (582/808) Resolving deltas: 73% (593/808) Resolving deltas: 74% (599/808) Resolving deltas: 75% (609/808) Resolving deltas: 81% (662/808) Resolving deltas: 100% (808/808) Resolving deltas: 100% (808/808), done. Cloning into '/root/workspace/weifang-config/container/A008/params_new/hardware'... remote: Enumerating objects: 11, done. remote: Counting objects: 9% (1/11) remote: Counting objects: 18% (2/11) remote: Counting objects: 27% (3/11) remote: Counting objects: 36% (4/11) remote: Counting objects: 45% (5/11) remote: Counting objects: 54% (6/11) remote: Counting objects: 63% (7/11) remote: Counting objects: 72% (8/11) remote: Counting objects: 81% (9/11) remote: Counting objects: 90% (10/11) remote: Counting objects: 100% (11/11) remote: Counting objects: 100% (11/11), done. remote: Compressing objects: 11% (1/9) remote: Compressing objects: 22% (2/9) remote: Compressing objects: 33% (3/9) remote: Compressing objects: 44% (4/9) remote: Compressing objects: 55% (5/9) remote: Compressing objects: 66% (6/9) remote: Compressing objects: 77% (7/9) remote: Compressing objects: 88% (8/9) remote: Compressing objects: 100% (9/9) remote: Compressing objects: 100% (9/9), done. remote: Total 11 (delta 2), reused 0 (delta 0), pack-reused 0 Receiving objects: 9% (1/11) Receiving objects: 18% (2/11) Receiving objects: 27% (3/11) Receiving objects: 36% (4/11) Receiving objects: 45% (5/11) Receiving objects: 54% (6/11) Receiving objects: 63% (7/11) Receiving objects: 72% (8/11) Receiving objects: 81% (9/11) Receiving objects: 90% (10/11) Receiving objects: 100% (11/11) Receiving objects: 100% (11/11), done. Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. Cloning into '/root/workspace/weifang-config/container/A008/params_new/hesai_lidar_customized'... remote: Enumerating objects: 22, done. remote: Counting objects: 4% (1/22) remote: Counting objects: 9% (2/22) remote: Counting objects: 13% (3/22) remote: Counting objects: 18% (4/22) remote: Counting objects: 22% (5/22) remote: Counting objects: 27% (6/22) remote: Counting objects: 31% (7/22) remote: Counting objects: 36% (8/22) remote: Counting objects: 40% (9/22) remote: Counting objects: 45% (10/22) remote: Counting objects: 50% (11/22) remote: Counting objects: 54% (12/22) remote: Counting objects: 59% (13/22) remote: Counting objects: 63% (14/22) remote: Counting objects: 68% (15/22) remote: Counting objects: 72% (16/22) remote: Counting objects: 77% (17/22) remote: Counting objects: 81% (18/22) remote: Counting objects: 86% (19/22) remote: Counting objects: 90% (20/22) remote: Counting objects: 95% (21/22) remote: Counting objects: 100% (22/22) remote: Counting objects: 100% (22/22), done. remote: Compressing objects: 4% (1/21) remote: Compressing objects: 9% (2/21) remote: Compressing objects: 14% (3/21) remote: Compressing objects: 19% (4/21) remote: Compressing objects: 23% (5/21) remote: Compressing objects: 28% (6/21) remote: Compressing objects: 33% (7/21) remote: Compressing objects: 38% (8/21) remote: Compressing objects: 42% (9/21) remote: Compressing objects: 47% (10/21) remote: Compressing objects: 52% (11/21) remote: Compressing objects: 57% (12/21) remote: Compressing objects: 61% (13/21) remote: Compressing objects: 66% (14/21) remote: Compressing objects: 71% (15/21) remote: Compressing objects: 76% (16/21) remote: Compressing objects: 80% (17/21) remote: Compressing objects: 85% (18/21) remote: Compressing objects: 90% (19/21) remote: Compressing objects: 95% (20/21) remote: Compressing objects: 100% (21/21) remote: Compressing objects: 100% (21/21), done. remote: Total 22 (delta 11), reused 0 (delta 0), pack-reused 0 Receiving objects: 4% (1/22) Receiving objects: 9% (2/22) Receiving objects: 13% (3/22) Receiving objects: 18% (4/22) Receiving objects: 22% (5/22) Receiving objects: 27% (6/22) Receiving objects: 31% (7/22) Receiving objects: 36% (8/22) Receiving objects: 40% (9/22) Receiving objects: 45% (10/22) Receiving objects: 50% (11/22) Receiving objects: 54% (12/22) Receiving objects: 59% (13/22) Receiving objects: 63% (14/22) Receiving objects: 68% (15/22) Receiving objects: 72% (16/22) Receiving objects: 77% (17/22) Receiving objects: 81% (18/22) Receiving objects: 86% (19/22) Receiving objects: 90% (20/22) Receiving objects: 95% (21/22) Receiving objects: 100% (22/22) Receiving objects: 100% (22/22), 5.40 KiB | 5.40 MiB/s, done. Resolving deltas: 0% (0/11) Resolving deltas: 9% (1/11) Resolving deltas: 18% (2/11) Resolving deltas: 100% (11/11) Resolving deltas: 100% (11/11), done. Cloning into '/root/workspace/weifang-config/container/A008/params_new/lidar-extrinsics'... remote: Enumerating objects: 103, done. remote: Counting objects: 2% (1/49) remote: Counting objects: 4% (2/49) remote: Counting objects: 6% (3/49) remote: Counting objects: 8% (4/49) remote: Counting objects: 10% (5/49) remote: Counting objects: 12% (6/49) remote: Counting objects: 14% (7/49) remote: Counting objects: 16% (8/49) remote: Counting objects: 18% (9/49) remote: Counting objects: 20% (10/49) remote: Counting objects: 22% (11/49) remote: Counting objects: 24% (12/49) remote: Counting objects: 26% (13/49) remote: Counting objects: 28% (14/49) remote: Counting objects: 30% (15/49) remote: Counting objects: 32% (16/49) remote: Counting objects: 34% (17/49) remote: Counting objects: 36% (18/49) remote: Counting objects: 38% (19/49) remote: Counting objects: 40% (20/49) remote: Counting objects: 42% (21/49) remote: Counting objects: 44% (22/49) remote: Counting objects: 46% (23/49) remote: Counting objects: 48% (24/49) remote: Counting objects: 51% (25/49) remote: Counting objects: 53% (26/49) remote: Counting objects: 55% (27/49) remote: Counting objects: 57% (28/49) remote: Counting objects: 59% (29/49) remote: Counting objects: 61% (30/49) remote: Counting objects: 63% (31/49) remote: Counting objects: 65% (32/49) remote: Counting objects: 67% (33/49) remote: Counting objects: 69% (34/49) remote: Counting objects: 71% (35/49) remote: Counting objects: 73% (36/49) remote: Counting objects: 75% (37/49) remote: Counting objects: 77% (38/49) remote: Counting objects: 79% (39/49) remote: Counting objects: 81% (40/49) remote: Counting objects: 83% (41/49) remote: Counting objects: 85% (42/49) remote: Counting objects: 87% (43/49) remote: Counting objects: 89% (44/49) remote: Counting objects: 91% (45/49) remote: Counting objects: 93% (46/49) remote: Counting objects: 95% (47/49) remote: Counting objects: 97% (48/49) remote: Counting objects: 100% (49/49) remote: Counting objects: 100% (49/49), done. remote: Compressing objects: 2% (1/47) remote: Compressing objects: 4% (2/47) remote: Compressing objects: 6% (3/47) remote: Compressing objects: 8% (4/47) remote: Compressing objects: 10% (5/47) remote: Compressing objects: 12% (6/47) remote: Compressing objects: 14% (7/47) remote: Compressing objects: 17% (8/47) remote: Compressing objects: 19% (9/47) remote: Compressing objects: 21% (10/47) remote: Compressing objects: 23% (11/47) remote: Compressing objects: 25% (12/47) remote: Compressing objects: 27% (13/47) remote: Compressing objects: 29% (14/47) remote: Compressing objects: 31% (15/47) remote: Compressing objects: 34% (16/47) remote: Compressing objects: 36% (17/47) remote: Compressing objects: 38% (18/47) remote: Compressing objects: 40% (19/47) remote: Compressing objects: 42% (20/47) remote: Compressing objects: 44% (21/47) remote: Compressing objects: 46% (22/47) remote: Compressing objects: 48% (23/47) remote: Compressing objects: 51% (24/47) remote: Compressing objects: 53% (25/47) remote: Compressing objects: 55% (26/47) remote: Compressing objects: 57% (27/47) remote: Compressing objects: 59% (28/47) remote: Compressing objects: 61% (29/47) remote: Compressing objects: 63% (30/47) remote: Compressing objects: 65% (31/47) remote: Compressing objects: 68% (32/47) remote: Compressing objects: 70% (33/47) remote: Compressing objects: 72% (34/47) remote: Compressing objects: 74% (35/47) remote: Compressing objects: 76% (36/47) remote: Compressing objects: 78% (37/47) remote: Compressing objects: 80% (38/47) remote: Compressing objects: 82% (39/47) remote: Compressing objects: 85% (40/47) remote: Compressing objects: 87% (41/47) remote: Compressing objects: 89% (42/47) remote: Compressing objects: 91% (43/47) remote: Compressing objects: 93% (44/47) remote: Compressing objects: 95% (45/47) remote: Compressing objects: 97% (46/47) remote: Compressing objects: 100% (47/47) remote: Compressing objects: 100% (47/47), done. Receiving objects: 0% (1/103) Receiving objects: 1% (2/103) Receiving objects: 2% (3/103) Receiving objects: 3% (4/103) Receiving objects: 4% (5/103) Receiving objects: 5% (6/103) Receiving objects: 6% (7/103) Receiving objects: 7% (8/103) Receiving objects: 8% (9/103) Receiving objects: 9% (10/103) Receiving objects: 10% (11/103) Receiving objects: 11% (12/103) Receiving objects: 12% (13/103) Receiving objects: 13% (14/103) Receiving objects: 14% (15/103) Receiving objects: 15% (16/103) Receiving objects: 16% (17/103) Receiving objects: 17% (18/103) Receiving objects: 18% (19/103) Receiving objects: 19% (20/103) Receiving objects: 20% (21/103) Receiving objects: 21% (22/103) Receiving objects: 22% (23/103) Receiving objects: 23% (24/103) Receiving objects: 24% (25/103) Receiving objects: 25% (26/103) Receiving objects: 26% (27/103) Receiving objects: 27% (28/103) Receiving objects: 28% (29/103) Receiving objects: 29% (30/103) Receiving objects: 30% (31/103) Receiving objects: 31% (32/103) Receiving objects: 32% (33/103) Receiving objects: 33% (34/103) Receiving objects: 34% (36/103) Receiving objects: 35% (37/103) Receiving objects: 36% (38/103) Receiving objects: 37% (39/103) Receiving objects: 38% (40/103) Receiving objects: 39% (41/103) Receiving objects: 40% (42/103) Receiving objects: 41% (43/103) Receiving objects: 42% (44/103) Receiving objects: 43% (45/103) Receiving objects: 44% (46/103) Receiving objects: 45% (47/103) Receiving objects: 46% (48/103) Receiving objects: 47% (49/103) Receiving objects: 48% (50/103) Receiving objects: 49% (51/103) Receiving objects: 50% (52/103) Receiving objects: 51% (53/103) Receiving objects: 52% (54/103) Receiving objects: 53% (55/103) Receiving objects: 54% (56/103) Receiving objects: 55% (57/103) Receiving objects: 56% (58/103) Receiving objects: 57% (59/103) Receiving objects: 58% (60/103) Receiving objects: 59% (61/103) remote: Total 103 (delta 8), reused 0 (delta 0), pack-reused 54 Receiving objects: 60% (62/103) Receiving objects: 61% (63/103) Receiving objects: 62% (64/103) Receiving objects: 63% (65/103) Receiving objects: 64% (66/103) Receiving objects: 65% (67/103) Receiving objects: 66% (68/103) Receiving objects: 67% (70/103) Receiving objects: 68% (71/103) Receiving objects: 69% (72/103) Receiving objects: 70% (73/103) Receiving objects: 71% (74/103) Receiving objects: 72% (75/103) Receiving objects: 73% (76/103) Receiving objects: 74% (77/103) Receiving objects: 75% (78/103) Receiving objects: 76% (79/103) Receiving objects: 77% (80/103) Receiving objects: 78% (81/103) Receiving objects: 79% (82/103) Receiving objects: 80% (83/103) Receiving objects: 81% (84/103) Receiving objects: 82% (85/103) Receiving objects: 83% (86/103) Receiving objects: 84% (87/103) Receiving objects: 85% (88/103) Receiving objects: 86% (89/103) Receiving objects: 87% (90/103) Receiving objects: 88% (91/103) Receiving objects: 89% (92/103) Receiving objects: 90% (93/103) Receiving objects: 91% (94/103) Receiving objects: 92% (95/103) Receiving objects: 93% (96/103) Receiving objects: 94% (97/103) Receiving objects: 95% (98/103) Receiving objects: 96% (99/103) Receiving objects: 97% (100/103) Receiving objects: 98% (101/103) Receiving objects: 99% (102/103) Receiving objects: 100% (103/103) Receiving objects: 100% (103/103), 13.72 KiB | 13.72 MiB/s, done. Resolving deltas: 0% (0/15) Resolving deltas: 33% (5/15) Resolving deltas: 46% (7/15) Resolving deltas: 53% (8/15) Resolving deltas: 66% (10/15) Resolving deltas: 80% (12/15) Resolving deltas: 100% (15/15) Resolving deltas: 100% (15/15), done. Cloning into '/root/workspace/weifang-config/container/A008/params_new/lidar_loc_v2_common'... remote: Enumerating objects: 30, done. remote: Counting objects: 3% (1/30) remote: Counting objects: 6% (2/30) remote: Counting objects: 10% (3/30) remote: Counting objects: 13% (4/30) remote: Counting objects: 16% (5/30) remote: Counting objects: 20% (6/30) remote: Counting objects: 23% (7/30) remote: Counting objects: 26% (8/30) remote: Counting objects: 30% (9/30) remote: Counting objects: 33% (10/30) remote: Counting objects: 36% (11/30) remote: Counting objects: 40% (12/30) remote: Counting objects: 43% (13/30) remote: Counting objects: 46% (14/30) remote: Counting objects: 50% (15/30) remote: Counting objects: 53% (16/30) remote: Counting objects: 56% (17/30) remote: Counting objects: 60% (18/30) remote: Counting objects: 63% (19/30) remote: Counting objects: 66% (20/30) remote: Counting objects: 70% (21/30) remote: Counting objects: 73% (22/30) remote: Counting objects: 76% (23/30) remote: Counting objects: 80% (24/30) remote: Counting objects: 83% (25/30) remote: Counting objects: 86% (26/30) remote: Counting objects: 90% (27/30) remote: Counting objects: 93% (28/30) remote: Counting objects: 96% (29/30) remote: Counting objects: 100% (30/30) remote: Counting objects: 100% (30/30), done. remote: Compressing objects: 4% (1/24) remote: Compressing objects: 8% (2/24) remote: Compressing objects: 12% (3/24) remote: Compressing objects: 16% (4/24) remote: Compressing objects: 20% (5/24) remote: Compressing objects: 25% (6/24) remote: Compressing objects: 29% (7/24) remote: Compressing objects: 33% (8/24) remote: Compressing objects: 37% (9/24) remote: Compressing objects: 41% (10/24) remote: Compressing objects: 45% (11/24) remote: Compressing objects: 50% (12/24) remote: Compressing objects: 54% (13/24) remote: Compressing objects: 58% (14/24) remote: Compressing objects: 62% (15/24) remote: Compressing objects: 66% (16/24) remote: Compressing objects: 70% (17/24) remote: Compressing objects: 75% (18/24) remote: Compressing objects: 79% (19/24) remote: Compressing objects: 83% (20/24) remote: Compressing objects: 87% (21/24) remote: Compressing objects: 91% (22/24) remote: Compressing objects: 95% (23/24) remote: Compressing objects: 100% (24/24) remote: Compressing objects: 100% (24/24), done. remote: Total 30 (delta 5), reused 0 (delta 0), pack-reused 0 Receiving objects: 3% (1/30) Receiving objects: 6% (2/30) Receiving objects: 10% (3/30) Receiving objects: 13% (4/30) Receiving objects: 16% (5/30) Receiving objects: 20% (6/30) Receiving objects: 23% (7/30) Receiving objects: 26% (8/30) Receiving objects: 30% (9/30) Receiving objects: 33% (10/30) Receiving objects: 36% (11/30) Receiving objects: 40% (12/30) Receiving objects: 43% (13/30) Receiving objects: 46% (14/30) Receiving objects: 50% (15/30) Receiving objects: 53% (16/30) Receiving objects: 56% (17/30) Receiving objects: 60% (18/30) Receiving objects: 63% (19/30) Receiving objects: 66% (20/30) Receiving objects: 70% (21/30) Receiving objects: 73% (22/30) Receiving objects: 76% (23/30) Receiving objects: 80% (24/30) Receiving objects: 83% (25/30) Receiving objects: 86% (26/30) Receiving objects: 90% (27/30) Receiving objects: 93% (28/30) Receiving objects: 96% (29/30) Receiving objects: 100% (30/30) Receiving objects: 100% (30/30), 6.52 KiB | 6.52 MiB/s, done. Resolving deltas: 0% (0/5) Resolving deltas: 100% (5/5) Resolving deltas: 100% (5/5), done. Cloning into '/root/workspace/weifang-config/container/A008/params_new/lidar_loc_v2_customized'... remote: Enumerating objects: 425, done. remote: Counting objects: 0% (1/224) remote: Counting objects: 1% (3/224) remote: Counting objects: 2% (5/224) remote: Counting objects: 3% (7/224) remote: Counting objects: 4% (9/224) remote: Counting objects: 5% (12/224) remote: Counting objects: 6% (14/224) remote: Counting objects: 7% (16/224) remote: Counting objects: 8% (18/224) remote: Counting objects: 9% (21/224) remote: Counting objects: 10% (23/224) remote: Counting objects: 11% (25/224) remote: Counting objects: 12% (27/224) remote: Counting objects: 13% (30/224) remote: Counting objects: 14% (32/224) remote: Counting objects: 15% (34/224) remote: Counting objects: 16% (36/224) remote: Counting objects: 17% (39/224) remote: Counting objects: 18% (41/224) remote: Counting objects: 19% (43/224) remote: Counting objects: 20% (45/224) remote: Counting objects: 21% (48/224) remote: Counting objects: 22% (50/224) remote: Counting objects: 23% (52/224) remote: Counting objects: 24% (54/224) remote: Counting objects: 25% (56/224) remote: Counting objects: 26% (59/224) remote: Counting objects: 27% (61/224) remote: Counting objects: 28% (63/224) remote: Counting objects: 29% (65/224) remote: Counting objects: 30% (68/224) remote: Counting objects: 31% (70/224) remote: Counting objects: 32% (72/224) remote: Counting objects: 33% (74/224) remote: Counting objects: 34% (77/224) remote: Counting objects: 35% (79/224) remote: Counting objects: 36% (81/224) remote: Counting objects: 37% (83/224) remote: Counting objects: 38% (86/224) remote: Counting objects: 39% (88/224) remote: Counting objects: 40% (90/224) remote: Counting objects: 41% (92/224) remote: Counting objects: 42% (95/224) remote: Counting objects: 43% (97/224) remote: Counting objects: 44% (99/224) remote: Counting objects: 45% (101/224) remote: Counting objects: 46% (104/224) remote: Counting objects: 47% (106/224) remote: Counting objects: 48% (108/224) remote: Counting objects: 49% (110/224) remote: Counting objects: 50% (112/224) remote: Counting objects: 51% (115/224) remote: Counting objects: 52% (117/224) remote: Counting objects: 53% (119/224) remote: Counting objects: 54% (121/224) remote: Counting objects: 55% (124/224) remote: Counting objects: 56% (126/224) remote: Counting objects: 57% (128/224) remote: Counting objects: 58% (130/224) remote: Counting objects: 59% (133/224) remote: Counting objects: 60% (135/224) remote: Counting objects: 61% (137/224) remote: Counting objects: 62% (139/224) remote: Counting objects: 63% (142/224) remote: Counting objects: 64% (144/224) remote: Counting objects: 65% (146/224) remote: Counting objects: 66% (148/224) remote: Counting objects: 67% (151/224) remote: Counting objects: 68% (153/224) remote: Counting objects: 69% (155/224) remote: Counting objects: 70% (157/224) remote: Counting objects: 71% (160/224) remote: Counting objects: 72% (162/224) remote: Counting objects: 73% (164/224) remote: Counting objects: 74% (166/224) remote: Counting objects: 75% (168/224) remote: Counting objects: 76% (171/224) remote: Counting objects: 77% (173/224) remote: Counting objects: 78% (175/224) remote: Counting objects: 79% (177/224) remote: Counting objects: 80% (180/224) remote: Counting objects: 81% (182/224) remote: Counting objects: 82% (184/224) remote: Counting objects: 83% (186/224) remote: Counting objects: 84% (189/224) remote: Counting objects: 85% (191/224) remote: Counting objects: 86% (193/224) remote: Counting objects: 87% (195/224) remote: Counting objects: 88% (198/224) remote: Counting objects: 89% (200/224) remote: Counting objects: 90% (202/224) remote: Counting objects: 91% (204/224) remote: Counting objects: 92% (207/224) remote: Counting objects: 93% (209/224) remote: Counting objects: 94% (211/224) remote: Counting objects: 95% (213/224) remote: Counting objects: 96% (216/224) remote: Counting objects: 97% (218/224) remote: Counting objects: 98% (220/224) remote: Counting objects: 99% (222/224) remote: Counting objects: 100% (224/224) remote: Counting objects: 100% (224/224), done. remote: Compressing objects: 0% (1/121) remote: Compressing objects: 1% (2/121) remote: Compressing objects: 2% (3/121) remote: Compressing objects: 3% (4/121) remote: Compressing objects: 4% (5/121) remote: Compressing objects: 5% (7/121) remote: Compressing objects: 6% (8/121) remote: Compressing objects: 7% (9/121) remote: Compressing objects: 8% (10/121) remote: Compressing objects: 9% (11/121) remote: Compressing objects: 10% (13/121) remote: Compressing objects: 11% (14/121) remote: Compressing objects: 12% (15/121) remote: Compressing objects: 13% (16/121) remote: Compressing objects: 14% (17/121) remote: Compressing objects: 15% (19/121) remote: Compressing objects: 16% (20/121) remote: Compressing objects: 17% (21/121) remote: Compressing objects: 18% (22/121) remote: Compressing objects: 19% (23/121) remote: Compressing objects: 20% (25/121) remote: Compressing objects: 21% (26/121) remote: Compressing objects: 22% (27/121) remote: Compressing objects: 23% (28/121) remote: Compressing objects: 24% (30/121) remote: Compressing objects: 25% (31/121) remote: Compressing objects: 26% (32/121) remote: Compressing objects: 27% (33/121) remote: Compressing objects: 28% (34/121) remote: Compressing objects: 29% (36/121) remote: Compressing objects: 30% (37/121) remote: Compressing objects: 31% (38/121) remote: Compressing objects: 32% (39/121) remote: Compressing objects: 33% (40/121) remote: Compressing objects: 34% (42/121) remote: Compressing objects: 35% (43/121) remote: Compressing objects: 36% (44/121) remote: Compressing objects: 37% (45/121) remote: Compressing objects: 38% (46/121) remote: Compressing objects: 39% (48/121) remote: Compressing objects: 40% (49/121) remote: Compressing objects: 41% (50/121) remote: Compressing objects: 42% (51/121) remote: Compressing objects: 43% (53/121) remote: Compressing objects: 44% (54/121) remote: Compressing objects: 45% (55/121) remote: Compressing objects: 46% (56/121) remote: Compressing objects: 47% (57/121) remote: Compressing objects: 48% (59/121) remote: Compressing objects: 49% (60/121) remote: Compressing objects: 50% (61/121) remote: Compressing objects: 51% (62/121) remote: Compressing objects: 52% (63/121) remote: Compressing objects: 53% (65/121) remote: Compressing objects: 54% (66/121) remote: Compressing objects: 55% (67/121) remote: Compressing objects: 56% (68/121) remote: Compressing objects: 57% (69/121) remote: Compressing objects: 58% (71/121) remote: Compressing objects: 59% (72/121) remote: Compressing objects: 60% (73/121) remote: Compressing objects: 61% (74/121) remote: Compressing objects: 62% (76/121) remote: Compressing objects: 63% (77/121) remote: Compressing objects: 64% (78/121) remote: Compressing objects: 65% (79/121) remote: Compressing objects: 66% (80/121) remote: Compressing objects: 67% (82/121) remote: Compressing objects: 68% (83/121) remote: Compressing objects: 69% (84/121) remote: Compressing objects: 70% (85/121) remote: Compressing objects: 71% (86/121) remote: Compressing objects: 72% (88/121) remote: Compressing objects: 73% (89/121) remote: Compressing objects: 74% (90/121) remote: Compressing objects: 75% (91/121) remote: Compressing objects: 76% (92/121) remote: Compressing objects: 77% (94/121) remote: Compressing objects: 78% (95/121) remote: Compressing objects: 79% (96/121) remote: Compressing objects: 80% (97/121) remote: Compressing objects: 81% (99/121) remote: Compressing objects: 82% (100/121) remote: Compressing objects: 83% (101/121) remote: Compressing objects: 84% (102/121) remote: Compressing objects: 85% (103/121) remote: Compressing objects: 86% (105/121) remote: Compressing objects: 87% (106/121) remote: Compressing objects: 88% (107/121) remote: Compressing objects: 89% (108/121) remote: Compressing objects: 90% (109/121) remote: Compressing objects: 91% (111/121) remote: Compressing objects: 92% (112/121) remote: Compressing objects: 93% (113/121) remote: Compressing objects: 94% (114/121) remote: Compressing objects: 95% (115/121) remote: Compressing objects: 96% (117/121) remote: Compressing objects: 97% (118/121) remote: Compressing objects: 98% (119/121) remote: Compressing objects: 99% (120/121) remote: Compressing objects: 100% (121/121) remote: Compressing objects: 100% (121/121), done. Receiving objects: 0% (1/425) Receiving objects: 1% (5/425) Receiving objects: 2% (9/425) Receiving objects: 3% (13/425) Receiving objects: 4% (17/425) Receiving objects: 5% (22/425) Receiving objects: 6% (26/425) Receiving objects: 7% (30/425) Receiving objects: 8% (34/425) Receiving objects: 9% (39/425) Receiving objects: 10% (43/425) Receiving objects: 11% (47/425) Receiving objects: 12% (51/425) Receiving objects: 13% (56/425) Receiving objects: 14% (60/425) Receiving objects: 15% (64/425) Receiving objects: 16% (68/425) Receiving objects: 17% (73/425) Receiving objects: 18% (77/425) Receiving objects: 19% (81/425) Receiving objects: 20% (85/425) Receiving objects: 21% (90/425) Receiving objects: 22% (94/425) Receiving objects: 23% (98/425) Receiving objects: 24% (102/425) Receiving objects: 25% (107/425) Receiving objects: 26% (111/425) Receiving objects: 27% (115/425) Receiving objects: 28% (119/425) Receiving objects: 29% (124/425) Receiving objects: 30% (128/425) Receiving objects: 31% (132/425) Receiving objects: 32% (136/425) Receiving objects: 33% (141/425) Receiving objects: 34% (145/425) Receiving objects: 35% (149/425) Receiving objects: 36% (153/425) Receiving objects: 37% (158/425) Receiving objects: 38% (162/425) Receiving objects: 39% (166/425) Receiving objects: 40% (170/425) Receiving objects: 41% (175/425) Receiving objects: 42% (179/425) Receiving objects: 43% (183/425) Receiving objects: 44% (187/425) Receiving objects: 45% (192/425) Receiving objects: 46% (196/425) Receiving objects: 47% (200/425) Receiving objects: 48% (204/425) Receiving objects: 49% (209/425) Receiving objects: 50% (213/425) Receiving objects: 51% (217/425) Receiving objects: 52% (221/425) Receiving objects: 53% (226/425) Receiving objects: 54% (230/425) Receiving objects: 55% (234/425) Receiving objects: 56% (238/425) Receiving objects: 57% (243/425) Receiving objects: 58% (247/425) Receiving objects: 59% (251/425) Receiving objects: 60% (255/425) Receiving objects: 61% (260/425) Receiving objects: 62% (264/425) Receiving objects: 63% (268/425) Receiving objects: 64% (272/425) Receiving objects: 65% (277/425) Receiving objects: 66% (281/425) Receiving objects: 67% (285/425) Receiving objects: 68% (289/425) Receiving objects: 69% (294/425) Receiving objects: 70% (298/425) Receiving objects: 71% (302/425) Receiving objects: 72% (306/425) Receiving objects: 73% (311/425) Receiving objects: 74% (315/425) Receiving objects: 75% (319/425) Receiving objects: 76% (323/425) Receiving objects: 77% (328/425) Receiving objects: 78% (332/425) Receiving objects: 79% (336/425) Receiving objects: 80% (340/425) Receiving objects: 81% (345/425) Receiving objects: 82% (349/425) Receiving objects: 83% (353/425) Receiving objects: 84% (357/425) Receiving objects: 85% (362/425) Receiving objects: 86% (366/425) Receiving objects: 87% (370/425) Receiving objects: 88% (374/425) Receiving objects: 89% (379/425) remote: Total 425 (delta 94), reused 162 (delta 58), pack-reused 201 Receiving objects: 90% (383/425) Receiving objects: 91% (387/425) Receiving objects: 92% (391/425) Receiving objects: 93% (396/425) Receiving objects: 94% (400/425) Receiving objects: 95% (404/425) Receiving objects: 96% (408/425) Receiving objects: 97% (413/425) Receiving objects: 98% (417/425) Receiving objects: 99% (421/425) Receiving objects: 100% (425/425) Receiving objects: 100% (425/425), 77.12 KiB | 25.71 MiB/s, done. Resolving deltas: 0% (0/167) Resolving deltas: 1% (2/167) Resolving deltas: 2% (5/167) Resolving deltas: 4% (8/167) Resolving deltas: 14% (24/167) Resolving deltas: 22% (38/167) Resolving deltas: 23% (40/167) Resolving deltas: 25% (42/167) Resolving deltas: 26% (44/167) Resolving deltas: 28% (47/167) Resolving deltas: 30% (51/167) Resolving deltas: 32% (55/167) Resolving deltas: 33% (56/167) Resolving deltas: 35% (59/167) Resolving deltas: 36% (61/167) Resolving deltas: 37% (62/167) Resolving deltas: 38% (64/167) Resolving deltas: 39% (66/167) Resolving deltas: 40% (68/167) Resolving deltas: 41% (69/167) Resolving deltas: 42% (71/167) Resolving deltas: 43% (72/167) Resolving deltas: 44% (74/167) Resolving deltas: 52% (87/167) Resolving deltas: 58% (97/167) Resolving deltas: 69% (116/167) Resolving deltas: 72% (121/167) Resolving deltas: 79% (132/167) Resolving deltas: 83% (139/167) Resolving deltas: 84% (141/167) Resolving deltas: 88% (148/167) Resolving deltas: 89% (149/167) Resolving deltas: 91% (152/167) Resolving deltas: 93% (156/167) Resolving deltas: 94% (158/167) Resolving deltas: 96% (161/167) Resolving deltas: 97% (162/167) Resolving deltas: 100% (167/167) Resolving deltas: 100% (167/167), done. Cloning into '/root/workspace/weifang-config/container/A008/params_new/msf-port'... remote: Enumerating objects: 102, done. remote: Counting objects: 2% (1/39) remote: Counting objects: 5% (2/39) remote: Counting objects: 7% (3/39) remote: Counting objects: 10% (4/39) remote: Counting objects: 12% (5/39) remote: Counting objects: 15% (6/39) remote: Counting objects: 17% (7/39) remote: Counting objects: 20% (8/39) remote: Counting objects: 23% (9/39) remote: Counting objects: 25% (10/39) remote: Counting objects: 28% (11/39) remote: Counting objects: 30% (12/39) remote: Counting objects: 33% (13/39) remote: Counting objects: 35% (14/39) remote: Counting objects: 38% (15/39) remote: Counting objects: 41% (16/39) remote: Counting objects: 43% (17/39) remote: Counting objects: 46% (18/39) remote: Counting objects: 48% (19/39) remote: Counting objects: 51% (20/39) remote: Counting objects: 53% (21/39) remote: Counting objects: 56% (22/39) remote: Counting objects: 58% (23/39) remote: Counting objects: 61% (24/39) remote: Counting objects: 64% (25/39) remote: Counting objects: 66% (26/39) remote: Counting objects: 69% (27/39) remote: Counting objects: 71% (28/39) remote: Counting objects: 74% (29/39) remote: Counting objects: 76% (30/39) remote: Counting objects: 79% (31/39) remote: Counting objects: 82% (32/39) remote: Counting objects: 84% (33/39) remote: Counting objects: 87% (34/39) remote: Counting objects: 89% (35/39) remote: Counting objects: 92% (36/39) remote: Counting objects: 94% (37/39) remote: Counting objects: 97% (38/39) remote: Counting objects: 100% (39/39) remote: Counting objects: 100% (39/39), done. remote: Compressing objects: 3% (1/27) remote: Compressing objects: 7% (2/27) remote: Compressing objects: 11% (3/27) remote: Compressing objects: 14% (4/27) remote: Compressing objects: 18% (5/27) remote: Compressing objects: 22% (6/27) remote: Compressing objects: 25% (7/27) remote: Compressing objects: 29% (8/27) remote: Compressing objects: 33% (9/27) remote: Compressing objects: 37% (10/27) remote: Compressing objects: 40% (11/27) remote: Compressing objects: 44% (12/27) remote: Compressing objects: 48% (13/27) remote: Compressing objects: 51% (14/27) remote: Compressing objects: 55% (15/27) remote: Compressing objects: 59% (16/27) remote: Compressing objects: 62% (17/27) remote: Compressing objects: 66% (18/27) remote: Compressing objects: 70% (19/27) remote: Compressing objects: 74% (20/27) remote: Compressing objects: 77% (21/27) remote: Compressing objects: 81% (22/27) remote: Compressing objects: 85% (23/27) remote: Compressing objects: 88% (24/27) remote: Compressing objects: 92% (25/27) remote: Compressing objects: 96% (26/27) remote: Compressing objects: 100% (27/27) remote: Compressing objects: 100% (27/27), done. Receiving objects: 0% (1/102) remote: Total 102 (delta 18), reused 28 (delta 12), pack-reused 63 Receiving objects: 1% (2/102) Receiving objects: 2% (3/102) Receiving objects: 3% (4/102) Receiving objects: 4% (5/102) Receiving objects: 5% (6/102) Receiving objects: 6% (7/102) Receiving objects: 7% (8/102) Receiving objects: 8% (9/102) Receiving objects: 9% (10/102) Receiving objects: 10% (11/102) Receiving objects: 11% (12/102) Receiving objects: 12% (13/102) Receiving objects: 13% (14/102) Receiving objects: 14% (15/102) Receiving objects: 15% (16/102) Receiving objects: 16% (17/102) Receiving objects: 17% (18/102) Receiving objects: 18% (19/102) Receiving objects: 19% (20/102) Receiving objects: 20% (21/102) Receiving objects: 21% (22/102) Receiving objects: 22% (23/102) Receiving objects: 23% (24/102) Receiving objects: 24% (25/102) Receiving objects: 25% (26/102) Receiving objects: 26% (27/102) Receiving objects: 27% (28/102) Receiving objects: 28% (29/102) Receiving objects: 29% (30/102) Receiving objects: 30% (31/102) Receiving objects: 31% (32/102) Receiving objects: 32% (33/102) Receiving objects: 33% (34/102) Receiving objects: 34% (35/102) Receiving objects: 35% (36/102) Receiving objects: 36% (37/102) Receiving objects: 37% (38/102) Receiving objects: 38% (39/102) Receiving objects: 39% (40/102) Receiving objects: 40% (41/102) Receiving objects: 41% (42/102) Receiving objects: 42% (43/102) Receiving objects: 43% (44/102) Receiving objects: 44% (45/102) Receiving objects: 45% (46/102) Receiving objects: 46% (47/102) Receiving objects: 47% (48/102) Receiving objects: 48% (49/102) Receiving objects: 49% (50/102) Receiving objects: 50% (51/102) Receiving objects: 51% (53/102) Receiving objects: 52% (54/102) Receiving objects: 53% (55/102) Receiving objects: 54% (56/102) Receiving objects: 55% (57/102) Receiving objects: 56% (58/102) Receiving objects: 57% (59/102) Receiving objects: 58% (60/102) Receiving objects: 59% (61/102) Receiving objects: 60% (62/102) Receiving objects: 61% (63/102) Receiving objects: 62% (64/102) Receiving objects: 63% (65/102) Receiving objects: 64% (66/102) Receiving objects: 65% (67/102) Receiving objects: 66% (68/102) Receiving objects: 67% (69/102) Receiving objects: 68% (70/102) Receiving objects: 69% (71/102) Receiving objects: 70% (72/102) Receiving objects: 71% (73/102) Receiving objects: 72% (74/102) Receiving objects: 73% (75/102) Receiving objects: 74% (76/102) Receiving objects: 75% (77/102) Receiving objects: 76% (78/102) Receiving objects: 77% (79/102) Receiving objects: 78% (80/102) Receiving objects: 79% (81/102) Receiving objects: 80% (82/102) Receiving objects: 81% (83/102) Receiving objects: 82% (84/102) Receiving objects: 83% (85/102) Receiving objects: 84% (86/102) Receiving objects: 85% (87/102) Receiving objects: 86% (88/102) Receiving objects: 87% (89/102) Receiving objects: 88% (90/102) Receiving objects: 89% (91/102) Receiving objects: 90% (92/102) Receiving objects: 91% (93/102) Receiving objects: 92% (94/102) Receiving objects: 93% (95/102) Receiving objects: 94% (96/102) Receiving objects: 95% (97/102) Receiving objects: 96% (98/102) Receiving objects: 97% (99/102) Receiving objects: 98% (100/102) Receiving objects: 99% (101/102) Receiving objects: 100% (102/102) Receiving objects: 100% (102/102), 16.43 KiB | 16.43 MiB/s, done. Resolving deltas: 0% (0/54) Resolving deltas: 1% (1/54) Resolving deltas: 11% (6/54) Resolving deltas: 12% (7/54) Resolving deltas: 16% (9/54) Resolving deltas: 29% (16/54) Resolving deltas: 33% (18/54) Resolving deltas: 37% (20/54) Resolving deltas: 38% (21/54) Resolving deltas: 40% (22/54) Resolving deltas: 48% (26/54) Resolving deltas: 55% (30/54) Resolving deltas: 59% (32/54) Resolving deltas: 61% (33/54) Resolving deltas: 62% (34/54) Resolving deltas: 66% (36/54) Resolving deltas: 72% (39/54) Resolving deltas: 75% (41/54) Resolving deltas: 81% (44/54) Resolving deltas: 85% (46/54) Resolving deltas: 87% (47/54) Resolving deltas: 94% (51/54) Resolving deltas: 98% (53/54) Resolving deltas: 100% (54/54) Resolving deltas: 100% (54/54), done. Cloning into '/root/workspace/weifang-config/container/A008/params_new/msf-vehicle'... remote: Enumerating objects: 35, done. remote: Total 35 (delta 0), reused 0 (delta 0), pack-reused 35 Receiving objects: 2% (1/35) Receiving objects: 5% (2/35) Receiving objects: 8% (3/35) Receiving objects: 11% (4/35) Receiving objects: 14% (5/35) Receiving objects: 17% (6/35) Receiving objects: 20% (7/35) Receiving objects: 22% (8/35) Receiving objects: 25% (9/35) Receiving objects: 28% (10/35) Receiving objects: 31% (11/35) Receiving objects: 34% (12/35) Receiving objects: 37% (13/35) Receiving objects: 40% (14/35) Receiving objects: 42% (15/35) Receiving objects: 45% (16/35) Receiving objects: 48% (17/35) Receiving objects: 51% (18/35) Receiving objects: 54% (19/35) Receiving objects: 57% (20/35) Receiving objects: 60% (21/35) Receiving objects: 62% (22/35) Receiving objects: 65% (23/35) Receiving objects: 68% (24/35) Receiving objects: 71% (25/35) Receiving objects: 74% (26/35) Receiving objects: 77% (27/35) Receiving objects: 80% (28/35) Receiving objects: 82% (29/35) Receiving objects: 85% (30/35) Receiving objects: 88% (31/35) Receiving objects: 91% (32/35) Receiving objects: 94% (33/35) Receiving objects: 97% (34/35) Receiving objects: 100% (35/35) Receiving objects: 100% (35/35), done. Resolving deltas: 0% (0/17) Resolving deltas: 5% (1/17) Resolving deltas: 11% (2/17) Resolving deltas: 17% (3/17) Resolving deltas: 41% (7/17) Resolving deltas: 100% (17/17) Resolving deltas: 100% (17/17), done. Cloning into '/root/workspace/weifang-config/container/A008/params_new/perception_camera_driver'... remote: Enumerating objects: 41, done. remote: Total 41 (delta 0), reused 0 (delta 0), pack-reused 41 Receiving objects: 2% (1/41) Receiving objects: 4% (2/41) Receiving objects: 7% (3/41) Receiving objects: 9% (4/41) Receiving objects: 12% (5/41) Receiving objects: 14% (6/41) Receiving objects: 17% (7/41) Receiving objects: 19% (8/41) Receiving objects: 21% (9/41) Receiving objects: 24% (10/41) Receiving objects: 26% (11/41) Receiving objects: 29% (12/41) Receiving objects: 31% (13/41) Receiving objects: 34% (14/41) Receiving objects: 36% (15/41) Receiving objects: 39% (16/41) Receiving objects: 41% (17/41) Receiving objects: 43% (18/41) Receiving objects: 46% (19/41) Receiving objects: 48% (20/41) Receiving objects: 51% (21/41) Receiving objects: 53% (22/41) Receiving objects: 56% (23/41) Receiving objects: 58% (24/41) Receiving objects: 60% (25/41) Receiving objects: 63% (26/41) Receiving objects: 65% (27/41) Receiving objects: 68% (28/41) Receiving objects: 70% (29/41) Receiving objects: 73% (30/41) Receiving objects: 75% (31/41) Receiving objects: 78% (32/41) Receiving objects: 80% (33/41) Receiving objects: 82% (34/41) Receiving objects: 85% (35/41) Receiving objects: 87% (36/41) Receiving objects: 90% (37/41) Receiving objects: 92% (38/41) Receiving objects: 95% (39/41) Receiving objects: 97% (40/41) Receiving objects: 100% (41/41) Receiving objects: 100% (41/41), 4.19 KiB | 4.19 MiB/s, done. Resolving deltas: 0% (0/7) Resolving deltas: 100% (7/7) Resolving deltas: 100% (7/7), done. Cloning into '/root/workspace/weifang-config/container/A008/params_new/perception_data_collection'... remote: Enumerating objects: 136, done. remote: Counting objects: 0% (1/124) remote: Counting objects: 1% (2/124) remote: Counting objects: 2% (3/124) remote: Counting objects: 3% (4/124) remote: Counting objects: 4% (5/124) remote: Counting objects: 5% (7/124) remote: Counting objects: 6% (8/124) remote: Counting objects: 7% (9/124) remote: Counting objects: 8% (10/124) remote: Counting objects: 9% (12/124) remote: Counting objects: 10% (13/124) remote: Counting objects: 11% (14/124) remote: Counting objects: 12% (15/124) remote: Counting objects: 13% (17/124) remote: Counting objects: 14% (18/124) remote: Counting objects: 15% (19/124) remote: Counting objects: 16% (20/124) remote: Counting objects: 17% (22/124) remote: Counting objects: 18% (23/124) remote: Counting objects: 19% (24/124) remote: Counting objects: 20% (25/124) remote: Counting objects: 21% (27/124) remote: Counting objects: 22% (28/124) remote: Counting objects: 23% (29/124) remote: Counting objects: 24% (30/124) remote: Counting objects: 25% (31/124) remote: Counting objects: 26% (33/124) remote: Counting objects: 27% (34/124) remote: Counting objects: 28% (35/124) remote: Counting objects: 29% (36/124) remote: Counting objects: 30% (38/124) remote: Counting objects: 31% (39/124) remote: Counting objects: 32% (40/124) remote: Counting objects: 33% (41/124) remote: Counting objects: 34% (43/124) remote: Counting objects: 35% (44/124) remote: Counting objects: 36% (45/124) remote: Counting objects: 37% (46/124) remote: Counting objects: 38% (48/124) remote: Counting objects: 39% (49/124) remote: Counting objects: 40% (50/124) remote: Counting objects: 41% (51/124) remote: Counting objects: 42% (53/124) remote: Counting objects: 43% (54/124) remote: Counting objects: 44% (55/124) remote: Counting objects: 45% (56/124) remote: Counting objects: 46% (58/124) remote: Counting objects: 47% (59/124) remote: Counting objects: 48% (60/124) remote: Counting objects: 49% (61/124) remote: Counting objects: 50% (62/124) remote: Counting objects: 51% (64/124) remote: Counting objects: 52% (65/124) remote: Counting objects: 53% (66/124) remote: Counting objects: 54% (67/124) remote: Counting objects: 55% (69/124) remote: Counting objects: 56% (70/124) remote: Counting objects: 57% (71/124) remote: Counting objects: 58% (72/124) remote: Counting objects: 59% (74/124) remote: Counting objects: 60% (75/124) remote: Counting objects: 61% (76/124) remote: Counting objects: 62% (77/124) remote: Counting objects: 63% (79/124) remote: Counting objects: 64% (80/124) remote: Counting objects: 65% (81/124) remote: Counting objects: 66% (82/124) remote: Counting objects: 67% (84/124) remote: Counting objects: 68% (85/124) remote: Counting objects: 69% (86/124) remote: Counting objects: 70% (87/124) remote: Counting objects: 71% (89/124) remote: Counting objects: 72% (90/124) remote: Counting objects: 73% (91/124) remote: Counting objects: 74% (92/124) remote: Counting objects: 75% (93/124) remote: Counting objects: 76% (95/124) remote: Counting objects: 77% (96/124) remote: Counting objects: 78% (97/124) remote: Counting objects: 79% (98/124) remote: Counting objects: 80% (100/124) remote: Counting objects: 81% (101/124) remote: Counting objects: 82% (102/124) remote: Counting objects: 83% (103/124) remote: Counting objects: 84% (105/124) remote: Counting objects: 85% (106/124) remote: Counting objects: 86% (107/124) remote: Counting objects: 87% (108/124) remote: Counting objects: 88% (110/124) remote: Counting objects: 89% (111/124) remote: Counting objects: 90% (112/124) remote: Counting objects: 91% (113/124) remote: Counting objects: 92% (115/124) remote: Counting objects: 93% (116/124) remote: Counting objects: 94% (117/124) remote: Counting objects: 95% (118/124) remote: Counting objects: 96% (120/124) remote: Counting objects: 97% (121/124) remote: Counting objects: 98% (122/124) remote: Counting objects: 99% (123/124) remote: Counting objects: 100% (124/124) remote: Counting objects: 100% (124/124), done. remote: Compressing objects: 1% (1/67) remote: Compressing objects: 2% (2/67) remote: Compressing objects: 4% (3/67) remote: Compressing objects: 5% (4/67) remote: Compressing objects: 7% (5/67) remote: Compressing objects: 8% (6/67) remote: Compressing objects: 10% (7/67) remote: Compressing objects: 11% (8/67) remote: Compressing objects: 13% (9/67) remote: Compressing objects: 14% (10/67) remote: Compressing objects: 16% (11/67) remote: Compressing objects: 17% (12/67) remote: Compressing objects: 19% (13/67) remote: Compressing objects: 20% (14/67) remote: Compressing objects: 22% (15/67) remote: Compressing objects: 23% (16/67) remote: Compressing objects: 25% (17/67) remote: Compressing objects: 26% (18/67) remote: Compressing objects: 28% (19/67) remote: Compressing objects: 29% (20/67) remote: Compressing objects: 31% (21/67) remote: Compressing objects: 32% (22/67) remote: Compressing objects: 34% (23/67) remote: Compressing objects: 35% (24/67) remote: Compressing objects: 37% (25/67) remote: Compressing objects: 38% (26/67) remote: Compressing objects: 40% (27/67) remote: Compressing objects: 41% (28/67) remote: Compressing objects: 43% (29/67) remote: Compressing objects: 44% (30/67) remote: Compressing objects: 46% (31/67) remote: Compressing objects: 47% (32/67) remote: Compressing objects: 49% (33/67) remote: Compressing objects: 50% (34/67) remote: Compressing objects: 52% (35/67) remote: Compressing objects: 53% (36/67) remote: Compressing objects: 55% (37/67) remote: Compressing objects: 56% (38/67) remote: Compressing objects: 58% (39/67) remote: Compressing objects: 59% (40/67) remote: Compressing objects: 61% (41/67) remote: Compressing objects: 62% (42/67) remote: Compressing objects: 64% (43/67) remote: Compressing objects: 65% (44/67) remote: Compressing objects: 67% (45/67) remote: Compressing objects: 68% (46/67) remote: Compressing objects: 70% (47/67) remote: Compressing objects: 71% (48/67) remote: Compressing objects: 73% (49/67) remote: Compressing objects: 74% (50/67) remote: Compressing objects: 76% (51/67) remote: Compressing objects: 77% (52/67) remote: Compressing objects: 79% (53/67) remote: Compressing objects: 80% (54/67) remote: Compressing objects: 82% (55/67) remote: Compressing objects: 83% (56/67) remote: Compressing objects: 85% (57/67) remote: Compressing objects: 86% (58/67) remote: Compressing objects: 88% (59/67) remote: Compressing objects: 89% (60/67) remote: Compressing objects: 91% (61/67) remote: Compressing objects: 92% (62/67) remote: Compressing objects: 94% (63/67) remote: Compressing objects: 95% (64/67) remote: Compressing objects: 97% (65/67) remote: Compressing objects: 98% (66/67) remote: Compressing objects: 100% (67/67) remote: Compressing objects: 100% (67/67), done. Receiving objects: 0% (1/136) Receiving objects: 1% (2/136) Receiving objects: 2% (3/136) Receiving objects: 3% (5/136) Receiving objects: 4% (6/136) Receiving objects: 5% (7/136) Receiving objects: 6% (9/136) Receiving objects: 7% (10/136) Receiving objects: 8% (11/136) Receiving objects: 9% (13/136) Receiving objects: 10% (14/136) Receiving objects: 11% (15/136) remote: Total 136 (delta 63), reused 91 (delta 41), pack-reused 12 Receiving objects: 12% (17/136) Receiving objects: 13% (18/136) Receiving objects: 14% (20/136) Receiving objects: 15% (21/136) Receiving objects: 16% (22/136) Receiving objects: 17% (24/136) Receiving objects: 18% (25/136) Receiving objects: 19% (26/136) Receiving objects: 20% (28/136) Receiving objects: 21% (29/136) Receiving objects: 22% (30/136) Receiving objects: 23% (32/136) Receiving objects: 24% (33/136) Receiving objects: 25% (34/136) Receiving objects: 26% (36/136) Receiving objects: 27% (37/136) Receiving objects: 28% (39/136) Receiving objects: 29% (40/136) Receiving objects: 30% (41/136) Receiving objects: 31% (43/136) Receiving objects: 32% (44/136) Receiving objects: 33% (45/136) Receiving objects: 34% (47/136) Receiving objects: 35% (48/136) Receiving objects: 36% (49/136) Receiving objects: 37% (51/136) Receiving objects: 38% (52/136) Receiving objects: 39% (54/136) Receiving objects: 40% (55/136) Receiving objects: 41% (56/136) Receiving objects: 42% (58/136) Receiving objects: 43% (59/136) Receiving objects: 44% (60/136) Receiving objects: 45% (62/136) Receiving objects: 46% (63/136) Receiving objects: 47% (64/136) Receiving objects: 48% (66/136) Receiving objects: 49% (67/136) Receiving objects: 50% (68/136) Receiving objects: 51% (70/136) Receiving objects: 52% (71/136) Receiving objects: 53% (73/136) Receiving objects: 54% (74/136) Receiving objects: 55% (75/136) Receiving objects: 56% (77/136) Receiving objects: 57% (78/136) Receiving objects: 58% (79/136) Receiving objects: 59% (81/136) Receiving objects: 60% (82/136) Receiving objects: 61% (83/136) Receiving objects: 62% (85/136) Receiving objects: 63% (86/136) Receiving objects: 64% (88/136) Receiving objects: 65% (89/136) Receiving objects: 66% (90/136) Receiving objects: 67% (92/136) Receiving objects: 68% (93/136) Receiving objects: 69% (94/136) Receiving objects: 70% (96/136) Receiving objects: 71% (97/136) Receiving objects: 72% (98/136) Receiving objects: 73% (100/136) Receiving objects: 74% (101/136) Receiving objects: 75% (102/136) Receiving objects: 76% (104/136) Receiving objects: 77% (105/136) Receiving objects: 78% (107/136) Receiving objects: 79% (108/136) Receiving objects: 80% (109/136) Receiving objects: 81% (111/136) Receiving objects: 82% (112/136) Receiving objects: 83% (113/136) Receiving objects: 84% (115/136) Receiving objects: 85% (116/136) Receiving objects: 86% (117/136) Receiving objects: 87% (119/136) Receiving objects: 88% (120/136) Receiving objects: 89% (122/136) Receiving objects: 90% (123/136) Receiving objects: 91% (124/136) Receiving objects: 92% (126/136) Receiving objects: 93% (127/136) Receiving objects: 94% (128/136) Receiving objects: 95% (130/136) Receiving objects: 96% (131/136) Receiving objects: 97% (132/136) Receiving objects: 98% (134/136) Receiving objects: 99% (135/136) Receiving objects: 100% (136/136) Receiving objects: 100% (136/136), 23.82 KiB | 23.82 MiB/s, done. Resolving deltas: 0% (0/65) Resolving deltas: 1% (1/65) Resolving deltas: 3% (2/65) Resolving deltas: 4% (3/65) Resolving deltas: 6% (4/65) Resolving deltas: 7% (5/65) Resolving deltas: 12% (8/65) Resolving deltas: 15% (10/65) Resolving deltas: 29% (19/65) Resolving deltas: 52% (34/65) Resolving deltas: 55% (36/65) Resolving deltas: 58% (38/65) Resolving deltas: 61% (40/65) Resolving deltas: 100% (65/65) Resolving deltas: 100% (65/65), done. Cloning into '/root/workspace/weifang-config/container/A008/params_new/perception_lane_detection'... remote: Enumerating objects: 125, done. remote: Counting objects: 1% (1/84) remote: Counting objects: 2% (2/84) remote: Counting objects: 3% (3/84) remote: Counting objects: 4% (4/84) remote: Counting objects: 5% (5/84) remote: Counting objects: 7% (6/84) remote: Counting objects: 8% (7/84) remote: Counting objects: 9% (8/84) remote: Counting objects: 10% (9/84) remote: Counting objects: 11% (10/84) remote: Counting objects: 13% (11/84) remote: Counting objects: 14% (12/84) remote: Counting objects: 15% (13/84) remote: Counting objects: 16% (14/84) remote: Counting objects: 17% (15/84) remote: Counting objects: 19% (16/84) remote: Counting objects: 20% (17/84) remote: Counting objects: 21% (18/84) remote: Counting objects: 22% (19/84) remote: Counting objects: 23% (20/84) remote: Counting objects: 25% (21/84) remote: Counting objects: 26% (22/84) remote: Counting objects: 27% (23/84) remote: Counting objects: 28% (24/84) remote: Counting objects: 29% (25/84) remote: Counting objects: 30% (26/84) remote: Counting objects: 32% (27/84) remote: Counting objects: 33% (28/84) remote: Counting objects: 34% (29/84) remote: Counting objects: 35% (30/84) remote: Counting objects: 36% (31/84) remote: Counting objects: 38% (32/84) remote: Counting objects: 39% (33/84) remote: Counting objects: 40% (34/84) remote: Counting objects: 41% (35/84) remote: Counting objects: 42% (36/84) remote: Counting objects: 44% (37/84) remote: Counting objects: 45% (38/84) remote: Counting objects: 46% (39/84) remote: Counting objects: 47% (40/84) remote: Counting objects: 48% (41/84) remote: Counting objects: 50% (42/84) remote: Counting objects: 51% (43/84) remote: Counting objects: 52% (44/84) remote: Counting objects: 53% (45/84) remote: Counting objects: 54% (46/84) remote: Counting objects: 55% (47/84) remote: Counting objects: 57% (48/84) remote: Counting objects: 58% (49/84) remote: Counting objects: 59% (50/84) remote: Counting objects: 60% (51/84) remote: Counting objects: 61% (52/84) remote: Counting objects: 63% (53/84) remote: Counting objects: 64% (54/84) remote: Counting objects: 65% (55/84) remote: Counting objects: 66% (56/84) remote: Counting objects: 67% (57/84) remote: Counting objects: 69% (58/84) remote: Counting objects: 70% (59/84) remote: Counting objects: 71% (60/84) remote: Counting objects: 72% (61/84) remote: Counting objects: 73% (62/84) remote: Counting objects: 75% (63/84) remote: Counting objects: 76% (64/84) remote: Counting objects: 77% (65/84) remote: Counting objects: 78% (66/84) remote: Counting objects: 79% (67/84) remote: Counting objects: 80% (68/84) remote: Counting objects: 82% (69/84) remote: Counting objects: 83% (70/84) remote: Counting objects: 84% (71/84) remote: Counting objects: 85% (72/84) remote: Counting objects: 86% (73/84) remote: Counting objects: 88% (74/84) remote: Counting objects: 89% (75/84) remote: Counting objects: 90% (76/84) remote: Counting objects: 91% (77/84) remote: Counting objects: 92% (78/84) remote: Counting objects: 94% (79/84) remote: Counting objects: 95% (80/84) remote: Counting objects: 96% (81/84) remote: Counting objects: 97% (82/84) remote: Counting objects: 98% (83/84) remote: Counting objects: 100% (84/84) remote: Counting objects: 100% (84/84), done. remote: Compressing objects: 2% (1/39) remote: Compressing objects: 5% (2/39) remote: Compressing objects: 7% (3/39) remote: Compressing objects: 10% (4/39) remote: Compressing objects: 12% (5/39) remote: Compressing objects: 15% (6/39) remote: Compressing objects: 17% (7/39) remote: Compressing objects: 20% (8/39) remote: Compressing objects: 23% (9/39) remote: Compressing objects: 25% (10/39) remote: Compressing objects: 28% (11/39) remote: Compressing objects: 30% (12/39) remote: Compressing objects: 33% (13/39) remote: Compressing objects: 35% (14/39) remote: Compressing objects: 38% (15/39) remote: Compressing objects: 41% (16/39) remote: Compressing objects: 43% (17/39) remote: Compressing objects: 46% (18/39) remote: Compressing objects: 48% (19/39) remote: Compressing objects: 51% (20/39) remote: Compressing objects: 53% (21/39) remote: Compressing objects: 56% (22/39) remote: Compressing objects: 58% (23/39) remote: Compressing objects: 61% (24/39) remote: Compressing objects: 64% (25/39) remote: Compressing objects: 66% (26/39) remote: Compressing objects: 69% (27/39) remote: Compressing objects: 71% (28/39) remote: Compressing objects: 74% (29/39) remote: Compressing objects: 76% (30/39) remote: Compressing objects: 79% (31/39) remote: Compressing objects: 82% (32/39) remote: Compressing objects: 84% (33/39) remote: Compressing objects: 87% (34/39) remote: Compressing objects: 89% (35/39) remote: Compressing objects: 92% (36/39) remote: Compressing objects: 94% (37/39) remote: Compressing objects: 97% (38/39) remote: Compressing objects: 100% (39/39) remote: Compressing objects: 100% (39/39), done. remote: Total 125 (delta 15), reused 64 (delta 10), pack-reused 41 Receiving objects: 0% (1/125) Receiving objects: 1% (2/125) Receiving objects: 2% (3/125) Receiving objects: 3% (4/125) Receiving objects: 4% (5/125) Receiving objects: 5% (7/125) Receiving objects: 6% (8/125) Receiving objects: 7% (9/125) Receiving objects: 8% (10/125) Receiving objects: 9% (12/125) Receiving objects: 10% (13/125) Receiving objects: 11% (14/125) Receiving objects: 12% (15/125) Receiving objects: 13% (17/125) Receiving objects: 14% (18/125) Receiving objects: 15% (19/125) Receiving objects: 16% (20/125) Receiving objects: 17% (22/125) Receiving objects: 18% (23/125) Receiving objects: 19% (24/125) Receiving objects: 20% (25/125) Receiving objects: 21% (27/125) Receiving objects: 22% (28/125) Receiving objects: 23% (29/125) Receiving objects: 24% (30/125) Receiving objects: 25% (32/125) Receiving objects: 26% (33/125) Receiving objects: 27% (34/125) Receiving objects: 28% (35/125) Receiving objects: 29% (37/125) Receiving objects: 30% (38/125) Receiving objects: 31% (39/125) Receiving objects: 32% (40/125) Receiving objects: 33% (42/125) Receiving objects: 34% (43/125) Receiving objects: 35% (44/125) Receiving objects: 36% (45/125) Receiving objects: 37% (47/125) Receiving objects: 38% (48/125) Receiving objects: 39% (49/125) Receiving objects: 40% (50/125) Receiving objects: 41% (52/125) Receiving objects: 42% (53/125) Receiving objects: 43% (54/125) Receiving objects: 44% (55/125) Receiving objects: 45% (57/125) Receiving objects: 46% (58/125) Receiving objects: 47% (59/125) Receiving objects: 48% (60/125) Receiving objects: 49% (62/125) Receiving objects: 50% (63/125) Receiving objects: 51% (64/125) Receiving objects: 52% (65/125) Receiving objects: 53% (67/125) Receiving objects: 54% (68/125) Receiving objects: 55% (69/125) Receiving objects: 56% (70/125) Receiving objects: 57% (72/125) Receiving objects: 58% (73/125) Receiving objects: 59% (74/125) Receiving objects: 60% (75/125) Receiving objects: 61% (77/125) Receiving objects: 62% (78/125) Receiving objects: 63% (79/125) Receiving objects: 64% (80/125) Receiving objects: 65% (82/125) Receiving objects: 66% (83/125) Receiving objects: 67% (84/125) Receiving objects: 68% (85/125) Receiving objects: 69% (87/125) Receiving objects: 70% (88/125) Receiving objects: 71% (89/125) Receiving objects: 72% (90/125) Receiving objects: 73% (92/125) Receiving objects: 74% (93/125) Receiving objects: 75% (94/125) Receiving objects: 76% (95/125) Receiving objects: 77% (97/125) Receiving objects: 78% (98/125) Receiving objects: 79% (99/125) Receiving objects: 80% (100/125) Receiving objects: 81% (102/125) Receiving objects: 82% (103/125) Receiving objects: 83% (104/125) Receiving objects: 84% (105/125) Receiving objects: 85% (107/125) Receiving objects: 86% (108/125) Receiving objects: 87% (109/125) Receiving objects: 88% (110/125) Receiving objects: 89% (112/125) Receiving objects: 90% (113/125) Receiving objects: 91% (114/125) Receiving objects: 92% (115/125) Receiving objects: 93% (117/125) Receiving objects: 94% (118/125) Receiving objects: 95% (119/125) Receiving objects: 96% (120/125) Receiving objects: 97% (122/125) Receiving objects: 98% (123/125) Receiving objects: 99% (124/125) Receiving objects: 100% (125/125) Receiving objects: 100% (125/125), 12.10 KiB | 12.10 MiB/s, done. Resolving deltas: 0% (0/26) Resolving deltas: 3% (1/26) Resolving deltas: 7% (2/26) Resolving deltas: 11% (3/26) Resolving deltas: 15% (4/26) Resolving deltas: 65% (17/26) Resolving deltas: 100% (26/26) Resolving deltas: 100% (26/26), done. Cloning into '/root/workspace/weifang-config/container/A008/params_new/perception_lidar_camera_fusion'... remote: Enumerating objects: 30, done. remote: Counting objects: 5% (1/19) remote: Counting objects: 10% (2/19) remote: Counting objects: 15% (3/19) remote: Counting objects: 21% (4/19) remote: Counting objects: 26% (5/19) remote: Counting objects: 31% (6/19) remote: Counting objects: 36% (7/19) remote: Counting objects: 42% (8/19) remote: Counting objects: 47% (9/19) remote: Counting objects: 52% (10/19) remote: Counting objects: 57% (11/19) remote: Counting objects: 63% (12/19) remote: Counting objects: 68% (13/19) remote: Counting objects: 73% (14/19) remote: Counting objects: 78% (15/19) remote: Counting objects: 84% (16/19) remote: Counting objects: 89% (17/19) remote: Counting objects: 94% (18/19) remote: Counting objects: 100% (19/19) remote: Counting objects: 100% (19/19), done. remote: Compressing objects: 9% (1/11) remote: Compressing objects: 18% (2/11) remote: Compressing objects: 27% (3/11) remote: Compressing objects: 36% (4/11) remote: Compressing objects: 45% (5/11) remote: Compressing objects: 54% (6/11) remote: Compressing objects: 63% (7/11) remote: Compressing objects: 72% (8/11) remote: Compressing objects: 81% (9/11) remote: Compressing objects: 90% (10/11) remote: Compressing objects: 100% (11/11) remote: Compressing objects: 100% (11/11), done. remote: Total 30 (delta 2), reused 0 (delta 0), pack-reused 11 Receiving objects: 3% (1/30) Receiving objects: 6% (2/30) Receiving objects: 10% (3/30) Receiving objects: 13% (4/30) Receiving objects: 16% (5/30) Receiving objects: 20% (6/30) Receiving objects: 23% (7/30) Receiving objects: 26% (8/30) Receiving objects: 30% (9/30) Receiving objects: 33% (10/30) Receiving objects: 36% (11/30) Receiving objects: 40% (12/30) Receiving objects: 43% (13/30) Receiving objects: 46% (14/30) Receiving objects: 50% (15/30) Receiving objects: 53% (16/30) Receiving objects: 56% (17/30) Receiving objects: 60% (18/30) Receiving objects: 63% (19/30) Receiving objects: 66% (20/30) Receiving objects: 70% (21/30) Receiving objects: 73% (22/30) Receiving objects: 76% (23/30) Receiving objects: 80% (24/30) Receiving objects: 83% (25/30) Receiving objects: 86% (26/30) Receiving objects: 90% (27/30) Receiving objects: 93% (28/30) Receiving objects: 96% (29/30) Receiving objects: 100% (30/30) Receiving objects: 100% (30/30), 6.33 KiB | 6.33 MiB/s, done. Resolving deltas: 0% (0/3) Resolving deltas: 33% (1/3) Resolving deltas: 66% (2/3) Resolving deltas: 100% (3/3) Resolving deltas: 100% (3/3), done. Cloning into '/root/workspace/weifang-config/container/A008/params_new/perception_new_detection'... remote: Enumerating objects: 5433, done. remote: Counting objects: 0% (1/229) remote: Counting objects: 1% (3/229) remote: Counting objects: 2% (5/229) remote: Counting objects: 3% (7/229) remote: Counting objects: 4% (10/229) remote: Counting objects: 5% (12/229) remote: Counting objects: 6% (14/229) remote: Counting objects: 7% (17/229) remote: Counting objects: 8% (19/229) remote: Counting objects: 9% (21/229) remote: Counting objects: 10% (23/229) remote: Counting objects: 11% (26/229) remote: Counting objects: 12% (28/229) remote: Counting objects: 13% (30/229) remote: Counting objects: 14% (33/229) remote: Counting objects: 15% (35/229) remote: Counting objects: 16% (37/229) remote: Counting objects: 17% (39/229) remote: Counting objects: 18% (42/229) remote: Counting objects: 19% (44/229) remote: Counting objects: 20% (46/229) remote: Counting objects: 21% (49/229) remote: Counting objects: 22% (51/229) remote: Counting objects: 23% (53/229) remote: Counting objects: 24% (55/229) remote: Counting objects: 25% (58/229) remote: Counting objects: 26% (60/229) remote: Counting objects: 27% (62/229) remote: Counting objects: 28% (65/229) remote: Counting objects: 29% (67/229) remote: Counting objects: 30% (69/229) remote: Counting objects: 31% (71/229) remote: Counting objects: 32% (74/229) remote: Counting objects: 33% (76/229) remote: Counting objects: 34% (78/229) remote: Counting objects: 35% (81/229) remote: Counting objects: 36% (83/229) remote: Counting objects: 37% (85/229) remote: Counting objects: 38% (88/229) remote: Counting objects: 39% (90/229) remote: Counting objects: 40% (92/229) remote: Counting objects: 41% (94/229) remote: Counting objects: 42% (97/229) remote: Counting objects: 43% (99/229) remote: Counting objects: 44% (101/229) remote: Counting objects: 45% (104/229) remote: Counting objects: 46% (106/229) remote: Counting objects: 47% (108/229) remote: Counting objects: 48% (110/229) remote: Counting objects: 49% (113/229) remote: Counting objects: 50% (115/229) remote: Counting objects: 51% (117/229) remote: Counting objects: 52% (120/229) remote: Counting objects: 53% (122/229) remote: Counting objects: 54% (124/229) remote: Counting objects: 55% (126/229) remote: Counting objects: 56% (129/229) remote: Counting objects: 57% (131/229) remote: Counting objects: 58% (133/229) remote: Counting objects: 59% (136/229) remote: Counting objects: 60% (138/229) remote: Counting objects: 61% (140/229) remote: Counting objects: 62% (142/229) remote: Counting objects: 63% (145/229) remote: Counting objects: 64% (147/229) remote: Counting objects: 65% (149/229) remote: Counting objects: 66% (152/229) remote: Counting objects: 67% (154/229) remote: Counting objects: 68% (156/229) remote: Counting objects: 69% (159/229) remote: Counting objects: 70% (161/229) remote: Counting objects: 71% (163/229) remote: Counting objects: 72% (165/229) remote: Counting objects: 73% (168/229) remote: Counting objects: 74% (170/229) remote: Counting objects: 75% (172/229) remote: Counting objects: 76% (175/229) remote: Counting objects: 77% (177/229) remote: Counting objects: 78% (179/229) remote: Counting objects: 79% (181/229) remote: Counting objects: 80% (184/229) remote: Counting objects: 81% (186/229) remote: Counting objects: 82% (188/229) remote: Counting objects: 83% (191/229) remote: Counting objects: 84% (193/229) remote: Counting objects: 85% (195/229) remote: Counting objects: 86% (197/229) remote: Counting objects: 87% (200/229) remote: Counting objects: 88% (202/229) remote: Counting objects: 89% (204/229) remote: Counting objects: 90% (207/229) remote: Counting objects: 91% (209/229) remote: Counting objects: 92% (211/229) remote: Counting objects: 93% (213/229) remote: Counting objects: 94% (216/229) remote: Counting objects: 95% (218/229) remote: Counting objects: 96% (220/229) remote: Counting objects: 97% (223/229) remote: Counting objects: 98% (225/229) remote: Counting objects: 99% (227/229) remote: Counting objects: 100% (229/229) remote: Counting objects: 100% (229/229), done. remote: Compressing objects: 0% (1/148) remote: Compressing objects: 1% (2/148) remote: Compressing objects: 2% (3/148) remote: Compressing objects: 3% (5/148) remote: Compressing objects: 4% (6/148) remote: Compressing objects: 5% (8/148) remote: Compressing objects: 6% (9/148) remote: Compressing objects: 7% (11/148) remote: Compressing objects: 8% (12/148) remote: Compressing objects: 9% (14/148) remote: Compressing objects: 10% (15/148) remote: Compressing objects: 11% (17/148) remote: Compressing objects: 12% (18/148) remote: Compressing objects: 13% (20/148) remote: Compressing objects: 14% (21/148) remote: Compressing objects: 15% (23/148) remote: Compressing objects: 16% (24/148) remote: Compressing objects: 17% (26/148) remote: Compressing objects: 18% (27/148) remote: Compressing objects: 19% (29/148) remote: Compressing objects: 20% (30/148) remote: Compressing objects: 21% (32/148) remote: Compressing objects: 22% (33/148) remote: Compressing objects: 23% (35/148) remote: Compressing objects: 24% (36/148) remote: Compressing objects: 25% (37/148) remote: Compressing objects: 26% (39/148) remote: Compressing objects: 27% (40/148) remote: Compressing objects: 28% (42/148) remote: Compressing objects: 29% (43/148) remote: Compressing objects: 30% (45/148) remote: Compressing objects: 31% (46/148) remote: Compressing objects: 32% (48/148) remote: Compressing objects: 33% (49/148) remote: Compressing objects: 34% (51/148) remote: Compressing objects: 35% (52/148) remote: Compressing objects: 36% (54/148) remote: Compressing objects: 37% (55/148) remote: Compressing objects: 38% (57/148) remote: Compressing objects: 39% (58/148) remote: Compressing objects: 40% (60/148) remote: Compressing objects: 41% (61/148) remote: Compressing objects: 42% (63/148) remote: Compressing objects: 43% (64/148) remote: Compressing objects: 44% (66/148) remote: Compressing objects: 45% (67/148) remote: Compressing objects: 46% (69/148) remote: Compressing objects: 47% (70/148) remote: Compressing objects: 48% (72/148) remote: Compressing objects: 49% (73/148) remote: Compressing objects: 50% (74/148) remote: Compressing objects: 51% (76/148) remote: Compressing objects: 52% (77/148) remote: Compressing objects: 53% (79/148) remote: Compressing objects: 54% (80/148) remote: Compressing objects: 55% (82/148) remote: Compressing objects: 56% (83/148) remote: Compressing objects: 57% (85/148) remote: Compressing objects: 58% (86/148) remote: Compressing objects: 59% (88/148) remote: Compressing objects: 60% (89/148) remote: Compressing objects: 61% (91/148) remote: Compressing objects: 62% (92/148) remote: Compressing objects: 63% (94/148) remote: Compressing objects: 64% (95/148) remote: Compressing objects: 65% (97/148) remote: Compressing objects: 66% (98/148) remote: Compressing objects: 67% (100/148) remote: Compressing objects: 68% (101/148) remote: Compressing objects: 69% (103/148) remote: Compressing objects: 70% (104/148) remote: Compressing objects: 71% (106/148) remote: Compressing objects: 72% (107/148) remote: Compressing objects: 73% (109/148) remote: Compressing objects: 74% (110/148) remote: Compressing objects: 75% (111/148) remote: Compressing objects: 76% (113/148) remote: Compressing objects: 77% (114/148) remote: Compressing objects: 78% (116/148) remote: Compressing objects: 79% (117/148) remote: Compressing objects: 80% (119/148) remote: Compressing objects: 81% (120/148) remote: Compressing objects: 82% (122/148) remote: Compressing objects: 83% (123/148) remote: Compressing objects: 84% (125/148) remote: Compressing objects: 85% (126/148) remote: Compressing objects: 86% (128/148) remote: Compressing objects: 87% (129/148) remote: Compressing objects: 88% (131/148) remote: Compressing objects: 89% (132/148) remote: Compressing objects: 90% (134/148) remote: Compressing objects: 91% (135/148) remote: Compressing objects: 92% (137/148) remote: Compressing objects: 93% (138/148) remote: Compressing objects: 94% (140/148) remote: Compressing objects: 95% (141/148) remote: Compressing objects: 96% (143/148) remote: Compressing objects: 97% (144/148) remote: Compressing objects: 98% (146/148) remote: Compressing objects: 99% (147/148) remote: Compressing objects: 100% (148/148) remote: Compressing objects: 100% (148/148), done. Receiving objects: 0% (1/5433) Receiving objects: 1% (55/5433) Receiving objects: 2% (109/5433) Receiving objects: 3% (163/5433) Receiving objects: 4% (218/5433) Receiving objects: 5% (272/5433) Receiving objects: 6% (326/5433) Receiving objects: 7% (381/5433) Receiving objects: 8% (435/5433) Receiving objects: 9% (489/5433) Receiving objects: 10% (544/5433) Receiving objects: 11% (598/5433) Receiving objects: 12% (652/5433) Receiving objects: 13% (707/5433) Receiving objects: 14% (761/5433) Receiving objects: 15% (815/5433) Receiving objects: 16% (870/5433) Receiving objects: 17% (924/5433) Receiving objects: 18% (978/5433) Receiving objects: 19% (1033/5433) Receiving objects: 20% (1087/5433) Receiving objects: 21% (1141/5433) Receiving objects: 22% (1196/5433) Receiving objects: 23% (1250/5433) Receiving objects: 24% (1304/5433) Receiving objects: 25% (1359/5433) Receiving objects: 26% (1413/5433) Receiving objects: 27% (1467/5433) Receiving objects: 28% (1522/5433) Receiving objects: 29% (1576/5433) Receiving objects: 30% (1630/5433) Receiving objects: 31% (1685/5433) Receiving objects: 32% (1739/5433) Receiving objects: 33% (1793/5433) Receiving objects: 34% (1848/5433) Receiving objects: 35% (1902/5433) Receiving objects: 36% (1956/5433) Receiving objects: 37% (2011/5433) Receiving objects: 38% (2065/5433) Receiving objects: 39% (2119/5433) Receiving objects: 40% (2174/5433) Receiving objects: 41% (2228/5433) Receiving objects: 42% (2282/5433) Receiving objects: 43% (2337/5433) Receiving objects: 44% (2391/5433) Receiving objects: 45% (2445/5433) Receiving objects: 46% (2500/5433) Receiving objects: 47% (2554/5433) Receiving objects: 48% (2608/5433) Receiving objects: 49% (2663/5433) Receiving objects: 50% (2717/5433) Receiving objects: 51% (2771/5433) Receiving objects: 52% (2826/5433) Receiving objects: 53% (2880/5433) Receiving objects: 54% (2934/5433) Receiving objects: 55% (2989/5433) Receiving objects: 56% (3043/5433) Receiving objects: 57% (3097/5433) Receiving objects: 58% (3152/5433) Receiving objects: 59% (3206/5433) Receiving objects: 60% (3260/5433) Receiving objects: 61% (3315/5433) Receiving objects: 62% (3369/5433) Receiving objects: 63% (3423/5433) Receiving objects: 64% (3478/5433) Receiving objects: 65% (3532/5433) Receiving objects: 66% (3586/5433) Receiving objects: 67% (3641/5433) Receiving objects: 68% (3695/5433) Receiving objects: 69% (3749/5433) Receiving objects: 70% (3804/5433) Receiving objects: 71% (3858/5433) Receiving objects: 72% (3912/5433) Receiving objects: 73% (3967/5433) Receiving objects: 74% (4021/5433) Receiving objects: 75% (4075/5433) Receiving objects: 76% (4130/5433) Receiving objects: 77% (4184/5433) Receiving objects: 78% (4238/5433) Receiving objects: 79% (4293/5433) Receiving objects: 80% (4347/5433) Receiving objects: 81% (4401/5433) Receiving objects: 82% (4456/5433) Receiving objects: 83% (4510/5433) Receiving objects: 84% (4564/5433) Receiving objects: 85% (4619/5433) Receiving objects: 86% (4673/5433) Receiving objects: 87% (4727/5433) Receiving objects: 88% (4782/5433) remote: Total 5433 (delta 36), reused 203 (delta 30), pack-reused 5204 Receiving objects: 89% (4836/5433) Receiving objects: 90% (4890/5433) Receiving objects: 91% (4945/5433) Receiving objects: 92% (4999/5433) Receiving objects: 93% (5053/5433) Receiving objects: 94% (5108/5433) Receiving objects: 95% (5162/5433) Receiving objects: 96% (5216/5433) Receiving objects: 97% (5271/5433) Receiving objects: 98% (5325/5433) Receiving objects: 99% (5379/5433) Receiving objects: 100% (5433/5433) Receiving objects: 100% (5433/5433), 577.71 KiB | 28.88 MiB/s, done. Resolving deltas: 0% (0/1027) Resolving deltas: 1% (12/1027) Resolving deltas: 2% (22/1027) Resolving deltas: 6% (69/1027) Resolving deltas: 8% (83/1027) Resolving deltas: 9% (98/1027) Resolving deltas: 12% (124/1027) Resolving deltas: 13% (135/1027) Resolving deltas: 14% (144/1027) Resolving deltas: 15% (155/1027) Resolving deltas: 16% (165/1027) Resolving deltas: 17% (175/1027) Resolving deltas: 18% (185/1027) Resolving deltas: 19% (204/1027) Resolving deltas: 20% (206/1027) Resolving deltas: 21% (216/1027) Resolving deltas: 22% (226/1027) Resolving deltas: 23% (237/1027) Resolving deltas: 24% (247/1027) Resolving deltas: 37% (384/1027) Resolving deltas: 56% (585/1027) Resolving deltas: 100% (1027/1027) Resolving deltas: 100% (1027/1027), done. Cloning into '/root/workspace/weifang-config/container/A008/params_new/perception_spreader_imv'... remote: Enumerating objects: 195, done. remote: Counting objects: 2% (1/44) remote: Counting objects: 4% (2/44) remote: Counting objects: 6% (3/44) remote: Counting objects: 9% (4/44) remote: Counting objects: 11% (5/44) remote: Counting objects: 13% (6/44) remote: Counting objects: 15% (7/44) remote: Counting objects: 18% (8/44) remote: Counting objects: 20% (9/44) remote: Counting objects: 22% (10/44) remote: Counting objects: 25% (11/44) remote: Counting objects: 27% (12/44) remote: Counting objects: 29% (13/44) remote: Counting objects: 31% (14/44) remote: Counting objects: 34% (15/44) remote: Counting objects: 36% (16/44) remote: Counting objects: 38% (17/44) remote: Counting objects: 40% (18/44) remote: Counting objects: 43% (19/44) remote: Counting objects: 45% (20/44) remote: Counting objects: 47% (21/44) remote: Counting objects: 50% (22/44) remote: Counting objects: 52% (23/44) remote: Counting objects: 54% (24/44) remote: Counting objects: 56% (25/44) remote: Counting objects: 59% (26/44) remote: Counting objects: 61% (27/44) remote: Counting objects: 63% (28/44) remote: Counting objects: 65% (29/44) remote: Counting objects: 68% (30/44) remote: Counting objects: 70% (31/44) remote: Counting objects: 72% (32/44) remote: Counting objects: 75% (33/44) remote: Counting objects: 77% (34/44) remote: Counting objects: 79% (35/44) remote: Counting objects: 81% (36/44) remote: Counting objects: 84% (37/44) remote: Counting objects: 86% (38/44) remote: Counting objects: 88% (39/44) remote: Counting objects: 90% (40/44) remote: Counting objects: 93% (41/44) remote: Counting objects: 95% (42/44) remote: Counting objects: 97% (43/44) remote: Counting objects: 100% (44/44) remote: Counting objects: 100% (44/44), done. remote: Compressing objects: 2% (1/36) remote: Compressing objects: 5% (2/36) remote: Compressing objects: 8% (3/36) remote: Compressing objects: 11% (4/36) remote: Compressing objects: 13% (5/36) remote: Compressing objects: 16% (6/36) remote: Compressing objects: 19% (7/36) remote: Compressing objects: 22% (8/36) remote: Compressing objects: 25% (9/36) remote: Compressing objects: 27% (10/36) remote: Compressing objects: 30% (11/36) remote: Compressing objects: 33% (12/36) remote: Compressing objects: 36% (13/36) remote: Compressing objects: 38% (14/36) remote: Compressing objects: 41% (15/36) remote: Compressing objects: 44% (16/36) remote: Compressing objects: 47% (17/36) remote: Compressing objects: 50% (18/36) remote: Compressing objects: 52% (19/36) remote: Compressing objects: 55% (20/36) remote: Compressing objects: 58% (21/36) remote: Compressing objects: 61% (22/36) remote: Compressing objects: 63% (23/36) remote: Compressing objects: 66% (24/36) remote: Compressing objects: 69% (25/36) remote: Compressing objects: 72% (26/36) remote: Compressing objects: 75% (27/36) remote: Compressing objects: 77% (28/36) remote: Compressing objects: 80% (29/36) remote: Compressing objects: 83% (30/36) remote: Compressing objects: 86% (31/36) remote: Compressing objects: 88% (32/36) remote: Compressing objects: 91% (33/36) remote: Compressing objects: 94% (34/36) remote: Compressing objects: 97% (35/36) remote: Compressing objects: 100% (36/36) remote: Compressing objects: 100% (36/36), done. remote: Total 195 (delta 10), reused 35 (delta 8), pack-reused 151 Receiving objects: 0% (1/195) Receiving objects: 1% (2/195) Receiving objects: 2% (4/195) Receiving objects: 3% (6/195) Receiving objects: 4% (8/195) Receiving objects: 5% (10/195) Receiving objects: 6% (12/195) Receiving objects: 7% (14/195) Receiving objects: 8% (16/195) Receiving objects: 9% (18/195) Receiving objects: 10% (20/195) Receiving objects: 11% (22/195) Receiving objects: 12% (24/195) Receiving objects: 13% (26/195) Receiving objects: 14% (28/195) Receiving objects: 15% (30/195) Receiving objects: 16% (32/195) Receiving objects: 17% (34/195) Receiving objects: 18% (36/195) Receiving objects: 19% (38/195) Receiving objects: 20% (39/195) Receiving objects: 21% (41/195) Receiving objects: 22% (43/195) Receiving objects: 23% (45/195) Receiving objects: 24% (47/195) Receiving objects: 25% (49/195) Receiving objects: 26% (51/195) Receiving objects: 27% (53/195) Receiving objects: 28% (55/195) Receiving objects: 29% (57/195) Receiving objects: 30% (59/195) Receiving objects: 31% (61/195) Receiving objects: 32% (63/195) Receiving objects: 33% (65/195) Receiving objects: 34% (67/195) Receiving objects: 35% (69/195) Receiving objects: 36% (71/195) Receiving objects: 37% (73/195) Receiving objects: 38% (75/195) Receiving objects: 39% (77/195) Receiving objects: 40% (78/195) Receiving objects: 41% (80/195) Receiving objects: 42% (82/195) Receiving objects: 43% (84/195) Receiving objects: 44% (86/195) Receiving objects: 45% (88/195) Receiving objects: 46% (90/195) Receiving objects: 47% (92/195) Receiving objects: 48% (94/195) Receiving objects: 49% (96/195) Receiving objects: 50% (98/195) Receiving objects: 51% (100/195) Receiving objects: 52% (102/195) Receiving objects: 53% (104/195) Receiving objects: 54% (106/195) Receiving objects: 55% (108/195) Receiving objects: 56% (110/195) Receiving objects: 57% (112/195) Receiving objects: 58% (114/195) Receiving objects: 59% (116/195) Receiving objects: 60% (117/195) Receiving objects: 61% (119/195) Receiving objects: 62% (121/195) Receiving objects: 63% (123/195) Receiving objects: 64% (125/195) Receiving objects: 65% (127/195) Receiving objects: 66% (129/195) Receiving objects: 67% (131/195) Receiving objects: 68% (133/195) Receiving objects: 69% (135/195) Receiving objects: 70% (137/195) Receiving objects: 71% (139/195) Receiving objects: 72% (141/195) Receiving objects: 73% (143/195) Receiving objects: 74% (145/195) Receiving objects: 75% (147/195) Receiving objects: 76% (149/195) Receiving objects: 77% (151/195) Receiving objects: 78% (153/195) Receiving objects: 79% (155/195) Receiving objects: 80% (156/195) Receiving objects: 81% (158/195) Receiving objects: 82% (160/195) Receiving objects: 83% (162/195) Receiving objects: 84% (164/195) Receiving objects: 85% (166/195) Receiving objects: 86% (168/195) Receiving objects: 87% (170/195) Receiving objects: 88% (172/195) Receiving objects: 89% (174/195) Receiving objects: 90% (176/195) Receiving objects: 91% (178/195) Receiving objects: 92% (180/195) Receiving objects: 93% (182/195) Receiving objects: 94% (184/195) Receiving objects: 95% (186/195) Receiving objects: 96% (188/195) Receiving objects: 97% (190/195) Receiving objects: 98% (192/195) Receiving objects: 99% (194/195) Receiving objects: 100% (195/195) Receiving objects: 100% (195/195), 19.99 KiB | 19.99 MiB/s, done. Resolving deltas: 0% (0/58) Resolving deltas: 6% (4/58) Resolving deltas: 12% (7/58) Resolving deltas: 17% (10/58) Resolving deltas: 18% (11/58) Resolving deltas: 20% (12/58) Resolving deltas: 24% (14/58) Resolving deltas: 60% (35/58) Resolving deltas: 100% (58/58) Resolving deltas: 100% (58/58), done. Cloning into '/root/workspace/weifang-config/container/A008/params_new/perception_spreader_truck'... remote: Enumerating objects: 75, done. remote: Counting objects: 1% (1/52) remote: Counting objects: 3% (2/52) remote: Counting objects: 5% (3/52) remote: Counting objects: 7% (4/52) remote: Counting objects: 9% (5/52) remote: Counting objects: 11% (6/52) remote: Counting objects: 13% (7/52) remote: Counting objects: 15% (8/52) remote: Counting objects: 17% (9/52) remote: Counting objects: 19% (10/52) remote: Counting objects: 21% (11/52) remote: Counting objects: 23% (12/52) remote: Counting objects: 25% (13/52) remote: Counting objects: 26% (14/52) remote: Counting objects: 28% (15/52) remote: Counting objects: 30% (16/52) remote: Counting objects: 32% (17/52) remote: Counting objects: 34% (18/52) remote: Counting objects: 36% (19/52) remote: Counting objects: 38% (20/52) remote: Counting objects: 40% (21/52) remote: Counting objects: 42% (22/52) remote: Counting objects: 44% (23/52) remote: Counting objects: 46% (24/52) remote: Counting objects: 48% (25/52) remote: Counting objects: 50% (26/52) remote: Counting objects: 51% (27/52) remote: Counting objects: 53% (28/52) remote: Counting objects: 55% (29/52) remote: Counting objects: 57% (30/52) remote: Counting objects: 59% (31/52) remote: Counting objects: 61% (32/52) remote: Counting objects: 63% (33/52) remote: Counting objects: 65% (34/52) remote: Counting objects: 67% (35/52) remote: Counting objects: 69% (36/52) remote: Counting objects: 71% (37/52) remote: Counting objects: 73% (38/52) remote: Counting objects: 75% (39/52) remote: Counting objects: 76% (40/52) remote: Counting objects: 78% (41/52) remote: Counting objects: 80% (42/52) remote: Counting objects: 82% (43/52) remote: Counting objects: 84% (44/52) remote: Counting objects: 86% (45/52) remote: Counting objects: 88% (46/52) remote: Counting objects: 90% (47/52) remote: Counting objects: 92% (48/52) remote: Counting objects: 94% (49/52) remote: Counting objects: 96% (50/52) remote: Counting objects: 98% (51/52) remote: Counting objects: 100% (52/52) remote: Counting objects: 100% (52/52), done. remote: Compressing objects: 3% (1/32) remote: Compressing objects: 6% (2/32) remote: Compressing objects: 9% (3/32) remote: Compressing objects: 12% (4/32) remote: Compressing objects: 15% (5/32) remote: Compressing objects: 18% (6/32) remote: Compressing objects: 21% (7/32) remote: Compressing objects: 25% (8/32) remote: Compressing objects: 28% (9/32) remote: Compressing objects: 31% (10/32) remote: Compressing objects: 34% (11/32) remote: Compressing objects: 37% (12/32) remote: Compressing objects: 40% (13/32) remote: Compressing objects: 43% (14/32) remote: Compressing objects: 46% (15/32) remote: Compressing objects: 50% (16/32) remote: Compressing objects: 53% (17/32) remote: Compressing objects: 56% (18/32) remote: Compressing objects: 59% (19/32) remote: Compressing objects: 62% (20/32) remote: Compressing objects: 65% (21/32) remote: Compressing objects: 68% (22/32) remote: Compressing objects: 71% (23/32) remote: Compressing objects: 75% (24/32) remote: Compressing objects: 78% (25/32) remote: Compressing objects: 81% (26/32) remote: Compressing objects: 84% (27/32) remote: Compressing objects: 87% (28/32) remote: Compressing objects: 90% (29/32) remote: Compressing objects: 93% (30/32) remote: Compressing objects: 96% (31/32) remote: Compressing objects: 100% (32/32) remote: Compressing objects: 100% (32/32), done. remote: Total 75 (delta 24), reused 45 (delta 20), pack-reused 23 Receiving objects: 1% (1/75) Receiving objects: 2% (2/75) Receiving objects: 4% (3/75) Receiving objects: 5% (4/75) Receiving objects: 6% (5/75) Receiving objects: 8% (6/75) Receiving objects: 9% (7/75) Receiving objects: 10% (8/75) Receiving objects: 12% (9/75) Receiving objects: 13% (10/75) Receiving objects: 14% (11/75) Receiving objects: 16% (12/75) Receiving objects: 17% (13/75) Receiving objects: 18% (14/75) Receiving objects: 20% (15/75) Receiving objects: 21% (16/75) Receiving objects: 22% (17/75) Receiving objects: 24% (18/75) Receiving objects: 25% (19/75) Receiving objects: 26% (20/75) Receiving objects: 28% (21/75) Receiving objects: 29% (22/75) Receiving objects: 30% (23/75) Receiving objects: 32% (24/75) Receiving objects: 33% (25/75) Receiving objects: 34% (26/75) Receiving objects: 36% (27/75) Receiving objects: 37% (28/75) Receiving objects: 38% (29/75) Receiving objects: 40% (30/75) Receiving objects: 41% (31/75) Receiving objects: 42% (32/75) Receiving objects: 44% (33/75) Receiving objects: 45% (34/75) Receiving objects: 46% (35/75) Receiving objects: 48% (36/75) Receiving objects: 49% (37/75) Receiving objects: 50% (38/75) Receiving objects: 52% (39/75) Receiving objects: 53% (40/75) Receiving objects: 54% (41/75) Receiving objects: 56% (42/75) Receiving objects: 57% (43/75) Receiving objects: 58% (44/75) Receiving objects: 60% (45/75) Receiving objects: 61% (46/75) Receiving objects: 62% (47/75) Receiving objects: 64% (48/75) Receiving objects: 65% (49/75) Receiving objects: 66% (50/75) Receiving objects: 68% (51/75) Receiving objects: 69% (52/75) Receiving objects: 70% (53/75) Receiving objects: 72% (54/75) Receiving objects: 73% (55/75) Receiving objects: 74% (56/75) Receiving objects: 76% (57/75) Receiving objects: 77% (58/75) Receiving objects: 78% (59/75) Receiving objects: 80% (60/75) Receiving objects: 81% (61/75) Receiving objects: 82% (62/75) Receiving objects: 84% (63/75) Receiving objects: 85% (64/75) Receiving objects: 86% (65/75) Receiving objects: 88% (66/75) Receiving objects: 89% (67/75) Receiving objects: 90% (68/75) Receiving objects: 92% (69/75) Receiving objects: 93% (70/75) Receiving objects: 94% (71/75) Receiving objects: 96% (72/75) Receiving objects: 97% (73/75) Receiving objects: 98% (74/75) Receiving objects: 100% (75/75) Receiving objects: 100% (75/75), 7.62 KiB | 7.62 MiB/s, done. Resolving deltas: 0% (0/32) Resolving deltas: 12% (4/32) Resolving deltas: 50% (16/32) Resolving deltas: 71% (23/32) Resolving deltas: 100% (32/32) Resolving deltas: 100% (32/32), done. Cloning into '/root/workspace/weifang-config/container/A008/params_new/perception_vehicles'... remote: Enumerating objects: 40, done. remote: Counting objects: 2% (1/40) remote: Counting objects: 5% (2/40) remote: Counting objects: 7% (3/40) remote: Counting objects: 10% (4/40) remote: Counting objects: 12% (5/40) remote: Counting objects: 15% (6/40) remote: Counting objects: 17% (7/40) remote: Counting objects: 20% (8/40) remote: Counting objects: 22% (9/40) remote: Counting objects: 25% (10/40) remote: Counting objects: 27% (11/40) remote: Counting objects: 30% (12/40) remote: Counting objects: 32% (13/40) remote: Counting objects: 35% (14/40) remote: Counting objects: 37% (15/40) remote: Counting objects: 40% (16/40) remote: Counting objects: 42% (17/40) remote: Counting objects: 45% (18/40) remote: Counting objects: 47% (19/40) remote: Counting objects: 50% (20/40) remote: Counting objects: 52% (21/40) remote: Counting objects: 55% (22/40) remote: Counting objects: 57% (23/40) remote: Counting objects: 60% (24/40) remote: Counting objects: 62% (25/40) remote: Counting objects: 65% (26/40) remote: Counting objects: 67% (27/40) remote: Counting objects: 70% (28/40) remote: Counting objects: 72% (29/40) remote: Counting objects: 75% (30/40) remote: Counting objects: 77% (31/40) remote: Counting objects: 80% (32/40) remote: Counting objects: 82% (33/40) remote: Counting objects: 85% (34/40) remote: Counting objects: 87% (35/40) remote: Counting objects: 90% (36/40) remote: Counting objects: 92% (37/40) remote: Counting objects: 95% (38/40) remote: Counting objects: 97% (39/40) remote: Counting objects: 100% (40/40) remote: Counting objects: 100% (40/40), done. remote: Compressing objects: 3% (1/28) remote: Compressing objects: 7% (2/28) remote: Compressing objects: 10% (3/28) remote: Compressing objects: 14% (4/28) remote: Compressing objects: 17% (5/28) remote: Compressing objects: 21% (6/28) remote: Compressing objects: 25% (7/28) remote: Compressing objects: 28% (8/28) remote: Compressing objects: 32% (9/28) remote: Compressing objects: 35% (10/28) remote: Compressing objects: 39% (11/28) remote: Compressing objects: 42% (12/28) remote: Compressing objects: 46% (13/28) remote: Compressing objects: 50% (14/28) remote: Compressing objects: 53% (15/28) remote: Compressing objects: 57% (16/28) remote: Compressing objects: 60% (17/28) remote: Compressing objects: 64% (18/28) remote: Compressing objects: 67% (19/28) remote: Compressing objects: 71% (20/28) remote: Compressing objects: 75% (21/28) remote: Compressing objects: 78% (22/28) remote: Compressing objects: 82% (23/28) remote: Compressing objects: 85% (24/28) remote: Compressing objects: 89% (25/28) remote: Compressing objects: 92% (26/28) remote: Compressing objects: 96% (27/28) remote: Compressing objects: 100% (28/28) remote: Compressing objects: 100% (28/28), done. remote: Total 40 (delta 6), reused 0 (delta 0), pack-reused 0 Receiving objects: 2% (1/40) Receiving objects: 5% (2/40) Receiving objects: 7% (3/40) Receiving objects: 10% (4/40) Receiving objects: 12% (5/40) Receiving objects: 15% (6/40) Receiving objects: 17% (7/40) Receiving objects: 20% (8/40) Receiving objects: 22% (9/40) Receiving objects: 25% (10/40) Receiving objects: 27% (11/40) Receiving objects: 30% (12/40) Receiving objects: 32% (13/40) Receiving objects: 35% (14/40) Receiving objects: 37% (15/40) Receiving objects: 40% (16/40) Receiving objects: 42% (17/40) Receiving objects: 45% (18/40) Receiving objects: 47% (19/40) Receiving objects: 50% (20/40) Receiving objects: 52% (21/40) Receiving objects: 55% (22/40) Receiving objects: 57% (23/40) Receiving objects: 60% (24/40) Receiving objects: 62% (25/40) Receiving objects: 65% (26/40) Receiving objects: 67% (27/40) Receiving objects: 70% (28/40) Receiving objects: 72% (29/40) Receiving objects: 75% (30/40) Receiving objects: 77% (31/40) Receiving objects: 80% (32/40) Receiving objects: 82% (33/40) Receiving objects: 85% (34/40) Receiving objects: 87% (35/40) Receiving objects: 90% (36/40) Receiving objects: 92% (37/40) Receiving objects: 95% (38/40) Receiving objects: 97% (39/40) Receiving objects: 100% (40/40) Receiving objects: 100% (40/40), 6.03 KiB | 6.03 MiB/s, done. Resolving deltas: 0% (0/6) Resolving deltas: 16% (1/6) Resolving deltas: 33% (2/6) Resolving deltas: 100% (6/6) Resolving deltas: 100% (6/6), done. Cloning into '/root/workspace/weifang-config/container/A008/params_new/pointcloud_customized'... remote: Enumerating objects: 348, done. remote: Counting objects: 1% (1/55) remote: Counting objects: 3% (2/55) remote: Counting objects: 5% (3/55) remote: Counting objects: 7% (4/55) remote: Counting objects: 9% (5/55) remote: Counting objects: 10% (6/55) remote: Counting objects: 12% (7/55) remote: Counting objects: 14% (8/55) remote: Counting objects: 16% (9/55) remote: Counting objects: 18% (10/55) remote: Counting objects: 20% (11/55) remote: Counting objects: 21% (12/55) remote: Counting objects: 23% (13/55) remote: Counting objects: 25% (14/55) remote: Counting objects: 27% (15/55) remote: Counting objects: 29% (16/55) remote: Counting objects: 30% (17/55) remote: Counting objects: 32% (18/55) remote: Counting objects: 34% (19/55) remote: Counting objects: 36% (20/55) remote: Counting objects: 38% (21/55) remote: Counting objects: 40% (22/55) remote: Counting objects: 41% (23/55) remote: Counting objects: 43% (24/55) remote: Counting objects: 45% (25/55) remote: Counting objects: 47% (26/55) remote: Counting objects: 49% (27/55) remote: Counting objects: 50% (28/55) remote: Counting objects: 52% (29/55) remote: Counting objects: 54% (30/55) remote: Counting objects: 56% (31/55) remote: Counting objects: 58% (32/55) remote: Counting objects: 60% (33/55) remote: Counting objects: 61% (34/55) remote: Counting objects: 63% (35/55) remote: Counting objects: 65% (36/55) remote: Counting objects: 67% (37/55) remote: Counting objects: 69% (38/55) remote: Counting objects: 70% (39/55) remote: Counting objects: 72% (40/55) remote: Counting objects: 74% (41/55) remote: Counting objects: 76% (42/55) remote: Counting objects: 78% (43/55) remote: Counting objects: 80% (44/55) remote: Counting objects: 81% (45/55) remote: Counting objects: 83% (46/55) remote: Counting objects: 85% (47/55) remote: Counting objects: 87% (48/55) remote: Counting objects: 89% (49/55) remote: Counting objects: 90% (50/55) remote: Counting objects: 92% (51/55) remote: Counting objects: 94% (52/55) remote: Counting objects: 96% (53/55) remote: Counting objects: 98% (54/55) remote: Counting objects: 100% (55/55) remote: Counting objects: 100% (55/55), done. remote: Compressing objects: 3% (1/33) remote: Compressing objects: 6% (2/33) remote: Compressing objects: 9% (3/33) remote: Compressing objects: 12% (4/33) remote: Compressing objects: 15% (5/33) remote: Compressing objects: 18% (6/33) remote: Compressing objects: 21% (7/33) remote: Compressing objects: 24% (8/33) remote: Compressing objects: 27% (9/33) remote: Compressing objects: 30% (10/33) remote: Compressing objects: 33% (11/33) remote: Compressing objects: 36% (12/33) remote: Compressing objects: 39% (13/33) remote: Compressing objects: 42% (14/33) remote: Compressing objects: 45% (15/33) remote: Compressing objects: 48% (16/33) remote: Compressing objects: 51% (17/33) remote: Compressing objects: 54% (18/33) remote: Compressing objects: 57% (19/33) remote: Compressing objects: 60% (20/33) remote: Compressing objects: 63% (21/33) remote: Compressing objects: 66% (22/33) remote: Compressing objects: 69% (23/33) remote: Compressing objects: 72% (24/33) remote: Compressing objects: 75% (25/33) remote: Compressing objects: 78% (26/33) remote: Compressing objects: 81% (27/33) remote: Compressing objects: 84% (28/33) remote: Compressing objects: 87% (29/33) remote: Compressing objects: 90% (30/33) remote: Compressing objects: 93% (31/33) remote: Compressing objects: 96% (32/33) remote: Compressing objects: 100% (33/33) remote: Compressing objects: 100% (33/33), done. Receiving objects: 0% (1/348) Receiving objects: 1% (4/348) Receiving objects: 2% (7/348) Receiving objects: 3% (11/348) Receiving objects: 4% (14/348) Receiving objects: 5% (18/348) Receiving objects: 6% (21/348) Receiving objects: 7% (25/348) Receiving objects: 8% (28/348) Receiving objects: 9% (32/348) Receiving objects: 10% (35/348) Receiving objects: 11% (39/348) Receiving objects: 12% (42/348) Receiving objects: 13% (46/348) Receiving objects: 13% (47/348), 46.07 MiB | 46.11 MiB/s Receiving objects: 13% (48/348), 90.92 MiB | 45.48 MiB/s Receiving objects: 13% (48/348), 135.41 MiB | 45.15 MiB/s Receiving objects: 14% (49/348), 154.80 MiB | 44.24 MiB/s Receiving objects: 15% (53/348), 154.80 MiB | 44.24 MiB/s Receiving objects: 16% (56/348), 154.80 MiB | 44.24 MiB/s Receiving objects: 16% (58/348), 174.20 MiB | 43.56 MiB/s Receiving objects: 17% (60/348), 174.20 MiB | 43.56 MiB/s Receiving objects: 18% (63/348), 174.20 MiB | 43.56 MiB/s Receiving objects: 19% (67/348), 174.20 MiB | 43.56 MiB/s Receiving objects: 20% (70/348), 174.20 MiB | 43.56 MiB/s Receiving objects: 21% (74/348), 174.20 MiB | 43.56 MiB/s Receiving objects: 22% (77/348), 174.20 MiB | 43.56 MiB/s Receiving objects: 23% (81/348), 174.20 MiB | 43.56 MiB/s Receiving objects: 24% (84/348), 196.03 MiB | 43.57 MiB/s Receiving objects: 25% (87/348), 196.03 MiB | 43.57 MiB/s Receiving objects: 26% (91/348), 196.03 MiB | 43.57 MiB/s Receiving objects: 27% (94/348), 196.03 MiB | 43.57 MiB/s Receiving objects: 28% (98/348), 196.03 MiB | 43.57 MiB/s Receiving objects: 29% (101/348), 196.03 MiB | 43.57 MiB/s Receiving objects: 30% (105/348), 196.03 MiB | 43.57 MiB/s Receiving objects: 31% (108/348), 196.03 MiB | 43.57 MiB/s Receiving objects: 32% (112/348), 196.03 MiB | 43.57 MiB/s Receiving objects: 33% (115/348), 196.03 MiB | 43.57 MiB/s Receiving objects: 34% (119/348), 196.03 MiB | 43.57 MiB/s Receiving objects: 35% (122/348), 196.03 MiB | 43.57 MiB/s Receiving objects: 36% (126/348), 196.03 MiB | 43.57 MiB/s Receiving objects: 36% (128/348), 216.31 MiB | 43.05 MiB/s Receiving objects: 37% (129/348), 216.31 MiB | 43.05 MiB/s Receiving objects: 38% (133/348), 216.31 MiB | 43.05 MiB/s Receiving objects: 39% (136/348), 216.31 MiB | 43.05 MiB/s Receiving objects: 40% (140/348), 216.31 MiB | 43.05 MiB/s Receiving objects: 41% (143/348), 241.41 MiB | 43.41 MiB/s Receiving objects: 42% (147/348), 241.41 MiB | 43.41 MiB/s Receiving objects: 43% (150/348), 241.41 MiB | 43.41 MiB/s Receiving objects: 44% (154/348), 241.41 MiB | 43.41 MiB/s Receiving objects: 45% (157/348), 241.41 MiB | 43.41 MiB/s Receiving objects: 46% (161/348), 241.41 MiB | 43.41 MiB/s Receiving objects: 46% (161/348), 262.83 MiB | 42.55 MiB/s Receiving objects: 47% (164/348), 262.83 MiB | 42.55 MiB/s Receiving objects: 48% (168/348), 262.83 MiB | 42.55 MiB/s Receiving objects: 49% (171/348), 283.70 MiB | 42.85 MiB/s Receiving objects: 50% (174/348), 283.70 MiB | 42.85 MiB/s Receiving objects: 50% (176/348), 303.02 MiB | 42.38 MiB/s Receiving objects: 51% (178/348), 303.02 MiB | 42.38 MiB/s Receiving objects: 52% (181/348), 303.02 MiB | 42.38 MiB/s Receiving objects: 53% (185/348), 303.02 MiB | 42.38 MiB/s Receiving objects: 53% (187/348), 343.74 MiB | 42.00 MiB/s Receiving objects: 54% (188/348), 343.74 MiB | 42.00 MiB/s Receiving objects: 55% (192/348), 343.74 MiB | 42.00 MiB/s Receiving objects: 55% (193/348), 379.96 MiB | 40.88 MiB/s Receiving objects: 56% (195/348), 379.96 MiB | 40.88 MiB/s Receiving objects: 57% (199/348), 379.96 MiB | 40.88 MiB/s Receiving objects: 57% (201/348), 415.94 MiB | 38.79 MiB/s Receiving objects: 58% (202/348), 415.94 MiB | 38.79 MiB/s Receiving objects: 59% (206/348), 415.94 MiB | 38.79 MiB/s Receiving objects: 60% (209/348), 415.94 MiB | 38.79 MiB/s Receiving objects: 61% (213/348), 415.94 MiB | 38.79 MiB/s Receiving objects: 62% (216/348), 452.55 MiB | 42.17 MiB/s Receiving objects: 63% (220/348), 452.55 MiB | 42.17 MiB/s Receiving objects: 64% (223/348), 452.55 MiB | 42.17 MiB/s Receiving objects: 65% (227/348), 452.55 MiB | 42.17 MiB/s Receiving objects: 65% (228/348), 472.56 MiB | 41.97 MiB/s Receiving objects: 66% (230/348), 472.56 MiB | 41.97 MiB/s Receiving objects: 67% (234/348), 472.56 MiB | 41.97 MiB/s Receiving objects: 68% (237/348), 472.56 MiB | 41.97 MiB/s Receiving objects: 68% (238/348), 507.68 MiB | 41.09 MiB/s Receiving objects: 69% (241/348), 507.68 MiB | 41.09 MiB/s Receiving objects: 70% (244/348), 507.68 MiB | 41.09 MiB/s Receiving objects: 71% (248/348), 526.38 MiB | 40.59 MiB/s Receiving objects: 72% (251/348), 526.38 MiB | 40.59 MiB/s Receiving objects: 73% (255/348), 526.38 MiB | 40.59 MiB/s Receiving objects: 74% (258/348), 526.38 MiB | 40.59 MiB/s Receiving objects: 75% (261/348), 526.38 MiB | 40.59 MiB/s Receiving objects: 75% (264/348), 544.93 MiB | 40.51 MiB/s Receiving objects: 76% (265/348), 544.93 MiB | 40.51 MiB/s Receiving objects: 77% (268/348), 544.93 MiB | 40.51 MiB/s Receiving objects: 78% (272/348), 544.93 MiB | 40.51 MiB/s Receiving objects: 79% (275/348), 544.93 MiB | 40.51 MiB/s Receiving objects: 80% (279/348), 544.93 MiB | 40.51 MiB/s Receiving objects: 81% (282/348), 565.57 MiB | 41.25 MiB/s Receiving objects: 82% (286/348), 565.57 MiB | 41.25 MiB/s Receiving objects: 83% (289/348), 565.57 MiB | 41.25 MiB/s Receiving objects: 84% (293/348), 565.57 MiB | 41.25 MiB/s Receiving objects: 85% (296/348), 565.57 MiB | 41.25 MiB/s Receiving objects: 86% (300/348), 565.57 MiB | 41.25 MiB/s Receiving objects: 87% (303/348), 565.57 MiB | 41.25 MiB/s Receiving objects: 88% (307/348), 565.57 MiB | 41.25 MiB/s Receiving objects: 89% (310/348), 565.57 MiB | 41.25 MiB/s Receiving objects: 89% (312/348), 585.07 MiB | 40.98 MiB/s Receiving objects: 89% (313/348), 614.08 MiB | 16.80 MiB/s Receiving objects: 90% (314/348), 614.08 MiB | 16.80 MiB/s Receiving objects: 90% (314/348), 630.51 MiB | 15.04 MiB/s Receiving objects: 91% (317/348), 630.51 MiB | 15.04 MiB/s Receiving objects: 91% (318/348), 641.48 MiB | 13.19 MiB/s Receiving objects: 92% (321/348), 641.48 MiB | 13.19 MiB/s Receiving objects: 92% (322/348), 641.48 MiB | 13.19 MiB/s Receiving objects: 93% (324/348), 641.48 MiB | 13.19 MiB/s Receiving objects: 94% (328/348), 681.59 MiB | 13.60 MiB/s Receiving objects: 94% (330/348), 681.59 MiB | 13.60 MiB/s Receiving objects: 95% (331/348), 681.59 MiB | 13.60 MiB/s Receiving objects: 96% (335/348), 703.86 MiB | 13.92 MiB/s Receiving objects: 97% (338/348), 703.86 MiB | 13.92 MiB/s Receiving objects: 97% (341/348), 720.30 MiB | 13.55 MiB/s Receiving objects: 98% (342/348), 720.30 MiB | 13.55 MiB/s remote: Total 348 (delta 11), reused 42 (delta 9), pack-reused 293 Receiving objects: 99% (345/348), 720.30 MiB | 13.55 MiB/s Receiving objects: 100% (348/348), 720.30 MiB | 13.55 MiB/s Receiving objects: 100% (348/348), 729.16 MiB | 28.95 MiB/s, done. Resolving deltas: 0% (0/61) Resolving deltas: 1% (1/61) Resolving deltas: 16% (10/61) Resolving deltas: 24% (15/61) Resolving deltas: 26% (16/61) Resolving deltas: 27% (17/61) Resolving deltas: 31% (19/61) Resolving deltas: 32% (20/61) Resolving deltas: 36% (22/61) Resolving deltas: 39% (24/61) Resolving deltas: 40% (25/61) Resolving deltas: 45% (28/61) Resolving deltas: 47% (29/61) Resolving deltas: 57% (35/61) Resolving deltas: 60% (37/61) Resolving deltas: 63% (39/61) Resolving deltas: 65% (40/61) Resolving deltas: 68% (42/61) Resolving deltas: 72% (44/61) Resolving deltas: 75% (46/61) Resolving deltas: 78% (48/61) Resolving deltas: 86% (53/61) Resolving deltas: 88% (54/61) Resolving deltas: 91% (56/61) Resolving deltas: 93% (57/61) Resolving deltas: 95% (58/61) Resolving deltas: 98% (60/61) Resolving deltas: 100% (61/61) Resolving deltas: 100% (61/61), done. Cloning into '/root/workspace/weifang-config/container/A008/params_new/prediction_config'... remote: Enumerating objects: 142, done. remote: Counting objects: 1% (1/98) remote: Counting objects: 2% (2/98) remote: Counting objects: 3% (3/98) remote: Counting objects: 4% (4/98) remote: Counting objects: 5% (5/98) remote: Counting objects: 6% (6/98) remote: Counting objects: 7% (7/98) remote: Counting objects: 8% (8/98) remote: Counting objects: 9% (9/98) remote: Counting objects: 10% (10/98) remote: Counting objects: 11% (11/98) remote: Counting objects: 12% (12/98) remote: Counting objects: 13% (13/98) remote: Counting objects: 14% (14/98) remote: Counting objects: 15% (15/98) remote: Counting objects: 16% (16/98) remote: Counting objects: 17% (17/98) remote: Counting objects: 18% (18/98) remote: Counting objects: 19% (19/98) remote: Counting objects: 20% (20/98) remote: Counting objects: 21% (21/98) remote: Counting objects: 22% (22/98) remote: Counting objects: 23% (23/98) remote: Counting objects: 24% (24/98) remote: Counting objects: 25% (25/98) remote: Counting objects: 26% (26/98) remote: Counting objects: 27% (27/98) remote: Counting objects: 28% (28/98) remote: Counting objects: 29% (29/98) remote: Counting objects: 30% (30/98) remote: Counting objects: 31% (31/98) remote: Counting objects: 32% (32/98) remote: Counting objects: 33% (33/98) remote: Counting objects: 34% (34/98) remote: Counting objects: 35% (35/98) remote: Counting objects: 36% (36/98) remote: Counting objects: 37% (37/98) remote: Counting objects: 38% (38/98) remote: Counting objects: 39% (39/98) remote: Counting objects: 40% (40/98) remote: Counting objects: 41% (41/98) remote: Counting objects: 42% (42/98) remote: Counting objects: 43% (43/98) remote: Counting objects: 44% (44/98) remote: Counting objects: 45% (45/98) remote: Counting objects: 46% (46/98) remote: Counting objects: 47% (47/98) remote: Counting objects: 48% (48/98) remote: Counting objects: 50% (49/98) remote: Counting objects: 51% (50/98) remote: Counting objects: 52% (51/98) remote: Counting objects: 53% (52/98) remote: Counting objects: 54% (53/98) remote: Counting objects: 55% (54/98) remote: Counting objects: 56% (55/98) remote: Counting objects: 57% (56/98) remote: Counting objects: 58% (57/98) remote: Counting objects: 59% (58/98) remote: Counting objects: 60% (59/98) remote: Counting objects: 61% (60/98) remote: Counting objects: 62% (61/98) remote: Counting objects: 63% (62/98) remote: Counting objects: 64% (63/98) remote: Counting objects: 65% (64/98) remote: Counting objects: 66% (65/98) remote: Counting objects: 67% (66/98) remote: Counting objects: 68% (67/98) remote: Counting objects: 69% (68/98) remote: Counting objects: 70% (69/98) remote: Counting objects: 71% (70/98) remote: Counting objects: 72% (71/98) remote: Counting objects: 73% (72/98) remote: Counting objects: 74% (73/98) remote: Counting objects: 75% (74/98) remote: Counting objects: 76% (75/98) remote: Counting objects: 77% (76/98) remote: Counting objects: 78% (77/98) remote: Counting objects: 79% (78/98) remote: Counting objects: 80% (79/98) remote: Counting objects: 81% (80/98) remote: Counting objects: 82% (81/98) remote: Counting objects: 83% (82/98) remote: Counting objects: 84% (83/98) remote: Counting objects: 85% (84/98) remote: Counting objects: 86% (85/98) remote: Counting objects: 87% (86/98) remote: Counting objects: 88% (87/98) remote: Counting objects: 89% (88/98) remote: Counting objects: 90% (89/98) remote: Counting objects: 91% (90/98) remote: Counting objects: 92% (91/98) remote: Counting objects: 93% (92/98) remote: Counting objects: 94% (93/98) remote: Counting objects: 95% (94/98) remote: Counting objects: 96% (95/98) remote: Counting objects: 97% (96/98) remote: Counting objects: 98% (97/98) remote: Counting objects: 100% (98/98) remote: Counting objects: 100% (98/98), done. remote: Compressing objects: 2% (1/48) remote: Compressing objects: 4% (2/48) remote: Compressing objects: 6% (3/48) remote: Compressing objects: 8% (4/48) remote: Compressing objects: 10% (5/48) remote: Compressing objects: 12% (6/48) remote: Compressing objects: 14% (7/48) remote: Compressing objects: 16% (8/48) remote: Compressing objects: 18% (9/48) remote: Compressing objects: 20% (10/48) remote: Compressing objects: 22% (11/48) remote: Compressing objects: 25% (12/48) remote: Compressing objects: 27% (13/48) remote: Compressing objects: 29% (14/48) remote: Compressing objects: 31% (15/48) remote: Compressing objects: 33% (16/48) remote: Compressing objects: 35% (17/48) remote: Compressing objects: 37% (18/48) remote: Compressing objects: 39% (19/48) remote: Compressing objects: 41% (20/48) remote: Compressing objects: 43% (21/48) remote: Compressing objects: 45% (22/48) remote: Compressing objects: 47% (23/48) remote: Compressing objects: 50% (24/48) remote: Compressing objects: 52% (25/48) remote: Compressing objects: 54% (26/48) remote: Compressing objects: 56% (27/48) remote: Compressing objects: 58% (28/48) remote: Compressing objects: 60% (29/48) remote: Compressing objects: 62% (30/48) remote: Compressing objects: 64% (31/48) remote: Compressing objects: 66% (32/48) remote: Compressing objects: 68% (33/48) remote: Compressing objects: 70% (34/48) remote: Compressing objects: 72% (35/48) remote: Compressing objects: 75% (36/48) remote: Compressing objects: 77% (37/48) remote: Compressing objects: 79% (38/48) remote: Compressing objects: 81% (39/48) remote: Compressing objects: 83% (40/48) remote: Compressing objects: 85% (41/48) remote: Compressing objects: 87% (42/48) remote: Compressing objects: 89% (43/48) remote: Compressing objects: 91% (44/48) remote: Compressing objects: 93% (45/48) remote: Compressing objects: 95% (46/48) remote: Compressing objects: 97% (47/48) remote: Compressing objects: 100% (48/48) remote: Compressing objects: 100% (48/48), done. Receiving objects: 0% (1/142) Receiving objects: 1% (2/142) Receiving objects: 2% (3/142) Receiving objects: 3% (5/142) Receiving objects: 4% (6/142) Receiving objects: 5% (8/142) Receiving objects: 6% (9/142) Receiving objects: 7% (10/142) Receiving objects: 8% (12/142) Receiving objects: 9% (13/142) Receiving objects: 10% (15/142) Receiving objects: 11% (16/142) Receiving objects: 12% (18/142) Receiving objects: 13% (19/142) Receiving objects: 14% (20/142) Receiving objects: 15% (22/142) Receiving objects: 16% (23/142) Receiving objects: 17% (25/142) Receiving objects: 18% (26/142) Receiving objects: 19% (27/142) Receiving objects: 20% (29/142) Receiving objects: 21% (30/142) Receiving objects: 22% (32/142) Receiving objects: 23% (33/142), 25.32 MiB | 50.62 MiB/s Receiving objects: 24% (35/142), 25.32 MiB | 50.62 MiB/s Receiving objects: 25% (36/142), 25.32 MiB | 50.62 MiB/s Receiving objects: 26% (37/142), 25.32 MiB | 50.62 MiB/s Receiving objects: 27% (39/142), 25.32 MiB | 50.62 MiB/s Receiving objects: 28% (40/142), 25.32 MiB | 50.62 MiB/s Receiving objects: 29% (42/142), 25.32 MiB | 50.62 MiB/s Receiving objects: 30% (43/142), 25.32 MiB | 50.62 MiB/s Receiving objects: 31% (45/142), 25.32 MiB | 50.62 MiB/s Receiving objects: 32% (46/142), 25.32 MiB | 50.62 MiB/s Receiving objects: 33% (47/142), 25.32 MiB | 50.62 MiB/s Receiving objects: 34% (49/142), 25.32 MiB | 50.62 MiB/s Receiving objects: 35% (50/142), 25.32 MiB | 50.62 MiB/s Receiving objects: 36% (52/142), 25.32 MiB | 50.62 MiB/s Receiving objects: 37% (53/142), 25.32 MiB | 50.62 MiB/s Receiving objects: 38% (54/142), 25.32 MiB | 50.62 MiB/s Receiving objects: 39% (56/142), 25.32 MiB | 50.62 MiB/s Receiving objects: 40% (57/142), 25.32 MiB | 50.62 MiB/s Receiving objects: 41% (59/142), 25.32 MiB | 50.62 MiB/s Receiving objects: 42% (60/142), 25.32 MiB | 50.62 MiB/s Receiving objects: 43% (62/142), 25.32 MiB | 50.62 MiB/s Receiving objects: 44% (63/142), 25.32 MiB | 50.62 MiB/s Receiving objects: 45% (64/142), 25.32 MiB | 50.62 MiB/s Receiving objects: 46% (66/142), 25.32 MiB | 50.62 MiB/s Receiving objects: 47% (67/142), 25.32 MiB | 50.62 MiB/s Receiving objects: 48% (69/142), 25.32 MiB | 50.62 MiB/s Receiving objects: 49% (70/142), 25.32 MiB | 50.62 MiB/s Receiving objects: 50% (71/142), 25.32 MiB | 50.62 MiB/s Receiving objects: 51% (73/142), 25.32 MiB | 50.62 MiB/s Receiving objects: 52% (74/142), 25.32 MiB | 50.62 MiB/s Receiving objects: 52% (74/142), 39.58 MiB | 36.38 MiB/s Receiving objects: 53% (76/142), 39.58 MiB | 36.38 MiB/s Receiving objects: 54% (77/142), 39.58 MiB | 36.38 MiB/s Receiving objects: 55% (79/142), 39.58 MiB | 36.38 MiB/s Receiving objects: 56% (80/142), 39.58 MiB | 36.38 MiB/s Receiving objects: 57% (81/142), 39.58 MiB | 36.38 MiB/s Receiving objects: 58% (83/142), 39.58 MiB | 36.38 MiB/s Receiving objects: 59% (84/142), 39.58 MiB | 36.38 MiB/s Receiving objects: 60% (86/142), 39.58 MiB | 36.38 MiB/s Receiving objects: 61% (87/142), 39.58 MiB | 36.38 MiB/s Receiving objects: 62% (89/142), 39.58 MiB | 36.38 MiB/s Receiving objects: 63% (90/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 64% (91/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 65% (93/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 66% (94/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 67% (96/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 68% (97/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 69% (98/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 70% (100/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 71% (101/142), 49.77 MiB | 31.34 MiB/s remote: Total 142 (delta 28), reused 82 (delta 19), pack-reused 44 Receiving objects: 72% (103/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 73% (104/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 74% (106/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 75% (107/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 76% (108/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 77% (110/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 78% (111/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 79% (113/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 80% (114/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 81% (116/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 82% (117/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 83% (118/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 84% (120/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 85% (121/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 86% (123/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 87% (124/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 88% (125/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 89% (127/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 90% (128/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 91% (130/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 92% (131/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 93% (133/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 94% (134/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 95% (135/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 96% (137/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 97% (138/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 98% (140/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 99% (141/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 100% (142/142), 49.77 MiB | 31.34 MiB/s Receiving objects: 100% (142/142), 62.43 MiB | 34.24 MiB/s, done. Resolving deltas: 0% (0/39) Resolving deltas: 2% (1/39) Resolving deltas: 15% (6/39) Resolving deltas: 20% (8/39) Resolving deltas: 71% (28/39) Resolving deltas: 74% (29/39) Resolving deltas: 84% (33/39) Resolving deltas: 92% (36/39) Resolving deltas: 97% (38/39) Resolving deltas: 100% (39/39) Resolving deltas: 100% (39/39), done. Cloning into '/root/workspace/weifang-config/container/A008/params_new/rslidar_sdk_common'... remote: Enumerating objects: 16, done. remote: Counting objects: 6% (1/16) remote: Counting objects: 12% (2/16) remote: Counting objects: 18% (3/16) remote: Counting objects: 25% (4/16) remote: Counting objects: 31% (5/16) remote: Counting objects: 37% (6/16) remote: Counting objects: 43% (7/16) remote: Counting objects: 50% (8/16) remote: Counting objects: 56% (9/16) remote: Counting objects: 62% (10/16) remote: Counting objects: 68% (11/16) remote: Counting objects: 75% (12/16) remote: Counting objects: 81% (13/16) remote: Counting objects: 87% (14/16) remote: Counting objects: 93% (15/16) remote: Counting objects: 100% (16/16) remote: Counting objects: 100% (16/16), done. remote: Compressing objects: 7% (1/13) remote: Compressing objects: 15% (2/13) remote: Compressing objects: 23% (3/13) remote: Compressing objects: 30% (4/13) remote: Compressing objects: 38% (5/13) remote: Compressing objects: 46% (6/13) remote: Compressing objects: 53% (7/13) remote: Compressing objects: 61% (8/13) remote: Compressing objects: 69% (9/13) remote: Compressing objects: 76% (10/13) remote: Compressing objects: 84% (11/13) remote: Compressing objects: 92% (12/13) remote: Compressing objects: 100% (13/13) remote: Compressing objects: 100% (13/13), done. remote: Total 16 (delta 3), reused 0 (delta 0), pack-reused 0 Receiving objects: 6% (1/16) Receiving objects: 12% (2/16) Receiving objects: 18% (3/16) Receiving objects: 25% (4/16) Receiving objects: 31% (5/16) Receiving objects: 37% (6/16) Receiving objects: 43% (7/16) Receiving objects: 50% (8/16) Receiving objects: 56% (9/16) Receiving objects: 62% (10/16) Receiving objects: 68% (11/16) Receiving objects: 75% (12/16) Receiving objects: 81% (13/16) Receiving objects: 87% (14/16) Receiving objects: 93% (15/16) Receiving objects: 100% (16/16) Receiving objects: 100% (16/16), 7.32 KiB | 7.32 MiB/s, done. Resolving deltas: 0% (0/3) Resolving deltas: 100% (3/3) Resolving deltas: 100% (3/3), done. Cloning into '/root/workspace/weifang-config/container/A008/params_new/rslidar_sdk_customized'... remote: Enumerating objects: 80, done. remote: Counting objects: 1% (1/55) remote: Counting objects: 3% (2/55) remote: Counting objects: 5% (3/55) remote: Counting objects: 7% (4/55) remote: Counting objects: 9% (5/55) remote: Counting objects: 10% (6/55) remote: Counting objects: 12% (7/55) remote: Counting objects: 14% (8/55) remote: Counting objects: 16% (9/55) remote: Counting objects: 18% (10/55) remote: Counting objects: 20% (11/55) remote: Counting objects: 21% (12/55) remote: Counting objects: 23% (13/55) remote: Counting objects: 25% (14/55) remote: Counting objects: 27% (15/55) remote: Counting objects: 29% (16/55) remote: Counting objects: 30% (17/55) remote: Counting objects: 32% (18/55) remote: Counting objects: 34% (19/55) remote: Counting objects: 36% (20/55) remote: Counting objects: 38% (21/55) remote: Counting objects: 40% (22/55) remote: Counting objects: 41% (23/55) remote: Counting objects: 43% (24/55) remote: Counting objects: 45% (25/55) remote: Counting objects: 47% (26/55) remote: Counting objects: 49% (27/55) remote: Counting objects: 50% (28/55) remote: Counting objects: 52% (29/55) remote: Counting objects: 54% (30/55) remote: Counting objects: 56% (31/55) remote: Counting objects: 58% (32/55) remote: Counting objects: 60% (33/55) remote: Counting objects: 61% (34/55) remote: Counting objects: 63% (35/55) remote: Counting objects: 65% (36/55) remote: Counting objects: 67% (37/55) remote: Counting objects: 69% (38/55) remote: Counting objects: 70% (39/55) remote: Counting objects: 72% (40/55) remote: Counting objects: 74% (41/55) remote: Counting objects: 76% (42/55) remote: Counting objects: 78% (43/55) remote: Counting objects: 80% (44/55) remote: Counting objects: 81% (45/55) remote: Counting objects: 83% (46/55) remote: Counting objects: 85% (47/55) remote: Counting objects: 87% (48/55) remote: Counting objects: 89% (49/55) remote: Counting objects: 90% (50/55) remote: Counting objects: 92% (51/55) remote: Counting objects: 94% (52/55) remote: Counting objects: 96% (53/55) remote: Counting objects: 98% (54/55) remote: Counting objects: 100% (55/55) remote: Counting objects: 100% (55/55), done. remote: Compressing objects: 3% (1/33) remote: Compressing objects: 6% (2/33) remote: Compressing objects: 9% (3/33) remote: Compressing objects: 12% (4/33) remote: Compressing objects: 15% (5/33) remote: Compressing objects: 18% (6/33) remote: Compressing objects: 21% (7/33) remote: Compressing objects: 24% (8/33) remote: Compressing objects: 27% (9/33) remote: Compressing objects: 30% (10/33) remote: Compressing objects: 33% (11/33) remote: Compressing objects: 36% (12/33) remote: Compressing objects: 39% (13/33) remote: Compressing objects: 42% (14/33) remote: Compressing objects: 45% (15/33) remote: Compressing objects: 48% (16/33) remote: Compressing objects: 51% (17/33) remote: Compressing objects: 54% (18/33) remote: Compressing objects: 57% (19/33) remote: Compressing objects: 60% (20/33) remote: Compressing objects: 63% (21/33) remote: Compressing objects: 66% (22/33) remote: Compressing objects: 69% (23/33) remote: Compressing objects: 72% (24/33) remote: Compressing objects: 75% (25/33) remote: Compressing objects: 78% (26/33) remote: Compressing objects: 81% (27/33) remote: Compressing objects: 84% (28/33) remote: Compressing objects: 87% (29/33) remote: Compressing objects: 90% (30/33) remote: Compressing objects: 93% (31/33) remote: Compressing objects: 96% (32/33) remote: Compressing objects: 100% (33/33) remote: Compressing objects: 100% (33/33), done. Receiving objects: 1% (1/80) Receiving objects: 2% (2/80) Receiving objects: 3% (3/80) Receiving objects: 5% (4/80) Receiving objects: 6% (5/80) Receiving objects: 7% (6/80) Receiving objects: 8% (7/80) Receiving objects: 10% (8/80) Receiving objects: 11% (9/80) Receiving objects: 12% (10/80) Receiving objects: 13% (11/80) Receiving objects: 15% (12/80) Receiving objects: 16% (13/80) Receiving objects: 17% (14/80) Receiving objects: 18% (15/80) Receiving objects: 20% (16/80) Receiving objects: 21% (17/80) Receiving objects: 22% (18/80) Receiving objects: 23% (19/80) Receiving objects: 25% (20/80) Receiving objects: 26% (21/80) Receiving objects: 27% (22/80) Receiving objects: 28% (23/80) Receiving objects: 30% (24/80) Receiving objects: 31% (25/80) Receiving objects: 32% (26/80) remote: Total 80 (delta 29), reused 32 (delta 16), pack-reused 25 Receiving objects: 33% (27/80) Receiving objects: 35% (28/80) Receiving objects: 36% (29/80) Receiving objects: 37% (30/80) Receiving objects: 38% (31/80) Receiving objects: 40% (32/80) Receiving objects: 41% (33/80) Receiving objects: 42% (34/80) Receiving objects: 43% (35/80) Receiving objects: 45% (36/80) Receiving objects: 46% (37/80) Receiving objects: 47% (38/80) Receiving objects: 48% (39/80) Receiving objects: 50% (40/80) Receiving objects: 51% (41/80) Receiving objects: 52% (42/80) Receiving objects: 53% (43/80) Receiving objects: 55% (44/80) Receiving objects: 56% (45/80) Receiving objects: 57% (46/80) Receiving objects: 58% (47/80) Receiving objects: 60% (48/80) Receiving objects: 61% (49/80) Receiving objects: 62% (50/80) Receiving objects: 63% (51/80) Receiving objects: 65% (52/80) Receiving objects: 66% (53/80) Receiving objects: 67% (54/80) Receiving objects: 68% (55/80) Receiving objects: 70% (56/80) Receiving objects: 71% (57/80) Receiving objects: 72% (58/80) Receiving objects: 73% (59/80) Receiving objects: 75% (60/80) Receiving objects: 76% (61/80) Receiving objects: 77% (62/80) Receiving objects: 78% (63/80) Receiving objects: 80% (64/80) Receiving objects: 81% (65/80) Receiving objects: 82% (66/80) Receiving objects: 83% (67/80) Receiving objects: 85% (68/80) Receiving objects: 86% (69/80) Receiving objects: 87% (70/80) Receiving objects: 88% (71/80) Receiving objects: 90% (72/80) Receiving objects: 91% (73/80) Receiving objects: 92% (74/80) Receiving objects: 93% (75/80) Receiving objects: 95% (76/80) Receiving objects: 96% (77/80) Receiving objects: 97% (78/80) Receiving objects: 98% (79/80) Receiving objects: 100% (80/80) Receiving objects: 100% (80/80), 13.89 KiB | 13.89 MiB/s, done. Resolving deltas: 0% (0/43) Resolving deltas: 2% (1/43) Resolving deltas: 6% (3/43) Resolving deltas: 25% (11/43) Resolving deltas: 62% (27/43) Resolving deltas: 100% (43/43) Resolving deltas: 100% (43/43), done. Cloning into '/root/workspace/weifang-config/container/A008/params_new/static_transform_common'... remote: Enumerating objects: 14, done. remote: Counting objects: 7% (1/14) remote: Counting objects: 14% (2/14) remote: Counting objects: 21% (3/14) remote: Counting objects: 28% (4/14) remote: Counting objects: 35% (5/14) remote: Counting objects: 42% (6/14) remote: Counting objects: 50% (7/14) remote: Counting objects: 57% (8/14) remote: Counting objects: 64% (9/14) remote: Counting objects: 71% (10/14) remote: Counting objects: 78% (11/14) remote: Counting objects: 85% (12/14) remote: Counting objects: 92% (13/14) remote: Counting objects: 100% (14/14) remote: Counting objects: 100% (14/14), done. remote: Compressing objects: 10% (1/10) remote: Compressing objects: 20% (2/10) remote: Compressing objects: 30% (3/10) remote: Compressing objects: 40% (4/10) remote: Compressing objects: 50% (5/10) remote: Compressing objects: 60% (6/10) remote: Compressing objects: 70% (7/10) remote: Compressing objects: 80% (8/10) remote: Compressing objects: 90% (9/10) remote: Compressing objects: 100% (10/10) remote: Compressing objects: 100% (10/10), done. remote: Total 14 (delta 2), reused 0 (delta 0), pack-reused 0 Receiving objects: 7% (1/14) Receiving objects: 14% (2/14) Receiving objects: 21% (3/14) Receiving objects: 28% (4/14) Receiving objects: 35% (5/14) Receiving objects: 42% (6/14) Receiving objects: 50% (7/14) Receiving objects: 57% (8/14) Receiving objects: 64% (9/14) Receiving objects: 71% (10/14) Receiving objects: 78% (11/14) Receiving objects: 85% (12/14) Receiving objects: 92% (13/14) Receiving objects: 100% (14/14) Receiving objects: 100% (14/14), done. Resolving deltas: 0% (0/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. Cloning into '/root/workspace/weifang-config/container/A008/params_new/system-common'... remote: Enumerating objects: 202, done. remote: Counting objects: 0% (1/164) remote: Counting objects: 1% (2/164) remote: Counting objects: 2% (4/164) remote: Counting objects: 3% (5/164) remote: Counting objects: 4% (7/164) remote: Counting objects: 5% (9/164) remote: Counting objects: 6% (10/164) remote: Counting objects: 7% (12/164) remote: Counting objects: 8% (14/164) remote: Counting objects: 9% (15/164) remote: Counting objects: 10% (17/164) remote: Counting objects: 11% (19/164) remote: Counting objects: 12% (20/164) remote: Counting objects: 13% (22/164) remote: Counting objects: 14% (23/164) remote: Counting objects: 15% (25/164) remote: Counting objects: 16% (27/164) remote: Counting objects: 17% (28/164) remote: Counting objects: 18% (30/164) remote: Counting objects: 19% (32/164) remote: Counting objects: 20% (33/164) remote: Counting objects: 21% (35/164) remote: Counting objects: 22% (37/164) remote: Counting objects: 23% (38/164) remote: Counting objects: 24% (40/164) remote: Counting objects: 25% (41/164) remote: Counting objects: 26% (43/164) remote: Counting objects: 27% (45/164) remote: Counting objects: 28% (46/164) remote: Counting objects: 29% (48/164) remote: Counting objects: 30% (50/164) remote: Counting objects: 31% (51/164) remote: Counting objects: 32% (53/164) remote: Counting objects: 33% (55/164) remote: Counting objects: 34% (56/164) remote: Counting objects: 35% (58/164) remote: Counting objects: 36% (60/164) remote: Counting objects: 37% (61/164) remote: Counting objects: 38% (63/164) remote: Counting objects: 39% (64/164) remote: Counting objects: 40% (66/164) remote: Counting objects: 41% (68/164) remote: Counting objects: 42% (69/164) remote: Counting objects: 43% (71/164) remote: Counting objects: 44% (73/164) remote: Counting objects: 45% (74/164) remote: Counting objects: 46% (76/164) remote: Counting objects: 47% (78/164) remote: Counting objects: 48% (79/164) remote: Counting objects: 49% (81/164) remote: Counting objects: 50% (82/164) remote: Counting objects: 51% (84/164) remote: Counting objects: 52% (86/164) remote: Counting objects: 53% (87/164) remote: Counting objects: 54% (89/164) remote: Counting objects: 55% (91/164) remote: Counting objects: 56% (92/164) remote: Counting objects: 57% (94/164) remote: Counting objects: 58% (96/164) remote: Counting objects: 59% (97/164) remote: Counting objects: 60% (99/164) remote: Counting objects: 61% (101/164) remote: Counting objects: 62% (102/164) remote: Counting objects: 63% (104/164) remote: Counting objects: 64% (105/164) remote: Counting objects: 65% (107/164) remote: Counting objects: 66% (109/164) remote: Counting objects: 67% (110/164) remote: Counting objects: 68% (112/164) remote: Counting objects: 69% (114/164) remote: Counting objects: 70% (115/164) remote: Counting objects: 71% (117/164) remote: Counting objects: 72% (119/164) remote: Counting objects: 73% (120/164) remote: Counting objects: 74% (122/164) remote: Counting objects: 75% (123/164) remote: Counting objects: 76% (125/164) remote: Counting objects: 77% (127/164) remote: Counting objects: 78% (128/164) remote: Counting objects: 79% (130/164) remote: Counting objects: 80% (132/164) remote: Counting objects: 81% (133/164) remote: Counting objects: 82% (135/164) remote: Counting objects: 83% (137/164) remote: Counting objects: 84% (138/164) remote: Counting objects: 85% (140/164) remote: Counting objects: 86% (142/164) remote: Counting objects: 87% (143/164) remote: Counting objects: 88% (145/164) remote: Counting objects: 89% (146/164) remote: Counting objects: 90% (148/164) remote: Counting objects: 91% (150/164) remote: Counting objects: 92% (151/164) remote: Counting objects: 93% (153/164) remote: Counting objects: 94% (155/164) remote: Counting objects: 95% (156/164) remote: Counting objects: 96% (158/164) remote: Counting objects: 97% (160/164) remote: Counting objects: 98% (161/164) remote: Counting objects: 99% (163/164) remote: Counting objects: 100% (164/164) remote: Counting objects: 100% (164/164), done. remote: Compressing objects: 2% (1/46) remote: Compressing objects: 4% (2/46) remote: Compressing objects: 6% (3/46) remote: Compressing objects: 8% (4/46) remote: Compressing objects: 10% (5/46) remote: Compressing objects: 13% (6/46) remote: Compressing objects: 15% (7/46) remote: Compressing objects: 17% (8/46) remote: Compressing objects: 19% (9/46) remote: Compressing objects: 21% (10/46) remote: Compressing objects: 23% (11/46) remote: Compressing objects: 26% (12/46) remote: Compressing objects: 28% (13/46) remote: Compressing objects: 30% (14/46) remote: Compressing objects: 32% (15/46) remote: Compressing objects: 34% (16/46) remote: Compressing objects: 36% (17/46) remote: Compressing objects: 39% (18/46) remote: Compressing objects: 41% (19/46) remote: Compressing objects: 43% (20/46) remote: Compressing objects: 45% (21/46) remote: Compressing objects: 47% (22/46) remote: Compressing objects: 50% (23/46) remote: Compressing objects: 52% (24/46) remote: Compressing objects: 54% (25/46) remote: Compressing objects: 56% (26/46) remote: Compressing objects: 58% (27/46) remote: Compressing objects: 60% (28/46) remote: Compressing objects: 63% (29/46) remote: Compressing objects: 65% (30/46) remote: Compressing objects: 67% (31/46) remote: Compressing objects: 69% (32/46) remote: Compressing objects: 71% (33/46) remote: Compressing objects: 73% (34/46) remote: Compressing objects: 76% (35/46) remote: Compressing objects: 78% (36/46) remote: Compressing objects: 80% (37/46) remote: Compressing objects: 82% (38/46) remote: Compressing objects: 84% (39/46) remote: Compressing objects: 86% (40/46) remote: Compressing objects: 89% (41/46) remote: Compressing objects: 91% (42/46) remote: Compressing objects: 93% (43/46) remote: Compressing objects: 95% (44/46) remote: Compressing objects: 97% (45/46) remote: Compressing objects: 100% (46/46) remote: Compressing objects: 100% (46/46), done. Receiving objects: 0% (1/202) Receiving objects: 1% (3/202) Receiving objects: 2% (5/202) Receiving objects: 3% (7/202) Receiving objects: 4% (9/202) Receiving objects: 5% (11/202) remote: Total 202 (delta 38), reused 162 (delta 36), pack-reused 38 Receiving objects: 6% (13/202) Receiving objects: 7% (15/202) Receiving objects: 8% (17/202) Receiving objects: 9% (19/202) Receiving objects: 10% (21/202) Receiving objects: 11% (23/202) Receiving objects: 12% (25/202) Receiving objects: 13% (27/202) Receiving objects: 14% (29/202) Receiving objects: 15% (31/202) Receiving objects: 16% (33/202) Receiving objects: 17% (35/202) Receiving objects: 18% (37/202) Receiving objects: 19% (39/202) Receiving objects: 20% (41/202) Receiving objects: 21% (43/202) Receiving objects: 22% (45/202) Receiving objects: 23% (47/202) Receiving objects: 24% (49/202) Receiving objects: 25% (51/202) Receiving objects: 26% (53/202) Receiving objects: 27% (55/202) Receiving objects: 28% (57/202) Receiving objects: 29% (59/202) Receiving objects: 30% (61/202) Receiving objects: 31% (63/202) Receiving objects: 32% (65/202) Receiving objects: 33% (67/202) Receiving objects: 34% (69/202) Receiving objects: 35% (71/202) Receiving objects: 36% (73/202) Receiving objects: 37% (75/202) Receiving objects: 38% (77/202) Receiving objects: 39% (79/202) Receiving objects: 40% (81/202) Receiving objects: 41% (83/202) Receiving objects: 42% (85/202) Receiving objects: 43% (87/202) Receiving objects: 44% (89/202) Receiving objects: 45% (91/202) Receiving objects: 46% (93/202) Receiving objects: 47% (95/202) Receiving objects: 48% (97/202) Receiving objects: 49% (99/202) Receiving objects: 50% (101/202) Receiving objects: 51% (104/202) Receiving objects: 52% (106/202) Receiving objects: 53% (108/202) Receiving objects: 54% (110/202) Receiving objects: 55% (112/202) Receiving objects: 56% (114/202) Receiving objects: 57% (116/202) Receiving objects: 58% (118/202) Receiving objects: 59% (120/202) Receiving objects: 60% (122/202) Receiving objects: 61% (124/202) Receiving objects: 62% (126/202) Receiving objects: 63% (128/202) Receiving objects: 64% (130/202) Receiving objects: 65% (132/202) Receiving objects: 66% (134/202) Receiving objects: 67% (136/202) Receiving objects: 68% (138/202) Receiving objects: 69% (140/202) Receiving objects: 70% (142/202) Receiving objects: 71% (144/202) Receiving objects: 72% (146/202) Receiving objects: 73% (148/202) Receiving objects: 74% (150/202) Receiving objects: 75% (152/202) Receiving objects: 76% (154/202) Receiving objects: 77% (156/202) Receiving objects: 78% (158/202) Receiving objects: 79% (160/202) Receiving objects: 80% (162/202) Receiving objects: 81% (164/202) Receiving objects: 82% (166/202) Receiving objects: 83% (168/202) Receiving objects: 84% (170/202) Receiving objects: 85% (172/202) Receiving objects: 86% (174/202) Receiving objects: 87% (176/202) Receiving objects: 88% (178/202) Receiving objects: 89% (180/202) Receiving objects: 90% (182/202) Receiving objects: 91% (184/202) Receiving objects: 92% (186/202) Receiving objects: 93% (188/202) Receiving objects: 94% (190/202) Receiving objects: 95% (192/202) Receiving objects: 96% (194/202) Receiving objects: 97% (196/202) Receiving objects: 98% (198/202) Receiving objects: 99% (200/202) Receiving objects: 100% (202/202) Receiving objects: 100% (202/202), 31.24 KiB | 15.62 MiB/s, done. Resolving deltas: 0% (0/43) Resolving deltas: 2% (1/43) Resolving deltas: 4% (2/43) Resolving deltas: 25% (11/43) Resolving deltas: 27% (12/43) Resolving deltas: 32% (14/43) Resolving deltas: 34% (15/43) Resolving deltas: 39% (17/43) Resolving deltas: 55% (24/43) Resolving deltas: 100% (43/43) Resolving deltas: 100% (43/43), done. Cloning into '/root/workspace/weifang-config/container/A008/params_new/system-device'... remote: Enumerating objects: 1701, done. remote: Counting objects: 0% (1/240) remote: Counting objects: 1% (3/240) remote: Counting objects: 2% (5/240) remote: Counting objects: 3% (8/240) remote: Counting objects: 4% (10/240) remote: Counting objects: 5% (12/240) remote: Counting objects: 6% (15/240) remote: Counting objects: 7% (17/240) remote: Counting objects: 8% (20/240) remote: Counting objects: 9% (22/240) remote: Counting objects: 10% (24/240) remote: Counting objects: 11% (27/240) remote: Counting objects: 12% (29/240) remote: Counting objects: 13% (32/240) remote: Counting objects: 14% (34/240) remote: Counting objects: 15% (36/240) remote: Counting objects: 16% (39/240) remote: Counting objects: 17% (41/240) remote: Counting objects: 18% (44/240) remote: Counting objects: 19% (46/240) remote: Counting objects: 20% (48/240) remote: Counting objects: 21% (51/240) remote: Counting objects: 22% (53/240) remote: Counting objects: 23% (56/240) remote: Counting objects: 24% (58/240) remote: Counting objects: 25% (60/240) remote: Counting objects: 26% (63/240) remote: Counting objects: 27% (65/240) remote: Counting objects: 28% (68/240) remote: Counting objects: 29% (70/240) remote: Counting objects: 30% (72/240) remote: Counting objects: 31% (75/240) remote: Counting objects: 32% (77/240) remote: Counting objects: 33% (80/240) remote: Counting objects: 34% (82/240) remote: Counting objects: 35% (84/240) remote: Counting objects: 36% (87/240) remote: Counting objects: 37% (89/240) remote: Counting objects: 38% (92/240) remote: Counting objects: 39% (94/240) remote: Counting objects: 40% (96/240) remote: Counting objects: 41% (99/240) remote: Counting objects: 42% (101/240) remote: Counting objects: 43% (104/240) remote: Counting objects: 44% (106/240) remote: Counting objects: 45% (108/240) remote: Counting objects: 46% (111/240) remote: Counting objects: 47% (113/240) remote: Counting objects: 48% (116/240) remote: Counting objects: 49% (118/240) remote: Counting objects: 50% (120/240) remote: Counting objects: 51% (123/240) remote: Counting objects: 52% (125/240) remote: Counting objects: 53% (128/240) remote: Counting objects: 54% (130/240) remote: Counting objects: 55% (132/240) remote: Counting objects: 56% (135/240) remote: Counting objects: 57% (137/240) remote: Counting objects: 58% (140/240) remote: Counting objects: 59% (142/240) remote: Counting objects: 60% (144/240) remote: Counting objects: 61% (147/240) remote: Counting objects: 62% (149/240) remote: Counting objects: 63% (152/240) remote: Counting objects: 64% (154/240) remote: Counting objects: 65% (156/240) remote: Counting objects: 66% (159/240) remote: Counting objects: 67% (161/240) remote: Counting objects: 68% (164/240) remote: Counting objects: 69% (166/240) remote: Counting objects: 70% (168/240) remote: Counting objects: 71% (171/240) remote: Counting objects: 72% (173/240) remote: Counting objects: 73% (176/240) remote: Counting objects: 74% (178/240) remote: Counting objects: 75% (180/240) remote: Counting objects: 76% (183/240) remote: Counting objects: 77% (185/240) remote: Counting objects: 78% (188/240) remote: Counting objects: 79% (190/240) remote: Counting objects: 80% (192/240) remote: Counting objects: 81% (195/240) remote: Counting objects: 82% (197/240) remote: Counting objects: 83% (200/240) remote: Counting objects: 84% (202/240) remote: Counting objects: 85% (204/240) remote: Counting objects: 86% (207/240) remote: Counting objects: 87% (209/240) remote: Counting objects: 88% (212/240) remote: Counting objects: 89% (214/240) remote: Counting objects: 90% (216/240) remote: Counting objects: 91% (219/240) remote: Counting objects: 92% (221/240) remote: Counting objects: 93% (224/240) remote: Counting objects: 94% (226/240) remote: Counting objects: 95% (228/240) remote: Counting objects: 96% (231/240) remote: Counting objects: 97% (233/240) remote: Counting objects: 98% (236/240) remote: Counting objects: 99% (238/240) remote: Counting objects: 100% (240/240) remote: Counting objects: 100% (240/240), done. remote: Compressing objects: 0% (1/153) remote: Compressing objects: 1% (2/153) remote: Compressing objects: 2% (4/153) remote: Compressing objects: 3% (5/153) remote: Compressing objects: 4% (7/153) remote: Compressing objects: 5% (8/153) remote: Compressing objects: 6% (10/153) remote: Compressing objects: 7% (11/153) remote: Compressing objects: 8% (13/153) remote: Compressing objects: 9% (14/153) remote: Compressing objects: 10% (16/153) remote: Compressing objects: 11% (17/153) remote: Compressing objects: 12% (19/153) remote: Compressing objects: 13% (20/153) remote: Compressing objects: 14% (22/153) remote: Compressing objects: 15% (23/153) remote: Compressing objects: 16% (25/153) remote: Compressing objects: 17% (27/153) remote: Compressing objects: 18% (28/153) remote: Compressing objects: 19% (30/153) remote: Compressing objects: 20% (31/153) remote: Compressing objects: 21% (33/153) remote: Compressing objects: 22% (34/153) remote: Compressing objects: 23% (36/153) remote: Compressing objects: 24% (37/153) remote: Compressing objects: 25% (39/153) remote: Compressing objects: 26% (40/153) remote: Compressing objects: 27% (42/153) remote: Compressing objects: 28% (43/153) remote: Compressing objects: 29% (45/153) remote: Compressing objects: 30% (46/153) remote: Compressing objects: 31% (48/153) remote: Compressing objects: 32% (49/153) remote: Compressing objects: 33% (51/153) remote: Compressing objects: 34% (53/153) remote: Compressing objects: 35% (54/153) remote: Compressing objects: 36% (56/153) remote: Compressing objects: 37% (57/153) remote: Compressing objects: 38% (59/153) remote: Compressing objects: 39% (60/153) remote: Compressing objects: 40% (62/153) remote: Compressing objects: 41% (63/153) remote: Compressing objects: 42% (65/153) remote: Compressing objects: 43% (66/153) remote: Compressing objects: 44% (68/153) remote: Compressing objects: 45% (69/153) remote: Compressing objects: 46% (71/153) remote: Compressing objects: 47% (72/153) remote: Compressing objects: 48% (74/153) remote: Compressing objects: 49% (75/153) remote: Compressing objects: 50% (77/153) remote: Compressing objects: 51% (79/153) remote: Compressing objects: 52% (80/153) remote: Compressing objects: 53% (82/153) remote: Compressing objects: 54% (83/153) remote: Compressing objects: 55% (85/153) remote: Compressing objects: 56% (86/153) remote: Compressing objects: 57% (88/153) remote: Compressing objects: 58% (89/153) remote: Compressing objects: 59% (91/153) remote: Compressing objects: 60% (92/153) remote: Compressing objects: 61% (94/153) remote: Compressing objects: 62% (95/153) remote: Compressing objects: 63% (97/153) remote: Compressing objects: 64% (98/153) remote: Compressing objects: 65% (100/153) remote: Compressing objects: 66% (101/153) remote: Compressing objects: 67% (103/153) remote: Compressing objects: 68% (105/153) remote: Compressing objects: 69% (106/153) remote: Compressing objects: 70% (108/153) remote: Compressing objects: 71% (109/153) remote: Compressing objects: 72% (111/153) remote: Compressing objects: 73% (112/153) remote: Compressing objects: 74% (114/153) remote: Compressing objects: 75% (115/153) remote: Compressing objects: 76% (117/153) remote: Compressing objects: 77% (118/153) remote: Compressing objects: 78% (120/153) remote: Compressing objects: 79% (121/153) remote: Compressing objects: 80% (123/153) remote: Compressing objects: 81% (124/153) remote: Compressing objects: 82% (126/153) remote: Compressing objects: 83% (127/153) remote: Compressing objects: 84% (129/153) remote: Compressing objects: 85% (131/153) remote: Compressing objects: 86% (132/153) remote: Compressing objects: 87% (134/153) remote: Compressing objects: 88% (135/153) remote: Compressing objects: 89% (137/153) remote: Compressing objects: 90% (138/153) remote: Compressing objects: 91% (140/153) remote: Compressing objects: 92% (141/153) remote: Compressing objects: 93% (143/153) remote: Compressing objects: 94% (144/153) remote: Compressing objects: 95% (146/153) remote: Compressing objects: 96% (147/153) remote: Compressing objects: 97% (149/153) remote: Compressing objects: 98% (150/153) remote: Compressing objects: 99% (152/153) remote: Compressing objects: 100% (153/153) remote: Compressing objects: 100% (153/153), done. Receiving objects: 0% (1/1701) Receiving objects: 1% (18/1701) Receiving objects: 2% (35/1701) Receiving objects: 3% (52/1701) Receiving objects: 4% (69/1701) Receiving objects: 5% (86/1701) Receiving objects: 6% (103/1701) Receiving objects: 7% (120/1701) Receiving objects: 8% (137/1701) Receiving objects: 9% (154/1701) Receiving objects: 10% (171/1701) Receiving objects: 11% (188/1701) Receiving objects: 12% (205/1701) Receiving objects: 13% (222/1701) Receiving objects: 14% (239/1701) Receiving objects: 15% (256/1701) Receiving objects: 16% (273/1701) Receiving objects: 17% (290/1701) Receiving objects: 18% (307/1701) Receiving objects: 19% (324/1701) Receiving objects: 20% (341/1701) Receiving objects: 21% (358/1701) Receiving objects: 22% (375/1701) Receiving objects: 23% (392/1701) Receiving objects: 24% (409/1701) Receiving objects: 25% (426/1701) Receiving objects: 26% (443/1701) Receiving objects: 27% (460/1701) Receiving objects: 28% (477/1701) Receiving objects: 29% (494/1701) Receiving objects: 30% (511/1701) Receiving objects: 31% (528/1701) Receiving objects: 32% (545/1701) Receiving objects: 33% (562/1701) Receiving objects: 34% (579/1701) Receiving objects: 35% (596/1701) Receiving objects: 36% (613/1701) Receiving objects: 37% (630/1701) Receiving objects: 38% (647/1701) Receiving objects: 39% (664/1701) Receiving objects: 40% (681/1701) Receiving objects: 41% (698/1701) Receiving objects: 42% (715/1701) Receiving objects: 43% (732/1701) Receiving objects: 44% (749/1701) Receiving objects: 45% (766/1701) Receiving objects: 46% (783/1701) Receiving objects: 47% (800/1701) Receiving objects: 48% (817/1701) Receiving objects: 49% (834/1701) Receiving objects: 50% (851/1701) Receiving objects: 51% (868/1701) Receiving objects: 52% (885/1701) Receiving objects: 53% (902/1701) Receiving objects: 54% (919/1701) Receiving objects: 55% (936/1701) Receiving objects: 56% (953/1701) Receiving objects: 57% (970/1701) Receiving objects: 58% (987/1701) Receiving objects: 59% (1004/1701) Receiving objects: 60% (1021/1701) Receiving objects: 61% (1038/1701) Receiving objects: 62% (1055/1701) Receiving objects: 63% (1072/1701) Receiving objects: 64% (1089/1701) Receiving objects: 65% (1106/1701) Receiving objects: 66% (1123/1701) Receiving objects: 67% (1140/1701) Receiving objects: 68% (1157/1701) Receiving objects: 69% (1174/1701) Receiving objects: 70% (1191/1701) Receiving objects: 71% (1208/1701) Receiving objects: 72% (1225/1701) Receiving objects: 73% (1242/1701) Receiving objects: 74% (1259/1701) remote: Total 1701 (delta 116), reused 188 (delta 85), pack-reused 1461 Receiving objects: 75% (1276/1701) Receiving objects: 76% (1293/1701) Receiving objects: 77% (1310/1701) Receiving objects: 78% (1327/1701) Receiving objects: 79% (1344/1701) Receiving objects: 80% (1361/1701) Receiving objects: 81% (1378/1701) Receiving objects: 82% (1395/1701) Receiving objects: 83% (1412/1701) Receiving objects: 84% (1429/1701) Receiving objects: 85% (1446/1701) Receiving objects: 86% (1463/1701) Receiving objects: 87% (1480/1701) Receiving objects: 88% (1497/1701) Receiving objects: 89% (1514/1701) Receiving objects: 90% (1531/1701) Receiving objects: 91% (1548/1701) Receiving objects: 92% (1565/1701) Receiving objects: 93% (1582/1701) Receiving objects: 94% (1599/1701) Receiving objects: 95% (1616/1701) Receiving objects: 96% (1633/1701) Receiving objects: 97% (1650/1701) Receiving objects: 98% (1667/1701) Receiving objects: 99% (1684/1701) Receiving objects: 100% (1701/1701) Receiving objects: 100% (1701/1701), 200.99 KiB | 28.71 MiB/s, done. Resolving deltas: 0% (0/602) Resolving deltas: 4% (27/602) Resolving deltas: 8% (53/602) Resolving deltas: 16% (99/602) Resolving deltas: 24% (146/602) Resolving deltas: 25% (151/602) Resolving deltas: 27% (167/602) Resolving deltas: 28% (170/602) Resolving deltas: 33% (202/602) Resolving deltas: 39% (235/602) Resolving deltas: 41% (251/602) Resolving deltas: 43% (261/602) Resolving deltas: 49% (295/602) Resolving deltas: 50% (301/602) Resolving deltas: 55% (334/602) Resolving deltas: 57% (344/602) Resolving deltas: 58% (353/602) Resolving deltas: 59% (358/602) Resolving deltas: 60% (367/602) Resolving deltas: 61% (368/602) Resolving deltas: 62% (374/602) Resolving deltas: 63% (381/602) Resolving deltas: 64% (387/602) Resolving deltas: 66% (399/602) Resolving deltas: 67% (409/602) Resolving deltas: 68% (410/602) Resolving deltas: 69% (418/602) Resolving deltas: 70% (423/602) Resolving deltas: 71% (428/602) Resolving deltas: 72% (434/602) Resolving deltas: 73% (440/602) Resolving deltas: 74% (446/602) Resolving deltas: 75% (452/602) Resolving deltas: 76% (458/602) Resolving deltas: 77% (464/602) Resolving deltas: 78% (472/602) Resolving deltas: 79% (477/602) Resolving deltas: 80% (482/602) Resolving deltas: 81% (493/602) Resolving deltas: 82% (497/602) Resolving deltas: 83% (504/602) Resolving deltas: 84% (508/602) Resolving deltas: 88% (534/602) Resolving deltas: 89% (536/602) Resolving deltas: 91% (549/602) Resolving deltas: 94% (569/602) Resolving deltas: 96% (580/602) Resolving deltas: 98% (590/602) Resolving deltas: 99% (596/602) Resolving deltas: 100% (602/602) Resolving deltas: 100% (602/602), done. Cloning into '/root/workspace/weifang-config/container/A008/params_new/system-mqtt'... remote: Enumerating objects: 164, done. remote: Counting objects: 0% (1/136) remote: Counting objects: 1% (2/136) remote: Counting objects: 2% (3/136) remote: Counting objects: 3% (5/136) remote: Counting objects: 4% (6/136) remote: Counting objects: 5% (7/136) remote: Counting objects: 6% (9/136) remote: Counting objects: 7% (10/136) remote: Counting objects: 8% (11/136) remote: Counting objects: 9% (13/136) remote: Counting objects: 10% (14/136) remote: Counting objects: 11% (15/136) remote: Counting objects: 12% (17/136) remote: Counting objects: 13% (18/136) remote: Counting objects: 14% (20/136) remote: Counting objects: 15% (21/136) remote: Counting objects: 16% (22/136) remote: Counting objects: 17% (24/136) remote: Counting objects: 18% (25/136) remote: Counting objects: 19% (26/136) remote: Counting objects: 20% (28/136) remote: Counting objects: 21% (29/136) remote: Counting objects: 22% (30/136) remote: Counting objects: 23% (32/136) remote: Counting objects: 24% (33/136) remote: Counting objects: 25% (34/136) remote: Counting objects: 26% (36/136) remote: Counting objects: 27% (37/136) remote: Counting objects: 28% (39/136) remote: Counting objects: 29% (40/136) remote: Counting objects: 30% (41/136) remote: Counting objects: 31% (43/136) remote: Counting objects: 32% (44/136) remote: Counting objects: 33% (45/136) remote: Counting objects: 34% (47/136) remote: Counting objects: 35% (48/136) remote: Counting objects: 36% (49/136) remote: Counting objects: 37% (51/136) remote: Counting objects: 38% (52/136) remote: Counting objects: 39% (54/136) remote: Counting objects: 40% (55/136) remote: Counting objects: 41% (56/136) remote: Counting objects: 42% (58/136) remote: Counting objects: 43% (59/136) remote: Counting objects: 44% (60/136) remote: Counting objects: 45% (62/136) remote: Counting objects: 46% (63/136) remote: Counting objects: 47% (64/136) remote: Counting objects: 48% (66/136) remote: Counting objects: 49% (67/136) remote: Counting objects: 50% (68/136) remote: Counting objects: 51% (70/136) remote: Counting objects: 52% (71/136) remote: Counting objects: 53% (73/136) remote: Counting objects: 54% (74/136) remote: Counting objects: 55% (75/136) remote: Counting objects: 56% (77/136) remote: Counting objects: 57% (78/136) remote: Counting objects: 58% (79/136) remote: Counting objects: 59% (81/136) remote: Counting objects: 60% (82/136) remote: Counting objects: 61% (83/136) remote: Counting objects: 62% (85/136) remote: Counting objects: 63% (86/136) remote: Counting objects: 64% (88/136) remote: Counting objects: 65% (89/136) remote: Counting objects: 66% (90/136) remote: Counting objects: 67% (92/136) remote: Counting objects: 68% (93/136) remote: Counting objects: 69% (94/136) remote: Counting objects: 70% (96/136) remote: Counting objects: 71% (97/136) remote: Counting objects: 72% (98/136) remote: Counting objects: 73% (100/136) remote: Counting objects: 74% (101/136) remote: Counting objects: 75% (102/136) remote: Counting objects: 76% (104/136) remote: Counting objects: 77% (105/136) remote: Counting objects: 78% (107/136) remote: Counting objects: 79% (108/136) remote: Counting objects: 80% (109/136) remote: Counting objects: 81% (111/136) remote: Counting objects: 82% (112/136) remote: Counting objects: 83% (113/136) remote: Counting objects: 84% (115/136) remote: Counting objects: 85% (116/136) remote: Counting objects: 86% (117/136) remote: Counting objects: 87% (119/136) remote: Counting objects: 88% (120/136) remote: Counting objects: 89% (122/136) remote: Counting objects: 90% (123/136) remote: Counting objects: 91% (124/136) remote: Counting objects: 92% (126/136) remote: Counting objects: 93% (127/136) remote: Counting objects: 94% (128/136) remote: Counting objects: 95% (130/136) remote: Counting objects: 96% (131/136) remote: Counting objects: 97% (132/136) remote: Counting objects: 98% (134/136) remote: Counting objects: 99% (135/136) remote: Counting objects: 100% (136/136) remote: Counting objects: 100% (136/136), done. remote: Compressing objects: 1% (1/58) remote: Compressing objects: 3% (2/58) remote: Compressing objects: 5% (3/58) remote: Compressing objects: 6% (4/58) remote: Compressing objects: 8% (5/58) remote: Compressing objects: 10% (6/58) remote: Compressing objects: 12% (7/58) remote: Compressing objects: 13% (8/58) remote: Compressing objects: 15% (9/58) remote: Compressing objects: 17% (10/58) remote: Compressing objects: 18% (11/58) remote: Compressing objects: 20% (12/58) remote: Compressing objects: 22% (13/58) remote: Compressing objects: 24% (14/58) remote: Compressing objects: 25% (15/58) remote: Compressing objects: 27% (16/58) remote: Compressing objects: 29% (17/58) remote: Compressing objects: 31% (18/58) remote: Compressing objects: 32% (19/58) remote: Compressing objects: 34% (20/58) remote: Compressing objects: 36% (21/58) remote: Compressing objects: 37% (22/58) remote: Compressing objects: 39% (23/58) remote: Compressing objects: 41% (24/58) remote: Compressing objects: 43% (25/58) remote: Compressing objects: 44% (26/58) remote: Compressing objects: 46% (27/58) remote: Compressing objects: 48% (28/58) remote: Compressing objects: 50% (29/58) remote: Compressing objects: 51% (30/58) remote: Compressing objects: 53% (31/58) remote: Compressing objects: 55% (32/58) remote: Compressing objects: 56% (33/58) remote: Compressing objects: 58% (34/58) remote: Compressing objects: 60% (35/58) remote: Compressing objects: 62% (36/58) remote: Compressing objects: 63% (37/58) remote: Compressing objects: 65% (38/58) remote: Compressing objects: 67% (39/58) remote: Compressing objects: 68% (40/58) remote: Compressing objects: 70% (41/58) remote: Compressing objects: 72% (42/58) remote: Compressing objects: 74% (43/58) remote: Compressing objects: 75% (44/58) remote: Compressing objects: 77% (45/58) remote: Compressing objects: 79% (46/58) remote: Compressing objects: 81% (47/58) remote: Compressing objects: 82% (48/58) remote: Compressing objects: 84% (49/58) remote: Compressing objects: 86% (50/58) remote: Compressing objects: 87% (51/58) remote: Compressing objects: 89% (52/58) remote: Compressing objects: 91% (53/58) remote: Compressing objects: 93% (54/58) remote: Compressing objects: 94% (55/58) remote: Compressing objects: 96% (56/58) remote: Compressing objects: 98% (57/58) remote: Compressing objects: 100% (58/58) remote: Compressing objects: 100% (58/58), done. Receiving objects: 0% (1/164) Receiving objects: 1% (2/164) Receiving objects: 2% (4/164) Receiving objects: 3% (5/164) Receiving objects: 4% (7/164) Receiving objects: 5% (9/164) Receiving objects: 6% (10/164) Receiving objects: 7% (12/164) Receiving objects: 8% (14/164) Receiving objects: 9% (15/164) Receiving objects: 10% (17/164) Receiving objects: 11% (19/164) Receiving objects: 12% (20/164) Receiving objects: 13% (22/164) Receiving objects: 14% (23/164) Receiving objects: 15% (25/164) Receiving objects: 16% (27/164) Receiving objects: 17% (28/164) Receiving objects: 18% (30/164) Receiving objects: 19% (32/164) Receiving objects: 20% (33/164) Receiving objects: 21% (35/164) Receiving objects: 22% (37/164) Receiving objects: 23% (38/164) Receiving objects: 24% (40/164) Receiving objects: 25% (41/164) remote: Total 164 (delta 36), reused 97 (delta 22), pack-reused 28 Receiving objects: 26% (43/164) Receiving objects: 27% (45/164) Receiving objects: 28% (46/164) Receiving objects: 29% (48/164) Receiving objects: 30% (50/164) Receiving objects: 31% (51/164) Receiving objects: 32% (53/164) Receiving objects: 33% (55/164) Receiving objects: 34% (56/164) Receiving objects: 35% (58/164) Receiving objects: 36% (60/164) Receiving objects: 37% (61/164) Receiving objects: 38% (63/164) Receiving objects: 39% (64/164) Receiving objects: 40% (66/164) Receiving objects: 41% (68/164) Receiving objects: 42% (69/164) Receiving objects: 43% (71/164) Receiving objects: 44% (73/164) Receiving objects: 45% (74/164) Receiving objects: 46% (76/164) Receiving objects: 47% (78/164) Receiving objects: 48% (79/164) Receiving objects: 49% (81/164) Receiving objects: 50% (82/164) Receiving objects: 51% (84/164) Receiving objects: 52% (86/164) Receiving objects: 53% (87/164) Receiving objects: 54% (89/164) Receiving objects: 55% (91/164) Receiving objects: 56% (92/164) Receiving objects: 57% (94/164) Receiving objects: 58% (96/164) Receiving objects: 59% (97/164) Receiving objects: 60% (99/164) Receiving objects: 61% (101/164) Receiving objects: 62% (102/164) Receiving objects: 63% (104/164) Receiving objects: 64% (105/164) Receiving objects: 65% (107/164) Receiving objects: 66% (109/164) Receiving objects: 67% (110/164) Receiving objects: 68% (112/164) Receiving objects: 69% (114/164) Receiving objects: 70% (115/164) Receiving objects: 71% (117/164) Receiving objects: 72% (119/164) Receiving objects: 73% (120/164) Receiving objects: 74% (122/164) Receiving objects: 75% (123/164) Receiving objects: 76% (125/164) Receiving objects: 77% (127/164) Receiving objects: 78% (128/164) Receiving objects: 79% (130/164) Receiving objects: 80% (132/164) Receiving objects: 81% (133/164) Receiving objects: 82% (135/164) Receiving objects: 83% (137/164) Receiving objects: 84% (138/164) Receiving objects: 85% (140/164) Receiving objects: 86% (142/164) Receiving objects: 87% (143/164) Receiving objects: 88% (145/164) Receiving objects: 89% (146/164) Receiving objects: 90% (148/164) Receiving objects: 91% (150/164) Receiving objects: 92% (151/164) Receiving objects: 93% (153/164) Receiving objects: 94% (155/164) Receiving objects: 95% (156/164) Receiving objects: 96% (158/164) Receiving objects: 97% (160/164) Receiving objects: 98% (161/164) Receiving objects: 99% (163/164) Receiving objects: 100% (164/164) Receiving objects: 100% (164/164), 16.82 KiB | 16.82 MiB/s, done. Resolving deltas: 0% (0/39) Resolving deltas: 2% (1/39) Resolving deltas: 5% (2/39) Resolving deltas: 10% (4/39) Resolving deltas: 15% (6/39) Resolving deltas: 20% (8/39) Resolving deltas: 23% (9/39) Resolving deltas: 30% (12/39) Resolving deltas: 82% (32/39) Resolving deltas: 100% (39/39) Resolving deltas: 100% (39/39), done. Cloning into '/root/workspace/weifang-config/container/A008/params_new/system-node-weifang'... remote: Enumerating objects: 217, done. remote: Counting objects: 0% (1/149) remote: Counting objects: 1% (2/149) remote: Counting objects: 2% (3/149) remote: Counting objects: 3% (5/149) remote: Counting objects: 4% (6/149) remote: Counting objects: 5% (8/149) remote: Counting objects: 6% (9/149) remote: Counting objects: 7% (11/149) remote: Counting objects: 8% (12/149) remote: Counting objects: 9% (14/149) remote: Counting objects: 10% (15/149) remote: Counting objects: 11% (17/149) remote: Counting objects: 12% (18/149) remote: Counting objects: 13% (20/149) remote: Counting objects: 14% (21/149) remote: Counting objects: 15% (23/149) remote: Counting objects: 16% (24/149) remote: Counting objects: 17% (26/149) remote: Counting objects: 18% (27/149) remote: Counting objects: 19% (29/149) remote: Counting objects: 20% (30/149) remote: Counting objects: 21% (32/149) remote: Counting objects: 22% (33/149) remote: Counting objects: 23% (35/149) remote: Counting objects: 24% (36/149) remote: Counting objects: 25% (38/149) remote: Counting objects: 26% (39/149) remote: Counting objects: 27% (41/149) remote: Counting objects: 28% (42/149) remote: Counting objects: 29% (44/149) remote: Counting objects: 30% (45/149) remote: Counting objects: 31% (47/149) remote: Counting objects: 32% (48/149) remote: Counting objects: 33% (50/149) remote: Counting objects: 34% (51/149) remote: Counting objects: 35% (53/149) remote: Counting objects: 36% (54/149) remote: Counting objects: 37% (56/149) remote: Counting objects: 38% (57/149) remote: Counting objects: 39% (59/149) remote: Counting objects: 40% (60/149) remote: Counting objects: 41% (62/149) remote: Counting objects: 42% (63/149) remote: Counting objects: 43% (65/149) remote: Counting objects: 44% (66/149) remote: Counting objects: 45% (68/149) remote: Counting objects: 46% (69/149) remote: Counting objects: 47% (71/149) remote: Counting objects: 48% (72/149) remote: Counting objects: 49% (74/149) remote: Counting objects: 50% (75/149) remote: Counting objects: 51% (76/149) remote: Counting objects: 52% (78/149) remote: Counting objects: 53% (79/149) remote: Counting objects: 54% (81/149) remote: Counting objects: 55% (82/149) remote: Counting objects: 56% (84/149) remote: Counting objects: 57% (85/149) remote: Counting objects: 58% (87/149) remote: Counting objects: 59% (88/149) remote: Counting objects: 60% (90/149) remote: Counting objects: 61% (91/149) remote: Counting objects: 62% (93/149) remote: Counting objects: 63% (94/149) remote: Counting objects: 64% (96/149) remote: Counting objects: 65% (97/149) remote: Counting objects: 66% (99/149) remote: Counting objects: 67% (100/149) remote: Counting objects: 68% (102/149) remote: Counting objects: 69% (103/149) remote: Counting objects: 70% (105/149) remote: Counting objects: 71% (106/149) remote: Counting objects: 72% (108/149) remote: Counting objects: 73% (109/149) remote: Counting objects: 74% (111/149) remote: Counting objects: 75% (112/149) remote: Counting objects: 76% (114/149) remote: Counting objects: 77% (115/149) remote: Counting objects: 78% (117/149) remote: Counting objects: 79% (118/149) remote: Counting objects: 80% (120/149) remote: Counting objects: 81% (121/149) remote: Counting objects: 82% (123/149) remote: Counting objects: 83% (124/149) remote: Counting objects: 84% (126/149) remote: Counting objects: 85% (127/149) remote: Counting objects: 86% (129/149) remote: Counting objects: 87% (130/149) remote: Counting objects: 88% (132/149) remote: Counting objects: 89% (133/149) remote: Counting objects: 90% (135/149) remote: Counting objects: 91% (136/149) remote: Counting objects: 92% (138/149) remote: Counting objects: 93% (139/149) remote: Counting objects: 94% (141/149) remote: Counting objects: 95% (142/149) remote: Counting objects: 96% (144/149) remote: Counting objects: 97% (145/149) remote: Counting objects: 98% (147/149) remote: Counting objects: 99% (148/149) remote: Counting objects: 100% (149/149) remote: Counting objects: 100% (149/149), done. remote: Compressing objects: 1% (1/60) remote: Compressing objects: 3% (2/60) remote: Compressing objects: 5% (3/60) remote: Compressing objects: 6% (4/60) remote: Compressing objects: 8% (5/60) remote: Compressing objects: 10% (6/60) remote: Compressing objects: 11% (7/60) remote: Compressing objects: 13% (8/60) remote: Compressing objects: 15% (9/60) remote: Compressing objects: 16% (10/60) remote: Compressing objects: 18% (11/60) remote: Compressing objects: 20% (12/60) remote: Compressing objects: 21% (13/60) remote: Compressing objects: 23% (14/60) remote: Compressing objects: 25% (15/60) remote: Compressing objects: 26% (16/60) remote: Compressing objects: 28% (17/60) remote: Compressing objects: 30% (18/60) remote: Compressing objects: 31% (19/60) remote: Compressing objects: 33% (20/60) remote: Compressing objects: 35% (21/60) remote: Compressing objects: 36% (22/60) remote: Compressing objects: 38% (23/60) remote: Compressing objects: 40% (24/60) remote: Compressing objects: 41% (25/60) remote: Compressing objects: 43% (26/60) remote: Compressing objects: 45% (27/60) remote: Compressing objects: 46% (28/60) remote: Compressing objects: 48% (29/60) remote: Compressing objects: 50% (30/60) remote: Compressing objects: 51% (31/60) remote: Compressing objects: 53% (32/60) remote: Compressing objects: 55% (33/60) remote: Compressing objects: 56% (34/60) remote: Compressing objects: 58% (35/60) remote: Compressing objects: 60% (36/60) remote: Compressing objects: 61% (37/60) remote: Compressing objects: 63% (38/60) remote: Compressing objects: 65% (39/60) remote: Compressing objects: 66% (40/60) remote: Compressing objects: 68% (41/60) remote: Compressing objects: 70% (42/60) remote: Compressing objects: 71% (43/60) remote: Compressing objects: 73% (44/60) remote: Compressing objects: 75% (45/60) remote: Compressing objects: 76% (46/60) remote: Compressing objects: 78% (47/60) remote: Compressing objects: 80% (48/60) remote: Compressing objects: 81% (49/60) remote: Compressing objects: 83% (50/60) remote: Compressing objects: 85% (51/60) remote: Compressing objects: 86% (52/60) remote: Compressing objects: 88% (53/60) remote: Compressing objects: 90% (54/60) remote: Compressing objects: 91% (55/60) remote: Compressing objects: 93% (56/60) remote: Compressing objects: 95% (57/60) remote: Compressing objects: 96% (58/60) remote: Compressing objects: 98% (59/60) remote: Compressing objects: 100% (60/60) remote: Compressing objects: 100% (60/60), done. Receiving objects: 0% (1/217) Receiving objects: 1% (3/217) Receiving objects: 2% (5/217) Receiving objects: 3% (7/217) Receiving objects: 4% (9/217) Receiving objects: 5% (11/217) Receiving objects: 6% (14/217) Receiving objects: 7% (16/217) Receiving objects: 8% (18/217) Receiving objects: 9% (20/217) Receiving objects: 10% (22/217) Receiving objects: 11% (24/217) Receiving objects: 12% (27/217) Receiving objects: 13% (29/217) Receiving objects: 14% (31/217) Receiving objects: 15% (33/217) Receiving objects: 16% (35/217) Receiving objects: 17% (37/217) Receiving objects: 18% (40/217) Receiving objects: 19% (42/217) Receiving objects: 20% (44/217) Receiving objects: 21% (46/217) Receiving objects: 22% (48/217) Receiving objects: 23% (50/217) Receiving objects: 24% (53/217) Receiving objects: 25% (55/217) Receiving objects: 26% (57/217) Receiving objects: 27% (59/217) Receiving objects: 28% (61/217) Receiving objects: 29% (63/217) Receiving objects: 30% (66/217) Receiving objects: 31% (68/217) Receiving objects: 32% (70/217) Receiving objects: 33% (72/217) Receiving objects: 34% (74/217) Receiving objects: 35% (76/217) Receiving objects: 36% (79/217) Receiving objects: 37% (81/217) Receiving objects: 38% (83/217) Receiving objects: 39% (85/217) Receiving objects: 40% (87/217) Receiving objects: 41% (89/217) Receiving objects: 42% (92/217) Receiving objects: 43% (94/217) Receiving objects: 44% (96/217) remote: Total 217 (delta 24), reused 99 (delta 15), pack-reused 68 Receiving objects: 45% (98/217) Receiving objects: 46% (100/217) Receiving objects: 47% (102/217) Receiving objects: 48% (105/217) Receiving objects: 49% (107/217) Receiving objects: 50% (109/217) Receiving objects: 51% (111/217) Receiving objects: 52% (113/217) Receiving objects: 53% (116/217) Receiving objects: 54% (118/217) Receiving objects: 55% (120/217) Receiving objects: 56% (122/217) Receiving objects: 57% (124/217) Receiving objects: 58% (126/217) Receiving objects: 59% (129/217) Receiving objects: 60% (131/217) Receiving objects: 61% (133/217) Receiving objects: 62% (135/217) Receiving objects: 63% (137/217) Receiving objects: 64% (139/217) Receiving objects: 65% (142/217) Receiving objects: 66% (144/217) Receiving objects: 67% (146/217) Receiving objects: 68% (148/217) Receiving objects: 69% (150/217) Receiving objects: 70% (152/217) Receiving objects: 71% (155/217) Receiving objects: 72% (157/217) Receiving objects: 73% (159/217) Receiving objects: 74% (161/217) Receiving objects: 75% (163/217) Receiving objects: 76% (165/217) Receiving objects: 77% (168/217) Receiving objects: 78% (170/217) Receiving objects: 79% (172/217) Receiving objects: 80% (174/217) Receiving objects: 81% (176/217) Receiving objects: 82% (178/217) Receiving objects: 83% (181/217) Receiving objects: 84% (183/217) Receiving objects: 85% (185/217) Receiving objects: 86% (187/217) Receiving objects: 87% (189/217) Receiving objects: 88% (191/217) Receiving objects: 89% (194/217) Receiving objects: 90% (196/217) Receiving objects: 91% (198/217) Receiving objects: 92% (200/217) Receiving objects: 93% (202/217) Receiving objects: 94% (204/217) Receiving objects: 95% (207/217) Receiving objects: 96% (209/217) Receiving objects: 97% (211/217) Receiving objects: 98% (213/217) Receiving objects: 99% (215/217) Receiving objects: 100% (217/217) Receiving objects: 100% (217/217), 27.96 KiB | 13.98 MiB/s, done. Resolving deltas: 0% (0/35) Resolving deltas: 62% (22/35) Resolving deltas: 100% (35/35) Resolving deltas: 100% (35/35), done. Cloning into '/root/workspace/weifang-config/container/A008/params_new/system-port'... remote: Enumerating objects: 288, done. remote: Counting objects: 0% (1/168) remote: Counting objects: 1% (2/168) remote: Counting objects: 2% (4/168) remote: Counting objects: 3% (6/168) remote: Counting objects: 4% (7/168) remote: Counting objects: 5% (9/168) remote: Counting objects: 6% (11/168) remote: Counting objects: 7% (12/168) remote: Counting objects: 8% (14/168) remote: Counting objects: 9% (16/168) remote: Counting objects: 10% (17/168) remote: Counting objects: 11% (19/168) remote: Counting objects: 12% (21/168) remote: Counting objects: 13% (22/168) remote: Counting objects: 14% (24/168) remote: Counting objects: 15% (26/168) remote: Counting objects: 16% (27/168) remote: Counting objects: 17% (29/168) remote: Counting objects: 18% (31/168) remote: Counting objects: 19% (32/168) remote: Counting objects: 20% (34/168) remote: Counting objects: 21% (36/168) remote: Counting objects: 22% (37/168) remote: Counting objects: 23% (39/168) remote: Counting objects: 24% (41/168) remote: Counting objects: 25% (42/168) remote: Counting objects: 26% (44/168) remote: Counting objects: 27% (46/168) remote: Counting objects: 28% (48/168) remote: Counting objects: 29% (49/168) remote: Counting objects: 30% (51/168) remote: Counting objects: 31% (53/168) remote: Counting objects: 32% (54/168) remote: Counting objects: 33% (56/168) remote: Counting objects: 34% (58/168) remote: Counting objects: 35% (59/168) remote: Counting objects: 36% (61/168) remote: Counting objects: 37% (63/168) remote: Counting objects: 38% (64/168) remote: Counting objects: 39% (66/168) remote: Counting objects: 40% (68/168) remote: Counting objects: 41% (69/168) remote: Counting objects: 42% (71/168) remote: Counting objects: 43% (73/168) remote: Counting objects: 44% (74/168) remote: Counting objects: 45% (76/168) remote: Counting objects: 46% (78/168) remote: Counting objects: 47% (79/168) remote: Counting objects: 48% (81/168) remote: Counting objects: 49% (83/168) remote: Counting objects: 50% (84/168) remote: Counting objects: 51% (86/168) remote: Counting objects: 52% (88/168) remote: Counting objects: 53% (90/168) remote: Counting objects: 54% (91/168) remote: Counting objects: 55% (93/168) remote: Counting objects: 56% (95/168) remote: Counting objects: 57% (96/168) remote: Counting objects: 58% (98/168) remote: Counting objects: 59% (100/168) remote: Counting objects: 60% (101/168) remote: Counting objects: 61% (103/168) remote: Counting objects: 62% (105/168) remote: Counting objects: 63% (106/168) remote: Counting objects: 64% (108/168) remote: Counting objects: 65% (110/168) remote: Counting objects: 66% (111/168) remote: Counting objects: 67% (113/168) remote: Counting objects: 68% (115/168) remote: Counting objects: 69% (116/168) remote: Counting objects: 70% (118/168) remote: Counting objects: 71% (120/168) remote: Counting objects: 72% (121/168) remote: Counting objects: 73% (123/168) remote: Counting objects: 74% (125/168) remote: Counting objects: 75% (126/168) remote: Counting objects: 76% (128/168) remote: Counting objects: 77% (130/168) remote: Counting objects: 78% (132/168) remote: Counting objects: 79% (133/168) remote: Counting objects: 80% (135/168) remote: Counting objects: 81% (137/168) remote: Counting objects: 82% (138/168) remote: Counting objects: 83% (140/168) remote: Counting objects: 84% (142/168) remote: Counting objects: 85% (143/168) remote: Counting objects: 86% (145/168) remote: Counting objects: 87% (147/168) remote: Counting objects: 88% (148/168) remote: Counting objects: 89% (150/168) remote: Counting objects: 90% (152/168) remote: Counting objects: 91% (153/168) remote: Counting objects: 92% (155/168) remote: Counting objects: 93% (157/168) remote: Counting objects: 94% (158/168) remote: Counting objects: 95% (160/168) remote: Counting objects: 96% (162/168) remote: Counting objects: 97% (163/168) remote: Counting objects: 98% (165/168) remote: Counting objects: 99% (167/168) remote: Counting objects: 100% (168/168) remote: Counting objects: 100% (168/168), done. remote: Compressing objects: 0% (1/123) remote: Compressing objects: 1% (2/123) remote: Compressing objects: 2% (3/123) remote: Compressing objects: 3% (4/123) remote: Compressing objects: 4% (5/123) remote: Compressing objects: 5% (7/123) remote: Compressing objects: 6% (8/123) remote: Compressing objects: 7% (9/123) remote: Compressing objects: 8% (10/123) remote: Compressing objects: 9% (12/123) remote: Compressing objects: 10% (13/123) remote: Compressing objects: 11% (14/123) remote: Compressing objects: 12% (15/123) remote: Compressing objects: 13% (16/123) remote: Compressing objects: 14% (18/123) remote: Compressing objects: 15% (19/123) remote: Compressing objects: 16% (20/123) remote: Compressing objects: 17% (21/123) remote: Compressing objects: 18% (23/123) remote: Compressing objects: 19% (24/123) remote: Compressing objects: 20% (25/123) remote: Compressing objects: 21% (26/123) remote: Compressing objects: 22% (28/123) remote: Compressing objects: 23% (29/123) remote: Compressing objects: 24% (30/123) remote: Compressing objects: 25% (31/123) remote: Compressing objects: 26% (32/123) remote: Compressing objects: 27% (34/123) remote: Compressing objects: 28% (35/123) remote: Compressing objects: 29% (36/123) remote: Compressing objects: 30% (37/123) remote: Compressing objects: 31% (39/123) remote: Compressing objects: 32% (40/123) remote: Compressing objects: 33% (41/123) remote: Compressing objects: 34% (42/123) remote: Compressing objects: 35% (44/123) remote: Compressing objects: 36% (45/123) remote: Compressing objects: 37% (46/123) remote: Compressing objects: 38% (47/123) remote: Compressing objects: 39% (48/123) remote: Compressing objects: 40% (50/123) remote: Compressing objects: 41% (51/123) remote: Compressing objects: 42% (52/123) remote: Compressing objects: 43% (53/123) remote: Compressing objects: 44% (55/123) remote: Compressing objects: 45% (56/123) remote: Compressing objects: 46% (57/123) remote: Compressing objects: 47% (58/123) remote: Compressing objects: 48% (60/123) remote: Compressing objects: 49% (61/123) remote: Compressing objects: 50% (62/123) remote: Compressing objects: 51% (63/123) remote: Compressing objects: 52% (64/123) remote: Compressing objects: 53% (66/123) remote: Compressing objects: 54% (67/123) remote: Compressing objects: 55% (68/123) remote: Compressing objects: 56% (69/123) remote: Compressing objects: 57% (71/123) remote: Compressing objects: 58% (72/123) remote: Compressing objects: 59% (73/123) remote: Compressing objects: 60% (74/123) remote: Compressing objects: 61% (76/123) remote: Compressing objects: 62% (77/123) remote: Compressing objects: 63% (78/123) remote: Compressing objects: 64% (79/123) remote: Compressing objects: 65% (80/123) remote: Compressing objects: 66% (82/123) remote: Compressing objects: 67% (83/123) remote: Compressing objects: 68% (84/123) remote: Compressing objects: 69% (85/123) remote: Compressing objects: 70% (87/123) remote: Compressing objects: 71% (88/123) remote: Compressing objects: 72% (89/123) remote: Compressing objects: 73% (90/123) remote: Compressing objects: 74% (92/123) remote: Compressing objects: 75% (93/123) remote: Compressing objects: 76% (94/123) remote: Compressing objects: 77% (95/123) remote: Compressing objects: 78% (96/123) remote: Compressing objects: 79% (98/123) remote: Compressing objects: 80% (99/123) remote: Compressing objects: 81% (100/123) remote: Compressing objects: 82% (101/123) remote: Compressing objects: 83% (103/123) remote: Compressing objects: 84% (104/123) remote: Compressing objects: 85% (105/123) remote: Compressing objects: 86% (106/123) remote: Compressing objects: 87% (108/123) remote: Compressing objects: 88% (109/123) remote: Compressing objects: 89% (110/123) remote: Compressing objects: 90% (111/123) remote: Compressing objects: 91% (112/123) remote: Compressing objects: 92% (114/123) remote: Compressing objects: 93% (115/123) remote: Compressing objects: 94% (116/123) remote: Compressing objects: 95% (117/123) remote: Compressing objects: 96% (119/123) remote: Compressing objects: 97% (120/123) remote: Compressing objects: 98% (121/123) remote: Compressing objects: 99% (122/123) remote: Compressing objects: 100% (123/123) remote: Compressing objects: 100% (123/123), done. Receiving objects: 0% (1/288) Receiving objects: 1% (3/288) Receiving objects: 2% (6/288) Receiving objects: 3% (9/288) Receiving objects: 4% (12/288) Receiving objects: 5% (15/288) Receiving objects: 6% (18/288) Receiving objects: 7% (21/288) Receiving objects: 8% (24/288) Receiving objects: 9% (26/288) Receiving objects: 10% (29/288) Receiving objects: 11% (32/288) Receiving objects: 12% (35/288) Receiving objects: 13% (38/288) Receiving objects: 14% (41/288) Receiving objects: 15% (44/288) Receiving objects: 16% (47/288) Receiving objects: 17% (49/288) Receiving objects: 18% (52/288) Receiving objects: 19% (55/288) Receiving objects: 20% (58/288) Receiving objects: 21% (61/288) Receiving objects: 22% (64/288) Receiving objects: 23% (67/288) Receiving objects: 24% (70/288) Receiving objects: 25% (72/288) Receiving objects: 26% (75/288) Receiving objects: 27% (78/288) Receiving objects: 28% (81/288) Receiving objects: 29% (84/288) Receiving objects: 30% (87/288) Receiving objects: 31% (90/288) Receiving objects: 32% (93/288) Receiving objects: 33% (96/288) Receiving objects: 34% (98/288) Receiving objects: 35% (101/288) Receiving objects: 36% (104/288) Receiving objects: 37% (107/288) Receiving objects: 38% (110/288) Receiving objects: 39% (113/288) Receiving objects: 40% (116/288) Receiving objects: 41% (119/288) Receiving objects: 42% (121/288) Receiving objects: 43% (124/288) Receiving objects: 44% (127/288) Receiving objects: 45% (130/288) Receiving objects: 46% (133/288) Receiving objects: 47% (136/288) Receiving objects: 48% (139/288) Receiving objects: 49% (142/288) Receiving objects: 50% (144/288) Receiving objects: 51% (147/288) Receiving objects: 52% (150/288) Receiving objects: 53% (153/288) Receiving objects: 54% (156/288) Receiving objects: 55% (159/288) Receiving objects: 56% (162/288) Receiving objects: 57% (165/288) Receiving objects: 58% (168/288) Receiving objects: 59% (170/288) Receiving objects: 60% (173/288) Receiving objects: 61% (176/288) Receiving objects: 62% (179/288) Receiving objects: 63% (182/288) Receiving objects: 64% (185/288) Receiving objects: 65% (188/288) Receiving objects: 66% (191/288) Receiving objects: 67% (193/288) Receiving objects: 68% (196/288) Receiving objects: 69% (199/288) Receiving objects: 70% (202/288) Receiving objects: 71% (205/288) Receiving objects: 72% (208/288) Receiving objects: 73% (211/288) Receiving objects: 74% (214/288) Receiving objects: 75% (216/288) Receiving objects: 76% (219/288) Receiving objects: 77% (222/288) Receiving objects: 78% (225/288) Receiving objects: 79% (228/288) Receiving objects: 80% (231/288) Receiving objects: 81% (234/288) Receiving objects: 82% (237/288) Receiving objects: 83% (240/288) Receiving objects: 84% (242/288) remote: Total 288 (delta 81), reused 92 (delta 33), pack-reused 120 Receiving objects: 85% (245/288) Receiving objects: 86% (248/288) Receiving objects: 87% (251/288) Receiving objects: 88% (254/288) Receiving objects: 89% (257/288) Receiving objects: 90% (260/288) Receiving objects: 91% (263/288) Receiving objects: 92% (265/288) Receiving objects: 93% (268/288) Receiving objects: 94% (271/288) Receiving objects: 95% (274/288) Receiving objects: 96% (277/288) Receiving objects: 97% (280/288) Receiving objects: 98% (283/288) Receiving objects: 99% (286/288) Receiving objects: 100% (288/288) Receiving objects: 100% (288/288), 177.37 KiB | 17.74 MiB/s, done. Resolving deltas: 0% (0/125) Resolving deltas: 1% (2/125) Resolving deltas: 2% (3/125) Resolving deltas: 9% (12/125) Resolving deltas: 12% (15/125) Resolving deltas: 14% (18/125) Resolving deltas: 15% (19/125) Resolving deltas: 18% (23/125) Resolving deltas: 19% (24/125) Resolving deltas: 21% (27/125) Resolving deltas: 24% (30/125) Resolving deltas: 26% (33/125) Resolving deltas: 27% (34/125) Resolving deltas: 28% (35/125) Resolving deltas: 57% (72/125) Resolving deltas: 58% (73/125) Resolving deltas: 59% (74/125) Resolving deltas: 63% (79/125) Resolving deltas: 64% (81/125) Resolving deltas: 67% (84/125) Resolving deltas: 68% (85/125) Resolving deltas: 75% (94/125) Resolving deltas: 78% (98/125) Resolving deltas: 79% (99/125) Resolving deltas: 83% (104/125) Resolving deltas: 84% (105/125) Resolving deltas: 87% (109/125) Resolving deltas: 89% (112/125) Resolving deltas: 92% (115/125) Resolving deltas: 93% (117/125) Resolving deltas: 96% (120/125) Resolving deltas: 100% (125/125) Resolving deltas: 100% (125/125), done. Submodule path 'crane_align_common': checked out '288a2866363a6785d330bddd7d4d9bc9d2f5c0c0' Submodule path 'crane_align_customized': checked out '0bf9d9dbf6e8cfba4ff33081417a51db4dde44ec' Submodule path 'hardware': checked out '8a648c3504aa9a3b23ce86fdae0e39ca95edaf4f' Submodule path 'hesai_lidar_customized': checked out '9ca584cebe961958e030ff1056c9b013e0723175' Submodule path 'lidar-extrinsics': checked out 'fe08d7420373cd0f9b1b4eb867e0c7f9d713d153' Submodule path 'lidar_loc_v2_common': checked out 'dd6ec8131f022ee08f81455a09d94802a582ee5f' Submodule path 'lidar_loc_v2_customized': checked out 'f456b02e485e8eccdecfa45e07d842777b968d61' Submodule path 'msf-port': checked out 'a8149a798e11c048d88d208d57ca85594ff5f1bc' Submodule path 'msf-vehicle': checked out 'b75119ce9a807607dd01505e2fc5d39cbd1df637' Submodule path 'perception_camera_driver': checked out '13de5fc5d205a4aa7b5acaaebcc7170893a4bea9' Submodule path 'perception_data_collection': checked out 'de595f0830b633693b7f99063e23f3f676b53d37' Submodule path 'perception_lane_detection': checked out '3dcecc6a1cab5b58d59274dc57d94f2a5a1a5266' Submodule path 'perception_lidar_camera_fusion': checked out 'd6411e8e7496fed5c621cfa668ba0e1e0aa07545' Submodule path 'perception_new_detection': checked out '9f531bd7edbb3faec7dd896f867f73bbe58ce888' Submodule path 'perception_spreader_imv': checked out '4419cd9ee6da785b6a6ff6a471810264eb9ebccc' Submodule path 'perception_spreader_truck': checked out '87357350892ab66df93a7eed89c8616b28fb8d20' Submodule path 'perception_vehicles': checked out 'ba00eb5b6c0b6a187adbf61cba0313bbd91a705e' Submodule path 'pointcloud_customized': checked out '37092b6ed6d5ce663b37f450ec4b633991626bfd' Submodule path 'prediction_config': checked out '5752a4cc58c48a04990cf84bc3db06c61f709753' Submodule path 'rslidar_sdk_common': checked out '3b3ec601072717ab0a4037dd9f5abcef0c9ad337' Submodule path 'rslidar_sdk_customized': checked out 'c67fb869443c2c9c0f8c366f3596dc8cf5aa6821' Submodule path 'static_transform_common': checked out '79606d0a8d1b7bab782d8279cb27d4d11e0212dd' Submodule path 'system-common': checked out '1cc1ab43207cb7cb08cce7fc9c4bdb5d1a349a6f' Submodule path 'system-device': checked out '67c6a5aa48567a777296281ab0e8c964fba8ee85' Submodule path 'system-mqtt': checked out 'a917e8ef386bd52983140020adb1671e27a6c7ce' Submodule path 'system-node-weifang': checked out '9dac6877a7734028a0ef31d0c6ff02f5924a7ede' Submodule path 'system-port': checked out '6f95e740d94ac6727164bbfd616a53c6072a2894' [Pipeline] sh + ls -d crane_align_common/ crane_align_customized/ hardware/ hesai_lidar_customized/ lidar-extrinsics/ lidar_loc_v2_common/ lidar_loc_v2_customized/ msf-port/ msf-vehicle/ perception_camera_driver/ perception_data_collection/ perception_lane_detection/ perception_lidar_camera_fusion/ perception_new_detection/ perception_spreader_imv/ perception_spreader_truck/ perception_vehicles/ pointcloud_customized/ prediction_config/ rslidar_sdk_common/ rslidar_sdk_customized/ static_transform_common/ system-common/ system-device/ system-mqtt/ system-node-weifang/ system-port/ [Pipeline] echo [crane_align_common, crane_align_customized, hardware, hesai_lidar_customized, lidar-extrinsics, lidar_loc_v2_common, lidar_loc_v2_customized, msf-port, msf-vehicle, perception_camera_driver, perception_data_collection, perception_lane_detection, perception_lidar_camera_fusion, perception_new_detection, perception_spreader_imv, perception_spreader_truck, perception_vehicles, pointcloud_customized, prediction_config, rslidar_sdk_common, rslidar_sdk_customized, static_transform_common, system-common, system-device, system-mqtt, system-node-weifang, system-port] [Pipeline] sh + mkdir -p /root/workspace/weifang-config/container/A008/params_new/params_new [Pipeline] sh + ls /root/workspace/weifang-config/container/A008/params_new/crane_align_common/ + wc -l [Pipeline] echo 1 [Pipeline] echo crane_align_common 开始合并 [Pipeline] sh + cp -r /root/workspace/weifang-config/container/A008/params_new/crane_align_common/crane_align /root/workspace/weifang-config/container/A008/params_new/params_new/ [Pipeline] sh + wc -l + ls /root/workspace/weifang-config/container/A008/params_new/crane_align_customized/ [Pipeline] echo 1 [Pipeline] echo crane_align_customized 开始合并 [Pipeline] sh + cp -r /root/workspace/weifang-config/container/A008/params_new/crane_align_customized/crane_align /root/workspace/weifang-config/container/A008/params_new/params_new/ [Pipeline] sh + ls /root/workspace/weifang-config/container/A008/params_new/hardware/ + wc -l [Pipeline] echo 1 [Pipeline] echo hardware 开始合并 [Pipeline] sh + cp -r /root/workspace/weifang-config/container/A008/params_new/hardware/hardware /root/workspace/weifang-config/container/A008/params_new/params_new/ [Pipeline] sh + ls /root/workspace/weifang-config/container/A008/params_new/hesai_lidar_customized/ + wc -l [Pipeline] echo 2 [Pipeline] echo hesai_lidar_customized 开始合并 [Pipeline] sh + cp -r /root/workspace/weifang-config/container/A008/params_new/hesai_lidar_customized/hesai_lidar /root/workspace/weifang-config/container/A008/params_new/hesai_lidar_customized/README.md /root/workspace/weifang-config/container/A008/params_new/params_new/ [Pipeline] sh + ls /root/workspace/weifang-config/container/A008/params_new/lidar-extrinsics/ + wc -l [Pipeline] echo 3 [Pipeline] echo lidar-extrinsics 开始合并 [Pipeline] sh + cp -r /root/workspace/weifang-config/container/A008/params_new/lidar-extrinsics/crane_align /root/workspace/weifang-config/container/A008/params_new/lidar-extrinsics/extrinsics /root/workspace/weifang-config/container/A008/params_new/lidar-extrinsics/lidar_correction_files /root/workspace/weifang-config/container/A008/params_new/params_new/ [Pipeline] sh + ls /root/workspace/weifang-config/container/A008/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/A008/params_new/lidar_loc_v2_common/lidar_loc_v2 /root/workspace/weifang-config/container/A008/params_new/params_new/ [Pipeline] sh + ls /root/workspace/weifang-config/container/A008/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/A008/params_new/lidar_loc_v2_customized/lidar_loc_v2 /root/workspace/weifang-config/container/A008/params_new/params_new/ [Pipeline] sh + ls /root/workspace/weifang-config/container/A008/params_new/msf-port/ + wc -l [Pipeline] echo 3 [Pipeline] echo msf-port 开始合并 [Pipeline] sh + cp -r /root/workspace/weifang-config/container/A008/params_new/msf-port/msf_assistant.yaml /root/workspace/weifang-config/container/A008/params_new/msf-port/msf_localization_share.yaml /root/workspace/weifang-config/container/A008/params_new/msf-port/README.md /root/workspace/weifang-config/container/A008/params_new/params_new/ [Pipeline] sh + ls /root/workspace/weifang-config/container/A008/params_new/msf-vehicle/ + wc -l [Pipeline] echo 4 [Pipeline] echo msf-vehicle 开始合并 [Pipeline] sh + cp -r /root/workspace/weifang-config/container/A008/params_new/msf-vehicle/extrinsics /root/workspace/weifang-config/container/A008/params_new/msf-vehicle/msf_localization_calibration.yaml /root/workspace/weifang-config/container/A008/params_new/msf-vehicle/msf_localization.yaml /root/workspace/weifang-config/container/A008/params_new/msf-vehicle/README.md /root/workspace/weifang-config/container/A008/params_new/params_new/ [Pipeline] sh + ls /root/workspace/weifang-config/container/A008/params_new/perception_camera_driver/ + wc -l [Pipeline] echo 1 [Pipeline] echo perception_camera_driver 开始合并 [Pipeline] sh + cp -r /root/workspace/weifang-config/container/A008/params_new/perception_camera_driver/slave /root/workspace/weifang-config/container/A008/params_new/params_new/ [Pipeline] sh + ls /root/workspace/weifang-config/container/A008/params_new/perception_data_collection/ + wc -l [Pipeline] echo 2 [Pipeline] echo perception_data_collection 开始合并 [Pipeline] sh + cp -r /root/workspace/weifang-config/container/A008/params_new/perception_data_collection/data_collection /root/workspace/weifang-config/container/A008/params_new/perception_data_collection/README.md /root/workspace/weifang-config/container/A008/params_new/params_new/ [Pipeline] sh + ls /root/workspace/weifang-config/container/A008/params_new/perception_lane_detection/ + wc -l [Pipeline] echo 2 [Pipeline] echo perception_lane_detection 开始合并 [Pipeline] sh + cp -r /root/workspace/weifang-config/container/A008/params_new/perception_lane_detection/lane_detection /root/workspace/weifang-config/container/A008/params_new/perception_lane_detection/README.md /root/workspace/weifang-config/container/A008/params_new/params_new/ [Pipeline] sh + ls /root/workspace/weifang-config/container/A008/params_new/perception_lidar_camera_fusion/ + wc -l [Pipeline] echo 1 [Pipeline] echo perception_lidar_camera_fusion 开始合并 [Pipeline] sh + cp -r /root/workspace/weifang-config/container/A008/params_new/perception_lidar_camera_fusion/lidar_camera_fusion /root/workspace/weifang-config/container/A008/params_new/params_new/ [Pipeline] sh + ls /root/workspace/weifang-config/container/A008/params_new/perception_new_detection/ + wc -l [Pipeline] echo 2 [Pipeline] echo perception_new_detection 开始合并 [Pipeline] sh + cp -r /root/workspace/weifang-config/container/A008/params_new/perception_new_detection/perception /root/workspace/weifang-config/container/A008/params_new/perception_new_detection/README.md /root/workspace/weifang-config/container/A008/params_new/params_new/ [Pipeline] sh + ls /root/workspace/weifang-config/container/A008/params_new/perception_spreader_imv/ + wc -l [Pipeline] echo 2 [Pipeline] echo perception_spreader_imv 开始合并 [Pipeline] sh + cp -r /root/workspace/weifang-config/container/A008/params_new/perception_spreader_imv/imv_spreader_detection /root/workspace/weifang-config/container/A008/params_new/perception_spreader_imv/README.md /root/workspace/weifang-config/container/A008/params_new/params_new/ [Pipeline] sh + ls /root/workspace/weifang-config/container/A008/params_new/perception_spreader_truck/ + wc -l [Pipeline] echo 2 [Pipeline] echo perception_spreader_truck 开始合并 [Pipeline] sh + cp -r /root/workspace/weifang-config/container/A008/params_new/perception_spreader_truck/new_truck_spreader_detection /root/workspace/weifang-config/container/A008/params_new/perception_spreader_truck/README.md /root/workspace/weifang-config/container/A008/params_new/params_new/ [Pipeline] sh + ls /root/workspace/weifang-config/container/A008/params_new/perception_vehicles/ + wc -l [Pipeline] echo 2 [Pipeline] echo perception_vehicles 开始合并 [Pipeline] sh + cp -r /root/workspace/weifang-config/container/A008/params_new/perception_vehicles/extrinsics /root/workspace/weifang-config/container/A008/params_new/perception_vehicles/master /root/workspace/weifang-config/container/A008/params_new/params_new/ [Pipeline] sh + ls /root/workspace/weifang-config/container/A008/params_new/pointcloud_customized/ + wc -l [Pipeline] echo 1 [Pipeline] echo pointcloud_customized 开始合并 [Pipeline] sh + cp -r /root/workspace/weifang-config/container/A008/params_new/pointcloud_customized/pointcloud /root/workspace/weifang-config/container/A008/params_new/params_new/ [Pipeline] sh + ls /root/workspace/weifang-config/container/A008/params_new/prediction_config/ + wc -l [Pipeline] echo 1 [Pipeline] echo prediction_config 开始合并 [Pipeline] sh + cp -r /root/workspace/weifang-config/container/A008/params_new/prediction_config/prediction /root/workspace/weifang-config/container/A008/params_new/params_new/ [Pipeline] sh + ls /root/workspace/weifang-config/container/A008/params_new/rslidar_sdk_common/ + wc -l [Pipeline] echo 1 [Pipeline] echo rslidar_sdk_common 开始合并 [Pipeline] sh + cp -r /root/workspace/weifang-config/container/A008/params_new/rslidar_sdk_common/rslidar_sdk /root/workspace/weifang-config/container/A008/params_new/params_new/ [Pipeline] sh + ls /root/workspace/weifang-config/container/A008/params_new/rslidar_sdk_customized/ + wc -l [Pipeline] echo 1 [Pipeline] echo rslidar_sdk_customized 开始合并 [Pipeline] sh + cp -r /root/workspace/weifang-config/container/A008/params_new/rslidar_sdk_customized/rslidar_sdk /root/workspace/weifang-config/container/A008/params_new/params_new/ [Pipeline] sh + wc -l + ls /root/workspace/weifang-config/container/A008/params_new/static_transform_common/ [Pipeline] echo 1 [Pipeline] echo static_transform_common 开始合并 [Pipeline] sh + cp -r /root/workspace/weifang-config/container/A008/params_new/static_transform_common/static_transform.yaml /root/workspace/weifang-config/container/A008/params_new/params_new/ [Pipeline] sh + ls /root/workspace/weifang-config/container/A008/params_new/system-common/ + wc -l [Pipeline] echo 1 [Pipeline] echo system-common 开始合并 [Pipeline] sh + cp -r /root/workspace/weifang-config/container/A008/params_new/system-common/system-ros /root/workspace/weifang-config/container/A008/params_new/params_new/ [Pipeline] sh + wc -l + ls /root/workspace/weifang-config/container/A008/params_new/system-device/ [Pipeline] echo 3 [Pipeline] echo system-device 开始合并 [Pipeline] sh + cp -r /root/workspace/weifang-config/container/A008/params_new/system-device/master /root/workspace/weifang-config/container/A008/params_new/system-device/slave /root/workspace/weifang-config/container/A008/params_new/system-device/system-ros /root/workspace/weifang-config/container/A008/params_new/params_new/ [Pipeline] sh + ls /root/workspace/weifang-config/container/A008/params_new/system-mqtt/ + wc -l [Pipeline] echo 1 [Pipeline] echo system-mqtt 开始合并 [Pipeline] sh + cp -r /root/workspace/weifang-config/container/A008/params_new/system-mqtt/system-ros /root/workspace/weifang-config/container/A008/params_new/params_new/ [Pipeline] sh + wc -l + ls /root/workspace/weifang-config/container/A008/params_new/system-node-weifang/ [Pipeline] echo 3 [Pipeline] echo system-node-weifang 开始合并 [Pipeline] sh + cp -r /root/workspace/weifang-config/container/A008/params_new/system-node-weifang/master /root/workspace/weifang-config/container/A008/params_new/system-node-weifang/slave /root/workspace/weifang-config/container/A008/params_new/system-node-weifang/system-ros /root/workspace/weifang-config/container/A008/params_new/params_new/ [Pipeline] sh + ls /root/workspace/weifang-config/container/A008/params_new/system-port/ + wc -l [Pipeline] echo 3 [Pipeline] echo system-port 开始合并 [Pipeline] sh + cp -r /root/workspace/weifang-config/container/A008/params_new/system-port/peripheral_controller.toml /root/workspace/weifang-config/container/A008/params_new/system-port/ros_can_interpreter.toml /root/workspace/weifang-config/container/A008/params_new/system-port/system-ros /root/workspace/weifang-config/container/A008/params_new/params_new/ [Pipeline] sh + ls /root/workspace/weifang-config/container/A008/params_new/params_new/ crane_align data_collection extrinsics hardware hesai_lidar imv_spreader_detection lane_detection lidar_camera_fusion lidar_correction_files lidar_loc_v2 master msf_assistant.yaml msf_localization_calibration.yaml msf_localization_share.yaml msf_localization.yaml new_truck_spreader_detection perception peripheral_controller.toml pointcloud prediction README.md ros_can_interpreter.toml rslidar_sdk slave static_transform.yaml system-ros [Pipeline] } [Pipeline] // dir [Pipeline] sh + cp -r /root/workspace/weifang-config/container/A008/params_new/params_new/crane_align /root/workspace/weifang-config/container/A008/params_new/params_new/data_collection /root/workspace/weifang-config/container/A008/params_new/params_new/extrinsics /root/workspace/weifang-config/container/A008/params_new/params_new/hardware /root/workspace/weifang-config/container/A008/params_new/params_new/hesai_lidar /root/workspace/weifang-config/container/A008/params_new/params_new/imv_spreader_detection /root/workspace/weifang-config/container/A008/params_new/params_new/lane_detection /root/workspace/weifang-config/container/A008/params_new/params_new/lidar_camera_fusion /root/workspace/weifang-config/container/A008/params_new/params_new/lidar_correction_files /root/workspace/weifang-config/container/A008/params_new/params_new/lidar_loc_v2 /root/workspace/weifang-config/container/A008/params_new/params_new/master /root/workspace/weifang-config/container/A008/params_new/params_new/msf_assistant.yaml /root/workspace/weifang-config/container/A008/params_new/params_new/msf_localization_calibration.yaml /root/workspace/weifang-config/container/A008/params_new/params_new/msf_localization_share.yaml /root/workspace/weifang-config/container/A008/params_new/params_new/msf_localization.yaml /root/workspace/weifang-config/container/A008/params_new/params_new/new_truck_spreader_detection /root/workspace/weifang-config/container/A008/params_new/params_new/perception /root/workspace/weifang-config/container/A008/params_new/params_new/peripheral_controller.toml /root/workspace/weifang-config/container/A008/params_new/params_new/pointcloud /root/workspace/weifang-config/container/A008/params_new/params_new/prediction /root/workspace/weifang-config/container/A008/params_new/params_new/README.md /root/workspace/weifang-config/container/A008/params_new/params_new/ros_can_interpreter.toml /root/workspace/weifang-config/container/A008/params_new/params_new/rslidar_sdk /root/workspace/weifang-config/container/A008/params_new/params_new/slave /root/workspace/weifang-config/container/A008/params_new/params_new/static_transform.yaml /root/workspace/weifang-config/container/A008/params_new/params_new/system-ros /root/workspace/weifang-config/container/A008/params_A008/params/ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (zip->post) [Pipeline] script [Pipeline] { [Pipeline] ansiColor [Pipeline] { [Pipeline] echo  >>>>>>>>>>压缩成zip包>>>>>>>>>>  [Pipeline] } [Pipeline] // ansiColor [Pipeline] echo A008 [Pipeline] dir Running in /root/workspace/weifang-config/container/A008 [Pipeline] { [Pipeline] sh + rm -rf params_new@tmp [Pipeline] sh + rm -rf params_A008/.git [Pipeline] dir Running in /root/workspace/weifang-config/container/A008/params_A008/params/slave [Pipeline] { [Pipeline] sh ++ ls ++ grep -v version.json ++ xargs + cp -r camera_driver recorder.toml system-ros /root/workspace/weifang-config/container/A008/params_A008/params/ [Pipeline] } [Pipeline] // dir [Pipeline] sh + rm -rf /root/workspace/weifang-config/container/A008/params_A008/params/slave@tmp [Pipeline] sh + cp -r params_A008 params_orin_slave_A008_2024-06-18_11-39-50 [Pipeline] sh + zip -rq params_orin_slave_A008_2024-06-18_11-39-50.zip params_orin_slave_A008_2024-06-18_11-39-50 ./version.json [Pipeline] echo /root/workspace/weifang-config/container/A008/params_orin_slave_A008_2024-06-18_11-39-50.zip,/root/workspace/weifang-config/container/A008/version.json [Pipeline] sh + curl -X POST http://172.18.5.234/ota-api/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/root/workspace/weifang-config/container/A008/params_orin_slave_A008_2024-06-18_11-39-50.zip"' --form 'version=@"/root/workspace/weifang-config/container/A008/version.json"' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 32.5M 0 0 3 1280k 0 2310k 0:00:14 --:--:-- 0:00:14 2306k 15 32.5M 0 0 15 5056k 0 3255k 0:00:10 0:00:01 0:00:09 3253k 24 32.5M 0 0 24 8128k 0 3186k 0:00:10 0:00:02 0:00:08 3184k 36 32.5M 0 0 36 12.0M 0 3440k 0:00:09 0:00:03 0:00:06 3439k 47 32.5M 0 0 47 15.5M 0 3477k 0:00:09 0:00:04 0:00:05 3476k 54 32.5M 0 0 54 17.5M 0 3214k 0:00:10 0:00:05 0:00:05 3314k 57 32.5M 0 0 57 18.5M 0 2893k 0:00:11 0:00:06 0:00:05 2780k 60 32.5M 0 0 60 19.6M 0 2659k 0:00:12 0:00:07 0:00:05 2392k 65 32.5M 0 0 65 21.3M 0 2551k 0:00:13 0:00:08 0:00:05 1917k 71 32.5M 0 0 71 23.3M 0 2498k 0:00:13 0:00:09 0:00:04 1607k 74 32.5M 0 0 74 24.2M 0 2347k 0:00:14 0:00:10 0:00:04 1373k 77 32.5M 0 0 77 25.0M 0 2218k 0:00:15 0:00:11 0:00:04 1331k 80 32.5M 0 0 80 26.1M 0 2129k 0:00:15 0:00:12 0:00:03 1327k 84 32.5M 0 0 84 27.5M 0 2072k 0:00:16 0:00:13 0:00:03 1252k 88 32.5M 0 0 88 28.8M 0 2027k 0:00:16 0:00:14 0:00:02 1125k 92 32.5M 0 0 92 30.1M 0 1982k 0:00:16 0:00:15 0:00:01 1208k 96 32.5M 0 0 96 31.3M 0 1939k 0:00:17 0:00:16 0:00:01 1294k 98 32.5M 0 0 98 32.1M 0 1871k 0:00:17 0:00:17 --:--:-- 1220k 100 32.5M 0 0 100 32.5M 0 1739k 0:00:19 0:00:19 --:--:-- 923k 100 32.5M 0 43 100 32.5M 2 1678k 0:00:19 0:00:19 --:--:-- 708k 100 32.5M 0 43 100 32.5M 2 1678k 0:00:19 0:00:19 --:--:-- 570k [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] readJSON [Pipeline] echo [msg:操作成功, code:200, data:] [Pipeline] echo status:200 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] } [Pipeline] // dir [Pipeline] sh + rm -rf /root/workspace/weifang-config/container/A008@tmp [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] script [Pipeline] { [Pipeline] echo always [Pipeline] } [Pipeline] // script [Pipeline] script [Pipeline] { [Pipeline] echo success [Pipeline] sh + cat /root/commtest/master-project/weifang/container/.A008.json [Pipeline] sh + cat /root/commtest/rcdev-project/weifang/container/.A008.json [Pipeline] sh + cat /root/commtest/dev-project/weifang/container/.A008.json [Pipeline] wrap [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] echo user: , telphone: null [Pipeline] echo 用户不存在列表中 [Pipeline] } [Pipeline] // script [Pipeline] script [Pipeline] { [Pipeline] echo user: , telphone: null [Pipeline] echo 用户不存在列表中 [Pipeline] } [Pipeline] // script [Pipeline] sh + curl -X POST 'https://oapi.dingtalk.com/robot/send?access_token=c4e318472bbd19d0449efb4060de213f730dc32b4bf44819381a8fa7adf61983' -H 'Content-Type: application/json' -d '{"msgtype": "markdown","markdown": {"title":"jenkins通知","text": "# 参数发布通知 ### [潍坊集装箱车辆参数] --- - 状态: 编译成功 - 执行人:sunyufu - 更新车辆: > - [A008slave]: **公有dev**: 14e9209.**2024/05/07/07:30:50** **私有dev**: f2fe49e.**2024/03/22/17:04:03** --- > 请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 565 100 27 100 538 257 5123 --:--:-- --:--:-- --:--:-- 5380 [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