Started by user sunyufu Obtained qingdaoDF-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 699620783c5edf5c8bd2ed05a92dfd7e28003224 The recommended git tool is: NONE using credential gitlab_weilk Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository http://159.27.226.4/weilikang/jenkinslib.git > git init /var/lib/jenkins/workspace/qingdaoDF-config@libs/e94781a6efe9f09486b8ea226d2b758971618b049d1fe436de6265fac85ceea3 # timeout=10 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 > git config remote.origin.url http://159.27.226.4/weilikang/jenkinslib.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 699620783c5edf5c8bd2ed05a92dfd7e28003224 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 699620783c5edf5c8bd2ed05a92dfd7e28003224 # timeout=10 Commit message: "Update params.groovy" > git rev-list --no-walk 8cf61c251874f6b6c943da6f4a7a43013b3810f8 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] echo [QDDF001] [Pipeline] echo QDDF001 [Pipeline] properties [Pipeline] node Running on Jenkins in /var/lib/jenkins/workspace/qingdaoDF-config [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: NONE using credential gitlab_weilk Cloning the remote Git repository Cloning repository http://159.27.226.4/weilikang/jenkinsfiles.git > git init /var/lib/jenkins/workspace/qingdaoDF-config # 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 config remote.origin.url http://159.27.226.4/weilikang/jenkinsfiles.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision b93dda1df343180b2e9c1ca3e77f5056ecd31ab3 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f b93dda1df343180b2e9c1ca3e77f5056ecd31ab3 # timeout=10 Commit message: "Update python-scripts.jenkinsfile" > git rev-list --no-walk d04ed8b4f658697b92bc2c6c0db0703cab45b8d0 # 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/qingdaoDF-config/shared_config/ [Pipeline] echo QDDF001.json [Pipeline] sh + cat /root/commtest/master-project/qingdaoDF/QDDF001.json [Pipeline] sh + cat /root/commtest/rcdev-project/qingdaoDF/QDDF001.json [Pipeline] sh + cat /root/commtest/dev-project/qingdaoDF/QDDF001.json [Pipeline] echo [QDDF001] [Pipeline] echo QDDF001 [Pipeline] sh + mkdir -p /root/workspace/qingdaoDF-config/QDDF001 [Pipeline] sh + mkdir -p /root/workspace/qingdaoDF-config/QDDF001/params_QDDF001 [Pipeline] sh + rm -rf /root/workspace/qingdaoDF-config/QDDF001/params /root/workspace/qingdaoDF-config/QDDF001/params_new /root/workspace/qingdaoDF-config/QDDF001/params_orin_slave_QDDF001_2024-05-16_18-41-15 /root/workspace/qingdaoDF-config/QDDF001/params_orin_slave_QDDF001_2024-05-16_18-41-15.zip /root/workspace/qingdaoDF-config/QDDF001/params_QDDF001 /root/workspace/qingdaoDF-config/QDDF001/version.json [Pipeline] dir Running in /root/workspace/qingdaoDF-config/QDDF001 [Pipeline] { [Pipeline] echo [QDDF001] [Pipeline] echo 更新QDDF001参数 [Pipeline] echo rc_dev,http://159.27.226.4/config/qingdao/dongfen/QDDF001.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/qingdaoDF-config/QDDF001/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url http://159.27.226.4/config/qingdao/dongfen/QDDF001.git # timeout=10 Using shallow fetch with depth 1 Fetching upstream changes from http://159.27.226.4/config/qingdao/dongfen/QDDF001.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/qingdao/dongfen/QDDF001.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/rc_dev^{commit} # timeout=10 Checking out Revision 533ea748186ec0d67c35feb4497564e59b43bb1f (origin/rc_dev) > git config core.sparsecheckout # timeout=10 > git checkout -f 533ea748186ec0d67c35feb4497564e59b43bb1f # timeout=300000 Commit message: "feat_out:copy from weifang V001 dev" > git rev-list --no-walk 533ea748186ec0d67c35feb4497564e59b43bb1f # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] sh + git rev-parse --short HEAD [Pipeline] echo /root/commtest/rcdev-project/qingdaoDF/QDDF001.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=QDDF001 Content-Type: application/json PRIVATE-TOKEN: ***** Sending request to url: http://159.27.226.4/api/v4/projects?search=QDDF001 Response Code: HTTP/1.1 200 OK Response: [{"id":1490,"description":"","name":"QDDF001","name_with_namespace":"config / extrinsics / QDDF001","path":"QDDF001","path_with_namespace":"config/extrinsics/QDDF001","created_at":"2024-05-08T11:16:38.678Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/extrinsics/QDDF001.git","http_url_to_repo":"http://159.27.226.4/config/extrinsics/QDDF001.git","web_url":"http://159.27.226.4/config/extrinsics/QDDF001","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-20T01:56:00.592Z","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/1490","issues":"http://159.27.226.4/api/v4/projects/1490/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1490/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1490/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1490/labels","events":"http://159.27.226.4/api/v4/projects/1490/events","members":"http://159.27.226.4/api/v4/projects/1490/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1490/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_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-05-09T11:16:38.713Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"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":1446,"description":"","name":"QDDF001","name_with_namespace":"Hardware / config / QDDF001","path":"QDDF001","path_with_namespace":"hardware/config/QDDF001","created_at":"2024-04-28T08:03:39.733Z","default_branch":"dev","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:hardware/config/QDDF001.git","http_url_to_repo":"http://159.27.226.4/hardware/config/QDDF001.git","web_url":"http://159.27.226.4/hardware/config/QDDF001","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-07-10T11:50:02.851Z","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/1446","issues":"http://159.27.226.4/api/v4/projects/1446/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1446/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1446/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1446/labels","events":"http://159.27.226.4/api/v4/projects/1446/events","members":"http://159.27.226.4/api/v4/projects/1446/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1446/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_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-29T08:03:39.761Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"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":1438,"description":"","name":"QDDF001","name_with_namespace":"config / vehicles / QDDF001","path":"QDDF001","path_with_namespace":"config/vehicles/QDDF001","created_at":"2024-04-26T03:28:11.026Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/vehicles/QDDF001.git","http_url_to_repo":"http://159.27.226.4/config/vehicles/QDDF001.git","web_url":"http://159.27.226.4/config/vehicles/QDDF001","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-11-08T09:27:01.814Z","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/1438","issues":"http://159.27.226.4/api/v4/projects/1438/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1438/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1438/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1438/labels","events":"http://159.27.226.4/api/v4/projects/1438/events","members":"http://159.27.226.4/api/v4/projects/1438/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1438/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_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:28:11.041Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"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":1437,"description":"","name":"QDDF001","name_with_namespace":"config / qingdao / dongfen / QDDF001","path":"QDDF001","path_with_namespace":"config/qingdao/dongfen/QDDF001","created_at":"2024-04-26T03:12:08.329Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/dongfen/QDDF001.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/dongfen/QDDF001.git","web_url":"http://159.27.226.4/config/qingdao/dongfen/QDDF001","readme_url":"http://159.27.226.4/config/qingdao/dongfen/QDDF001/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-04-26T03:12:08.329Z","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/1437","issues":"http://159.27.226.4/api/v4/projects/1437/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1437/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1437/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1437/labels","events":"http://159.27.226.4/api/v4/projects/1437/events","members":"http://159.27.226.4/api/v4/projects/1437/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1437/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_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:12:08.646Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"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/qingdao/dongfen/QDDF001 [Pipeline] echo 1437 [Pipeline] echo 1437 [Pipeline] echo 533ea74 [Pipeline] sh + python3 /root/weilk/project/get_git_log.py 1437 533ea74 533ea74 [Pipeline] echo /root/commtest/rcdev-project/qingdaoDF/.QDDF001.json [Pipeline] readJSON [Pipeline] echo {"project":{"QDDF001":"config/qingdao/dongfen/QDDF001","shared_config":"config/qingdao/dongfen/shared_config"},"commit":{"QDDF001":"533ea74","shared_config":"da8345b"}} [Pipeline] echo {"project":{"QDDF001":"config/qingdao/dongfen/QDDF001","shared_config":"config/qingdao/dongfen/shared_config"},"commit":{"QDDF001":"533ea74","shared_config":"da8345b"}} [Pipeline] sh + echo '{"project":{"QDDF001":"config/qingdao/dongfen/QDDF001","shared_config":"config/qingdao/dongfen/shared_config"},"commit":{"QDDF001":"533ea74","shared_config":"da8345b"}}' [Pipeline] sh + cat /root/commtest/rcdev-project/qingdaoDF/.QDDF001.json {"project":{"QDDF001":"config/qingdao/dongfen/QDDF001","shared_config":"config/qingdao/dongfen/shared_config"},"commit":{"QDDF001":"533ea74","shared_config":"da8345b"}} [Pipeline] echo {"repo_name":"params_orin_master_QDDF001","branch":"rc_dev","time":"2024-11-14_16-20-09","commit_id":"533ea74","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=QDDF001 Content-Type: application/json PRIVATE-TOKEN: ***** Sending request to url: http://159.27.226.4/api/v4/projects?search=QDDF001 Response Code: HTTP/1.1 200 OK Response: [{"id":1490,"description":"","name":"QDDF001","name_with_namespace":"config / extrinsics / QDDF001","path":"QDDF001","path_with_namespace":"config/extrinsics/QDDF001","created_at":"2024-05-08T11:16:38.678Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/extrinsics/QDDF001.git","http_url_to_repo":"http://159.27.226.4/config/extrinsics/QDDF001.git","web_url":"http://159.27.226.4/config/extrinsics/QDDF001","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-05-20T01:56:00.592Z","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/1490","issues":"http://159.27.226.4/api/v4/projects/1490/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1490/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1490/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1490/labels","events":"http://159.27.226.4/api/v4/projects/1490/events","members":"http://159.27.226.4/api/v4/projects/1490/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1490/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_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-05-09T11:16:38.713Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"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":1446,"description":"","name":"QDDF001","name_with_namespace":"Hardware / config / QDDF001","path":"QDDF001","path_with_namespace":"hardware/config/QDDF001","created_at":"2024-04-28T08:03:39.733Z","default_branch":"dev","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:hardware/config/QDDF001.git","http_url_to_repo":"http://159.27.226.4/hardware/config/QDDF001.git","web_url":"http://159.27.226.4/hardware/config/QDDF001","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-07-10T11:50:02.851Z","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/1446","issues":"http://159.27.226.4/api/v4/projects/1446/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1446/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1446/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1446/labels","events":"http://159.27.226.4/api/v4/projects/1446/events","members":"http://159.27.226.4/api/v4/projects/1446/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1446/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_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-29T08:03:39.761Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"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":1438,"description":"","name":"QDDF001","name_with_namespace":"config / vehicles / QDDF001","path":"QDDF001","path_with_namespace":"config/vehicles/QDDF001","created_at":"2024-04-26T03:28:11.026Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/vehicles/QDDF001.git","http_url_to_repo":"http://159.27.226.4/config/vehicles/QDDF001.git","web_url":"http://159.27.226.4/config/vehicles/QDDF001","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-11-08T09:27:01.814Z","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/1438","issues":"http://159.27.226.4/api/v4/projects/1438/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1438/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1438/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1438/labels","events":"http://159.27.226.4/api/v4/projects/1438/events","members":"http://159.27.226.4/api/v4/projects/1438/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1438/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_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:28:11.041Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"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":1437,"description":"","name":"QDDF001","name_with_namespace":"config / qingdao / dongfen / QDDF001","path":"QDDF001","path_with_namespace":"config/qingdao/dongfen/QDDF001","created_at":"2024-04-26T03:12:08.329Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/dongfen/QDDF001.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/dongfen/QDDF001.git","web_url":"http://159.27.226.4/config/qingdao/dongfen/QDDF001","readme_url":"http://159.27.226.4/config/qingdao/dongfen/QDDF001/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-04-26T03:12:08.329Z","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/1437","issues":"http://159.27.226.4/api/v4/projects/1437/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1437/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1437/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1437/labels","events":"http://159.27.226.4/api/v4/projects/1437/events","members":"http://159.27.226.4/api/v4/projects/1437/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1437/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_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:12:08.646Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"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/qingdao/dongfen/QDDF001 [Pipeline] echo 1437 [Pipeline] echo 1437 [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/1437/repository/commits/533ea74 Content-Type: application/json PRIVATE-TOKEN: ***** Sending request to url: http://159.27.226.4/api/v4/projects/1437/repository/commits/533ea74 Response Code: HTTP/1.1 200 OK Response: {"id":"533ea748186ec0d67c35feb4497564e59b43bb1f","short_id":"533ea748","created_at":"2024-04-26T11:23:14.000+08:00","parent_ids":["7af0d96f9a331c696362d5b1d707802427b50be4"],"title":"feat_out:copy from weifang V001 dev","message":"feat_out:copy from weifang V001 dev\n","author_name":"yangjun","author_email":"yangjun@senior.com","authored_date":"2024-04-26T11:23:14.000+08:00","committer_name":"yangjun","committer_email":"yangjun@senior.com","committed_date":"2024-04-26T11:23:14.000+08:00","trailers":{},"web_url":"http://159.27.226.4/config/qingdao/dongfen/QDDF001/-/commit/533ea748186ec0d67c35feb4497564e59b43bb1f","stats":{"additions":10957,"deletions":92,"total":11049},"status":null,"project_id":1437,"last_pipeline":null} Success: Status code 200 is in the accepted range: 100:399 [Pipeline] } [Pipeline] // withCredentials [Pipeline] readJSON [Pipeline] echo 2024/04/26/11:23:14 [Pipeline] echo rc_dev**: 533ea74.**2024/04/26/11:23:14** [Pipeline] dir Running in /root/workspace/qingdaoDF-config/QDDF001/params_QDDF001 [Pipeline] { [Pipeline] fileExists [Pipeline] sh + mkdir -p /root/workspace/qingdaoDF-config/shared_config/rc_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/qingdao/dongfen/shared_config.git > git init /root/workspace/qingdaoDF-config/QDDF001/params_QDDF001 # timeout=10 Fetching upstream changes from http://159.27.226.4/config/qingdao/dongfen/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/qingdao/dongfen/shared_config.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url http://159.27.226.4/config/qingdao/dongfen/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/rc_dev^{commit} # timeout=10 Checking out Revision 2519942fa652d4d115bddfcecb065909cbc456be (origin/rc_dev) > git config core.sparsecheckout # timeout=10 > git checkout -f 2519942fa652d4d115bddfcecb065909cbc456be # timeout=30000 Commit message: "feat_out:copy from weifang bulk shared_config dev" > git rev-list --no-walk 2519942fa652d4d115bddfcecb065909cbc456be # timeout=10 [Pipeline] sh + cp -r .git/ params /root/workspace/qingdaoDF-config/shared_config/rc_dev/ [Pipeline] sh + rm -rf params_QDDF001@tmp [Pipeline] script [Pipeline] { [Pipeline] sh + git rev-parse --short HEAD [Pipeline] echo /root/commtest/rcdev-project/qingdaoDF/QDDF001.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-11-06T06:22:46.257Z","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-11-06T06:23:21.935Z","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-11-06T06:24:17.452Z","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-07-22T07:43:16.552Z","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-08-05T02:30:36.811Z","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-11-06T06:24:51.803Z","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-11-06T06:21:49.128Z","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/qingdao/dongfen/shared_config [Pipeline] echo 1436 [Pipeline] echo 1436 [Pipeline] echo da8345b [Pipeline] sh + python3 /root/weilk/project/get_git_log.py 1436 da8345b 2519942 [Pipeline] echo /root/commtest/rcdev-project/qingdaoDF/.QDDF001.json [Pipeline] readJSON [Pipeline] echo {"project":{"QDDF001":"config/qingdao/dongfen/QDDF001","shared_config":"config/qingdao/dongfen/shared_config"},"commit":{"QDDF001":"533ea74","shared_config":"da8345b"}} [Pipeline] echo {"project":{"QDDF001":"config/qingdao/dongfen/QDDF001","shared_config":"config/qingdao/dongfen/shared_config"},"commit":{"QDDF001":"533ea74","shared_config":"2519942"}} [Pipeline] sh + echo '{"project":{"QDDF001":"config/qingdao/dongfen/QDDF001","shared_config":"config/qingdao/dongfen/shared_config"},"commit":{"QDDF001":"533ea74","shared_config":"2519942"}}' [Pipeline] sh + cat /root/commtest/rcdev-project/qingdaoDF/.QDDF001.json {"project":{"QDDF001":"config/qingdao/dongfen/QDDF001","shared_config":"config/qingdao/dongfen/shared_config"},"commit":{"QDDF001":"533ea74","shared_config":"2519942"}} [Pipeline] echo {"repo_name":"params_computer_shared_config","branch":"rc_dev","time":"2024-11-14_16-20-13","commit_id":"2519942","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-11-06T06:22:46.257Z","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-11-06T06:23:21.935Z","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-11-06T06:24:17.452Z","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-07-22T07:43:16.552Z","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-08-05T02:30:36.811Z","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-11-06T06:24:51.803Z","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-11-06T06:21:49.128Z","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/qingdao/dongfen/shared_config [Pipeline] echo 1436 [Pipeline] echo 1436 [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/1436/repository/commits/2519942 Content-Type: application/json PRIVATE-TOKEN: ***** Sending request to url: http://159.27.226.4/api/v4/projects/1436/repository/commits/2519942 Response Code: HTTP/1.1 200 OK Response: {"id":"2519942fa652d4d115bddfcecb065909cbc456be","short_id":"2519942f","created_at":"2024-04-26T11:27:01.000+08:00","parent_ids":["947456fdd66ff037fcdad072e5bafe160ab4713b"],"title":"feat_out:copy from weifang bulk shared_config dev","message":"feat_out:copy from weifang bulk shared_config dev\n","author_name":"yangjun","author_email":"yangjun@senior.com","authored_date":"2024-04-26T11:27:01.000+08:00","committer_name":"yangjun","committer_email":"yangjun@senior.com","committed_date":"2024-04-26T11:27:01.000+08:00","trailers":{},"web_url":"http://159.27.226.4/config/qingdao/dongfen/shared_config/-/commit/2519942fa652d4d115bddfcecb065909cbc456be","stats":{"additions":19031,"deletions":92,"total":19123},"status":null,"project_id":1436,"last_pipeline":null} Success: Status code 200 is in the accepted range: 100:399 [Pipeline] } [Pipeline] // withCredentials [Pipeline] readJSON [Pipeline] echo 2024/04/26/11:27:01 [Pipeline] echo rc_dev**: 2519942.**2024/04/26/11:27:01** [Pipeline] } [Pipeline] // dir [Pipeline] echo {"module":[{"repo_name":"params_orin_master_QDDF001","branch":"rc_dev","time":"2024-11-14_16-20-09","commit_id":"533ea74","version":"","commit_msgs":",,"},{"repo_name":"params_computer_shared_config","branch":"rc_dev","time":"2024-11-14_16-20-13","commit_id":"2519942","version":"","commit_msgs":",,"}],"device":1,"device_name":"QDDF001_Master","type":0,"project":17} [Pipeline] echo QDDF001 [Pipeline] sh ++ ls ++ grep -v params_QDDF001 ++ grep -v version.json ++ xargs + cp -r params params_QDDF001/ [Pipeline] sh + echo '{"module":[{"repo_name":"params_orin_master_QDDF001","branch":"rc_dev","time":"2024-11-14_16-20-09","commit_id":"533ea74","version":"","commit_msgs":",,"},{"repo_name":"params_computer_shared_config","branch":"rc_dev","time":"2024-11-14_16-20-13","commit_id":"2519942","version":"","commit_msgs":",,"}],"device":1,"device_name":"QDDF001_Master","type":0,"project":17}' [Pipeline] sh + rm -rf params_QDDF001@tmp [Pipeline] echo > - [QDDF001master]: **公有rc_dev**: 2519942.**2024/04/26/11:27:01** **私有rc_dev**: 533ea74.**2024/04/26/11:23:14** [Pipeline] } [Pipeline] // dir [Pipeline] sh + rm -rf /root/workspace/qingdaoDF-config/QDDF001@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 QDDF001拉取新参数方式 [Pipeline] sh + mkdir -p /root/workspace/qingdaoDF-config/QDDF001/params_new [Pipeline] dir Running in /root/workspace/qingdaoDF-config/QDDF001/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/QDDF001.git > git init /root/workspace/qingdaoDF-config/QDDF001/params_new # timeout=10 Fetching upstream changes from http://159.27.226.4/config/vehicles/QDDF001.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/QDDF001.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url http://159.27.226.4/config/vehicles/QDDF001.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 c39515aaf6ebc31fc4e5f01f0ca64efbf7012b21 (origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f c39515aaf6ebc31fc4e5f01f0ca64efbf7012b21 # timeout=300000 Commit message: "Update module: perception_new_detection to the lastest commit of dongfen_imv_xg_4pxt32-2rsbp" > git rev-list --no-walk 360d8ca6b8233409934836c3294b22ded226d0c1 # timeout=10 First time build. Skipping changelog. [Pipeline] sh + git submodule init Submodule 'hardware' (git@159.27.226.4:hardware/config/QDDF001.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/QDDF001.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/df001.git) registered for path 'msf-vehicle' Submodule 'perception_camera_driver' (git@159.27.226.4:lidar/config/modules/perception_camera_driver.git) registered for path 'perception_camera_driver' Submodule 'perception_new_detection' (git@159.27.226.4:lidar/config/modules/perception_new_detection.git) registered for path 'perception_new_detection' Submodule 'pncc_common_config' (git@159.27.226.4:pnc/config/pncc_common_config.git) registered for path 'pncc_common_config' Submodule 'pncc_port_related_config' (git@159.27.226.4:pnc/config/pncc_port_related_config.git) registered for path 'pncc_port_related_config' Submodule 'pncc_vehicle_related_config' (git@159.27.226.4:pnc/config/pncc_vehicle_related_config.git) registered for path 'pncc_vehicle_related_config' 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 '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' (git@159.27.226.4:system/config/system-node-qingdao-dongfen.git) registered for path 'system-node' 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/qingdaoDF-config/QDDF001/params_new/hardware'... 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. remote: Total 37 (delta 14), reused 0 (delta 0), pack-reused 0 Receiving objects: 2% (1/37) Receiving objects: 5% (2/37) Receiving objects: 8% (3/37) Receiving objects: 10% (4/37) Receiving objects: 13% (5/37) Receiving objects: 16% (6/37) Receiving objects: 18% (7/37) Receiving objects: 21% (8/37) Receiving objects: 24% (9/37) Receiving objects: 27% (10/37) Receiving objects: 29% (11/37) Receiving objects: 32% (12/37) Receiving objects: 35% (13/37) Receiving objects: 37% (14/37) Receiving objects: 40% (15/37) Receiving objects: 43% (16/37) Receiving objects: 45% (17/37) Receiving objects: 48% (18/37) Receiving objects: 51% (19/37) Receiving objects: 54% (20/37) Receiving objects: 56% (21/37) Receiving objects: 59% (22/37) Receiving objects: 62% (23/37) Receiving objects: 64% (24/37) Receiving objects: 67% (25/37) Receiving objects: 70% (26/37) Receiving objects: 72% (27/37) Receiving objects: 75% (28/37) Receiving objects: 78% (29/37) Receiving objects: 81% (30/37) Receiving objects: 83% (31/37) Receiving objects: 86% (32/37) Receiving objects: 89% (33/37) Receiving objects: 91% (34/37) Receiving objects: 94% (35/37) Receiving objects: 97% (36/37) Receiving objects: 100% (37/37) Receiving objects: 100% (37/37), done. Resolving deltas: 0% (0/14) Resolving deltas: 35% (5/14) Resolving deltas: 57% (8/14) Resolving deltas: 64% (9/14) Resolving deltas: 92% (13/14) Resolving deltas: 100% (14/14) Resolving deltas: 100% (14/14), done. Cloning into '/root/workspace/qingdaoDF-config/QDDF001/params_new/hesai_lidar_customized'... remote: Enumerating objects: 37, done. remote: Total 37 (delta 0), reused 0 (delta 0), pack-reused 37 Receiving objects: 2% (1/37) Receiving objects: 5% (2/37) Receiving objects: 8% (3/37) Receiving objects: 10% (4/37) Receiving objects: 13% (5/37) Receiving objects: 16% (6/37) Receiving objects: 18% (7/37) Receiving objects: 21% (8/37) Receiving objects: 24% (9/37) Receiving objects: 27% (10/37) Receiving objects: 29% (11/37) Receiving objects: 32% (12/37) Receiving objects: 35% (13/37) Receiving objects: 37% (14/37) Receiving objects: 40% (15/37) Receiving objects: 43% (16/37) Receiving objects: 45% (17/37) Receiving objects: 48% (18/37) Receiving objects: 51% (19/37) Receiving objects: 54% (20/37) Receiving objects: 56% (21/37) Receiving objects: 59% (22/37) Receiving objects: 62% (23/37) Receiving objects: 64% (24/37) Receiving objects: 67% (25/37) Receiving objects: 70% (26/37) Receiving objects: 72% (27/37) Receiving objects: 75% (28/37) Receiving objects: 78% (29/37) Receiving objects: 81% (30/37) Receiving objects: 83% (31/37) Receiving objects: 86% (32/37) Receiving objects: 89% (33/37) Receiving objects: 91% (34/37) Receiving objects: 94% (35/37) Receiving objects: 97% (36/37) Receiving objects: 100% (37/37) Receiving objects: 100% (37/37), 6.73 KiB | 6.73 MiB/s, done. Resolving deltas: 0% (0/19) Resolving deltas: 5% (1/19) Resolving deltas: 10% (2/19) Resolving deltas: 100% (19/19) Resolving deltas: 100% (19/19), done. Cloning into '/root/workspace/qingdaoDF-config/QDDF001/params_new/lidar-extrinsics'... remote: Enumerating objects: 21, done. remote: Counting objects: 4% (1/21) remote: Counting objects: 9% (2/21) remote: Counting objects: 14% (3/21) remote: Counting objects: 19% (4/21) remote: Counting objects: 23% (5/21) remote: Counting objects: 28% (6/21) remote: Counting objects: 33% (7/21) remote: Counting objects: 38% (8/21) remote: Counting objects: 42% (9/21) remote: Counting objects: 47% (10/21) remote: Counting objects: 52% (11/21) remote: Counting objects: 57% (12/21) remote: Counting objects: 61% (13/21) remote: Counting objects: 66% (14/21) remote: Counting objects: 71% (15/21) remote: Counting objects: 76% (16/21) remote: Counting objects: 80% (17/21) remote: Counting objects: 85% (18/21) remote: Counting objects: 90% (19/21) remote: Counting objects: 95% (20/21) remote: Counting objects: 100% (21/21) remote: Counting objects: 100% (21/21), done. remote: Compressing objects: 5% (1/19) remote: Compressing objects: 10% (2/19) remote: Compressing objects: 15% (3/19) remote: Compressing objects: 21% (4/19) remote: Compressing objects: 26% (5/19) remote: Compressing objects: 31% (6/19) remote: Compressing objects: 36% (7/19) remote: Compressing objects: 42% (8/19) remote: Compressing objects: 47% (9/19) remote: Compressing objects: 52% (10/19) remote: Compressing objects: 57% (11/19) remote: Compressing objects: 63% (12/19) remote: Compressing objects: 68% (13/19) remote: Compressing objects: 73% (14/19) remote: Compressing objects: 78% (15/19) remote: Compressing objects: 84% (16/19) remote: Compressing objects: 89% (17/19) remote: Compressing objects: 94% (18/19) remote: Compressing objects: 100% (19/19) remote: Compressing objects: 100% (19/19), done. remote: Total 21 (delta 0), reused 0 (delta 0), pack-reused 0 Receiving objects: 4% (1/21) Receiving objects: 9% (2/21) Receiving objects: 14% (3/21) Receiving objects: 19% (4/21) Receiving objects: 23% (5/21) Receiving objects: 28% (6/21) Receiving objects: 33% (7/21) Receiving objects: 38% (8/21) Receiving objects: 42% (9/21) Receiving objects: 47% (10/21) Receiving objects: 52% (11/21) Receiving objects: 57% (12/21) Receiving objects: 61% (13/21) Receiving objects: 66% (14/21) Receiving objects: 71% (15/21) Receiving objects: 76% (16/21) Receiving objects: 80% (17/21) Receiving objects: 85% (18/21) Receiving objects: 90% (19/21) Receiving objects: 95% (20/21) Receiving objects: 100% (21/21) Receiving objects: 100% (21/21), 6.01 KiB | 6.01 MiB/s, done. Cloning into '/root/workspace/qingdaoDF-config/QDDF001/params_new/lidar_loc_v2_common'... remote: Enumerating objects: 34, done. remote: Counting objects: 2% (1/34) remote: Counting objects: 5% (2/34) remote: Counting objects: 8% (3/34) remote: Counting objects: 11% (4/34) remote: Counting objects: 14% (5/34) remote: Counting objects: 17% (6/34) remote: Counting objects: 20% (7/34) remote: Counting objects: 23% (8/34) remote: Counting objects: 26% (9/34) remote: Counting objects: 29% (10/34) remote: Counting objects: 32% (11/34) remote: Counting objects: 35% (12/34) remote: Counting objects: 38% (13/34) remote: Counting objects: 41% (14/34) remote: Counting objects: 44% (15/34) remote: Counting objects: 47% (16/34) remote: Counting objects: 50% (17/34) remote: Counting objects: 52% (18/34) remote: Counting objects: 55% (19/34) remote: Counting objects: 58% (20/34) remote: Counting objects: 61% (21/34) remote: Counting objects: 64% (22/34) remote: Counting objects: 67% (23/34) remote: Counting objects: 70% (24/34) remote: Counting objects: 73% (25/34) remote: Counting objects: 76% (26/34) remote: Counting objects: 79% (27/34) remote: Counting objects: 82% (28/34) remote: Counting objects: 85% (29/34) remote: Counting objects: 88% (30/34) remote: Counting objects: 91% (31/34) remote: Counting objects: 94% (32/34) remote: Counting objects: 97% (33/34) remote: Counting objects: 100% (34/34) remote: Counting objects: 100% (34/34), done. remote: Compressing objects: 3% (1/27) remote: Compressing objects: 7% (2/27) remote: Compressing objects: 11% (3/27) remote: Compressing objects: 14% (4/27) remote: Compressing objects: 18% (5/27) remote: Compressing objects: 22% (6/27) remote: Compressing objects: 25% (7/27) remote: Compressing objects: 29% (8/27) remote: Compressing objects: 33% (9/27) remote: Compressing objects: 37% (10/27) remote: Compressing objects: 40% (11/27) remote: Compressing objects: 44% (12/27) remote: Compressing objects: 48% (13/27) remote: Compressing objects: 51% (14/27) remote: Compressing objects: 55% (15/27) remote: Compressing objects: 59% (16/27) remote: Compressing objects: 62% (17/27) remote: Compressing objects: 66% (18/27) remote: Compressing objects: 70% (19/27) remote: Compressing objects: 74% (20/27) remote: Compressing objects: 77% (21/27) remote: Compressing objects: 81% (22/27) remote: Compressing objects: 85% (23/27) remote: Compressing objects: 88% (24/27) remote: Compressing objects: 92% (25/27) remote: Compressing objects: 96% (26/27) remote: Compressing objects: 100% (27/27) remote: Compressing objects: 100% (27/27), done. remote: Total 34 (delta 6), reused 0 (delta 0), pack-reused 0 Receiving objects: 2% (1/34) Receiving objects: 5% (2/34) Receiving objects: 8% (3/34) Receiving objects: 11% (4/34) Receiving objects: 14% (5/34) Receiving objects: 17% (6/34) Receiving objects: 20% (7/34) Receiving objects: 23% (8/34) Receiving objects: 26% (9/34) Receiving objects: 29% (10/34) Receiving objects: 32% (11/34) Receiving objects: 35% (12/34) Receiving objects: 38% (13/34) Receiving objects: 41% (14/34) Receiving objects: 44% (15/34) Receiving objects: 47% (16/34) Receiving objects: 50% (17/34) Receiving objects: 52% (18/34) Receiving objects: 55% (19/34) Receiving objects: 58% (20/34) Receiving objects: 61% (21/34) Receiving objects: 64% (22/34) Receiving objects: 67% (23/34) Receiving objects: 70% (24/34) Receiving objects: 73% (25/34) Receiving objects: 76% (26/34) Receiving objects: 79% (27/34) Receiving objects: 82% (28/34) Receiving objects: 85% (29/34) Receiving objects: 88% (30/34) Receiving objects: 91% (31/34) Receiving objects: 94% (32/34) Receiving objects: 97% (33/34) Receiving objects: 100% (34/34) Receiving objects: 100% (34/34), 7.54 KiB | 7.54 MiB/s, done. Resolving deltas: 0% (0/6) Resolving deltas: 16% (1/6) Resolving deltas: 100% (6/6) Resolving deltas: 100% (6/6), done. Cloning into '/root/workspace/qingdaoDF-config/QDDF001/params_new/lidar_loc_v2_customized'... remote: Enumerating objects: 534, done. remote: Counting objects: 0% (1/105) remote: Counting objects: 1% (2/105) remote: Counting objects: 2% (3/105) remote: Counting objects: 3% (4/105) remote: Counting objects: 4% (5/105) remote: Counting objects: 5% (6/105) remote: Counting objects: 6% (7/105) remote: Counting objects: 7% (8/105) remote: Counting objects: 8% (9/105) remote: Counting objects: 9% (10/105) remote: Counting objects: 10% (11/105) remote: Counting objects: 11% (12/105) remote: Counting objects: 12% (13/105) remote: Counting objects: 13% (14/105) remote: Counting objects: 14% (15/105) remote: Counting objects: 15% (16/105) remote: Counting objects: 16% (17/105) remote: Counting objects: 17% (18/105) remote: Counting objects: 18% (19/105) remote: Counting objects: 19% (20/105) remote: Counting objects: 20% (21/105) remote: Counting objects: 21% (23/105) remote: Counting objects: 22% (24/105) remote: Counting objects: 23% (25/105) remote: Counting objects: 24% (26/105) remote: Counting objects: 25% (27/105) remote: Counting objects: 26% (28/105) remote: Counting objects: 27% (29/105) remote: Counting objects: 28% (30/105) remote: Counting objects: 29% (31/105) remote: Counting objects: 30% (32/105) remote: Counting objects: 31% (33/105) remote: Counting objects: 32% (34/105) remote: Counting objects: 33% (35/105) remote: Counting objects: 34% (36/105) remote: Counting objects: 35% (37/105) remote: Counting objects: 36% (38/105) remote: Counting objects: 37% (39/105) remote: Counting objects: 38% (40/105) remote: Counting objects: 39% (41/105) remote: Counting objects: 40% (42/105) remote: Counting objects: 41% (44/105) remote: Counting objects: 42% (45/105) remote: Counting objects: 43% (46/105) remote: Counting objects: 44% (47/105) remote: Counting objects: 45% (48/105) remote: Counting objects: 46% (49/105) remote: Counting objects: 47% (50/105) remote: Counting objects: 48% (51/105) remote: Counting objects: 49% (52/105) remote: Counting objects: 50% (53/105) remote: Counting objects: 51% (54/105) remote: Counting objects: 52% (55/105) remote: Counting objects: 53% (56/105) remote: Counting objects: 54% (57/105) remote: Counting objects: 55% (58/105) remote: Counting objects: 56% (59/105) remote: Counting objects: 57% (60/105) remote: Counting objects: 58% (61/105) remote: Counting objects: 59% (62/105) remote: Counting objects: 60% (63/105) remote: Counting objects: 61% (65/105) remote: Counting objects: 62% (66/105) remote: Counting objects: 63% (67/105) remote: Counting objects: 64% (68/105) remote: Counting objects: 65% (69/105) remote: Counting objects: 66% (70/105) remote: Counting objects: 67% (71/105) remote: Counting objects: 68% (72/105) remote: Counting objects: 69% (73/105) remote: Counting objects: 70% (74/105) remote: Counting objects: 71% (75/105) remote: Counting objects: 72% (76/105) remote: Counting objects: 73% (77/105) remote: Counting objects: 74% (78/105) remote: Counting objects: 75% (79/105) remote: Counting objects: 76% (80/105) remote: Counting objects: 77% (81/105) remote: Counting objects: 78% (82/105) remote: Counting objects: 79% (83/105) remote: Counting objects: 80% (84/105) remote: Counting objects: 81% (86/105) remote: Counting objects: 82% (87/105) remote: Counting objects: 83% (88/105) remote: Counting objects: 84% (89/105) remote: Counting objects: 85% (90/105) remote: Counting objects: 86% (91/105) remote: Counting objects: 87% (92/105) remote: Counting objects: 88% (93/105) remote: Counting objects: 89% (94/105) remote: Counting objects: 90% (95/105) remote: Counting objects: 91% (96/105) remote: Counting objects: 92% (97/105) remote: Counting objects: 93% (98/105) remote: Counting objects: 94% (99/105) remote: Counting objects: 95% (100/105) remote: Counting objects: 96% (101/105) remote: Counting objects: 97% (102/105) remote: Counting objects: 98% (103/105) remote: Counting objects: 99% (104/105) remote: Counting objects: 100% (105/105) remote: Counting objects: 100% (105/105), done. remote: Compressing objects: 1% (1/66) remote: Compressing objects: 3% (2/66) remote: Compressing objects: 4% (3/66) remote: Compressing objects: 6% (4/66) remote: Compressing objects: 7% (5/66) remote: Compressing objects: 9% (6/66) remote: Compressing objects: 10% (7/66) remote: Compressing objects: 12% (8/66) remote: Compressing objects: 13% (9/66) remote: Compressing objects: 15% (10/66) remote: Compressing objects: 16% (11/66) remote: Compressing objects: 18% (12/66) remote: Compressing objects: 19% (13/66) remote: Compressing objects: 21% (14/66) remote: Compressing objects: 22% (15/66) remote: Compressing objects: 24% (16/66) remote: Compressing objects: 25% (17/66) remote: Compressing objects: 27% (18/66) remote: Compressing objects: 28% (19/66) remote: Compressing objects: 30% (20/66) remote: Compressing objects: 31% (21/66) remote: Compressing objects: 33% (22/66) remote: Compressing objects: 34% (23/66) remote: Compressing objects: 36% (24/66) remote: Compressing objects: 37% (25/66) remote: Compressing objects: 39% (26/66) remote: Compressing objects: 40% (27/66) remote: Compressing objects: 42% (28/66) remote: Compressing objects: 43% (29/66) remote: Compressing objects: 45% (30/66) remote: Compressing objects: 46% (31/66) remote: Compressing objects: 48% (32/66) remote: Compressing objects: 50% (33/66) remote: Compressing objects: 51% (34/66) remote: Compressing objects: 53% (35/66) remote: Compressing objects: 54% (36/66) remote: Compressing objects: 56% (37/66) remote: Compressing objects: 57% (38/66) remote: Compressing objects: 59% (39/66) remote: Compressing objects: 60% (40/66) remote: Compressing objects: 62% (41/66) remote: Compressing objects: 63% (42/66) remote: Compressing objects: 65% (43/66) remote: Compressing objects: 66% (44/66) remote: Compressing objects: 68% (45/66) remote: Compressing objects: 69% (46/66) remote: Compressing objects: 71% (47/66) remote: Compressing objects: 72% (48/66) remote: Compressing objects: 74% (49/66) remote: Compressing objects: 75% (50/66) remote: Compressing objects: 77% (51/66) remote: Compressing objects: 78% (52/66) remote: Compressing objects: 80% (53/66) remote: Compressing objects: 81% (54/66) remote: Compressing objects: 83% (55/66) remote: Compressing objects: 84% (56/66) remote: Compressing objects: 86% (57/66) remote: Compressing objects: 87% (58/66) remote: Compressing objects: 89% (59/66) remote: Compressing objects: 90% (60/66) remote: Compressing objects: 92% (61/66) remote: Compressing objects: 93% (62/66) remote: Compressing objects: 95% (63/66) remote: Compressing objects: 96% (64/66) remote: Compressing objects: 98% (65/66) remote: Compressing objects: 100% (66/66) remote: Compressing objects: 100% (66/66), done. Receiving objects: 0% (1/534) Receiving objects: 1% (6/534) Receiving objects: 2% (11/534) Receiving objects: 3% (17/534) Receiving objects: 4% (22/534) Receiving objects: 5% (27/534) Receiving objects: 6% (33/534) Receiving objects: 7% (38/534) Receiving objects: 8% (43/534) Receiving objects: 9% (49/534) Receiving objects: 10% (54/534) Receiving objects: 11% (59/534) Receiving objects: 12% (65/534) Receiving objects: 13% (70/534) Receiving objects: 14% (75/534) Receiving objects: 15% (81/534) Receiving objects: 16% (86/534) Receiving objects: 17% (91/534) Receiving objects: 18% (97/534) Receiving objects: 19% (102/534) Receiving objects: 20% (107/534) Receiving objects: 21% (113/534) Receiving objects: 22% (118/534) Receiving objects: 23% (123/534) Receiving objects: 24% (129/534) Receiving objects: 25% (134/534) Receiving objects: 26% (139/534) Receiving objects: 27% (145/534) Receiving objects: 28% (150/534) Receiving objects: 29% (155/534) Receiving objects: 30% (161/534) Receiving objects: 31% (166/534) remote: Total 534 (delta 40), reused 56 (delta 19), pack-reused 429 Receiving objects: 32% (171/534) Receiving objects: 33% (177/534) Receiving objects: 34% (182/534) Receiving objects: 35% (187/534) Receiving objects: 36% (193/534) Receiving objects: 37% (198/534) Receiving objects: 38% (203/534) Receiving objects: 39% (209/534) Receiving objects: 40% (214/534) Receiving objects: 41% (219/534) Receiving objects: 42% (225/534) Receiving objects: 43% (230/534) Receiving objects: 44% (235/534) Receiving objects: 45% (241/534) Receiving objects: 46% (246/534) Receiving objects: 47% (251/534) Receiving objects: 48% (257/534) Receiving objects: 49% (262/534) Receiving objects: 50% (267/534) Receiving objects: 51% (273/534) Receiving objects: 52% (278/534) Receiving objects: 53% (284/534) Receiving objects: 54% (289/534) Receiving objects: 55% (294/534) Receiving objects: 56% (300/534) Receiving objects: 57% (305/534) Receiving objects: 58% (310/534) Receiving objects: 59% (316/534) Receiving objects: 60% (321/534) Receiving objects: 61% (326/534) Receiving objects: 62% (332/534) Receiving objects: 63% (337/534) Receiving objects: 64% (342/534) Receiving objects: 65% (348/534) Receiving objects: 66% (353/534) Receiving objects: 67% (358/534) Receiving objects: 68% (364/534) Receiving objects: 69% (369/534) Receiving objects: 70% (374/534) Receiving objects: 71% (380/534) Receiving objects: 72% (385/534) Receiving objects: 73% (390/534) Receiving objects: 74% (396/534) Receiving objects: 75% (401/534) Receiving objects: 76% (406/534) Receiving objects: 77% (412/534) Receiving objects: 78% (417/534) Receiving objects: 79% (422/534) Receiving objects: 80% (428/534) Receiving objects: 81% (433/534) Receiving objects: 82% (438/534) Receiving objects: 83% (444/534) Receiving objects: 84% (449/534) Receiving objects: 85% (454/534) Receiving objects: 86% (460/534) Receiving objects: 87% (465/534) Receiving objects: 88% (470/534) Receiving objects: 89% (476/534) Receiving objects: 90% (481/534) Receiving objects: 91% (486/534) Receiving objects: 92% (492/534) Receiving objects: 93% (497/534) Receiving objects: 94% (502/534) Receiving objects: 95% (508/534) Receiving objects: 96% (513/534) Receiving objects: 97% (518/534) Receiving objects: 98% (524/534) Receiving objects: 99% (529/534) Receiving objects: 100% (534/534) Receiving objects: 100% (534/534), 92.53 KiB | 23.13 MiB/s, done. Resolving deltas: 0% (0/220) Resolving deltas: 1% (3/220) Resolving deltas: 2% (5/220) Resolving deltas: 3% (7/220) Resolving deltas: 14% (32/220) Resolving deltas: 27% (60/220) Resolving deltas: 30% (66/220) Resolving deltas: 34% (76/220) Resolving deltas: 36% (81/220) Resolving deltas: 37% (82/220) Resolving deltas: 45% (100/220) Resolving deltas: 46% (102/220) Resolving deltas: 53% (118/220) Resolving deltas: 57% (127/220) Resolving deltas: 60% (133/220) Resolving deltas: 63% (140/220) Resolving deltas: 65% (144/220) Resolving deltas: 66% (146/220) Resolving deltas: 68% (150/220) Resolving deltas: 70% (156/220) Resolving deltas: 72% (160/220) Resolving deltas: 73% (161/220) Resolving deltas: 74% (164/220) Resolving deltas: 75% (166/220) Resolving deltas: 76% (169/220) Resolving deltas: 77% (171/220) Resolving deltas: 79% (174/220) Resolving deltas: 80% (176/220) Resolving deltas: 81% (179/220) Resolving deltas: 85% (189/220) Resolving deltas: 90% (200/220) Resolving deltas: 91% (202/220) Resolving deltas: 92% (204/220) Resolving deltas: 93% (205/220) Resolving deltas: 94% (207/220) Resolving deltas: 95% (211/220) Resolving deltas: 97% (214/220) Resolving deltas: 98% (216/220) Resolving deltas: 99% (218/220) Resolving deltas: 100% (220/220) Resolving deltas: 100% (220/220), done. Cloning into '/root/workspace/qingdaoDF-config/QDDF001/params_new/msf-port'... remote: Enumerating objects: 119, done. remote: Counting objects: 1% (1/56) remote: Counting objects: 3% (2/56) remote: Counting objects: 5% (3/56) remote: Counting objects: 7% (4/56) remote: Counting objects: 8% (5/56) remote: Counting objects: 10% (6/56) remote: Counting objects: 12% (7/56) remote: Counting objects: 14% (8/56) remote: Counting objects: 16% (9/56) remote: Counting objects: 17% (10/56) remote: Counting objects: 19% (11/56) remote: Counting objects: 21% (12/56) remote: Counting objects: 23% (13/56) remote: Counting objects: 25% (14/56) remote: Counting objects: 26% (15/56) remote: Counting objects: 28% (16/56) remote: Counting objects: 30% (17/56) remote: Counting objects: 32% (18/56) remote: Counting objects: 33% (19/56) remote: Counting objects: 35% (20/56) remote: Counting objects: 37% (21/56) remote: Counting objects: 39% (22/56) remote: Counting objects: 41% (23/56) remote: Counting objects: 42% (24/56) remote: Counting objects: 44% (25/56) remote: Counting objects: 46% (26/56) remote: Counting objects: 48% (27/56) remote: Counting objects: 50% (28/56) remote: Counting objects: 51% (29/56) remote: Counting objects: 53% (30/56) remote: Counting objects: 55% (31/56) remote: Counting objects: 57% (32/56) remote: Counting objects: 58% (33/56) remote: Counting objects: 60% (34/56) remote: Counting objects: 62% (35/56) remote: Counting objects: 64% (36/56) remote: Counting objects: 66% (37/56) remote: Counting objects: 67% (38/56) remote: Counting objects: 69% (39/56) remote: Counting objects: 71% (40/56) remote: Counting objects: 73% (41/56) remote: Counting objects: 75% (42/56) remote: Counting objects: 76% (43/56) remote: Counting objects: 78% (44/56) remote: Counting objects: 80% (45/56) remote: Counting objects: 82% (46/56) remote: Counting objects: 83% (47/56) remote: Counting objects: 85% (48/56) remote: Counting objects: 87% (49/56) remote: Counting objects: 89% (50/56) remote: Counting objects: 91% (51/56) remote: Counting objects: 92% (52/56) remote: Counting objects: 94% (53/56) remote: Counting objects: 96% (54/56) remote: Counting objects: 98% (55/56) remote: Counting objects: 100% (56/56) remote: Counting objects: 100% (56/56), done. remote: Compressing objects: 2% (1/39) remote: Compressing objects: 5% (2/39) remote: Compressing objects: 7% (3/39) remote: Compressing objects: 10% (4/39) remote: Compressing objects: 12% (5/39) remote: Compressing objects: 15% (6/39) remote: Compressing objects: 17% (7/39) remote: Compressing objects: 20% (8/39) remote: Compressing objects: 23% (9/39) remote: Compressing objects: 25% (10/39) remote: Compressing objects: 28% (11/39) remote: Compressing objects: 30% (12/39) remote: Compressing objects: 33% (13/39) remote: Compressing objects: 35% (14/39) remote: Compressing objects: 38% (15/39) remote: Compressing objects: 41% (16/39) remote: Compressing objects: 43% (17/39) remote: Compressing objects: 46% (18/39) remote: Compressing objects: 48% (19/39) remote: Compressing objects: 51% (20/39) remote: Compressing objects: 53% (21/39) remote: Compressing objects: 56% (22/39) remote: Compressing objects: 58% (23/39) remote: Compressing objects: 61% (24/39) remote: Compressing objects: 64% (25/39) remote: Compressing objects: 66% (26/39) remote: Compressing objects: 69% (27/39) remote: Compressing objects: 71% (28/39) remote: Compressing objects: 74% (29/39) remote: Compressing objects: 76% (30/39) remote: Compressing objects: 79% (31/39) remote: Compressing objects: 82% (32/39) remote: Compressing objects: 84% (33/39) remote: Compressing objects: 87% (34/39) remote: Compressing objects: 89% (35/39) remote: Compressing objects: 92% (36/39) remote: Compressing objects: 94% (37/39) remote: Compressing objects: 97% (38/39) remote: Compressing objects: 100% (39/39) remote: Compressing objects: 100% (39/39), done. Receiving objects: 0% (1/119) Receiving objects: 1% (2/119) Receiving objects: 2% (3/119) Receiving objects: 3% (4/119) Receiving objects: 4% (5/119) Receiving objects: 5% (6/119) Receiving objects: 6% (8/119) Receiving objects: 7% (9/119) Receiving objects: 8% (10/119) Receiving objects: 9% (11/119) Receiving objects: 10% (12/119) Receiving objects: 11% (14/119) Receiving objects: 12% (15/119) Receiving objects: 13% (16/119) Receiving objects: 14% (17/119) Receiving objects: 15% (18/119) Receiving objects: 16% (20/119) Receiving objects: 17% (21/119) Receiving objects: 18% (22/119) Receiving objects: 19% (23/119) Receiving objects: 20% (24/119) Receiving objects: 21% (25/119) Receiving objects: 22% (27/119) Receiving objects: 23% (28/119) Receiving objects: 24% (29/119) Receiving objects: 25% (30/119) Receiving objects: 26% (31/119) Receiving objects: 27% (33/119) Receiving objects: 28% (34/119) Receiving objects: 29% (35/119) Receiving objects: 30% (36/119) Receiving objects: 31% (37/119) remote: Total 119 (delta 26), reused 40 (delta 17), pack-reused 63 Receiving objects: 32% (39/119) Receiving objects: 33% (40/119) Receiving objects: 34% (41/119) Receiving objects: 35% (42/119) Receiving objects: 36% (43/119) Receiving objects: 37% (45/119) Receiving objects: 38% (46/119) Receiving objects: 39% (47/119) Receiving objects: 40% (48/119) Receiving objects: 41% (49/119) Receiving objects: 42% (50/119) Receiving objects: 43% (52/119) Receiving objects: 44% (53/119) Receiving objects: 45% (54/119) Receiving objects: 46% (55/119) Receiving objects: 47% (56/119) Receiving objects: 48% (58/119) Receiving objects: 49% (59/119) Receiving objects: 50% (60/119) Receiving objects: 51% (61/119) Receiving objects: 52% (62/119) Receiving objects: 53% (64/119) Receiving objects: 54% (65/119) Receiving objects: 55% (66/119) Receiving objects: 56% (67/119) Receiving objects: 57% (68/119) Receiving objects: 58% (70/119) Receiving objects: 59% (71/119) Receiving objects: 60% (72/119) Receiving objects: 61% (73/119) Receiving objects: 62% (74/119) Receiving objects: 63% (75/119) Receiving objects: 64% (77/119) Receiving objects: 65% (78/119) Receiving objects: 66% (79/119) Receiving objects: 67% (80/119) Receiving objects: 68% (81/119) Receiving objects: 69% (83/119) Receiving objects: 70% (84/119) Receiving objects: 71% (85/119) Receiving objects: 72% (86/119) Receiving objects: 73% (87/119) Receiving objects: 74% (89/119) Receiving objects: 75% (90/119) Receiving objects: 76% (91/119) Receiving objects: 77% (92/119) Receiving objects: 78% (93/119) Receiving objects: 79% (95/119) Receiving objects: 80% (96/119) Receiving objects: 81% (97/119) Receiving objects: 82% (98/119) Receiving objects: 83% (99/119) Receiving objects: 84% (100/119) Receiving objects: 85% (102/119) Receiving objects: 86% (103/119) Receiving objects: 87% (104/119) Receiving objects: 88% (105/119) Receiving objects: 89% (106/119) Receiving objects: 90% (108/119) Receiving objects: 91% (109/119) Receiving objects: 92% (110/119) Receiving objects: 93% (111/119) Receiving objects: 94% (112/119) Receiving objects: 95% (114/119) Receiving objects: 96% (115/119) Receiving objects: 97% (116/119) Receiving objects: 98% (117/119) Receiving objects: 99% (118/119) Receiving objects: 100% (119/119) Receiving objects: 100% (119/119), 18.32 KiB | 2.29 MiB/s, done. Resolving deltas: 0% (0/62) Resolving deltas: 1% (1/62) Resolving deltas: 4% (3/62) Resolving deltas: 11% (7/62) Resolving deltas: 12% (8/62) Resolving deltas: 17% (11/62) Resolving deltas: 19% (12/62) Resolving deltas: 22% (14/62) Resolving deltas: 27% (17/62) Resolving deltas: 40% (25/62) Resolving deltas: 41% (26/62) Resolving deltas: 45% (28/62) Resolving deltas: 46% (29/62) Resolving deltas: 53% (33/62) Resolving deltas: 56% (35/62) Resolving deltas: 59% (37/62) Resolving deltas: 64% (40/62) Resolving deltas: 66% (41/62) Resolving deltas: 67% (42/62) Resolving deltas: 70% (44/62) Resolving deltas: 72% (45/62) Resolving deltas: 74% (46/62) Resolving deltas: 75% (47/62) Resolving deltas: 77% (48/62) Resolving deltas: 85% (53/62) Resolving deltas: 87% (54/62) Resolving deltas: 95% (59/62) Resolving deltas: 96% (60/62) Resolving deltas: 98% (61/62) Resolving deltas: 100% (62/62) Resolving deltas: 100% (62/62), done. Cloning into '/root/workspace/qingdaoDF-config/QDDF001/params_new/msf-vehicle'... remote: Enumerating objects: 25, done. remote: Counting objects: 4% (1/25) remote: Counting objects: 8% (2/25) remote: Counting objects: 12% (3/25) remote: Counting objects: 16% (4/25) remote: Counting objects: 20% (5/25) remote: Counting objects: 24% (6/25) remote: Counting objects: 28% (7/25) remote: Counting objects: 32% (8/25) remote: Counting objects: 36% (9/25) remote: Counting objects: 40% (10/25) remote: Counting objects: 44% (11/25) remote: Counting objects: 48% (12/25) remote: Counting objects: 52% (13/25) remote: Counting objects: 56% (14/25) remote: Counting objects: 60% (15/25) remote: Counting objects: 64% (16/25) remote: Counting objects: 68% (17/25) remote: Counting objects: 72% (18/25) remote: Counting objects: 76% (19/25) remote: Counting objects: 80% (20/25) remote: Counting objects: 84% (21/25) remote: Counting objects: 88% (22/25) remote: Counting objects: 92% (23/25) remote: Counting objects: 96% (24/25) remote: Counting objects: 100% (25/25) remote: Counting objects: 100% (25/25), done. remote: Compressing objects: 4% (1/23) remote: Compressing objects: 8% (2/23) remote: Compressing objects: 13% (3/23) remote: Compressing objects: 17% (4/23) remote: Compressing objects: 21% (5/23) remote: Compressing objects: 26% (6/23) remote: Compressing objects: 30% (7/23) remote: Compressing objects: 34% (8/23) remote: Compressing objects: 39% (9/23) remote: Compressing objects: 43% (10/23) remote: Compressing objects: 47% (11/23) remote: Compressing objects: 52% (12/23) remote: Compressing objects: 56% (13/23) remote: Compressing objects: 60% (14/23) remote: Compressing objects: 65% (15/23) remote: Compressing objects: 69% (16/23) remote: Compressing objects: 73% (17/23) remote: Compressing objects: 78% (18/23) remote: Compressing objects: 82% (19/23) remote: Compressing objects: 86% (20/23) remote: Compressing objects: 91% (21/23) remote: Compressing objects: 95% (22/23) remote: Compressing objects: 100% (23/23) remote: Compressing objects: 100% (23/23), done. remote: Total 25 (delta 7), reused 0 (delta 0), pack-reused 0 Receiving objects: 4% (1/25) Receiving objects: 8% (2/25) Receiving objects: 12% (3/25) Receiving objects: 16% (4/25) Receiving objects: 20% (5/25) Receiving objects: 24% (6/25) Receiving objects: 28% (7/25) Receiving objects: 32% (8/25) Receiving objects: 36% (9/25) Receiving objects: 40% (10/25) Receiving objects: 44% (11/25) Receiving objects: 48% (12/25) Receiving objects: 52% (13/25) Receiving objects: 56% (14/25) Receiving objects: 60% (15/25) Receiving objects: 64% (16/25) Receiving objects: 68% (17/25) Receiving objects: 72% (18/25) Receiving objects: 76% (19/25) Receiving objects: 80% (20/25) Receiving objects: 84% (21/25) Receiving objects: 88% (22/25) Receiving objects: 92% (23/25) Receiving objects: 96% (24/25) Receiving objects: 100% (25/25) Receiving objects: 100% (25/25), 5.90 KiB | 5.90 MiB/s, done. Resolving deltas: 0% (0/7) Resolving deltas: 14% (1/7) Resolving deltas: 28% (2/7) Resolving deltas: 42% (3/7) Resolving deltas: 100% (7/7) Resolving deltas: 100% (7/7), done. Cloning into '/root/workspace/qingdaoDF-config/QDDF001/params_new/perception_camera_driver'... remote: Enumerating objects: 46, done. remote: Counting objects: 20% (1/5) remote: Counting objects: 40% (2/5) remote: Counting objects: 60% (3/5) remote: Counting objects: 80% (4/5) remote: Counting objects: 100% (5/5) remote: Counting objects: 100% (5/5), done. remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. remote: Total 46 (delta 0), reused 0 (delta 0), pack-reused 41 Receiving objects: 2% (1/46) Receiving objects: 4% (2/46) Receiving objects: 6% (3/46) Receiving objects: 8% (4/46) Receiving objects: 10% (5/46) Receiving objects: 13% (6/46) Receiving objects: 15% (7/46) Receiving objects: 17% (8/46) Receiving objects: 19% (9/46) Receiving objects: 21% (10/46) Receiving objects: 23% (11/46) Receiving objects: 26% (12/46) Receiving objects: 28% (13/46) Receiving objects: 30% (14/46) Receiving objects: 32% (15/46) Receiving objects: 34% (16/46) Receiving objects: 36% (17/46) Receiving objects: 39% (18/46) Receiving objects: 41% (19/46) Receiving objects: 43% (20/46) Receiving objects: 45% (21/46) Receiving objects: 47% (22/46) Receiving objects: 50% (23/46) Receiving objects: 52% (24/46) Receiving objects: 54% (25/46) Receiving objects: 56% (26/46) Receiving objects: 58% (27/46) Receiving objects: 60% (28/46) Receiving objects: 63% (29/46) Receiving objects: 65% (30/46) Receiving objects: 67% (31/46) Receiving objects: 69% (32/46) Receiving objects: 71% (33/46) Receiving objects: 73% (34/46) Receiving objects: 76% (35/46) Receiving objects: 78% (36/46) Receiving objects: 80% (37/46) Receiving objects: 82% (38/46) Receiving objects: 84% (39/46) Receiving objects: 86% (40/46) Receiving objects: 89% (41/46) Receiving objects: 91% (42/46) Receiving objects: 93% (43/46) Receiving objects: 95% (44/46) Receiving objects: 97% (45/46) Receiving objects: 100% (46/46) Receiving objects: 100% (46/46), 5.60 KiB | 5.60 MiB/s, done. Resolving deltas: 0% (0/7) Resolving deltas: 42% (3/7) Resolving deltas: 100% (7/7) Resolving deltas: 100% (7/7), done. Cloning into '/root/workspace/qingdaoDF-config/QDDF001/params_new/perception_new_detection'... remote: Enumerating objects: 6293, done. remote: Counting objects: 0% (1/264) remote: Counting objects: 1% (3/264) remote: Counting objects: 2% (6/264) remote: Counting objects: 3% (8/264) remote: Counting objects: 4% (11/264) remote: Counting objects: 5% (14/264) remote: Counting objects: 6% (16/264) remote: Counting objects: 7% (19/264) remote: Counting objects: 8% (22/264) remote: Counting objects: 9% (24/264) remote: Counting objects: 10% (27/264) remote: Counting objects: 11% (30/264) remote: Counting objects: 12% (32/264) remote: Counting objects: 13% (35/264) remote: Counting objects: 14% (37/264) remote: Counting objects: 15% (40/264) remote: Counting objects: 16% (43/264) remote: Counting objects: 17% (45/264) remote: Counting objects: 18% (48/264) remote: Counting objects: 19% (51/264) remote: Counting objects: 20% (53/264) remote: Counting objects: 21% (56/264) remote: Counting objects: 22% (59/264) remote: Counting objects: 23% (61/264) remote: Counting objects: 24% (64/264) remote: Counting objects: 25% (66/264) remote: Counting objects: 26% (69/264) remote: Counting objects: 27% (72/264) remote: Counting objects: 28% (74/264) remote: Counting objects: 29% (77/264) remote: Counting objects: 30% (80/264) remote: Counting objects: 31% (82/264) remote: Counting objects: 32% (85/264) remote: Counting objects: 33% (88/264) remote: Counting objects: 34% (90/264) remote: Counting objects: 35% (93/264) remote: Counting objects: 36% (96/264) remote: Counting objects: 37% (98/264) remote: Counting objects: 38% (101/264) remote: Counting objects: 39% (103/264) remote: Counting objects: 40% (106/264) remote: Counting objects: 41% (109/264) remote: Counting objects: 42% (111/264) remote: Counting objects: 43% (114/264) remote: Counting objects: 44% (117/264) remote: Counting objects: 45% (119/264) remote: Counting objects: 46% (122/264) remote: Counting objects: 47% (125/264) remote: Counting objects: 48% (127/264) remote: Counting objects: 49% (130/264) remote: Counting objects: 50% (132/264) remote: Counting objects: 51% (135/264) remote: Counting objects: 52% (138/264) remote: Counting objects: 53% (140/264) remote: Counting objects: 54% (143/264) remote: Counting objects: 55% (146/264) remote: Counting objects: 56% (148/264) remote: Counting objects: 57% (151/264) remote: Counting objects: 58% (154/264) remote: Counting objects: 59% (156/264) remote: Counting objects: 60% (159/264) remote: Counting objects: 61% (162/264) remote: Counting objects: 62% (164/264) remote: Counting objects: 63% (167/264) remote: Counting objects: 64% (169/264) remote: Counting objects: 65% (172/264) remote: Counting objects: 66% (175/264) remote: Counting objects: 67% (177/264) remote: Counting objects: 68% (180/264) remote: Counting objects: 69% (183/264) remote: Counting objects: 70% (185/264) remote: Counting objects: 71% (188/264) remote: Counting objects: 72% (191/264) remote: Counting objects: 73% (193/264) remote: Counting objects: 74% (196/264) remote: Counting objects: 75% (198/264) remote: Counting objects: 76% (201/264) remote: Counting objects: 77% (204/264) remote: Counting objects: 78% (206/264) remote: Counting objects: 79% (209/264) remote: Counting objects: 80% (212/264) remote: Counting objects: 81% (214/264) remote: Counting objects: 82% (217/264) remote: Counting objects: 83% (220/264) remote: Counting objects: 84% (222/264) remote: Counting objects: 85% (225/264) remote: Counting objects: 86% (228/264) remote: Counting objects: 87% (230/264) remote: Counting objects: 88% (233/264) remote: Counting objects: 89% (235/264) remote: Counting objects: 90% (238/264) remote: Counting objects: 91% (241/264) remote: Counting objects: 92% (243/264) remote: Counting objects: 93% (246/264) remote: Counting objects: 94% (249/264) remote: Counting objects: 95% (251/264) remote: Counting objects: 96% (254/264) remote: Counting objects: 97% (257/264) remote: Counting objects: 98% (259/264) remote: Counting objects: 99% (262/264) remote: Counting objects: 100% (264/264) remote: Counting objects: 100% (264/264), done. remote: Compressing objects: 0% (1/167) remote: Compressing objects: 1% (2/167) remote: Compressing objects: 2% (4/167) remote: Compressing objects: 3% (6/167) remote: Compressing objects: 4% (7/167) remote: Compressing objects: 5% (9/167) remote: Compressing objects: 6% (11/167) remote: Compressing objects: 7% (12/167) remote: Compressing objects: 8% (14/167) remote: Compressing objects: 9% (16/167) remote: Compressing objects: 10% (17/167) remote: Compressing objects: 11% (19/167) remote: Compressing objects: 12% (21/167) remote: Compressing objects: 13% (22/167) remote: Compressing objects: 14% (24/167) remote: Compressing objects: 15% (26/167) remote: Compressing objects: 16% (27/167) remote: Compressing objects: 17% (29/167) remote: Compressing objects: 18% (31/167) remote: Compressing objects: 19% (32/167) remote: Compressing objects: 20% (34/167) remote: Compressing objects: 21% (36/167) remote: Compressing objects: 22% (37/167) remote: Compressing objects: 23% (39/167) remote: Compressing objects: 24% (41/167) remote: Compressing objects: 25% (42/167) remote: Compressing objects: 26% (44/167) remote: Compressing objects: 27% (46/167) remote: Compressing objects: 28% (47/167) remote: Compressing objects: 29% (49/167) remote: Compressing objects: 30% (51/167) remote: Compressing objects: 31% (52/167) remote: Compressing objects: 32% (54/167) remote: Compressing objects: 33% (56/167) remote: Compressing objects: 34% (57/167) remote: Compressing objects: 35% (59/167) remote: Compressing objects: 36% (61/167) remote: Compressing objects: 37% (62/167) remote: Compressing objects: 38% (64/167) remote: Compressing objects: 39% (66/167) remote: Compressing objects: 40% (67/167) remote: Compressing objects: 41% (69/167) remote: Compressing objects: 42% (71/167) remote: Compressing objects: 43% (72/167) remote: Compressing objects: 44% (74/167) remote: Compressing objects: 45% (76/167) remote: Compressing objects: 46% (77/167) remote: Compressing objects: 47% (79/167) remote: Compressing objects: 48% (81/167) remote: Compressing objects: 49% (82/167) remote: Compressing objects: 50% (84/167) remote: Compressing objects: 51% (86/167) remote: Compressing objects: 52% (87/167) remote: Compressing objects: 53% (89/167) remote: Compressing objects: 54% (91/167) remote: Compressing objects: 55% (92/167) remote: Compressing objects: 56% (94/167) remote: Compressing objects: 57% (96/167) remote: Compressing objects: 58% (97/167) remote: Compressing objects: 59% (99/167) remote: Compressing objects: 60% (101/167) remote: Compressing objects: 61% (102/167) remote: Compressing objects: 62% (104/167) remote: Compressing objects: 63% (106/167) remote: Compressing objects: 64% (107/167) remote: Compressing objects: 65% (109/167) remote: Compressing objects: 66% (111/167) remote: Compressing objects: 67% (112/167) remote: Compressing objects: 68% (114/167) remote: Compressing objects: 69% (116/167) remote: Compressing objects: 70% (117/167) remote: Compressing objects: 71% (119/167) remote: Compressing objects: 72% (121/167) remote: Compressing objects: 73% (122/167) remote: Compressing objects: 74% (124/167) remote: Compressing objects: 75% (126/167) remote: Compressing objects: 76% (127/167) remote: Compressing objects: 77% (129/167) remote: Compressing objects: 78% (131/167) remote: Compressing objects: 79% (132/167) remote: Compressing objects: 80% (134/167) remote: Compressing objects: 81% (136/167) remote: Compressing objects: 82% (137/167) remote: Compressing objects: 83% (139/167) remote: Compressing objects: 84% (141/167) remote: Compressing objects: 85% (142/167) remote: Compressing objects: 86% (144/167) remote: Compressing objects: 87% (146/167) remote: Compressing objects: 88% (147/167) remote: Compressing objects: 89% (149/167) remote: Compressing objects: 90% (151/167) remote: Compressing objects: 91% (152/167) remote: Compressing objects: 92% (154/167) remote: Compressing objects: 93% (156/167) remote: Compressing objects: 94% (157/167) remote: Compressing objects: 95% (159/167) remote: Compressing objects: 96% (161/167) remote: Compressing objects: 97% (162/167) remote: Compressing objects: 98% (164/167) remote: Compressing objects: 99% (166/167) remote: Compressing objects: 100% (167/167) remote: Compressing objects: 100% (167/167), done. Receiving objects: 0% (1/6293) Receiving objects: 1% (63/6293) Receiving objects: 2% (126/6293) Receiving objects: 3% (189/6293) Receiving objects: 4% (252/6293) Receiving objects: 5% (315/6293) Receiving objects: 6% (378/6293) Receiving objects: 7% (441/6293) Receiving objects: 8% (504/6293) Receiving objects: 9% (567/6293) Receiving objects: 10% (630/6293) Receiving objects: 11% (693/6293) Receiving objects: 12% (756/6293) Receiving objects: 13% (819/6293) Receiving objects: 14% (882/6293) Receiving objects: 15% (944/6293) Receiving objects: 16% (1007/6293) Receiving objects: 17% (1070/6293) Receiving objects: 18% (1133/6293) Receiving objects: 19% (1196/6293) Receiving objects: 20% (1259/6293) Receiving objects: 21% (1322/6293) Receiving objects: 22% (1385/6293) Receiving objects: 23% (1448/6293) Receiving objects: 24% (1511/6293) Receiving objects: 25% (1574/6293) Receiving objects: 26% (1637/6293) Receiving objects: 27% (1700/6293) Receiving objects: 28% (1763/6293) Receiving objects: 29% (1825/6293) Receiving objects: 30% (1888/6293) Receiving objects: 31% (1951/6293) Receiving objects: 32% (2014/6293) Receiving objects: 33% (2077/6293) Receiving objects: 34% (2140/6293) Receiving objects: 35% (2203/6293) Receiving objects: 36% (2266/6293) Receiving objects: 37% (2329/6293) Receiving objects: 38% (2392/6293) Receiving objects: 39% (2455/6293) Receiving objects: 40% (2518/6293) Receiving objects: 41% (2581/6293) Receiving objects: 42% (2644/6293) Receiving objects: 43% (2706/6293) Receiving objects: 44% (2769/6293) Receiving objects: 45% (2832/6293) Receiving objects: 46% (2895/6293) Receiving objects: 47% (2958/6293) Receiving objects: 48% (3021/6293) Receiving objects: 49% (3084/6293) Receiving objects: 50% (3147/6293) Receiving objects: 51% (3210/6293) Receiving objects: 52% (3273/6293) Receiving objects: 53% (3336/6293) Receiving objects: 54% (3399/6293) Receiving objects: 55% (3462/6293) Receiving objects: 56% (3525/6293) Receiving objects: 57% (3588/6293) Receiving objects: 58% (3650/6293) Receiving objects: 59% (3713/6293) Receiving objects: 60% (3776/6293) Receiving objects: 61% (3839/6293) Receiving objects: 62% (3902/6293) Receiving objects: 63% (3965/6293) Receiving objects: 64% (4028/6293) Receiving objects: 65% (4091/6293) Receiving objects: 66% (4154/6293) Receiving objects: 67% (4217/6293) Receiving objects: 68% (4280/6293) Receiving objects: 69% (4343/6293) Receiving objects: 70% (4406/6293) Receiving objects: 71% (4469/6293) Receiving objects: 72% (4531/6293) Receiving objects: 73% (4594/6293) Receiving objects: 74% (4657/6293) Receiving objects: 75% (4720/6293) Receiving objects: 76% (4783/6293) Receiving objects: 77% (4846/6293) Receiving objects: 78% (4909/6293) Receiving objects: 79% (4972/6293) Receiving objects: 80% (5035/6293) Receiving objects: 81% (5098/6293) Receiving objects: 82% (5161/6293) Receiving objects: 83% (5224/6293) Receiving objects: 84% (5287/6293) Receiving objects: 85% (5350/6293) Receiving objects: 86% (5412/6293) Receiving objects: 87% (5475/6293) Receiving objects: 88% (5538/6293) Receiving objects: 89% (5601/6293) remote: Total 6293 (delta 51), reused 241 (delta 43), pack-reused 6029 Receiving objects: 90% (5664/6293) Receiving objects: 91% (5727/6293) Receiving objects: 92% (5790/6293) Receiving objects: 93% (5853/6293) Receiving objects: 94% (5916/6293) Receiving objects: 95% (5979/6293) Receiving objects: 96% (6042/6293) Receiving objects: 97% (6105/6293) Receiving objects: 98% (6168/6293) Receiving objects: 99% (6231/6293) Receiving objects: 100% (6293/6293) Receiving objects: 100% (6293/6293), 677.75 KiB | 23.37 MiB/s, done. Resolving deltas: 0% (0/1222) Resolving deltas: 1% (16/1222) Resolving deltas: 2% (25/1222) Resolving deltas: 3% (37/1222) Resolving deltas: 4% (56/1222) Resolving deltas: 8% (104/1222) Resolving deltas: 9% (120/1222) Resolving deltas: 10% (126/1222) Resolving deltas: 11% (146/1222) Resolving deltas: 12% (147/1222) Resolving deltas: 13% (161/1222) Resolving deltas: 14% (177/1222) Resolving deltas: 15% (184/1222) Resolving deltas: 16% (196/1222) Resolving deltas: 17% (208/1222) Resolving deltas: 18% (220/1222) Resolving deltas: 19% (233/1222) Resolving deltas: 20% (245/1222) Resolving deltas: 21% (257/1222) Resolving deltas: 23% (284/1222) Resolving deltas: 24% (299/1222) Resolving deltas: 36% (447/1222) Resolving deltas: 38% (472/1222) Resolving deltas: 59% (726/1222) Resolving deltas: 100% (1222/1222) Resolving deltas: 100% (1222/1222), done. Cloning into '/root/workspace/qingdaoDF-config/QDDF001/params_new/pncc_common_config'... remote: Enumerating objects: 88, done. remote: Counting objects: 4% (1/21) remote: Counting objects: 9% (2/21) remote: Counting objects: 14% (3/21) remote: Counting objects: 19% (4/21) remote: Counting objects: 23% (5/21) remote: Counting objects: 28% (6/21) remote: Counting objects: 33% (7/21) remote: Counting objects: 38% (8/21) remote: Counting objects: 42% (9/21) remote: Counting objects: 47% (10/21) remote: Counting objects: 52% (11/21) remote: Counting objects: 57% (12/21) remote: Counting objects: 61% (13/21) remote: Counting objects: 66% (14/21) remote: Counting objects: 71% (15/21) remote: Counting objects: 76% (16/21) remote: Counting objects: 80% (17/21) remote: Counting objects: 85% (18/21) remote: Counting objects: 90% (19/21) remote: Counting objects: 95% (20/21) remote: Counting objects: 100% (21/21) remote: Counting objects: 100% (21/21), done. remote: Compressing objects: 6% (1/15) remote: Compressing objects: 13% (2/15) remote: Compressing objects: 20% (3/15) remote: Compressing objects: 26% (4/15) remote: Compressing objects: 33% (5/15) remote: Compressing objects: 40% (6/15) remote: Compressing objects: 46% (7/15) remote: Compressing objects: 53% (8/15) remote: Compressing objects: 60% (9/15) remote: Compressing objects: 66% (10/15) remote: Compressing objects: 73% (11/15) remote: Compressing objects: 80% (12/15) remote: Compressing objects: 86% (13/15) remote: Compressing objects: 93% (14/15) remote: Compressing objects: 100% (15/15) remote: Compressing objects: 100% (15/15), done. remote: Total 88 (delta 2), reused 0 (delta 0), pack-reused 67 Receiving objects: 1% (1/88) Receiving objects: 2% (2/88) Receiving objects: 3% (3/88) Receiving objects: 4% (4/88) Receiving objects: 5% (5/88) Receiving objects: 6% (6/88) Receiving objects: 7% (7/88) Receiving objects: 9% (8/88) Receiving objects: 10% (9/88) Receiving objects: 11% (10/88) Receiving objects: 12% (11/88) Receiving objects: 13% (12/88) Receiving objects: 14% (13/88) Receiving objects: 15% (14/88) Receiving objects: 17% (15/88) Receiving objects: 18% (16/88) Receiving objects: 19% (17/88) Receiving objects: 20% (18/88) Receiving objects: 21% (19/88) Receiving objects: 22% (20/88) Receiving objects: 23% (21/88) Receiving objects: 25% (22/88) Receiving objects: 26% (23/88) Receiving objects: 27% (24/88) Receiving objects: 28% (25/88) Receiving objects: 29% (26/88) Receiving objects: 30% (27/88) Receiving objects: 31% (28/88) Receiving objects: 32% (29/88) Receiving objects: 34% (30/88) Receiving objects: 35% (31/88) Receiving objects: 36% (32/88) Receiving objects: 37% (33/88) Receiving objects: 38% (34/88) Receiving objects: 39% (35/88) Receiving objects: 40% (36/88) Receiving objects: 42% (37/88) Receiving objects: 43% (38/88) Receiving objects: 44% (39/88) Receiving objects: 45% (40/88) Receiving objects: 46% (41/88) Receiving objects: 47% (42/88) Receiving objects: 48% (43/88) Receiving objects: 50% (44/88) Receiving objects: 51% (45/88) Receiving objects: 52% (46/88) Receiving objects: 53% (47/88) Receiving objects: 54% (48/88) Receiving objects: 55% (49/88) Receiving objects: 56% (50/88) Receiving objects: 57% (51/88) Receiving objects: 59% (52/88) Receiving objects: 60% (53/88) Receiving objects: 61% (54/88) Receiving objects: 62% (55/88) Receiving objects: 63% (56/88) Receiving objects: 64% (57/88) Receiving objects: 65% (58/88) Receiving objects: 67% (59/88) Receiving objects: 68% (60/88) Receiving objects: 69% (61/88) Receiving objects: 70% (62/88) Receiving objects: 71% (63/88) Receiving objects: 72% (64/88) Receiving objects: 73% (65/88) Receiving objects: 75% (66/88) Receiving objects: 76% (67/88) Receiving objects: 77% (68/88) Receiving objects: 78% (69/88) Receiving objects: 79% (70/88) Receiving objects: 80% (71/88) Receiving objects: 81% (72/88) Receiving objects: 82% (73/88) Receiving objects: 84% (74/88) Receiving objects: 85% (75/88) Receiving objects: 86% (76/88) Receiving objects: 87% (77/88) Receiving objects: 88% (78/88) Receiving objects: 89% (79/88) Receiving objects: 90% (80/88) Receiving objects: 92% (81/88) Receiving objects: 93% (82/88) Receiving objects: 94% (83/88) Receiving objects: 95% (84/88) Receiving objects: 96% (85/88) Receiving objects: 97% (86/88) Receiving objects: 98% (87/88) Receiving objects: 100% (88/88) Receiving objects: 100% (88/88), 16.50 KiB | 16.50 MiB/s, done. Resolving deltas: 0% (0/12) Resolving deltas: 8% (1/12) Resolving deltas: 16% (2/12) Resolving deltas: 25% (3/12) Resolving deltas: 41% (5/12) Resolving deltas: 58% (7/12) Resolving deltas: 91% (11/12) Resolving deltas: 100% (12/12) Resolving deltas: 100% (12/12), done. Cloning into '/root/workspace/qingdaoDF-config/QDDF001/params_new/pncc_port_related_config'... remote: Enumerating objects: 530, done. remote: Counting objects: 0% (1/132) remote: Counting objects: 1% (2/132) remote: Counting objects: 2% (3/132) remote: Counting objects: 3% (4/132) remote: Counting objects: 4% (6/132) remote: Counting objects: 5% (7/132) remote: Counting objects: 6% (8/132) remote: Counting objects: 7% (10/132) remote: Counting objects: 8% (11/132) remote: Counting objects: 9% (12/132) remote: Counting objects: 10% (14/132) remote: Counting objects: 11% (15/132) remote: Counting objects: 12% (16/132) remote: Counting objects: 13% (18/132) remote: Counting objects: 14% (19/132) remote: Counting objects: 15% (20/132) remote: Counting objects: 16% (22/132) remote: Counting objects: 17% (23/132) remote: Counting objects: 18% (24/132) remote: Counting objects: 19% (26/132) remote: Counting objects: 20% (27/132) remote: Counting objects: 21% (28/132) remote: Counting objects: 22% (30/132) remote: Counting objects: 23% (31/132) remote: Counting objects: 24% (32/132) remote: Counting objects: 25% (33/132) remote: Counting objects: 26% (35/132) remote: Counting objects: 27% (36/132) remote: Counting objects: 28% (37/132) remote: Counting objects: 29% (39/132) remote: Counting objects: 30% (40/132) remote: Counting objects: 31% (41/132) remote: Counting objects: 32% (43/132) remote: Counting objects: 33% (44/132) remote: Counting objects: 34% (45/132) remote: Counting objects: 35% (47/132) remote: Counting objects: 36% (48/132) remote: Counting objects: 37% (49/132) remote: Counting objects: 38% (51/132) remote: Counting objects: 39% (52/132) remote: Counting objects: 40% (53/132) remote: Counting objects: 41% (55/132) remote: Counting objects: 42% (56/132) remote: Counting objects: 43% (57/132) remote: Counting objects: 44% (59/132) remote: Counting objects: 45% (60/132) remote: Counting objects: 46% (61/132) remote: Counting objects: 47% (63/132) remote: Counting objects: 48% (64/132) remote: Counting objects: 49% (65/132) remote: Counting objects: 50% (66/132) remote: Counting objects: 51% (68/132) remote: Counting objects: 52% (69/132) remote: Counting objects: 53% (70/132) remote: Counting objects: 54% (72/132) remote: Counting objects: 55% (73/132) remote: Counting objects: 56% (74/132) remote: Counting objects: 57% (76/132) remote: Counting objects: 58% (77/132) remote: Counting objects: 59% (78/132) remote: Counting objects: 60% (80/132) remote: Counting objects: 61% (81/132) remote: Counting objects: 62% (82/132) remote: Counting objects: 63% (84/132) remote: Counting objects: 64% (85/132) remote: Counting objects: 65% (86/132) remote: Counting objects: 66% (88/132) remote: Counting objects: 67% (89/132) remote: Counting objects: 68% (90/132) remote: Counting objects: 69% (92/132) remote: Counting objects: 70% (93/132) remote: Counting objects: 71% (94/132) remote: Counting objects: 72% (96/132) remote: Counting objects: 73% (97/132) remote: Counting objects: 74% (98/132) remote: Counting objects: 75% (99/132) remote: Counting objects: 76% (101/132) remote: Counting objects: 77% (102/132) remote: Counting objects: 78% (103/132) remote: Counting objects: 79% (105/132) remote: Counting objects: 80% (106/132) remote: Counting objects: 81% (107/132) remote: Counting objects: 82% (109/132) remote: Counting objects: 83% (110/132) remote: Counting objects: 84% (111/132) remote: Counting objects: 85% (113/132) remote: Counting objects: 86% (114/132) remote: Counting objects: 87% (115/132) remote: Counting objects: 88% (117/132) remote: Counting objects: 89% (118/132) remote: Counting objects: 90% (119/132) remote: Counting objects: 91% (121/132) remote: Counting objects: 92% (122/132) remote: Counting objects: 93% (123/132) remote: Counting objects: 94% (125/132) remote: Counting objects: 95% (126/132) remote: Counting objects: 96% (127/132) remote: Counting objects: 97% (129/132) remote: Counting objects: 98% (130/132) remote: Counting objects: 99% (131/132) remote: Counting objects: 100% (132/132) remote: Counting objects: 100% (132/132), done. remote: Compressing objects: 0% (1/112) remote: Compressing objects: 1% (2/112) remote: Compressing objects: 2% (3/112) remote: Compressing objects: 3% (4/112) remote: Compressing objects: 4% (5/112) remote: Compressing objects: 5% (6/112) remote: Compressing objects: 6% (7/112) remote: Compressing objects: 7% (8/112) remote: Compressing objects: 8% (9/112) remote: Compressing objects: 9% (11/112) remote: Compressing objects: 10% (12/112) remote: Compressing objects: 11% (13/112) remote: Compressing objects: 12% (14/112) remote: Compressing objects: 13% (15/112) remote: Compressing objects: 14% (16/112) remote: Compressing objects: 15% (17/112) remote: Compressing objects: 16% (18/112) remote: Compressing objects: 17% (20/112) remote: Compressing objects: 18% (21/112) remote: Compressing objects: 19% (22/112) remote: Compressing objects: 20% (23/112) remote: Compressing objects: 21% (24/112) remote: Compressing objects: 22% (25/112) remote: Compressing objects: 23% (26/112) remote: Compressing objects: 24% (27/112) remote: Compressing objects: 25% (28/112) remote: Compressing objects: 26% (30/112) remote: Compressing objects: 27% (31/112) remote: Compressing objects: 28% (32/112) remote: Compressing objects: 29% (33/112) remote: Compressing objects: 30% (34/112) remote: Compressing objects: 31% (35/112) remote: Compressing objects: 32% (36/112) remote: Compressing objects: 33% (37/112) remote: Compressing objects: 34% (39/112) remote: Compressing objects: 35% (40/112) remote: Compressing objects: 36% (41/112) remote: Compressing objects: 37% (42/112) remote: Compressing objects: 38% (43/112) remote: Compressing objects: 39% (44/112) remote: Compressing objects: 40% (45/112) remote: Compressing objects: 41% (46/112) remote: Compressing objects: 42% (48/112) remote: Compressing objects: 43% (49/112) remote: Compressing objects: 44% (50/112) remote: Compressing objects: 45% (51/112) remote: Compressing objects: 46% (52/112) remote: Compressing objects: 47% (53/112) remote: Compressing objects: 48% (54/112) remote: Compressing objects: 49% (55/112) remote: Compressing objects: 50% (56/112) remote: Compressing objects: 51% (58/112) remote: Compressing objects: 52% (59/112) remote: Compressing objects: 53% (60/112) remote: Compressing objects: 54% (61/112) remote: Compressing objects: 55% (62/112) remote: Compressing objects: 56% (63/112) remote: Compressing objects: 57% (64/112) remote: Compressing objects: 58% (65/112) remote: Compressing objects: 59% (67/112) remote: Compressing objects: 60% (68/112) remote: Compressing objects: 61% (69/112) remote: Compressing objects: 62% (70/112) remote: Compressing objects: 63% (71/112) remote: Compressing objects: 64% (72/112) remote: Compressing objects: 65% (73/112) remote: Compressing objects: 66% (74/112) remote: Compressing objects: 67% (76/112) remote: Compressing objects: 68% (77/112) remote: Compressing objects: 69% (78/112) remote: Compressing objects: 70% (79/112) remote: Compressing objects: 71% (80/112) remote: Compressing objects: 72% (81/112) remote: Compressing objects: 73% (82/112) remote: Compressing objects: 74% (83/112) remote: Compressing objects: 75% (84/112) remote: Compressing objects: 76% (86/112) remote: Compressing objects: 77% (87/112) remote: Compressing objects: 78% (88/112) remote: Compressing objects: 79% (89/112) remote: Compressing objects: 80% (90/112) remote: Compressing objects: 81% (91/112) remote: Compressing objects: 82% (92/112) remote: Compressing objects: 83% (93/112) remote: Compressing objects: 84% (95/112) remote: Compressing objects: 85% (96/112) remote: Compressing objects: 86% (97/112) remote: Compressing objects: 87% (98/112) remote: Compressing objects: 88% (99/112) remote: Compressing objects: 89% (100/112) remote: Compressing objects: 90% (101/112) remote: Compressing objects: 91% (102/112) remote: Compressing objects: 92% (104/112) remote: Compressing objects: 93% (105/112) remote: Compressing objects: 94% (106/112) remote: Compressing objects: 95% (107/112) remote: Compressing objects: 96% (108/112) remote: Compressing objects: 97% (109/112) remote: Compressing objects: 98% (110/112) remote: Compressing objects: 99% (111/112) remote: Compressing objects: 100% (112/112) remote: Compressing objects: 100% (112/112), done. Receiving objects: 0% (1/530) Receiving objects: 1% (6/530) Receiving objects: 2% (11/530) Receiving objects: 3% (16/530) Receiving objects: 4% (22/530) Receiving objects: 5% (27/530) Receiving objects: 6% (32/530) Receiving objects: 7% (38/530) Receiving objects: 8% (43/530) Receiving objects: 9% (48/530) Receiving objects: 10% (53/530) Receiving objects: 11% (59/530) Receiving objects: 12% (64/530) Receiving objects: 13% (69/530) Receiving objects: 14% (75/530) Receiving objects: 15% (80/530) Receiving objects: 16% (85/530) Receiving objects: 17% (91/530) Receiving objects: 18% (96/530) Receiving objects: 19% (101/530) Receiving objects: 20% (106/530) Receiving objects: 21% (112/530) Receiving objects: 22% (117/530) Receiving objects: 23% (122/530) Receiving objects: 24% (128/530) Receiving objects: 25% (133/530) Receiving objects: 26% (138/530) Receiving objects: 27% (144/530) Receiving objects: 28% (149/530) Receiving objects: 29% (154/530) Receiving objects: 30% (159/530) Receiving objects: 31% (165/530) Receiving objects: 32% (170/530) Receiving objects: 33% (175/530) Receiving objects: 34% (181/530) Receiving objects: 35% (186/530) Receiving objects: 36% (191/530) Receiving objects: 37% (197/530) Receiving objects: 38% (202/530) Receiving objects: 39% (207/530) Receiving objects: 40% (212/530) Receiving objects: 41% (218/530) Receiving objects: 42% (223/530) Receiving objects: 43% (228/530) Receiving objects: 44% (234/530) Receiving objects: 45% (239/530) Receiving objects: 46% (244/530) Receiving objects: 47% (250/530) Receiving objects: 48% (255/530) Receiving objects: 49% (260/530) Receiving objects: 50% (265/530) Receiving objects: 51% (271/530) Receiving objects: 52% (276/530) Receiving objects: 53% (281/530) Receiving objects: 54% (287/530) Receiving objects: 55% (292/530) Receiving objects: 56% (297/530) Receiving objects: 57% (303/530) Receiving objects: 58% (308/530) Receiving objects: 59% (313/530) Receiving objects: 60% (318/530) Receiving objects: 61% (324/530) Receiving objects: 62% (329/530) Receiving objects: 63% (334/530) Receiving objects: 64% (340/530) Receiving objects: 65% (345/530) Receiving objects: 66% (350/530) Receiving objects: 67% (356/530) Receiving objects: 68% (361/530) Receiving objects: 69% (366/530) Receiving objects: 70% (371/530) Receiving objects: 71% (377/530) Receiving objects: 72% (382/530) Receiving objects: 73% (387/530) Receiving objects: 74% (393/530) Receiving objects: 75% (398/530) Receiving objects: 76% (403/530) Receiving objects: 77% (409/530) remote: Total 530 (delta 46), reused 72 (delta 16), pack-reused 398 Receiving objects: 78% (414/530) Receiving objects: 79% (419/530) Receiving objects: 80% (424/530) Receiving objects: 81% (430/530) Receiving objects: 82% (435/530) Receiving objects: 83% (440/530) Receiving objects: 84% (446/530) Receiving objects: 85% (451/530) Receiving objects: 86% (456/530) Receiving objects: 87% (462/530) Receiving objects: 88% (467/530) Receiving objects: 89% (472/530) Receiving objects: 90% (477/530) Receiving objects: 91% (483/530) Receiving objects: 92% (488/530) Receiving objects: 93% (493/530) Receiving objects: 94% (499/530) Receiving objects: 95% (504/530) Receiving objects: 96% (509/530) Receiving objects: 97% (515/530) Receiving objects: 98% (520/530) Receiving objects: 99% (525/530) Receiving objects: 100% (530/530) Receiving objects: 100% (530/530), 66.84 KiB | 16.71 MiB/s, done. Resolving deltas: 0% (0/213) Resolving deltas: 4% (9/213) Resolving deltas: 6% (14/213) Resolving deltas: 9% (21/213) Resolving deltas: 13% (29/213) Resolving deltas: 22% (47/213) Resolving deltas: 23% (51/213) Resolving deltas: 34% (73/213) Resolving deltas: 35% (75/213) Resolving deltas: 36% (78/213) Resolving deltas: 37% (80/213) Resolving deltas: 38% (81/213) Resolving deltas: 43% (93/213) Resolving deltas: 46% (100/213) Resolving deltas: 49% (106/213) Resolving deltas: 55% (119/213) Resolving deltas: 57% (123/213) Resolving deltas: 58% (124/213) Resolving deltas: 60% (128/213) Resolving deltas: 61% (132/213) Resolving deltas: 65% (140/213) Resolving deltas: 67% (144/213) Resolving deltas: 68% (145/213) Resolving deltas: 69% (148/213) Resolving deltas: 70% (150/213) Resolving deltas: 71% (152/213) Resolving deltas: 73% (156/213) Resolving deltas: 75% (161/213) Resolving deltas: 77% (166/213) Resolving deltas: 78% (167/213) Resolving deltas: 80% (172/213) Resolving deltas: 81% (173/213) Resolving deltas: 83% (177/213) Resolving deltas: 84% (179/213) Resolving deltas: 85% (183/213) Resolving deltas: 89% (190/213) Resolving deltas: 90% (192/213) Resolving deltas: 91% (195/213) Resolving deltas: 93% (200/213) Resolving deltas: 94% (201/213) Resolving deltas: 95% (203/213) Resolving deltas: 100% (213/213) Resolving deltas: 100% (213/213), done. Cloning into '/root/workspace/qingdaoDF-config/QDDF001/params_new/pncc_vehicle_related_config'... remote: Enumerating objects: 538, done. remote: Counting objects: 0% (1/159) remote: Counting objects: 1% (2/159) remote: Counting objects: 2% (4/159) remote: Counting objects: 3% (5/159) remote: Counting objects: 4% (7/159) remote: Counting objects: 5% (8/159) remote: Counting objects: 6% (10/159) remote: Counting objects: 7% (12/159) remote: Counting objects: 8% (13/159) remote: Counting objects: 9% (15/159) remote: Counting objects: 10% (16/159) remote: Counting objects: 11% (18/159) remote: Counting objects: 12% (20/159) remote: Counting objects: 13% (21/159) remote: Counting objects: 14% (23/159) remote: Counting objects: 15% (24/159) remote: Counting objects: 16% (26/159) remote: Counting objects: 17% (28/159) remote: Counting objects: 18% (29/159) remote: Counting objects: 19% (31/159) remote: Counting objects: 20% (32/159) remote: Counting objects: 21% (34/159) remote: Counting objects: 22% (35/159) remote: Counting objects: 23% (37/159) remote: Counting objects: 24% (39/159) remote: Counting objects: 25% (40/159) remote: Counting objects: 26% (42/159) remote: Counting objects: 27% (43/159) remote: Counting objects: 28% (45/159) remote: Counting objects: 29% (47/159) remote: Counting objects: 30% (48/159) remote: Counting objects: 31% (50/159) remote: Counting objects: 32% (51/159) remote: Counting objects: 33% (53/159) remote: Counting objects: 34% (55/159) remote: Counting objects: 35% (56/159) remote: Counting objects: 36% (58/159) remote: Counting objects: 37% (59/159) remote: Counting objects: 38% (61/159) remote: Counting objects: 39% (63/159) remote: Counting objects: 40% (64/159) remote: Counting objects: 41% (66/159) remote: Counting objects: 42% (67/159) remote: Counting objects: 43% (69/159) remote: Counting objects: 44% (70/159) remote: Counting objects: 45% (72/159) remote: Counting objects: 46% (74/159) remote: Counting objects: 47% (75/159) remote: Counting objects: 48% (77/159) remote: Counting objects: 49% (78/159) remote: Counting objects: 50% (80/159) remote: Counting objects: 51% (82/159) remote: Counting objects: 52% (83/159) remote: Counting objects: 53% (85/159) remote: Counting objects: 54% (86/159) remote: Counting objects: 55% (88/159) remote: Counting objects: 56% (90/159) remote: Counting objects: 57% (91/159) remote: Counting objects: 58% (93/159) remote: Counting objects: 59% (94/159) remote: Counting objects: 60% (96/159) remote: Counting objects: 61% (97/159) remote: Counting objects: 62% (99/159) remote: Counting objects: 63% (101/159) remote: Counting objects: 64% (102/159) remote: Counting objects: 65% (104/159) remote: Counting objects: 66% (105/159) remote: Counting objects: 67% (107/159) remote: Counting objects: 68% (109/159) remote: Counting objects: 69% (110/159) remote: Counting objects: 70% (112/159) remote: Counting objects: 71% (113/159) remote: Counting objects: 72% (115/159) remote: Counting objects: 73% (117/159) remote: Counting objects: 74% (118/159) remote: Counting objects: 75% (120/159) remote: Counting objects: 76% (121/159) remote: Counting objects: 77% (123/159) remote: Counting objects: 78% (125/159) remote: Counting objects: 79% (126/159) remote: Counting objects: 80% (128/159) remote: Counting objects: 81% (129/159) remote: Counting objects: 82% (131/159) remote: Counting objects: 83% (132/159) remote: Counting objects: 84% (134/159) remote: Counting objects: 85% (136/159) remote: Counting objects: 86% (137/159) remote: Counting objects: 87% (139/159) remote: Counting objects: 88% (140/159) remote: Counting objects: 89% (142/159) remote: Counting objects: 90% (144/159) remote: Counting objects: 91% (145/159) remote: Counting objects: 92% (147/159) remote: Counting objects: 93% (148/159) remote: Counting objects: 94% (150/159) remote: Counting objects: 95% (152/159) remote: Counting objects: 96% (153/159) remote: Counting objects: 97% (155/159) remote: Counting objects: 98% (156/159) remote: Counting objects: 99% (158/159) remote: Counting objects: 100% (159/159) remote: Counting objects: 100% (159/159), done. remote: Compressing objects: 0% (1/128) remote: Compressing objects: 1% (2/128) remote: Compressing objects: 2% (3/128) remote: Compressing objects: 3% (4/128) remote: Compressing objects: 4% (6/128) remote: Compressing objects: 5% (7/128) remote: Compressing objects: 6% (8/128) remote: Compressing objects: 7% (9/128) remote: Compressing objects: 8% (11/128) remote: Compressing objects: 9% (12/128) remote: Compressing objects: 10% (13/128) remote: Compressing objects: 11% (15/128) remote: Compressing objects: 12% (16/128) remote: Compressing objects: 13% (17/128) remote: Compressing objects: 14% (18/128) remote: Compressing objects: 15% (20/128) remote: Compressing objects: 16% (21/128) remote: Compressing objects: 17% (22/128) remote: Compressing objects: 18% (24/128) remote: Compressing objects: 19% (25/128) remote: Compressing objects: 20% (26/128) remote: Compressing objects: 21% (27/128) remote: Compressing objects: 22% (29/128) remote: Compressing objects: 23% (30/128) remote: Compressing objects: 24% (31/128) remote: Compressing objects: 25% (32/128) remote: Compressing objects: 26% (34/128) remote: Compressing objects: 27% (35/128) remote: Compressing objects: 28% (36/128) remote: Compressing objects: 29% (38/128) remote: Compressing objects: 30% (39/128) remote: Compressing objects: 31% (40/128) remote: Compressing objects: 32% (41/128) remote: Compressing objects: 33% (43/128) remote: Compressing objects: 34% (44/128) remote: Compressing objects: 35% (45/128) remote: Compressing objects: 36% (47/128) remote: Compressing objects: 37% (48/128) remote: Compressing objects: 38% (49/128) remote: Compressing objects: 39% (50/128) remote: Compressing objects: 40% (52/128) remote: Compressing objects: 41% (53/128) remote: Compressing objects: 42% (54/128) remote: Compressing objects: 43% (56/128) remote: Compressing objects: 44% (57/128) remote: Compressing objects: 45% (58/128) remote: Compressing objects: 46% (59/128) remote: Compressing objects: 47% (61/128) remote: Compressing objects: 48% (62/128) remote: Compressing objects: 49% (63/128) remote: Compressing objects: 50% (64/128) remote: Compressing objects: 51% (66/128) remote: Compressing objects: 52% (67/128) remote: Compressing objects: 53% (68/128) remote: Compressing objects: 54% (70/128) remote: Compressing objects: 55% (71/128) remote: Compressing objects: 56% (72/128) remote: Compressing objects: 57% (73/128) remote: Compressing objects: 58% (75/128) remote: Compressing objects: 59% (76/128) remote: Compressing objects: 60% (77/128) remote: Compressing objects: 61% (79/128) remote: Compressing objects: 62% (80/128) remote: Compressing objects: 63% (81/128) remote: Compressing objects: 64% (82/128) remote: Compressing objects: 65% (84/128) remote: Compressing objects: 66% (85/128) remote: Compressing objects: 67% (86/128) remote: Compressing objects: 68% (88/128) remote: Compressing objects: 69% (89/128) remote: Compressing objects: 70% (90/128) remote: Compressing objects: 71% (91/128) remote: Compressing objects: 72% (93/128) remote: Compressing objects: 73% (94/128) remote: Compressing objects: 74% (95/128) remote: Compressing objects: 75% (96/128) remote: Compressing objects: 76% (98/128) remote: Compressing objects: 77% (99/128) remote: Compressing objects: 78% (100/128) remote: Compressing objects: 79% (102/128) remote: Compressing objects: 80% (103/128) remote: Compressing objects: 81% (104/128) remote: Compressing objects: 82% (105/128) remote: Compressing objects: 83% (107/128) remote: Compressing objects: 84% (108/128) remote: Compressing objects: 85% (109/128) remote: Compressing objects: 86% (111/128) remote: Compressing objects: 87% (112/128) remote: Compressing objects: 88% (113/128) remote: Compressing objects: 89% (114/128) remote: Compressing objects: 90% (116/128) remote: Compressing objects: 91% (117/128) remote: Compressing objects: 92% (118/128) remote: Compressing objects: 93% (120/128) remote: Compressing objects: 94% (121/128) remote: Compressing objects: 95% (122/128) remote: Compressing objects: 96% (123/128) remote: Compressing objects: 97% (125/128) remote: Compressing objects: 98% (126/128) remote: Compressing objects: 99% (127/128) remote: Compressing objects: 100% (128/128) remote: Compressing objects: 100% (128/128), done. Receiving objects: 0% (1/538) Receiving objects: 1% (6/538) Receiving objects: 2% (11/538) Receiving objects: 3% (17/538) Receiving objects: 4% (22/538) Receiving objects: 5% (27/538) Receiving objects: 6% (33/538) Receiving objects: 7% (38/538) Receiving objects: 8% (44/538) Receiving objects: 9% (49/538) Receiving objects: 10% (54/538) Receiving objects: 11% (60/538) Receiving objects: 12% (65/538) Receiving objects: 13% (70/538) Receiving objects: 14% (76/538) Receiving objects: 15% (81/538) Receiving objects: 16% (87/538) Receiving objects: 17% (92/538) Receiving objects: 18% (97/538) Receiving objects: 19% (103/538) Receiving objects: 20% (108/538) Receiving objects: 21% (113/538) Receiving objects: 22% (119/538) Receiving objects: 23% (124/538) Receiving objects: 24% (130/538) Receiving objects: 25% (135/538) Receiving objects: 26% (140/538) Receiving objects: 27% (146/538) Receiving objects: 28% (151/538) Receiving objects: 29% (157/538) Receiving objects: 30% (162/538) Receiving objects: 31% (167/538) Receiving objects: 32% (173/538) Receiving objects: 33% (178/538) Receiving objects: 34% (183/538) Receiving objects: 35% (189/538) Receiving objects: 36% (194/538) Receiving objects: 37% (200/538) Receiving objects: 38% (205/538) Receiving objects: 39% (210/538) Receiving objects: 40% (216/538) Receiving objects: 41% (221/538) Receiving objects: 42% (226/538) Receiving objects: 43% (232/538) Receiving objects: 44% (237/538) Receiving objects: 45% (243/538) Receiving objects: 46% (248/538) remote: Total 538 (delta 43), reused 146 (delta 30), pack-reused 379 Receiving objects: 47% (253/538) Receiving objects: 48% (259/538) Receiving objects: 49% (264/538) Receiving objects: 50% (269/538) Receiving objects: 51% (275/538) Receiving objects: 52% (280/538) Receiving objects: 53% (286/538) Receiving objects: 54% (291/538) Receiving objects: 55% (296/538) Receiving objects: 56% (302/538) Receiving objects: 57% (307/538) Receiving objects: 58% (313/538) Receiving objects: 59% (318/538) Receiving objects: 60% (323/538) Receiving objects: 61% (329/538) Receiving objects: 62% (334/538) Receiving objects: 63% (339/538) Receiving objects: 64% (345/538) Receiving objects: 65% (350/538) Receiving objects: 66% (356/538) Receiving objects: 67% (361/538) Receiving objects: 68% (366/538) Receiving objects: 69% (372/538) Receiving objects: 70% (377/538) Receiving objects: 71% (382/538) Receiving objects: 72% (388/538) Receiving objects: 73% (393/538) Receiving objects: 74% (399/538) Receiving objects: 75% (404/538) Receiving objects: 76% (409/538) Receiving objects: 77% (415/538) Receiving objects: 78% (420/538) Receiving objects: 79% (426/538) Receiving objects: 80% (431/538) Receiving objects: 81% (436/538) Receiving objects: 82% (442/538) Receiving objects: 83% (447/538) Receiving objects: 84% (452/538) Receiving objects: 85% (458/538) Receiving objects: 86% (463/538) Receiving objects: 87% (469/538) Receiving objects: 88% (474/538) Receiving objects: 89% (479/538) Receiving objects: 90% (485/538) Receiving objects: 91% (490/538) Receiving objects: 92% (495/538) Receiving objects: 93% (501/538) Receiving objects: 94% (506/538) Receiving objects: 95% (512/538) Receiving objects: 96% (517/538) Receiving objects: 97% (522/538) Receiving objects: 98% (528/538) Receiving objects: 99% (533/538) Receiving objects: 100% (538/538) Receiving objects: 100% (538/538), 109.56 KiB | 27.39 MiB/s, done. Resolving deltas: 0% (0/186) Resolving deltas: 1% (2/186) Resolving deltas: 2% (4/186) Resolving deltas: 3% (6/186) Resolving deltas: 5% (11/186) Resolving deltas: 7% (14/186) Resolving deltas: 9% (17/186) Resolving deltas: 11% (21/186) Resolving deltas: 15% (28/186) Resolving deltas: 17% (32/186) Resolving deltas: 27% (52/186) Resolving deltas: 33% (63/186) Resolving deltas: 34% (64/186) Resolving deltas: 37% (69/186) Resolving deltas: 45% (84/186) Resolving deltas: 55% (104/186) Resolving deltas: 56% (105/186) Resolving deltas: 59% (111/186) Resolving deltas: 60% (112/186) Resolving deltas: 62% (117/186) Resolving deltas: 63% (118/186) Resolving deltas: 65% (121/186) Resolving deltas: 66% (123/186) Resolving deltas: 68% (128/186) Resolving deltas: 70% (131/186) Resolving deltas: 72% (135/186) Resolving deltas: 73% (137/186) Resolving deltas: 74% (138/186) Resolving deltas: 75% (140/186) Resolving deltas: 76% (142/186) Resolving deltas: 80% (150/186) Resolving deltas: 82% (153/186) Resolving deltas: 83% (156/186) Resolving deltas: 84% (157/186) Resolving deltas: 85% (159/186) Resolving deltas: 86% (160/186) Resolving deltas: 88% (164/186) Resolving deltas: 90% (168/186) Resolving deltas: 95% (178/186) Resolving deltas: 100% (186/186) Resolving deltas: 100% (186/186), done. Cloning into '/root/workspace/qingdaoDF-config/QDDF001/params_new/pointcloud_customized'... remote: Enumerating objects: 378, done. remote: Counting objects: 1% (1/85) remote: Counting objects: 2% (2/85) remote: Counting objects: 3% (3/85) remote: Counting objects: 4% (4/85) remote: Counting objects: 5% (5/85) remote: Counting objects: 7% (6/85) remote: Counting objects: 8% (7/85) remote: Counting objects: 9% (8/85) remote: Counting objects: 10% (9/85) remote: Counting objects: 11% (10/85) remote: Counting objects: 12% (11/85) remote: Counting objects: 14% (12/85) remote: Counting objects: 15% (13/85) remote: Counting objects: 16% (14/85) remote: Counting objects: 17% (15/85) remote: Counting objects: 18% (16/85) remote: Counting objects: 20% (17/85) remote: Counting objects: 21% (18/85) remote: Counting objects: 22% (19/85) remote: Counting objects: 23% (20/85) remote: Counting objects: 24% (21/85) remote: Counting objects: 25% (22/85) remote: Counting objects: 27% (23/85) remote: Counting objects: 28% (24/85) remote: Counting objects: 29% (25/85) remote: Counting objects: 30% (26/85) remote: Counting objects: 31% (27/85) remote: Counting objects: 32% (28/85) remote: Counting objects: 34% (29/85) remote: Counting objects: 35% (30/85) remote: Counting objects: 36% (31/85) remote: Counting objects: 37% (32/85) remote: Counting objects: 38% (33/85) remote: Counting objects: 40% (34/85) remote: Counting objects: 41% (35/85) remote: Counting objects: 42% (36/85) remote: Counting objects: 43% (37/85) remote: Counting objects: 44% (38/85) remote: Counting objects: 45% (39/85) remote: Counting objects: 47% (40/85) remote: Counting objects: 48% (41/85) remote: Counting objects: 49% (42/85) remote: Counting objects: 50% (43/85) remote: Counting objects: 51% (44/85) remote: Counting objects: 52% (45/85) remote: Counting objects: 54% (46/85) remote: Counting objects: 55% (47/85) remote: Counting objects: 56% (48/85) remote: Counting objects: 57% (49/85) remote: Counting objects: 58% (50/85) remote: Counting objects: 60% (51/85) remote: Counting objects: 61% (52/85) remote: Counting objects: 62% (53/85) remote: Counting objects: 63% (54/85) remote: Counting objects: 64% (55/85) remote: Counting objects: 65% (56/85) remote: Counting objects: 67% (57/85) remote: Counting objects: 68% (58/85) remote: Counting objects: 69% (59/85) remote: Counting objects: 70% (60/85) remote: Counting objects: 71% (61/85) remote: Counting objects: 72% (62/85) remote: Counting objects: 74% (63/85) remote: Counting objects: 75% (64/85) remote: Counting objects: 76% (65/85) remote: Counting objects: 77% (66/85) remote: Counting objects: 78% (67/85) remote: Counting objects: 80% (68/85) remote: Counting objects: 81% (69/85) remote: Counting objects: 82% (70/85) remote: Counting objects: 83% (71/85) remote: Counting objects: 84% (72/85) remote: Counting objects: 85% (73/85) remote: Counting objects: 87% (74/85) remote: Counting objects: 88% (75/85) remote: Counting objects: 89% (76/85) remote: Counting objects: 90% (77/85) remote: Counting objects: 91% (78/85) remote: Counting objects: 92% (79/85) remote: Counting objects: 94% (80/85) remote: Counting objects: 95% (81/85) remote: Counting objects: 96% (82/85) remote: Counting objects: 97% (83/85) remote: Counting objects: 98% (84/85) remote: Counting objects: 100% (85/85) remote: Counting objects: 100% (85/85), done. remote: Compressing objects: 2% (1/50) remote: Compressing objects: 4% (2/50) remote: Compressing objects: 6% (3/50) remote: Compressing objects: 8% (4/50) remote: Compressing objects: 10% (5/50) remote: Compressing objects: 12% (6/50) remote: Compressing objects: 14% (7/50) remote: Compressing objects: 16% (8/50) remote: Compressing objects: 18% (9/50) remote: Compressing objects: 20% (10/50) remote: Compressing objects: 22% (11/50) remote: Compressing objects: 24% (12/50) remote: Compressing objects: 26% (13/50) remote: Compressing objects: 28% (14/50) remote: Compressing objects: 30% (15/50) remote: Compressing objects: 32% (16/50) remote: Compressing objects: 34% (17/50) remote: Compressing objects: 36% (18/50) remote: Compressing objects: 38% (19/50) remote: Compressing objects: 40% (20/50) remote: Compressing objects: 42% (21/50) remote: Compressing objects: 44% (22/50) remote: Compressing objects: 46% (23/50) remote: Compressing objects: 48% (24/50) remote: Compressing objects: 50% (25/50) remote: Compressing objects: 52% (26/50) remote: Compressing objects: 54% (27/50) remote: Compressing objects: 56% (28/50) remote: Compressing objects: 58% (29/50) remote: Compressing objects: 60% (30/50) remote: Compressing objects: 62% (31/50) remote: Compressing objects: 64% (32/50) remote: Compressing objects: 66% (33/50) remote: Compressing objects: 68% (34/50) remote: Compressing objects: 70% (35/50) remote: Compressing objects: 72% (36/50) remote: Compressing objects: 74% (37/50) remote: Compressing objects: 76% (38/50) remote: Compressing objects: 78% (39/50) remote: Compressing objects: 80% (40/50) remote: Compressing objects: 82% (41/50) remote: Compressing objects: 84% (42/50) remote: Compressing objects: 86% (43/50) remote: Compressing objects: 88% (44/50) remote: Compressing objects: 90% (45/50) remote: Compressing objects: 92% (46/50) remote: Compressing objects: 94% (47/50) remote: Compressing objects: 96% (48/50) remote: Compressing objects: 98% (49/50) remote: Compressing objects: 100% (50/50) remote: Compressing objects: 100% (50/50), done. Receiving objects: 0% (1/378) Receiving objects: 1% (4/378) Receiving objects: 2% (8/378) Receiving objects: 3% (12/378) Receiving objects: 4% (16/378) Receiving objects: 5% (19/378) Receiving objects: 6% (23/378) Receiving objects: 7% (27/378) Receiving objects: 8% (31/378) Receiving objects: 9% (35/378) Receiving objects: 10% (38/378) Receiving objects: 11% (42/378) Receiving objects: 12% (46/378) Receiving objects: 12% (47/378), 45.91 MiB | 45.91 MiB/s Receiving objects: 12% (48/378), 90.62 MiB | 45.30 MiB/s Receiving objects: 12% (48/378), 138.40 MiB | 46.13 MiB/s Receiving objects: 13% (50/378), 157.87 MiB | 45.10 MiB/s Receiving objects: 14% (53/378), 157.87 MiB | 45.10 MiB/s Receiving objects: 15% (57/378), 157.87 MiB | 45.10 MiB/s Receiving objects: 16% (61/378), 157.87 MiB | 45.10 MiB/s Receiving objects: 16% (64/378), 178.35 MiB | 44.59 MiB/s Receiving objects: 17% (65/378), 178.35 MiB | 44.59 MiB/s Receiving objects: 18% (69/378), 178.35 MiB | 44.59 MiB/s Receiving objects: 19% (72/378), 178.35 MiB | 44.59 MiB/s Receiving objects: 20% (76/378), 178.35 MiB | 44.59 MiB/s Receiving objects: 21% (80/378), 178.35 MiB | 44.59 MiB/s Receiving objects: 22% (84/378), 198.13 MiB | 44.03 MiB/s Receiving objects: 23% (87/378), 198.13 MiB | 44.03 MiB/s Receiving objects: 24% (91/378), 198.13 MiB | 44.03 MiB/s Receiving objects: 25% (95/378), 198.13 MiB | 44.03 MiB/s Receiving objects: 26% (99/378), 198.13 MiB | 44.03 MiB/s Receiving objects: 27% (103/378), 198.13 MiB | 44.03 MiB/s Receiving objects: 28% (106/378), 198.13 MiB | 44.03 MiB/s Receiving objects: 29% (110/378), 198.13 MiB | 44.03 MiB/s Receiving objects: 30% (114/378), 198.13 MiB | 44.03 MiB/s Receiving objects: 31% (118/378), 198.13 MiB | 44.03 MiB/s Receiving objects: 32% (121/378), 198.13 MiB | 44.03 MiB/s Receiving objects: 33% (125/378), 198.13 MiB | 44.03 MiB/s Receiving objects: 34% (129/378), 198.13 MiB | 44.03 MiB/s Receiving objects: 35% (133/378), 198.13 MiB | 44.03 MiB/s Receiving objects: 36% (137/378), 198.13 MiB | 44.03 MiB/s Receiving objects: 36% (139/378), 217.97 MiB | 43.42 MiB/s Receiving objects: 37% (140/378), 217.97 MiB | 43.42 MiB/s Receiving objects: 38% (144/378), 243.28 MiB | 43.86 MiB/s Receiving objects: 39% (148/378), 243.28 MiB | 43.86 MiB/s Receiving objects: 40% (152/378), 243.28 MiB | 43.86 MiB/s Receiving objects: 41% (155/378), 243.28 MiB | 43.86 MiB/s Receiving objects: 42% (159/378), 243.28 MiB | 43.86 MiB/s Receiving objects: 42% (161/378), 264.04 MiB | 42.96 MiB/s Receiving objects: 43% (163/378), 264.04 MiB | 42.96 MiB/s Receiving objects: 44% (167/378), 264.04 MiB | 42.96 MiB/s Receiving objects: 45% (171/378), 283.11 MiB | 42.60 MiB/s Receiving objects: 46% (174/378), 283.11 MiB | 42.60 MiB/s Receiving objects: 46% (176/378), 302.91 MiB | 41.91 MiB/s Receiving objects: 47% (178/378), 302.91 MiB | 41.91 MiB/s Receiving objects: 48% (182/378), 302.91 MiB | 41.91 MiB/s Receiving objects: 49% (186/378), 302.91 MiB | 41.91 MiB/s Receiving objects: 49% (187/378), 344.75 MiB | 41.36 MiB/s Receiving objects: 50% (189/378), 344.75 MiB | 41.36 MiB/s Receiving objects: 51% (193/378), 362.97 MiB | 40.86 MiB/s Receiving objects: 51% (193/378), 380.21 MiB | 40.30 MiB/s Receiving objects: 52% (197/378), 380.21 MiB | 40.30 MiB/s Receiving objects: 53% (201/378), 380.21 MiB | 40.30 MiB/s Receiving objects: 53% (201/378), 416.11 MiB | 38.25 MiB/s Receiving objects: 54% (205/378), 416.11 MiB | 38.25 MiB/s Receiving objects: 55% (208/378), 416.11 MiB | 38.25 MiB/s Receiving objects: 56% (212/378), 416.11 MiB | 38.25 MiB/s Receiving objects: 57% (216/378), 452.16 MiB | 41.63 MiB/s Receiving objects: 58% (220/378), 452.16 MiB | 41.63 MiB/s Receiving objects: 59% (224/378), 452.16 MiB | 41.63 MiB/s Receiving objects: 60% (227/378), 452.16 MiB | 41.63 MiB/s Receiving objects: 60% (228/378), 472.23 MiB | 42.02 MiB/s Receiving objects: 61% (231/378), 472.23 MiB | 42.02 MiB/s Receiving objects: 62% (235/378), 472.23 MiB | 42.02 MiB/s Receiving objects: 62% (238/378), 507.59 MiB | 40.90 MiB/s Receiving objects: 63% (239/378), 507.59 MiB | 40.90 MiB/s Receiving objects: 64% (242/378), 507.59 MiB | 40.90 MiB/s Receiving objects: 65% (246/378), 526.50 MiB | 40.39 MiB/s Receiving objects: 66% (250/378), 526.50 MiB | 40.39 MiB/s Receiving objects: 67% (254/378), 526.50 MiB | 40.39 MiB/s Receiving objects: 68% (258/378), 526.50 MiB | 40.39 MiB/s Receiving objects: 69% (261/378), 526.50 MiB | 40.39 MiB/s Receiving objects: 69% (264/378), 544.69 MiB | 40.38 MiB/s Receiving objects: 70% (265/378), 544.69 MiB | 40.38 MiB/s Receiving objects: 71% (269/378), 544.69 MiB | 40.38 MiB/s Receiving objects: 72% (273/378), 544.69 MiB | 40.38 MiB/s Receiving objects: 73% (276/378), 544.69 MiB | 40.38 MiB/s Receiving objects: 74% (280/378), 563.55 MiB | 40.74 MiB/s Receiving objects: 75% (284/378), 563.55 MiB | 40.74 MiB/s Receiving objects: 76% (288/378), 563.55 MiB | 40.74 MiB/s Receiving objects: 77% (292/378), 563.55 MiB | 40.74 MiB/s Receiving objects: 78% (295/378), 563.55 MiB | 40.74 MiB/s Receiving objects: 79% (299/378), 563.55 MiB | 40.74 MiB/s Receiving objects: 80% (303/378), 563.55 MiB | 40.74 MiB/s Receiving objects: 81% (307/378), 563.55 MiB | 40.74 MiB/s Receiving objects: 82% (310/378), 563.55 MiB | 40.74 MiB/s Receiving objects: 83% (314/378), 563.55 MiB | 40.74 MiB/s Receiving objects: 83% (317/378), 581.88 MiB | 40.20 MiB/s Receiving objects: 84% (318/378), 581.88 MiB | 40.20 MiB/s Receiving objects: 84% (319/378), 622.99 MiB | 37.96 MiB/s Receiving objects: 85% (322/378), 622.99 MiB | 37.96 MiB/s Receiving objects: 86% (326/378), 622.99 MiB | 37.96 MiB/s Receiving objects: 87% (329/378), 641.35 MiB | 37.58 MiB/s Receiving objects: 87% (329/378), 659.17 MiB | 37.43 MiB/s Receiving objects: 88% (333/378), 677.26 MiB | 37.70 MiB/s Receiving objects: 88% (336/378), 695.70 MiB | 37.60 MiB/s Receiving objects: 89% (337/378), 695.70 MiB | 37.60 MiB/s Receiving objects: 89% (337/378), 717.36 MiB | 30.39 MiB/s Receiving objects: 90% (341/378), 717.36 MiB | 30.39 MiB/s Receiving objects: 90% (343/378), 719.88 MiB | 13.57 MiB/s Receiving objects: 91% (344/378), 719.88 MiB | 13.57 MiB/s Receiving objects: 92% (348/378), 719.88 MiB | 13.57 MiB/s Receiving objects: 93% (352/378), 745.20 MiB | 14.28 MiB/s Receiving objects: 93% (355/378), 745.20 MiB | 14.28 MiB/s Receiving objects: 94% (356/378), 745.20 MiB | 14.28 MiB/s Receiving objects: 95% (360/378), 763.97 MiB | 13.86 MiB/s Receiving objects: 96% (363/378), 763.97 MiB | 13.86 MiB/s Receiving objects: 97% (367/378), 783.94 MiB | 14.02 MiB/s Receiving objects: 97% (370/378), 799.56 MiB | 13.80 MiB/s Receiving objects: 98% (371/378), 799.56 MiB | 13.80 MiB/s remote: Total 378 (delta 19), reused 81 (delta 15), pack-reused 293 Receiving objects: 99% (375/378), 799.56 MiB | 13.80 MiB/s Receiving objects: 100% (378/378), 799.56 MiB | 13.80 MiB/s Receiving objects: 100% (378/378), 809.09 MiB | 30.53 MiB/s, done. Resolving deltas: 0% (0/69) Resolving deltas: 1% (1/69) Resolving deltas: 21% (15/69) Resolving deltas: 24% (17/69) Resolving deltas: 26% (18/69) Resolving deltas: 31% (22/69) Resolving deltas: 33% (23/69) Resolving deltas: 36% (25/69) Resolving deltas: 40% (28/69) Resolving deltas: 42% (29/69) Resolving deltas: 50% (35/69) Resolving deltas: 53% (37/69) Resolving deltas: 56% (39/69) Resolving deltas: 57% (40/69) Resolving deltas: 60% (42/69) Resolving deltas: 63% (44/69) Resolving deltas: 66% (46/69) Resolving deltas: 69% (48/69) Resolving deltas: 71% (49/69) Resolving deltas: 72% (50/69) Resolving deltas: 79% (55/69) Resolving deltas: 81% (56/69) Resolving deltas: 85% (59/69) Resolving deltas: 94% (65/69) Resolving deltas: 95% (66/69) Resolving deltas: 97% (67/69) Resolving deltas: 100% (69/69) Resolving deltas: 100% (69/69), done. Cloning into '/root/workspace/qingdaoDF-config/QDDF001/params_new/prediction_config'... remote: Enumerating objects: 205, 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: 12% (1/8) remote: Compressing objects: 25% (2/8) remote: Compressing objects: 37% (3/8) remote: Compressing objects: 50% (4/8) remote: Compressing objects: 62% (5/8) remote: Compressing objects: 75% (6/8) remote: Compressing objects: 87% (7/8) remote: Compressing objects: 100% (8/8) remote: Compressing objects: 100% (8/8), done. Receiving objects: 0% (1/205) Receiving objects: 1% (3/205) Receiving objects: 2% (5/205) Receiving objects: 3% (7/205) Receiving objects: 4% (9/205) Receiving objects: 5% (11/205) Receiving objects: 6% (13/205) Receiving objects: 7% (15/205) Receiving objects: 8% (17/205) Receiving objects: 9% (19/205) Receiving objects: 10% (21/205) Receiving objects: 11% (23/205) Receiving objects: 12% (25/205) Receiving objects: 13% (27/205) Receiving objects: 14% (29/205) Receiving objects: 15% (31/205) Receiving objects: 16% (33/205) Receiving objects: 17% (35/205) Receiving objects: 18% (37/205) Receiving objects: 19% (39/205) Receiving objects: 20% (41/205) Receiving objects: 21% (44/205) Receiving objects: 22% (46/205) Receiving objects: 23% (48/205) Receiving objects: 24% (50/205) Receiving objects: 25% (52/205) Receiving objects: 26% (54/205) Receiving objects: 27% (56/205) Receiving objects: 28% (58/205) Receiving objects: 29% (60/205) Receiving objects: 30% (62/205) Receiving objects: 31% (64/205) Receiving objects: 32% (66/205) Receiving objects: 33% (68/205) Receiving objects: 34% (70/205) Receiving objects: 35% (72/205) Receiving objects: 36% (74/205) Receiving objects: 37% (76/205) Receiving objects: 38% (78/205) Receiving objects: 39% (80/205) Receiving objects: 40% (82/205) Receiving objects: 41% (85/205) Receiving objects: 42% (87/205) Receiving objects: 43% (89/205) Receiving objects: 44% (91/205) Receiving objects: 45% (93/205) Receiving objects: 46% (95/205) Receiving objects: 47% (97/205) Receiving objects: 48% (99/205) Receiving objects: 49% (101/205), 26.49 MiB | 52.96 MiB/s Receiving objects: 50% (103/205), 26.49 MiB | 52.96 MiB/s Receiving objects: 51% (105/205), 26.49 MiB | 52.96 MiB/s Receiving objects: 52% (107/205), 26.49 MiB | 52.96 MiB/s Receiving objects: 53% (109/205), 26.49 MiB | 52.96 MiB/s Receiving objects: 54% (111/205), 26.49 MiB | 52.96 MiB/s Receiving objects: 55% (113/205), 26.49 MiB | 52.96 MiB/s Receiving objects: 56% (115/205), 26.49 MiB | 52.96 MiB/s Receiving objects: 57% (117/205), 26.49 MiB | 52.96 MiB/s Receiving objects: 58% (119/205), 26.49 MiB | 52.96 MiB/s Receiving objects: 59% (121/205), 26.49 MiB | 52.96 MiB/s Receiving objects: 60% (123/205), 26.49 MiB | 52.96 MiB/s Receiving objects: 61% (126/205), 26.49 MiB | 52.96 MiB/s Receiving objects: 62% (128/205), 26.49 MiB | 52.96 MiB/s Receiving objects: 63% (130/205), 26.49 MiB | 52.96 MiB/s Receiving objects: 64% (132/205), 26.49 MiB | 52.96 MiB/s Receiving objects: 65% (134/205), 26.49 MiB | 52.96 MiB/s Receiving objects: 66% (136/205), 26.49 MiB | 52.96 MiB/s Receiving objects: 67% (138/205), 26.49 MiB | 52.96 MiB/s Receiving objects: 68% (140/205), 26.49 MiB | 52.96 MiB/s Receiving objects: 69% (142/205), 26.49 MiB | 52.96 MiB/s Receiving objects: 70% (144/205), 26.49 MiB | 52.96 MiB/s Receiving objects: 71% (146/205), 26.49 MiB | 52.96 MiB/s Receiving objects: 72% (148/205), 26.49 MiB | 52.96 MiB/s Receiving objects: 73% (150/205), 26.49 MiB | 52.96 MiB/s Receiving objects: 73% (151/205), 52.83 MiB | 52.82 MiB/s Receiving objects: 74% (152/205), 52.83 MiB | 52.82 MiB/s Receiving objects: 75% (154/205), 52.83 MiB | 52.82 MiB/s Receiving objects: 76% (156/205), 52.83 MiB | 52.82 MiB/s Receiving objects: 77% (158/205), 52.83 MiB | 52.82 MiB/s Receiving objects: 78% (160/205), 52.83 MiB | 52.82 MiB/s Receiving objects: 79% (162/205), 52.83 MiB | 52.82 MiB/s Receiving objects: 80% (164/205), 52.83 MiB | 52.82 MiB/s Receiving objects: 81% (167/205), 52.83 MiB | 52.82 MiB/s Receiving objects: 82% (169/205), 52.83 MiB | 52.82 MiB/s Receiving objects: 83% (171/205), 52.83 MiB | 52.82 MiB/s Receiving objects: 84% (173/205), 52.83 MiB | 52.82 MiB/s Receiving objects: 85% (175/205), 52.83 MiB | 52.82 MiB/s Receiving objects: 86% (177/205), 52.83 MiB | 52.82 MiB/s Receiving objects: 87% (179/205), 52.83 MiB | 52.82 MiB/s Receiving objects: 88% (181/205), 52.83 MiB | 52.82 MiB/s Receiving objects: 89% (183/205), 52.83 MiB | 52.82 MiB/s Receiving objects: 90% (185/205), 52.83 MiB | 52.82 MiB/s Receiving objects: 91% (187/205), 52.83 MiB | 52.82 MiB/s Receiving objects: 92% (189/205), 52.83 MiB | 52.82 MiB/s Receiving objects: 93% (191/205), 52.83 MiB | 52.82 MiB/s Receiving objects: 94% (193/205), 52.83 MiB | 52.82 MiB/s Receiving objects: 95% (195/205), 52.83 MiB | 52.82 MiB/s Receiving objects: 96% (197/205), 52.83 MiB | 52.82 MiB/s Receiving objects: 97% (199/205), 52.83 MiB | 52.82 MiB/s Receiving objects: 98% (201/205), 52.83 MiB | 52.82 MiB/s Receiving objects: 99% (203/205), 52.83 MiB | 52.82 MiB/s remote: Total 205 (delta 4), reused 16 (delta 4), pack-reused 189 Receiving objects: 100% (205/205), 52.83 MiB | 52.82 MiB/s Receiving objects: 100% (205/205), 70.41 MiB | 53.53 MiB/s, done. Resolving deltas: 0% (0/59) Resolving deltas: 3% (2/59) Resolving deltas: 47% (28/59) Resolving deltas: 50% (30/59) Resolving deltas: 71% (42/59) Resolving deltas: 74% (44/59) Resolving deltas: 76% (45/59) Resolving deltas: 77% (46/59) Resolving deltas: 81% (48/59) Resolving deltas: 84% (50/59) Resolving deltas: 86% (51/59) Resolving deltas: 98% (58/59) Resolving deltas: 100% (59/59) Resolving deltas: 100% (59/59), done. Cloning into '/root/workspace/qingdaoDF-config/QDDF001/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/qingdaoDF-config/QDDF001/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) remote: Total 80 (delta 29), reused 32 (delta 16), pack-reused 25 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) 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: 4% (2/43) Resolving deltas: 25% (11/43) Resolving deltas: 74% (32/43) Resolving deltas: 100% (43/43) Resolving deltas: 100% (43/43), done. Cloning into '/root/workspace/qingdaoDF-config/QDDF001/params_new/system-common'... remote: Enumerating objects: 287, done. remote: Counting objects: 6% (1/15) remote: Counting objects: 13% (2/15) remote: Counting objects: 20% (3/15) remote: Counting objects: 26% (4/15) remote: Counting objects: 33% (5/15) remote: Counting objects: 40% (6/15) remote: Counting objects: 46% (7/15) remote: Counting objects: 53% (8/15) remote: Counting objects: 60% (9/15) remote: Counting objects: 66% (10/15) remote: Counting objects: 73% (11/15) remote: Counting objects: 80% (12/15) remote: Counting objects: 86% (13/15) remote: Counting objects: 93% (14/15) remote: Counting objects: 100% (15/15) remote: Counting objects: 100% (15/15), done. remote: Compressing objects: 8% (1/12) remote: Compressing objects: 16% (2/12) remote: Compressing objects: 25% (3/12) remote: Compressing objects: 33% (4/12) remote: Compressing objects: 41% (5/12) remote: Compressing objects: 50% (6/12) remote: Compressing objects: 58% (7/12) remote: Compressing objects: 66% (8/12) remote: Compressing objects: 75% (9/12) remote: Compressing objects: 83% (10/12) remote: Compressing objects: 91% (11/12) remote: Compressing objects: 100% (12/12) remote: Compressing objects: 100% (12/12), done. Receiving objects: 0% (1/287) Receiving objects: 1% (3/287) Receiving objects: 2% (6/287) Receiving objects: 3% (9/287) Receiving objects: 4% (12/287) Receiving objects: 5% (15/287) Receiving objects: 6% (18/287) Receiving objects: 7% (21/287) Receiving objects: 8% (23/287) Receiving objects: 9% (26/287) Receiving objects: 10% (29/287) Receiving objects: 11% (32/287) Receiving objects: 12% (35/287) Receiving objects: 13% (38/287) Receiving objects: 14% (41/287) Receiving objects: 15% (44/287) Receiving objects: 16% (46/287) Receiving objects: 17% (49/287) Receiving objects: 18% (52/287) Receiving objects: 19% (55/287) Receiving objects: 20% (58/287) Receiving objects: 21% (61/287) Receiving objects: 22% (64/287) Receiving objects: 23% (67/287) remote: Total 287 (delta 4), reused 0 (delta 0), pack-reused 272 Receiving objects: 24% (69/287) Receiving objects: 25% (72/287) Receiving objects: 26% (75/287) Receiving objects: 27% (78/287) Receiving objects: 28% (81/287) Receiving objects: 29% (84/287) Receiving objects: 30% (87/287) Receiving objects: 31% (89/287) Receiving objects: 32% (92/287) Receiving objects: 33% (95/287) Receiving objects: 34% (98/287) Receiving objects: 35% (101/287) Receiving objects: 36% (104/287) Receiving objects: 37% (107/287) Receiving objects: 38% (110/287) Receiving objects: 39% (112/287) Receiving objects: 40% (115/287) Receiving objects: 41% (118/287) Receiving objects: 42% (121/287) Receiving objects: 43% (124/287) Receiving objects: 44% (127/287) Receiving objects: 45% (130/287) Receiving objects: 46% (133/287) Receiving objects: 47% (135/287) Receiving objects: 48% (138/287) Receiving objects: 49% (141/287) Receiving objects: 50% (144/287) Receiving objects: 51% (147/287) Receiving objects: 52% (150/287) Receiving objects: 53% (153/287) Receiving objects: 54% (155/287) Receiving objects: 55% (158/287) Receiving objects: 56% (161/287) Receiving objects: 57% (164/287) Receiving objects: 58% (167/287) Receiving objects: 59% (170/287) Receiving objects: 60% (173/287) Receiving objects: 61% (176/287) Receiving objects: 62% (178/287) Receiving objects: 63% (181/287) Receiving objects: 64% (184/287) Receiving objects: 65% (187/287) Receiving objects: 66% (190/287) Receiving objects: 67% (193/287) Receiving objects: 68% (196/287) Receiving objects: 69% (199/287) Receiving objects: 70% (201/287) Receiving objects: 71% (204/287) Receiving objects: 72% (207/287) Receiving objects: 73% (210/287) Receiving objects: 74% (213/287) Receiving objects: 75% (216/287) Receiving objects: 76% (219/287) Receiving objects: 77% (221/287) Receiving objects: 78% (224/287) Receiving objects: 79% (227/287) Receiving objects: 80% (230/287) Receiving objects: 81% (233/287) Receiving objects: 82% (236/287) Receiving objects: 83% (239/287) Receiving objects: 84% (242/287) Receiving objects: 85% (244/287) Receiving objects: 86% (247/287) Receiving objects: 87% (250/287) Receiving objects: 88% (253/287) Receiving objects: 89% (256/287) Receiving objects: 90% (259/287) Receiving objects: 91% (262/287) Receiving objects: 92% (265/287) Receiving objects: 93% (267/287) Receiving objects: 94% (270/287) Receiving objects: 95% (273/287) Receiving objects: 96% (276/287) Receiving objects: 97% (279/287) Receiving objects: 98% (282/287) Receiving objects: 99% (285/287) Receiving objects: 100% (287/287) Receiving objects: 100% (287/287), 9.57 MiB | 56.67 MiB/s, done. Resolving deltas: 0% (0/68) Resolving deltas: 1% (1/68) Resolving deltas: 2% (2/68) Resolving deltas: 4% (3/68) Resolving deltas: 5% (4/68) Resolving deltas: 7% (5/68) Resolving deltas: 8% (6/68) Resolving deltas: 19% (13/68) Resolving deltas: 33% (23/68) Resolving deltas: 35% (24/68) Resolving deltas: 38% (26/68) Resolving deltas: 39% (27/68) Resolving deltas: 42% (29/68) Resolving deltas: 45% (31/68) Resolving deltas: 47% (32/68) Resolving deltas: 51% (35/68) Resolving deltas: 100% (68/68) Resolving deltas: 100% (68/68), done. Cloning into '/root/workspace/qingdaoDF-config/QDDF001/params_new/system-device'... remote: Enumerating objects: 2322, done. remote: Counting objects: 0% (1/230) remote: Counting objects: 1% (3/230) remote: Counting objects: 2% (5/230) remote: Counting objects: 3% (7/230) remote: Counting objects: 4% (10/230) remote: Counting objects: 5% (12/230) remote: Counting objects: 6% (14/230) remote: Counting objects: 7% (17/230) remote: Counting objects: 8% (19/230) remote: Counting objects: 9% (21/230) remote: Counting objects: 10% (23/230) remote: Counting objects: 11% (26/230) remote: Counting objects: 12% (28/230) remote: Counting objects: 13% (30/230) remote: Counting objects: 14% (33/230) remote: Counting objects: 15% (35/230) remote: Counting objects: 16% (37/230) remote: Counting objects: 17% (40/230) remote: Counting objects: 18% (42/230) remote: Counting objects: 19% (44/230) remote: Counting objects: 20% (46/230) remote: Counting objects: 21% (49/230) remote: Counting objects: 22% (51/230) remote: Counting objects: 23% (53/230) remote: Counting objects: 24% (56/230) remote: Counting objects: 25% (58/230) remote: Counting objects: 26% (60/230) remote: Counting objects: 27% (63/230) remote: Counting objects: 28% (65/230) remote: Counting objects: 29% (67/230) remote: Counting objects: 30% (69/230) remote: Counting objects: 31% (72/230) remote: Counting objects: 32% (74/230) remote: Counting objects: 33% (76/230) remote: Counting objects: 34% (79/230) remote: Counting objects: 35% (81/230) remote: Counting objects: 36% (83/230) remote: Counting objects: 37% (86/230) remote: Counting objects: 38% (88/230) remote: Counting objects: 39% (90/230) remote: Counting objects: 40% (92/230) remote: Counting objects: 41% (95/230) remote: Counting objects: 42% (97/230) remote: Counting objects: 43% (99/230) remote: Counting objects: 44% (102/230) remote: Counting objects: 45% (104/230) remote: Counting objects: 46% (106/230) remote: Counting objects: 47% (109/230) remote: Counting objects: 48% (111/230) remote: Counting objects: 49% (113/230) remote: Counting objects: 50% (115/230) remote: Counting objects: 51% (118/230) remote: Counting objects: 52% (120/230) remote: Counting objects: 53% (122/230) remote: Counting objects: 54% (125/230) remote: Counting objects: 55% (127/230) remote: Counting objects: 56% (129/230) remote: Counting objects: 57% (132/230) remote: Counting objects: 58% (134/230) remote: Counting objects: 59% (136/230) remote: Counting objects: 60% (138/230) remote: Counting objects: 61% (141/230) remote: Counting objects: 62% (143/230) remote: Counting objects: 63% (145/230) remote: Counting objects: 64% (148/230) remote: Counting objects: 65% (150/230) remote: Counting objects: 66% (152/230) remote: Counting objects: 67% (155/230) remote: Counting objects: 68% (157/230) remote: Counting objects: 69% (159/230) remote: Counting objects: 70% (161/230) remote: Counting objects: 71% (164/230) remote: Counting objects: 72% (166/230) remote: Counting objects: 73% (168/230) remote: Counting objects: 74% (171/230) remote: Counting objects: 75% (173/230) remote: Counting objects: 76% (175/230) remote: Counting objects: 77% (178/230) remote: Counting objects: 78% (180/230) remote: Counting objects: 79% (182/230) remote: Counting objects: 80% (184/230) remote: Counting objects: 81% (187/230) remote: Counting objects: 82% (189/230) remote: Counting objects: 83% (191/230) remote: Counting objects: 84% (194/230) remote: Counting objects: 85% (196/230) remote: Counting objects: 86% (198/230) remote: Counting objects: 87% (201/230) remote: Counting objects: 88% (203/230) remote: Counting objects: 89% (205/230) remote: Counting objects: 90% (207/230) remote: Counting objects: 91% (210/230) remote: Counting objects: 92% (212/230) remote: Counting objects: 93% (214/230) remote: Counting objects: 94% (217/230) remote: Counting objects: 95% (219/230) remote: Counting objects: 96% (221/230) remote: Counting objects: 97% (224/230) remote: Counting objects: 98% (226/230) remote: Counting objects: 99% (228/230) remote: Counting objects: 100% (230/230) remote: Counting objects: 100% (230/230), done. remote: Compressing objects: 0% (1/176) remote: Compressing objects: 1% (2/176) remote: Compressing objects: 2% (4/176) remote: Compressing objects: 3% (6/176) remote: Compressing objects: 4% (8/176) remote: Compressing objects: 5% (9/176) remote: Compressing objects: 6% (11/176) remote: Compressing objects: 7% (13/176) remote: Compressing objects: 8% (15/176) remote: Compressing objects: 9% (16/176) remote: Compressing objects: 10% (18/176) remote: Compressing objects: 11% (20/176) remote: Compressing objects: 12% (22/176) remote: Compressing objects: 13% (23/176) remote: Compressing objects: 14% (25/176) remote: Compressing objects: 15% (27/176) remote: Compressing objects: 16% (29/176) remote: Compressing objects: 17% (30/176) remote: Compressing objects: 18% (32/176) remote: Compressing objects: 19% (34/176) remote: Compressing objects: 20% (36/176) remote: Compressing objects: 21% (37/176) remote: Compressing objects: 22% (39/176) remote: Compressing objects: 23% (41/176) remote: Compressing objects: 24% (43/176) remote: Compressing objects: 25% (44/176) remote: Compressing objects: 26% (46/176) remote: Compressing objects: 27% (48/176) remote: Compressing objects: 28% (50/176) remote: Compressing objects: 29% (52/176) remote: Compressing objects: 30% (53/176) remote: Compressing objects: 31% (55/176) remote: Compressing objects: 32% (57/176) remote: Compressing objects: 33% (59/176) remote: Compressing objects: 34% (60/176) remote: Compressing objects: 35% (62/176) remote: Compressing objects: 36% (64/176) remote: Compressing objects: 37% (66/176) remote: Compressing objects: 38% (67/176) remote: Compressing objects: 39% (69/176) remote: Compressing objects: 40% (71/176) remote: Compressing objects: 41% (73/176) remote: Compressing objects: 42% (74/176) remote: Compressing objects: 43% (76/176) remote: Compressing objects: 44% (78/176) remote: Compressing objects: 45% (80/176) remote: Compressing objects: 46% (81/176) remote: Compressing objects: 47% (83/176) remote: Compressing objects: 48% (85/176) remote: Compressing objects: 49% (87/176) remote: Compressing objects: 50% (88/176) remote: Compressing objects: 51% (90/176) remote: Compressing objects: 52% (92/176) remote: Compressing objects: 53% (94/176) remote: Compressing objects: 54% (96/176) remote: Compressing objects: 55% (97/176) remote: Compressing objects: 56% (99/176) remote: Compressing objects: 57% (101/176) remote: Compressing objects: 58% (103/176) remote: Compressing objects: 59% (104/176) remote: Compressing objects: 60% (106/176) remote: Compressing objects: 61% (108/176) remote: Compressing objects: 62% (110/176) remote: Compressing objects: 63% (111/176) remote: Compressing objects: 64% (113/176) remote: Compressing objects: 65% (115/176) remote: Compressing objects: 66% (117/176) remote: Compressing objects: 67% (118/176) remote: Compressing objects: 68% (120/176) remote: Compressing objects: 69% (122/176) remote: Compressing objects: 70% (124/176) remote: Compressing objects: 71% (125/176) remote: Compressing objects: 72% (127/176) remote: Compressing objects: 73% (129/176) remote: Compressing objects: 74% (131/176) remote: Compressing objects: 75% (132/176) remote: Compressing objects: 76% (134/176) remote: Compressing objects: 77% (136/176) remote: Compressing objects: 78% (138/176) remote: Compressing objects: 79% (140/176) remote: Compressing objects: 80% (141/176) remote: Compressing objects: 81% (143/176) remote: Compressing objects: 82% (145/176) remote: Compressing objects: 83% (147/176) remote: Compressing objects: 84% (148/176) remote: Compressing objects: 85% (150/176) remote: Compressing objects: 86% (152/176) remote: Compressing objects: 87% (154/176) remote: Compressing objects: 88% (155/176) remote: Compressing objects: 89% (157/176) remote: Compressing objects: 90% (159/176) remote: Compressing objects: 91% (161/176) remote: Compressing objects: 92% (162/176) remote: Compressing objects: 93% (164/176) remote: Compressing objects: 94% (166/176) remote: Compressing objects: 95% (168/176) remote: Compressing objects: 96% (169/176) remote: Compressing objects: 97% (171/176) remote: Compressing objects: 98% (173/176) remote: Compressing objects: 99% (175/176) remote: Compressing objects: 100% (176/176) remote: Compressing objects: 100% (176/176), done. Receiving objects: 0% (1/2322) Receiving objects: 1% (24/2322) Receiving objects: 2% (47/2322) Receiving objects: 3% (70/2322) Receiving objects: 4% (93/2322) Receiving objects: 5% (117/2322) Receiving objects: 6% (140/2322) Receiving objects: 7% (163/2322) Receiving objects: 8% (186/2322) Receiving objects: 9% (209/2322) Receiving objects: 10% (233/2322) Receiving objects: 11% (256/2322) Receiving objects: 12% (279/2322) Receiving objects: 13% (302/2322) Receiving objects: 14% (326/2322) Receiving objects: 15% (349/2322) Receiving objects: 16% (372/2322) Receiving objects: 17% (395/2322) Receiving objects: 18% (418/2322) Receiving objects: 19% (442/2322) Receiving objects: 20% (465/2322) Receiving objects: 21% (488/2322) Receiving objects: 22% (511/2322) Receiving objects: 23% (535/2322) Receiving objects: 24% (558/2322) Receiving objects: 25% (581/2322) Receiving objects: 26% (604/2322) Receiving objects: 27% (627/2322) Receiving objects: 28% (651/2322) Receiving objects: 29% (674/2322) Receiving objects: 30% (697/2322) Receiving objects: 31% (720/2322) Receiving objects: 32% (744/2322) Receiving objects: 33% (767/2322) Receiving objects: 34% (790/2322) Receiving objects: 35% (813/2322) Receiving objects: 36% (836/2322) Receiving objects: 37% (860/2322) Receiving objects: 38% (883/2322) Receiving objects: 39% (906/2322) Receiving objects: 40% (929/2322) Receiving objects: 41% (953/2322) Receiving objects: 42% (976/2322) Receiving objects: 43% (999/2322) Receiving objects: 44% (1022/2322) Receiving objects: 45% (1045/2322) Receiving objects: 46% (1069/2322) Receiving objects: 47% (1092/2322) Receiving objects: 48% (1115/2322) Receiving objects: 49% (1138/2322) Receiving objects: 50% (1161/2322) Receiving objects: 51% (1185/2322) Receiving objects: 52% (1208/2322) Receiving objects: 53% (1231/2322) Receiving objects: 54% (1254/2322) Receiving objects: 55% (1278/2322) Receiving objects: 56% (1301/2322) Receiving objects: 57% (1324/2322) Receiving objects: 58% (1347/2322) Receiving objects: 59% (1370/2322) Receiving objects: 60% (1394/2322) Receiving objects: 61% (1417/2322) Receiving objects: 62% (1440/2322) Receiving objects: 63% (1463/2322) Receiving objects: 64% (1487/2322) Receiving objects: 65% (1510/2322) Receiving objects: 66% (1533/2322) Receiving objects: 67% (1556/2322) Receiving objects: 68% (1579/2322) Receiving objects: 69% (1603/2322) Receiving objects: 70% (1626/2322) Receiving objects: 71% (1649/2322) Receiving objects: 72% (1672/2322) Receiving objects: 73% (1696/2322) Receiving objects: 74% (1719/2322) Receiving objects: 75% (1742/2322) Receiving objects: 76% (1765/2322) Receiving objects: 77% (1788/2322) remote: Total 2322 (delta 62), reused 218 (delta 54), pack-reused 2092 Receiving objects: 78% (1812/2322) Receiving objects: 79% (1835/2322) Receiving objects: 80% (1858/2322) Receiving objects: 81% (1881/2322) Receiving objects: 82% (1905/2322) Receiving objects: 83% (1928/2322) Receiving objects: 84% (1951/2322) Receiving objects: 85% (1974/2322) Receiving objects: 86% (1997/2322) Receiving objects: 87% (2021/2322) Receiving objects: 88% (2044/2322) Receiving objects: 89% (2067/2322) Receiving objects: 90% (2090/2322) Receiving objects: 91% (2114/2322) Receiving objects: 92% (2137/2322) Receiving objects: 93% (2160/2322) Receiving objects: 94% (2183/2322) Receiving objects: 95% (2206/2322) Receiving objects: 96% (2230/2322) Receiving objects: 97% (2253/2322) Receiving objects: 98% (2276/2322) Receiving objects: 99% (2299/2322) Receiving objects: 100% (2322/2322) Receiving objects: 100% (2322/2322), 272.89 KiB | 24.81 MiB/s, done. Resolving deltas: 0% (0/817) Resolving deltas: 4% (37/817) Resolving deltas: 5% (45/817) Resolving deltas: 8% (69/817) Resolving deltas: 9% (79/817) Resolving deltas: 10% (83/817) Resolving deltas: 13% (113/817) Resolving deltas: 14% (116/817) Resolving deltas: 19% (163/817) Resolving deltas: 25% (211/817) Resolving deltas: 31% (259/817) Resolving deltas: 32% (262/817) Resolving deltas: 35% (290/817) Resolving deltas: 39% (321/817) Resolving deltas: 42% (350/817) Resolving deltas: 44% (360/817) Resolving deltas: 49% (402/817) Resolving deltas: 51% (418/817) Resolving deltas: 53% (439/817) Resolving deltas: 54% (444/817) Resolving deltas: 55% (451/817) Resolving deltas: 58% (481/817) Resolving deltas: 60% (493/817) Resolving deltas: 61% (499/817) Resolving deltas: 64% (528/817) Resolving deltas: 67% (551/817) Resolving deltas: 74% (611/817) Resolving deltas: 79% (648/817) Resolving deltas: 80% (659/817) Resolving deltas: 81% (668/817) Resolving deltas: 82% (670/817) Resolving deltas: 83% (679/817) Resolving deltas: 84% (687/817) Resolving deltas: 85% (695/817) Resolving deltas: 86% (708/817) Resolving deltas: 87% (711/817) Resolving deltas: 88% (719/817) Resolving deltas: 89% (728/817) Resolving deltas: 90% (736/817) Resolving deltas: 91% (748/817) Resolving deltas: 93% (763/817) Resolving deltas: 99% (810/817) Resolving deltas: 100% (817/817) Resolving deltas: 100% (817/817), done. Cloning into '/root/workspace/qingdaoDF-config/QDDF001/params_new/system-mqtt'... remote: Enumerating objects: 187, done. remote: Counting objects: 16% (1/6) remote: Counting objects: 33% (2/6) remote: Counting objects: 50% (3/6) remote: Counting objects: 66% (4/6) remote: Counting objects: 83% (5/6) remote: Counting objects: 100% (6/6) remote: Counting objects: 100% (6/6), done. remote: Compressing objects: 25% (1/4) remote: Compressing objects: 50% (2/4) remote: Compressing objects: 75% (3/4) remote: Compressing objects: 100% (4/4) remote: Compressing objects: 100% (4/4), done. remote: Total 187 (delta 0), reused 0 (delta 0), pack-reused 181 Receiving objects: 0% (1/187) Receiving objects: 1% (2/187) Receiving objects: 2% (4/187) Receiving objects: 3% (6/187) Receiving objects: 4% (8/187) Receiving objects: 5% (10/187) Receiving objects: 6% (12/187) Receiving objects: 7% (14/187) Receiving objects: 8% (15/187) Receiving objects: 9% (17/187) Receiving objects: 10% (19/187) Receiving objects: 11% (21/187) Receiving objects: 12% (23/187) Receiving objects: 13% (25/187) Receiving objects: 14% (27/187) Receiving objects: 15% (29/187) Receiving objects: 16% (30/187) Receiving objects: 17% (32/187) Receiving objects: 18% (34/187) Receiving objects: 19% (36/187) Receiving objects: 20% (38/187) Receiving objects: 21% (40/187) Receiving objects: 22% (42/187) Receiving objects: 23% (44/187) Receiving objects: 24% (45/187) Receiving objects: 25% (47/187) Receiving objects: 26% (49/187) Receiving objects: 27% (51/187) Receiving objects: 28% (53/187) Receiving objects: 29% (55/187) Receiving objects: 30% (57/187) Receiving objects: 31% (58/187) Receiving objects: 32% (60/187) Receiving objects: 33% (62/187) Receiving objects: 34% (64/187) Receiving objects: 35% (66/187) Receiving objects: 36% (68/187) Receiving objects: 37% (70/187) Receiving objects: 38% (72/187) Receiving objects: 39% (73/187) Receiving objects: 40% (75/187) Receiving objects: 41% (77/187) Receiving objects: 42% (79/187) Receiving objects: 43% (81/187) Receiving objects: 44% (83/187) Receiving objects: 45% (85/187) Receiving objects: 46% (87/187) Receiving objects: 47% (88/187) Receiving objects: 48% (90/187) Receiving objects: 49% (92/187) Receiving objects: 50% (94/187) Receiving objects: 51% (96/187) Receiving objects: 52% (98/187) Receiving objects: 53% (100/187) Receiving objects: 54% (101/187) Receiving objects: 55% (103/187) Receiving objects: 56% (105/187) Receiving objects: 57% (107/187) Receiving objects: 58% (109/187) Receiving objects: 59% (111/187) Receiving objects: 60% (113/187) Receiving objects: 61% (115/187) Receiving objects: 62% (116/187) Receiving objects: 63% (118/187) Receiving objects: 64% (120/187) Receiving objects: 65% (122/187) Receiving objects: 66% (124/187) Receiving objects: 67% (126/187) Receiving objects: 68% (128/187) Receiving objects: 69% (130/187) Receiving objects: 70% (131/187) Receiving objects: 71% (133/187) Receiving objects: 72% (135/187) Receiving objects: 73% (137/187) Receiving objects: 74% (139/187) Receiving objects: 75% (141/187) Receiving objects: 76% (143/187) Receiving objects: 77% (144/187) Receiving objects: 78% (146/187) Receiving objects: 79% (148/187) Receiving objects: 80% (150/187) Receiving objects: 81% (152/187) Receiving objects: 82% (154/187) Receiving objects: 83% (156/187) Receiving objects: 84% (158/187) Receiving objects: 85% (159/187) Receiving objects: 86% (161/187) Receiving objects: 87% (163/187) Receiving objects: 88% (165/187) Receiving objects: 89% (167/187) Receiving objects: 90% (169/187) Receiving objects: 91% (171/187) Receiving objects: 92% (173/187) Receiving objects: 93% (174/187) Receiving objects: 94% (176/187) Receiving objects: 95% (178/187) Receiving objects: 96% (180/187) Receiving objects: 97% (182/187) Receiving objects: 98% (184/187) Receiving objects: 99% (186/187) Receiving objects: 100% (187/187) Receiving objects: 100% (187/187), 19.67 KiB | 19.67 MiB/s, done. Resolving deltas: 0% (0/47) Resolving deltas: 2% (1/47) Resolving deltas: 8% (4/47) Resolving deltas: 19% (9/47) Resolving deltas: 21% (10/47) Resolving deltas: 27% (13/47) Resolving deltas: 46% (22/47) Resolving deltas: 48% (23/47) Resolving deltas: 53% (25/47) Resolving deltas: 55% (26/47) Resolving deltas: 57% (27/47) Resolving deltas: 63% (30/47) Resolving deltas: 100% (47/47) Resolving deltas: 100% (47/47), done. Cloning into '/root/workspace/qingdaoDF-config/QDDF001/params_new/system-node'... remote: Enumerating objects: 15, done. remote: Counting objects: 6% (1/15) remote: Counting objects: 13% (2/15) remote: Counting objects: 20% (3/15) remote: Counting objects: 26% (4/15) remote: Counting objects: 33% (5/15) remote: Counting objects: 40% (6/15) remote: Counting objects: 46% (7/15) remote: Counting objects: 53% (8/15) remote: Counting objects: 60% (9/15) remote: Counting objects: 66% (10/15) remote: Counting objects: 73% (11/15) remote: Counting objects: 80% (12/15) remote: Counting objects: 86% (13/15) remote: Counting objects: 93% (14/15) remote: Counting objects: 100% (15/15) remote: Counting objects: 100% (15/15), done. remote: Compressing objects: 12% (1/8) remote: Compressing objects: 25% (2/8) remote: Compressing objects: 37% (3/8) remote: Compressing objects: 50% (4/8) remote: Compressing objects: 62% (5/8) remote: Compressing objects: 75% (6/8) remote: Compressing objects: 87% (7/8) remote: Compressing objects: 100% (8/8) remote: Compressing objects: 100% (8/8), done. remote: Total 15 (delta 1), reused 0 (delta 0), pack-reused 0 Receiving objects: 6% (1/15) Receiving objects: 13% (2/15) Receiving objects: 20% (3/15) Receiving objects: 26% (4/15) Receiving objects: 33% (5/15) Receiving objects: 40% (6/15) Receiving objects: 46% (7/15) Receiving objects: 53% (8/15) Receiving objects: 60% (9/15) Receiving objects: 66% (10/15) Receiving objects: 73% (11/15) Receiving objects: 80% (12/15) Receiving objects: 86% (13/15) Receiving objects: 93% (14/15) Receiving objects: 100% (15/15) Receiving objects: 100% (15/15), 6.05 KiB | 6.05 MiB/s, done. Resolving deltas: 0% (0/1) Resolving deltas: 100% (1/1) Resolving deltas: 100% (1/1), done. Cloning into '/root/workspace/qingdaoDF-config/QDDF001/params_new/system-port'... remote: Enumerating objects: 402, done. remote: Counting objects: 0% (1/104) remote: Counting objects: 1% (2/104) remote: Counting objects: 2% (3/104) remote: Counting objects: 3% (4/104) remote: Counting objects: 4% (5/104) remote: Counting objects: 5% (6/104) remote: Counting objects: 6% (7/104) remote: Counting objects: 7% (8/104) remote: Counting objects: 8% (9/104) remote: Counting objects: 9% (10/104) remote: Counting objects: 10% (11/104) remote: Counting objects: 11% (12/104) remote: Counting objects: 12% (13/104) remote: Counting objects: 13% (14/104) remote: Counting objects: 14% (15/104) remote: Counting objects: 15% (16/104) remote: Counting objects: 16% (17/104) remote: Counting objects: 17% (18/104) remote: Counting objects: 18% (19/104) remote: Counting objects: 19% (20/104) remote: Counting objects: 20% (21/104) remote: Counting objects: 21% (22/104) remote: Counting objects: 22% (23/104) remote: Counting objects: 23% (24/104) remote: Counting objects: 24% (25/104) remote: Counting objects: 25% (26/104) remote: Counting objects: 26% (28/104) remote: Counting objects: 27% (29/104) remote: Counting objects: 28% (30/104) remote: Counting objects: 29% (31/104) remote: Counting objects: 30% (32/104) remote: Counting objects: 31% (33/104) remote: Counting objects: 32% (34/104) remote: Counting objects: 33% (35/104) remote: Counting objects: 34% (36/104) remote: Counting objects: 35% (37/104) remote: Counting objects: 36% (38/104) remote: Counting objects: 37% (39/104) remote: Counting objects: 38% (40/104) remote: Counting objects: 39% (41/104) remote: Counting objects: 40% (42/104) remote: Counting objects: 41% (43/104) remote: Counting objects: 42% (44/104) remote: Counting objects: 43% (45/104) remote: Counting objects: 44% (46/104) remote: Counting objects: 45% (47/104) remote: Counting objects: 46% (48/104) remote: Counting objects: 47% (49/104) remote: Counting objects: 48% (50/104) remote: Counting objects: 49% (51/104) remote: Counting objects: 50% (52/104) remote: Counting objects: 51% (54/104) remote: Counting objects: 52% (55/104) remote: Counting objects: 53% (56/104) remote: Counting objects: 54% (57/104) remote: Counting objects: 55% (58/104) remote: Counting objects: 56% (59/104) remote: Counting objects: 57% (60/104) remote: Counting objects: 58% (61/104) remote: Counting objects: 59% (62/104) remote: Counting objects: 60% (63/104) remote: Counting objects: 61% (64/104) remote: Counting objects: 62% (65/104) remote: Counting objects: 63% (66/104) remote: Counting objects: 64% (67/104) remote: Counting objects: 65% (68/104) remote: Counting objects: 66% (69/104) remote: Counting objects: 67% (70/104) remote: Counting objects: 68% (71/104) remote: Counting objects: 69% (72/104) remote: Counting objects: 70% (73/104) remote: Counting objects: 71% (74/104) remote: Counting objects: 72% (75/104) remote: Counting objects: 73% (76/104) remote: Counting objects: 74% (77/104) remote: Counting objects: 75% (78/104) remote: Counting objects: 76% (80/104) remote: Counting objects: 77% (81/104) remote: Counting objects: 78% (82/104) remote: Counting objects: 79% (83/104) remote: Counting objects: 80% (84/104) remote: Counting objects: 81% (85/104) remote: Counting objects: 82% (86/104) remote: Counting objects: 83% (87/104) remote: Counting objects: 84% (88/104) remote: Counting objects: 85% (89/104) remote: Counting objects: 86% (90/104) remote: Counting objects: 87% (91/104) remote: Counting objects: 88% (92/104) remote: Counting objects: 89% (93/104) remote: Counting objects: 90% (94/104) remote: Counting objects: 91% (95/104) remote: Counting objects: 92% (96/104) remote: Counting objects: 93% (97/104) remote: Counting objects: 94% (98/104) remote: Counting objects: 95% (99/104) remote: Counting objects: 96% (100/104) remote: Counting objects: 97% (101/104) remote: Counting objects: 98% (102/104) remote: Counting objects: 99% (103/104) remote: Counting objects: 100% (104/104) remote: Counting objects: 100% (104/104), done. remote: Compressing objects: 1% (1/57) remote: Compressing objects: 3% (2/57) remote: Compressing objects: 5% (3/57) remote: Compressing objects: 7% (4/57) remote: Compressing objects: 8% (5/57) remote: Compressing objects: 10% (6/57) remote: Compressing objects: 12% (7/57) remote: Compressing objects: 14% (8/57) remote: Compressing objects: 15% (9/57) remote: Compressing objects: 17% (10/57) remote: Compressing objects: 19% (11/57) remote: Compressing objects: 21% (12/57) remote: Compressing objects: 22% (13/57) remote: Compressing objects: 24% (14/57) remote: Compressing objects: 26% (15/57) remote: Compressing objects: 28% (16/57) remote: Compressing objects: 29% (17/57) remote: Compressing objects: 31% (18/57) remote: Compressing objects: 33% (19/57) remote: Compressing objects: 35% (20/57) remote: Compressing objects: 36% (21/57) remote: Compressing objects: 38% (22/57) remote: Compressing objects: 40% (23/57) remote: Compressing objects: 42% (24/57) remote: Compressing objects: 43% (25/57) remote: Compressing objects: 45% (26/57) remote: Compressing objects: 47% (27/57) remote: Compressing objects: 49% (28/57) remote: Compressing objects: 50% (29/57) remote: Compressing objects: 52% (30/57) remote: Compressing objects: 54% (31/57) remote: Compressing objects: 56% (32/57) remote: Compressing objects: 57% (33/57) remote: Compressing objects: 59% (34/57) remote: Compressing objects: 61% (35/57) remote: Compressing objects: 63% (36/57) remote: Compressing objects: 64% (37/57) remote: Compressing objects: 66% (38/57) remote: Compressing objects: 68% (39/57) remote: Compressing objects: 70% (40/57) remote: Compressing objects: 71% (41/57) remote: Compressing objects: 73% (42/57) remote: Compressing objects: 75% (43/57) remote: Compressing objects: 77% (44/57) remote: Compressing objects: 78% (45/57) remote: Compressing objects: 80% (46/57) remote: Compressing objects: 82% (47/57) remote: Compressing objects: 84% (48/57) remote: Compressing objects: 85% (49/57) remote: Compressing objects: 87% (50/57) remote: Compressing objects: 89% (51/57) remote: Compressing objects: 91% (52/57) remote: Compressing objects: 92% (53/57) remote: Compressing objects: 94% (54/57) remote: Compressing objects: 96% (55/57) remote: Compressing objects: 98% (56/57) remote: Compressing objects: 100% (57/57) remote: Compressing objects: 100% (57/57), done. Receiving objects: 0% (1/402) Receiving objects: 1% (5/402) Receiving objects: 2% (9/402) Receiving objects: 3% (13/402) Receiving objects: 4% (17/402) Receiving objects: 5% (21/402) Receiving objects: 6% (25/402) Receiving objects: 7% (29/402) Receiving objects: 8% (33/402) Receiving objects: 9% (37/402) Receiving objects: 10% (41/402) Receiving objects: 11% (45/402) Receiving objects: 12% (49/402) Receiving objects: 13% (53/402) Receiving objects: 14% (57/402) Receiving objects: 15% (61/402) Receiving objects: 16% (65/402) Receiving objects: 17% (69/402) Receiving objects: 18% (73/402) Receiving objects: 19% (77/402) Receiving objects: 20% (81/402) Receiving objects: 21% (85/402) Receiving objects: 22% (89/402) Receiving objects: 23% (93/402) Receiving objects: 24% (97/402) Receiving objects: 25% (101/402) Receiving objects: 26% (105/402) Receiving objects: 27% (109/402) Receiving objects: 28% (113/402) Receiving objects: 29% (117/402) Receiving objects: 30% (121/402) Receiving objects: 31% (125/402) Receiving objects: 32% (129/402) Receiving objects: 33% (133/402) Receiving objects: 34% (137/402) Receiving objects: 35% (141/402) Receiving objects: 36% (145/402) Receiving objects: 37% (149/402) Receiving objects: 38% (153/402) Receiving objects: 39% (157/402) Receiving objects: 40% (161/402) Receiving objects: 41% (165/402) Receiving objects: 42% (169/402) Receiving objects: 43% (173/402) Receiving objects: 44% (177/402) Receiving objects: 45% (181/402) Receiving objects: 46% (185/402) remote: Total 402 (delta 33), reused 87 (delta 21), pack-reused 298 Receiving objects: 47% (189/402) Receiving objects: 48% (193/402) Receiving objects: 49% (197/402) Receiving objects: 50% (201/402) Receiving objects: 51% (206/402) Receiving objects: 52% (210/402) Receiving objects: 53% (214/402) Receiving objects: 54% (218/402) Receiving objects: 55% (222/402) Receiving objects: 56% (226/402) Receiving objects: 57% (230/402) Receiving objects: 58% (234/402) Receiving objects: 59% (238/402) Receiving objects: 60% (242/402) Receiving objects: 61% (246/402) Receiving objects: 62% (250/402) Receiving objects: 63% (254/402) Receiving objects: 64% (258/402) Receiving objects: 65% (262/402) Receiving objects: 66% (266/402) Receiving objects: 67% (270/402) Receiving objects: 68% (274/402) Receiving objects: 69% (278/402) Receiving objects: 70% (282/402) Receiving objects: 71% (286/402) Receiving objects: 72% (290/402) Receiving objects: 73% (294/402) Receiving objects: 74% (298/402) Receiving objects: 75% (302/402) Receiving objects: 76% (306/402) Receiving objects: 77% (310/402) Receiving objects: 78% (314/402) Receiving objects: 79% (318/402) Receiving objects: 80% (322/402) Receiving objects: 81% (326/402) Receiving objects: 82% (330/402) Receiving objects: 83% (334/402) Receiving objects: 84% (338/402) Receiving objects: 85% (342/402) Receiving objects: 86% (346/402) Receiving objects: 87% (350/402) Receiving objects: 88% (354/402) Receiving objects: 89% (358/402) Receiving objects: 90% (362/402) Receiving objects: 91% (366/402) Receiving objects: 92% (370/402) Receiving objects: 93% (374/402) Receiving objects: 94% (378/402) Receiving objects: 95% (382/402) Receiving objects: 96% (386/402) Receiving objects: 97% (390/402) Receiving objects: 98% (394/402) Receiving objects: 99% (398/402) Receiving objects: 100% (402/402) Receiving objects: 100% (402/402), 187.75 KiB | 23.47 MiB/s, done. Resolving deltas: 0% (0/168) Resolving deltas: 1% (2/168) Resolving deltas: 2% (4/168) Resolving deltas: 4% (8/168) Resolving deltas: 5% (10/168) Resolving deltas: 8% (14/168) Resolving deltas: 11% (20/168) Resolving deltas: 42% (71/168) Resolving deltas: 44% (74/168) Resolving deltas: 51% (86/168) Resolving deltas: 52% (88/168) Resolving deltas: 54% (92/168) Resolving deltas: 63% (107/168) Resolving deltas: 64% (108/168) Resolving deltas: 66% (111/168) Resolving deltas: 67% (113/168) Resolving deltas: 69% (117/168) Resolving deltas: 70% (118/168) Resolving deltas: 72% (121/168) Resolving deltas: 73% (123/168) Resolving deltas: 74% (125/168) Resolving deltas: 79% (134/168) Resolving deltas: 80% (135/168) Resolving deltas: 85% (143/168) Resolving deltas: 89% (150/168) Resolving deltas: 93% (157/168) Resolving deltas: 94% (159/168) Resolving deltas: 95% (160/168) Resolving deltas: 96% (162/168) Resolving deltas: 98% (165/168) Resolving deltas: 100% (168/168) Resolving deltas: 100% (168/168), done. Submodule path 'hardware': checked out '5d203abea841df695bc577429070b217a2d8c506' Submodule path 'hesai_lidar_customized': checked out '8716897999a1cfe86f6ce5e08bf8f04bbbd69184' Submodule path 'lidar-extrinsics': checked out 'cf7aa2579dfb3c7a5f6583e43d64bedfa79fdb3d' Submodule path 'lidar_loc_v2_common': checked out 'd431fceb7b4ef471e94f06b3a11bc068d9330338' Submodule path 'lidar_loc_v2_customized': checked out 'a3cf3173d45612cad5778abd9431c301ce1479bb' Submodule path 'msf-port': checked out 'e252db3a1853593b5ceea666f347f211bd1e69a4' Submodule path 'msf-vehicle': checked out '7ab203367e100017a277dde07b4e1a0d82f26c4b' Submodule path 'perception_camera_driver': checked out 'b408dd7aeeda08bdcf942a5b022782f4e0808eff' Submodule path 'perception_new_detection': checked out 'eb1db6832a4f5f61becf2a2c886eee6767b15aa9' Submodule path 'pncc_common_config': checked out 'e3d35a729dde66286b6b439b5e071d5ab2f80e70' Submodule path 'pncc_port_related_config': checked out '2e6ed7dd7b12b74892cbc530ae83166bbecf58bc' Submodule path 'pncc_vehicle_related_config': checked out '5e8e17d83607e66a2f4cbc630be818bd0ce85bf9' Submodule path 'pointcloud_customized': checked out 'e2ccf8e757a7dd911781ffb5cfea26b6e78200f3' Submodule path 'prediction_config': checked out 'a1758942ff044852c0163f4f2e2e8905ec284725' Submodule path 'rslidar_sdk_common': checked out '3b3ec601072717ab0a4037dd9f5abcef0c9ad337' Submodule path 'rslidar_sdk_customized': checked out '6003c44adbf71dea6012c2ef0d92fc43b93fdabf' Submodule path 'system-common': checked out '46341a4aaa2ebaee5b9bdeeba5c548844e0457cf' Submodule path 'system-device': checked out 'c375d1cb0aba4f8e29b91c4db54c7da6de295348' Submodule path 'system-mqtt': checked out '9caa49363b1a2d3c0c7fe6173548bcff142975a0' Submodule path 'system-node': checked out 'b8d26baa0abaec05b74639cf04be7768b2d736f6' Submodule path 'system-port': checked out '4be4d920dbf34532ce749a22f8d3edbe11454d99' [Pipeline] sh + ls -d hardware/ hesai_lidar_customized/ lidar-extrinsics/ lidar_loc_v2_common/ lidar_loc_v2_customized/ msf-port/ msf-vehicle/ perception_camera_driver/ perception_new_detection/ pncc_common_config/ pncc_port_related_config/ pncc_vehicle_related_config/ pointcloud_customized/ prediction_config/ rslidar_sdk_common/ rslidar_sdk_customized/ system-common/ system-device/ system-mqtt/ system-node/ system-port/ [Pipeline] echo [hardware, hesai_lidar_customized, lidar-extrinsics, lidar_loc_v2_common, lidar_loc_v2_customized, msf-port, msf-vehicle, perception_camera_driver, perception_new_detection, pncc_common_config, pncc_port_related_config, pncc_vehicle_related_config, pointcloud_customized, prediction_config, rslidar_sdk_common, rslidar_sdk_customized, system-common, system-device, system-mqtt, system-node, system-port] [Pipeline] sh + mkdir -p /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new [Pipeline] sh + ls /root/workspace/qingdaoDF-config/QDDF001/params_new/hardware/ + wc -l [Pipeline] echo 1 [Pipeline] echo hardware 开始合并 [Pipeline] sh + cp -r /root/workspace/qingdaoDF-config/QDDF001/params_new/hardware/hardware /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/ [Pipeline] sh + ls /root/workspace/qingdaoDF-config/QDDF001/params_new/hesai_lidar_customized/ + wc -l [Pipeline] echo 2 [Pipeline] echo hesai_lidar_customized 开始合并 [Pipeline] sh + cp -r /root/workspace/qingdaoDF-config/QDDF001/params_new/hesai_lidar_customized/hesai_lidar /root/workspace/qingdaoDF-config/QDDF001/params_new/hesai_lidar_customized/README.md /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/ [Pipeline] sh + wc -l + ls /root/workspace/qingdaoDF-config/QDDF001/params_new/lidar-extrinsics/ [Pipeline] echo 2 [Pipeline] echo lidar-extrinsics 开始合并 [Pipeline] sh + cp -r /root/workspace/qingdaoDF-config/QDDF001/params_new/lidar-extrinsics/extrinsics /root/workspace/qingdaoDF-config/QDDF001/params_new/lidar-extrinsics/lidar_correction_files /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/ [Pipeline] sh + ls /root/workspace/qingdaoDF-config/QDDF001/params_new/lidar_loc_v2_common/ + wc -l [Pipeline] echo 1 [Pipeline] echo lidar_loc_v2_common 开始合并 [Pipeline] sh + cp -r /root/workspace/qingdaoDF-config/QDDF001/params_new/lidar_loc_v2_common/lidar_loc_v2 /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/ [Pipeline] sh + ls /root/workspace/qingdaoDF-config/QDDF001/params_new/lidar_loc_v2_customized/ + wc -l [Pipeline] echo 1 [Pipeline] echo lidar_loc_v2_customized 开始合并 [Pipeline] sh + cp -r /root/workspace/qingdaoDF-config/QDDF001/params_new/lidar_loc_v2_customized/lidar_loc_v2 /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/ [Pipeline] sh + ls /root/workspace/qingdaoDF-config/QDDF001/params_new/msf-port/ + wc -l [Pipeline] echo 3 [Pipeline] echo msf-port 开始合并 [Pipeline] sh + cp -r /root/workspace/qingdaoDF-config/QDDF001/params_new/msf-port/msf_assistant.yaml /root/workspace/qingdaoDF-config/QDDF001/params_new/msf-port/msf_localization_share.yaml /root/workspace/qingdaoDF-config/QDDF001/params_new/msf-port/README.md /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/ [Pipeline] sh + ls /root/workspace/qingdaoDF-config/QDDF001/params_new/msf-vehicle/ + wc -l [Pipeline] echo 4 [Pipeline] echo msf-vehicle 开始合并 [Pipeline] sh + cp -r /root/workspace/qingdaoDF-config/QDDF001/params_new/msf-vehicle/extrinsics /root/workspace/qingdaoDF-config/QDDF001/params_new/msf-vehicle/msf_localization_calibration.yaml /root/workspace/qingdaoDF-config/QDDF001/params_new/msf-vehicle/msf_localization.yaml /root/workspace/qingdaoDF-config/QDDF001/params_new/msf-vehicle/README.md /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/ [Pipeline] sh + ls /root/workspace/qingdaoDF-config/QDDF001/params_new/perception_camera_driver/ + wc -l [Pipeline] echo 2 [Pipeline] echo perception_camera_driver 开始合并 [Pipeline] sh + cp -r /root/workspace/qingdaoDF-config/QDDF001/params_new/perception_camera_driver/master /root/workspace/qingdaoDF-config/QDDF001/params_new/perception_camera_driver/slave /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/ [Pipeline] sh + wc -l + ls /root/workspace/qingdaoDF-config/QDDF001/params_new/perception_new_detection/ [Pipeline] echo 2 [Pipeline] echo perception_new_detection 开始合并 [Pipeline] sh + cp -r /root/workspace/qingdaoDF-config/QDDF001/params_new/perception_new_detection/perception /root/workspace/qingdaoDF-config/QDDF001/params_new/perception_new_detection/README.md /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/ [Pipeline] sh + ls /root/workspace/qingdaoDF-config/QDDF001/params_new/pncc_common_config/ + wc -l [Pipeline] echo 1 [Pipeline] echo pncc_common_config 开始合并 [Pipeline] sh + cp -r /root/workspace/qingdaoDF-config/QDDF001/params_new/pncc_common_config/pncc_common_config /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/ [Pipeline] sh + ls /root/workspace/qingdaoDF-config/QDDF001/params_new/pncc_port_related_config/ + wc -l [Pipeline] echo 1 [Pipeline] echo pncc_port_related_config 开始合并 [Pipeline] sh + cp -r /root/workspace/qingdaoDF-config/QDDF001/params_new/pncc_port_related_config/pncc_port_related_config /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/ [Pipeline] sh + ls /root/workspace/qingdaoDF-config/QDDF001/params_new/pncc_vehicle_related_config/ + wc -l [Pipeline] echo 1 [Pipeline] echo pncc_vehicle_related_config 开始合并 [Pipeline] sh + cp -r /root/workspace/qingdaoDF-config/QDDF001/params_new/pncc_vehicle_related_config/pncc_vehicle_related_config /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/ [Pipeline] sh + ls /root/workspace/qingdaoDF-config/QDDF001/params_new/pointcloud_customized/ + wc -l [Pipeline] echo 1 [Pipeline] echo pointcloud_customized 开始合并 [Pipeline] sh + cp -r /root/workspace/qingdaoDF-config/QDDF001/params_new/pointcloud_customized/pointcloud /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/ [Pipeline] sh + wc -l + ls /root/workspace/qingdaoDF-config/QDDF001/params_new/prediction_config/ [Pipeline] echo 1 [Pipeline] echo prediction_config 开始合并 [Pipeline] sh + cp -r /root/workspace/qingdaoDF-config/QDDF001/params_new/prediction_config/prediction /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/ [Pipeline] sh + ls /root/workspace/qingdaoDF-config/QDDF001/params_new/rslidar_sdk_common/ + wc -l [Pipeline] echo 1 [Pipeline] echo rslidar_sdk_common 开始合并 [Pipeline] sh + cp -r /root/workspace/qingdaoDF-config/QDDF001/params_new/rslidar_sdk_common/rslidar_sdk /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/ [Pipeline] sh + ls /root/workspace/qingdaoDF-config/QDDF001/params_new/rslidar_sdk_customized/ + wc -l [Pipeline] echo 1 [Pipeline] echo rslidar_sdk_customized 开始合并 [Pipeline] sh + cp -r /root/workspace/qingdaoDF-config/QDDF001/params_new/rslidar_sdk_customized/rslidar_sdk /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/ [Pipeline] sh + wc -l + ls /root/workspace/qingdaoDF-config/QDDF001/params_new/system-common/ [Pipeline] echo 2 [Pipeline] echo system-common 开始合并 [Pipeline] sh + cp -r /root/workspace/qingdaoDF-config/QDDF001/params_new/system-common/master /root/workspace/qingdaoDF-config/QDDF001/params_new/system-common/system-ros /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/ [Pipeline] sh + ls /root/workspace/qingdaoDF-config/QDDF001/params_new/system-device/ + wc -l [Pipeline] echo 3 [Pipeline] echo system-device 开始合并 [Pipeline] sh + cp -r /root/workspace/qingdaoDF-config/QDDF001/params_new/system-device/master /root/workspace/qingdaoDF-config/QDDF001/params_new/system-device/slave /root/workspace/qingdaoDF-config/QDDF001/params_new/system-device/system-ros /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/ [Pipeline] sh + ls /root/workspace/qingdaoDF-config/QDDF001/params_new/system-mqtt/ + wc -l [Pipeline] echo 2 [Pipeline] echo system-mqtt 开始合并 [Pipeline] sh + cp -r /root/workspace/qingdaoDF-config/QDDF001/params_new/system-mqtt/master /root/workspace/qingdaoDF-config/QDDF001/params_new/system-mqtt/system-ros /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/ [Pipeline] sh + wc -l + ls /root/workspace/qingdaoDF-config/QDDF001/params_new/system-node/ [Pipeline] echo 3 [Pipeline] echo system-node 开始合并 [Pipeline] sh + cp -r /root/workspace/qingdaoDF-config/QDDF001/params_new/system-node/master /root/workspace/qingdaoDF-config/QDDF001/params_new/system-node/slave /root/workspace/qingdaoDF-config/QDDF001/params_new/system-node/system-ros /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/ [Pipeline] sh + ls /root/workspace/qingdaoDF-config/QDDF001/params_new/system-port/ + wc -l [Pipeline] echo 5 [Pipeline] echo system-port 开始合并 [Pipeline] sh + cp -r /root/workspace/qingdaoDF-config/QDDF001/params_new/system-port/master /root/workspace/qingdaoDF-config/QDDF001/params_new/system-port/peripheral_controller.toml /root/workspace/qingdaoDF-config/QDDF001/params_new/system-port/ros_can_interpreter.toml /root/workspace/qingdaoDF-config/QDDF001/params_new/system-port/slave /root/workspace/qingdaoDF-config/QDDF001/params_new/system-port/system-ros /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/ [Pipeline] sh + ls /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/ extrinsics hardware hesai_lidar lidar_correction_files lidar_loc_v2 master msf_assistant.yaml msf_localization_calibration.yaml msf_localization_share.yaml msf_localization.yaml perception peripheral_controller.toml pncc_common_config pncc_port_related_config pncc_vehicle_related_config pointcloud prediction README.md ros_can_interpreter.toml rslidar_sdk slave system-ros [Pipeline] } [Pipeline] // dir [Pipeline] sh + cp -r /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/extrinsics /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/hardware /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/hesai_lidar /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/lidar_correction_files /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/lidar_loc_v2 /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/master /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/msf_assistant.yaml /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/msf_localization_calibration.yaml /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/msf_localization_share.yaml /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/msf_localization.yaml /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/perception /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/peripheral_controller.toml /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/pncc_common_config /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/pncc_port_related_config /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/pncc_vehicle_related_config /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/pointcloud /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/prediction /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/README.md /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/ros_can_interpreter.toml /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/rslidar_sdk /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/slave /root/workspace/qingdaoDF-config/QDDF001/params_new/params_new/system-ros /root/workspace/qingdaoDF-config/QDDF001/params_QDDF001/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 QDDF001 [Pipeline] dir Running in /root/workspace/qingdaoDF-config/QDDF001 [Pipeline] { [Pipeline] sh + rm -rf params_new@tmp [Pipeline] sh + rm -rf params_QDDF001/.git [Pipeline] dir Running in /root/workspace/qingdaoDF-config/QDDF001/params_QDDF001/params/master [Pipeline] { [Pipeline] sh ++ ls ++ grep -v version.json ++ xargs + cp -r camera_driver recorder.toml system-ros /root/workspace/qingdaoDF-config/QDDF001/params_QDDF001/params/ [Pipeline] } [Pipeline] // dir [Pipeline] sh + rm -rf /root/workspace/qingdaoDF-config/QDDF001/params_QDDF001/params/master@tmp [Pipeline] sh + cp -r params_QDDF001 params_orin_master_QDDF001_2024-11-14_16-21-24 [Pipeline] sh + zip -rq params_orin_master_QDDF001_2024-11-14_16-21-24.zip params_orin_master_QDDF001_2024-11-14_16-21-24 ./version.json [Pipeline] echo /root/workspace/qingdaoDF-config/QDDF001/params_orin_master_QDDF001_2024-11-14_16-21-24.zip,/root/workspace/qingdaoDF-config/QDDF001/version.json [Pipeline] sh + curl -X POST http://ota.senior.auto/prod-api/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/root/workspace/qingdaoDF-config/QDDF001/params_orin_master_QDDF001_2024-11-14_16-21-24.zip"' --form 'version=@"/root/workspace/qingdaoDF-config/QDDF001/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 100 31.2M 0 43 100 31.2M 36 26.2M 0:00:01 0:00:01 --:--:-- 26.2M 100 31.2M 0 43 100 31.2M 36 26.2M 0:00:01 0:00:01 --:--:-- 26.2M [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/qingdaoDF-config/QDDF001@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/qingdaoDF/.QDDF001.json [Pipeline] sh + cat /root/commtest/rcdev-project/qingdaoDF/.QDDF001.json [Pipeline] sh + cat /root/commtest/dev-project/qingdaoDF/.QDDF001.json [Pipeline] wrap [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] echo user: , telphone: [Pipeline] } [Pipeline] // script [Pipeline] script [Pipeline] { [Pipeline] echo user: , telphone: [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 - 更新车辆: > - [QDDF001master]: **公有rc_dev**: 2519942.**2024/04/26/11:27:01** **私有rc_dev**: 533ea74.**2024/04/26/11:23:14** --- > 请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 557 0 0 100 557 0 2771 --:--:-- --:--:-- --:--:-- 2771 100 584 100 27 100 557 95 1961 --:--:-- --:--:-- --:--:-- 2049 [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