07-背景属性


<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>

    <style>
        .box{
            width: 300px;
            height: 300px;
            border: 1px solid black;

            /*!*background-color: red;*!*/
            /*background-image: url("./images/111.jpg");*/
            /*!*默认图片会重复,no-repeat 设置不重复*!*/
            /*background-repeat: no-repeat;*/
            /*!*background-position: 20px 50px;*!*/
            /*background-size: 100% 100%;*/

            /*简写*/
            background: url("./images/111.jpg") no-repeat 20px 50px;

            /*background-size: 80% 50%;*/

        }

        .box02{
            width: 95px;
            height: 95px;
            border: 1px solid black;

            background: url("./images/timg.jpg") -413px -298px;
        }

    </style>


</head>
<body>


<div class="box">

</div>


<div class="box02">

</div>



</body>
</html>
[2025-07-02T06:40:45.476Z] #### failed to build some targets (04:59 (mm:ss)) #### [2025-07-02T06:40:45.476Z] [2025-07-02T06:40:45.476Z] >> [Wed Jul 2 06:21:56 UTC 2025][build-odm-pipeline.sh]: FAILED: make vext_images -j240 [2025-07-02T06:40:45.477Z] command "bash /home/work/mnt/miui_codes2/build_home_rom-vext-merged/miui/pangu/build_tools/build-odm-pipeline.sh" returned 1: None [2025-07-02T06:40:45.477Z] Disabled remote cache [2025-07-02T06:40:45.477Z] + echo 'FATAL: failed to build odm by mibuild.' [2025-07-02T06:40:45.477Z] FATAL: failed to build odm by mibuild. [2025-07-02T06:40:45.477Z] + exit 1 [2025-07-02T06:40:45.477Z] + V=4 [2025-07-02T06:40:45.477Z] + info 'waiting for mtk_build_vendor_target_files:80760' [2025-07-02T06:40:45.477Z] + local V=4 [2025-07-02T06:40:45.477Z] + [[ 4 < 4 ]] [2025-07-02T06:40:45.477Z] + for message in "$@" [2025-07-02T06:40:45.477Z] + echo 'waiting for mtk_build_vendor_target_files:80760' [2025-07-02T06:40:45.477Z] waiting for mtk_build_vendor_target_files:80760 [2025-07-02T06:40:45.477Z] + xb::util::wait_pids 'build odm_module' 80760 [2025-07-02T06:40:45.477Z] + local 'messages=build odm_module' [2025-07-02T06:40:45.477Z] + pids=("${@:2}") [2025-07-02T06:40:45.477Z] + local pids [2025-07-02T06:40:45.477Z] ++ xb::util::get_pgrp 1748351 [2025-07-02T06:40:45.477Z] ++ local pid=1748351 [2025-07-02T06:40:45.477Z] ++ local pgrp= [2025-07-02T06:40:45.477Z] ++ [[ -z 1748351 ]] [2025-07-02T06:40:45.477Z] +++ ps -p 1748351 -o pgrp= [2025-07-02T06:40:45.477Z] +++ sed 's/^\s*//g' [2025-07-02T06:40:45.477Z] ++ pgrp=257 [2025-07-02T06:40:45.477Z] ++ echo 257 [2025-07-02T06:40:45.477Z] + local PGRP=257 [2025-07-02T06:40:45.477Z] + local ppid= [2025-07-02T06:40:45.477Z] + local pgrp= [2025-07-02T06:40:45.477Z] + [[ -z 80760 ]] [2025-07-02T06:40:45.477Z] + echo 'xb::util::wait_pids: waiting for build odm_module' [2025-07-02T06:40:45.477Z] xb::util::wait_pids: waiting for build odm_module [2025-07-02T06:40:45.477Z] + for pid in ${pids[@]} [2025-07-02T06:40:45.477Z] ++ xb::util::get_ppid 80760 [2025-07-02T06:40:45.477Z] ++ local pid=80760 [2025-07-02T06:40:45.477Z] ++ local ppid= [2025-07-02T06:40:45.477Z] ++ [[ -z 80760 ]] [2025-07-02T06:40:45.477Z] +++ ps -p 80760 -o ppid= [2025-07-02T06:40:45.477Z] +++ sed 's/^\s*//g' [2025-07-02T06:40:45.477Z] ++++ errexit [2025-07-02T06:40:45.477Z] ++++ local 'err=1 0' [2025-07-02T06:40:45.477Z] ++++ set +o [2025-07-02T06:40:45.477Z] ++++ grep -qe '-o errexit' [2025-07-02T06:40:45.477Z] ++++ return [2025-07-02T06:40:45.477Z] ++ ppid= [2025-07-02T06:40:45.477Z] +++ errexit [2025-07-02T06:40:45.477Z] +++ local err=1 [2025-07-02T06:40:45.477Z] +++ set +o [2025-07-02T06:40:45.477Z] +++ grep -qe '-o errexit' [2025-07-02T06:40:45.477Z] +++ return [2025-07-02T06:40:45.477Z] ++ echo '' [2025-07-02T06:40:45.477Z] + ppid= [2025-07-02T06:40:45.477Z] ++ xb::util::get_pgrp 80760 [2025-07-02T06:40:45.477Z] ++ local pid=80760 [2025-07-02T06:40:45.477Z] ++ local pgrp= [2025-07-02T06:40:45.477Z] ++ [[ -z 80760 ]] [2025-07-02T06:40:45.477Z] +++ ps -p 80760 -o pgrp= [2025-07-02T06:40:45.477Z] +++ sed 's/^\s*//g' [2025-07-02T06:40:45.477Z] ++++ errexit [2025-07-02T06:40:45.477Z] ++++ local 'err=1 0' [2025-07-02T06:40:45.477Z] ++++ set +o [2025-07-02T06:40:45.477Z] ++++ grep -qe '-o errexit' [2025-07-02T06:40:45.477Z] ++++ return [2025-07-02T06:40:45.477Z] ++ pgrp= [2025-07-02T06:40:45.477Z] +++ errexit [2025-07-02T06:40:45.477Z] +++ local err=1 [2025-07-02T06:40:45.477Z] +++ set +o [2025-07-02T06:40:45.477Z] +++ grep -qe '-o errexit' [2025-07-02T06:40:45.477Z] +++ return [2025-07-02T06:40:45.477Z] ++ echo '' [2025-07-02T06:40:45.477Z] + pgrp= [2025-07-02T06:40:45.477Z] + [[ -z '' ]] [2025-07-02T06:40:45.477Z] + [[ -z '' ]] [2025-07-02T06:40:45.477Z] + wait 80760 [2025-07-02T06:40:45.477Z] + echo 'xb::util::wait_pids: FATAL: failed to build odm_module!' [2025-07-02T06:40:45.477Z] xb::util::wait_pids: FATAL: failed to build odm_module! [2025-07-02T06:40:45.477Z] + exit 1 [2025-07-02T06:40:45.477Z] + V=4 [2025-07-02T06:40:45.477Z] + info 'waiting for build_vendor_target_files:80746...' [2025-07-02T06:40:45.477Z] + local V=4 [2025-07-02T06:40:45.477Z] + [[ 4 < 4 ]] [2025-07-02T06:40:45.477Z] + for message in "$@" [2025-07-02T06:40:45.477Z] + echo 'waiting for build_vendor_target_files:80746...' [2025-07-02T06:40:45.477Z] waiting for build_vendor_target_files:80746... [2025-07-02T06:40:45.477Z] + xb::util::wait_pids 'build vendor target file' 80746 [2025-07-02T06:40:45.477Z] + local 'messages=build vendor target file' [2025-07-02T06:40:45.477Z] + pids=("${@:2}") [2025-07-02T06:40:45.477Z] + local pids [2025-07-02T06:40:45.477Z] ++ xb::util::get_pgrp 1748371 [2025-07-02T06:40:45.477Z] ++ local pid=1748371 [2025-07-02T06:40:45.477Z] ++ local pgrp= [2025-07-02T06:40:45.477Z] ++ [[ -z 1748371 ]] [2025-07-02T06:40:45.477Z] +++ ps -p 1748371 -o pgrp= [2025-07-02T06:40:45.477Z] +++ sed 's/^\s*//g' [2025-07-02T06:40:45.477Z] ++ pgrp=257 [2025-07-02T06:40:45.477Z] ++ echo 257 [2025-07-02T06:40:45.477Z] + local PGRP=257 [2025-07-02T06:40:45.477Z] + local ppid= [2025-07-02T06:40:45.477Z] + local pgrp= [2025-07-02T06:40:45.477Z] + [[ -z 80746 ]] [2025-07-02T06:40:45.477Z] + echo 'xb::util::wait_pids: waiting for build vendor target file' [2025-07-02T06:40:45.477Z] xb::util::wait_pids: waiting for build vendor target file [2025-07-02T06:40:45.477Z] + for pid in ${pids[@]} [2025-07-02T06:40:45.477Z] ++ xb::util::get_ppid 80746 [2025-07-02T06:40:45.477Z] ++ local pid=80746 [2025-07-02T06:40:45.477Z] ++ local ppid= [2025-07-02T06:40:45.477Z] ++ [[ -z 80746 ]] [2025-07-02T06:40:45.477Z] +++ ps -p 80746 -o ppid= [2025-07-02T06:40:45.477Z] +++ sed 's/^\s*//g' [2025-07-02T06:40:45.477Z] ++++ errexit [2025-07-02T06:40:45.477Z] ++++ local 'err=1 0' [2025-07-02T06:40:45.477Z] ++++ set +o [2025-07-02T06:40:45.477Z] ++++ grep -qe '-o errexit' [2025-07-02T06:40:45.477Z] ++++ return [2025-07-02T06:40:45.477Z] ++ ppid= [2025-07-02T06:40:45.477Z] +++ errexit [2025-07-02T06:40:45.477Z] +++ local err=1 [2025-07-02T06:40:45.477Z] +++ set +o [2025-07-02T06:40:45.477Z] +++ grep -qe '-o errexit' [2025-07-02T06:40:45.477Z] +++ return [2025-07-02T06:40:45.477Z] ++ echo '' [2025-07-02T06:40:45.477Z] + ppid= [2025-07-02T06:40:45.477Z] ++ xb::util::get_pgrp 80746 [2025-07-02T06:40:45.477Z] ++ local pid=80746 [2025-07-02T06:40:45.477Z] ++ local pgrp= [2025-07-02T06:40:45.477Z] ++ [[ -z 80746 ]] [2025-07-02T06:40:45.477Z] +++ ps -p 80746 -o pgrp= [2025-07-02T06:40:45.477Z] +++ sed 's/^\s*//g' [2025-07-02T06:40:45.477Z] ++++ errexit [2025-07-02T06:40:45.477Z] ++++ local 'err=1 0' [2025-07-02T06:40:45.477Z] ++++ set +o [2025-07-02T06:40:45.477Z] ++++ grep -qe '-o errexit' [2025-07-02T06:40:45.477Z] ++++ return [2025-07-02T06:40:45.477Z] ++ pgrp= [2025-07-02T06:40:45.477Z] +++ errexit [2025-07-02T06:40:45.477Z] +++ local err=1 [2025-07-02T06:40:45.477Z] +++ set +o [2025-07-02T06:40:45.477Z] +++ grep -qe '-o errexit' [2025-07-02T06:40:45.477Z] +++ return [2025-07-02T06:40:45.477Z] ++ echo '' [2025-07-02T06:40:45.477Z] + pgrp= [2025-07-02T06:40:45.477Z] + [[ -z '' ]] [2025-07-02T06:40:45.477Z] + [[ -z '' ]] [2025-07-02T06:40:45.477Z] + wait 80746 [2025-07-02T06:40:45.477Z] + echo 'xb::util::wait_pids: FATAL: failed to build vendor target file!' [2025-07-02T06:40:45.477Z] xb::util::wait_pids: FATAL: failed to build vendor target file! [2025-07-02T06:40:45.477Z] + exit 1 [2025-07-02T06:40:45.477Z] + convert_cache_to_json [2025-07-02T06:40:45.477Z] + set +e [2025-07-02T06:40:45.477Z] + local -r ccache_info_path=/home/jenkins/agent/workspace/pangu_build_component_vendor/ccache_size.log [2025-07-02T06:40:45.477Z] + local ccache_hit_total= [2025-07-02T06:40:45.477Z] + local ccache_total_total= [2025-07-02T06:40:45.477Z] + local ccache_size= [2025-07-02T06:40:45.477Z] + local raw_ccache_hit_info= [2025-07-02T06:40:45.477Z] + local raw_ccache_size_info= [2025-07-02T06:40:45.477Z] + local ccache_timestamp= [2025-07-02T06:40:45.477Z] + local ccache_hostname= [2025-07-02T06:40:45.477Z] + touch /home/jenkins/agent/workspace/pangu_build_component_vendor/ccache_size.log [2025-07-02T06:40:45.477Z] + show_cache_stat [2025-07-02T06:40:45.477Z] + [[ -e /home/jenkins/agent/workspace/pangu_build_component_vendor/xbuilder-script/build/tools/ccache/v4.7.4/ccache ]] [2025-07-02T06:40:45.477Z] + /home/jenkins/agent/workspace/pangu_build_component_vendor/xbuilder-script/build/tools/ccache/v4.7.4/ccache -sv [2025-07-02T06:40:45.477Z] ++ grep -E '^Cacheable calls:' -A1 /home/jenkins/agent/workspace/pangu_build_component_vendor/ccache_size.log [2025-07-02T06:40:45.477Z] ++ grep -v 'Cacheable calls:' [2025-07-02T06:40:45.477Z] +++ errexit [2025-07-02T06:40:45.477Z] +++ local 'err=1 1' [2025-07-02T06:40:45.477Z] +++ set +o [2025-07-02T06:40:45.477Z] +++ grep -qe '-o errexit' [2025-07-02T06:40:45.477Z] +++ return [2025-07-02T06:40:45.477Z] + raw_ccache_hit_info= [2025-07-02T06:40:45.477Z] ++ errexit [2025-07-02T06:40:45.477Z] ++ local err=1 [2025-07-02T06:40:45.477Z] ++ set +o [2025-07-02T06:40:45.477Z] ++ grep -qe '-o errexit' [2025-07-02T06:40:45.477Z] ++ return [2025-07-02T06:40:45.477Z] ++ echo '' [2025-07-02T06:40:45.477Z] ++ awk '{print $2}' [2025-07-02T06:40:45.477Z] + ccache_hit_total= [2025-07-02T06:40:45.477Z] ++ echo '' [2025-07-02T06:40:45.477Z] ++ awk '{print $4}' [2025-07-02T06:40:45.477Z] + ccache_total_total= [2025-07-02T06:40:45.477Z] ++ grep -E '^Local storage:' -A1 /home/jenkins/agent/workspace/pangu_build_component_vendor/ccache_size.log [2025-07-02T06:40:45.477Z] ++ grep -v 'Local storage:' [2025-07-02T06:40:45.477Z] + raw_ccache_size_info=' Cache size (GB): 464.99 / 500.00 (93.00%)' [2025-07-02T06:40:45.477Z] ++ echo ' Cache size (GB): 464.99 / 500.00 (93.00%)' [2025-07-02T06:40:45.477Z] ++ awk '{print $4}' [2025-07-02T06:40:45.477Z] + ccache_size=464.99 [2025-07-02T06:40:45.477Z] +++ date +%s [2025-07-02T06:40:45.477Z] ++ xb::timedate::timestamp_fmt_with_utc 1751438437 [2025-07-02T06:40:45.477Z] ++ local timestamp_to_convert=1751438437 [2025-07-02T06:40:45.477Z] ++ local tz_selected=UTC-8 [2025-07-02T06:40:45.477Z] ++ local formatted_time= [2025-07-02T06:40:45.477Z] +++ TZ=UTC-8 [2025-07-02T06:40:45.477Z] +++ date -d@1751438437 '+%F %T' [2025-07-02T06:40:45.477Z] ++ formatted_time='2025-07-02 14:40:37' [2025-07-02T06:40:45.477Z] ++ echo '2025-07-02 14:40:37' [2025-07-02T06:40:45.477Z] + ccache_timestamp='2025-07-02 14:40:37' [2025-07-02T06:40:45.477Z] + ccache_hostname=NODE_NAME [2025-07-02T06:40:45.477Z] + local random_file_suffix= [2025-07-02T06:40:45.477Z] ++ xb::util::generate_random_name 8 [2025-07-02T06:40:45.477Z] ++ local length=8 [2025-07-02T06:40:45.477Z] ++ local random_string= [2025-07-02T06:40:45.477Z] +++ tr -dc a-zA-Z0-9 [2025-07-02T06:40:45.477Z] +++ fold -w 8 [2025-07-02T06:40:45.477Z] +++ head -n 1 [2025-07-02T06:40:45.477Z] ++++ errexit [2025-07-02T06:40:45.477Z] ++++ local 'err=141 141 0' [2025-07-02T06:40:45.477Z] ++++ set +o [2025-07-02T06:40:45.477Z] ++++ grep -qe '-o errexit' [2025-07-02T06:40:45.478Z] ++++ return [2025-07-02T06:40:45.478Z] ++ random_string=TGEeAakh [2025-07-02T06:40:45.478Z] +++ errexit [2025-07-02T06:40:45.478Z] +++ local err=141 [2025-07-02T06:40:45.478Z] +++ set +o [2025-07-02T06:40:45.478Z] +++ grep -qe '-o errexit' [2025-07-02T06:40:45.478Z] +++ return [2025-07-02T06:40:45.478Z] ++ echo TGEeAakh [2025-07-02T06:40:45.478Z] + random_file_suffix=TGEeAakh [2025-07-02T06:40:45.478Z] + local ccache_json_file=/home/work/data/miui_codes/log/ccache_info-TGEeAakh.json [2025-07-02T06:40:45.478Z] + local job_task_type=vendor [2025-07-02T06:40:45.478Z] + echo '[{"corgi_id": 6079118, "task_type":"vendor", "ccache_hit_total": 0, "ccache_total_total": 0, "ccache_size": 464.99,"ccache_timestamp":"2025-07-02 14:40:37", "ccache_hostname":"NODE_NAME"}]' [2025-07-02T06:40:45.478Z] + xb::ccache::data2talos /home/work/data/miui_codes/log/ccache_info-TGEeAakh.json [2025-07-02T06:40:45.478Z] + declare data_path=/home/work/data/miui_codes/log/ccache_info-TGEeAakh.json [2025-07-02T06:40:45.478Z] + declare talos_client=/home/jenkins/agent/workspace/pangu_build_component_vendor/xbuilder-script/build/api/talos_client.py [2025-07-02T06:40:45.478Z] + [[ ! -e /home/jenkins/agent/workspace/pangu_build_component_vendor/xbuilder-script/build/api/talos_client.py ]] [2025-07-02T06:40:45.478Z] + timeout 30s python3 /home/jenkins/agent/workspace/pangu_build_component_vendor/xbuilder-script/build/api/talos_client.py /home/work/data/miui_codes/log/ccache_info-TGEeAakh.json cache [2025-07-02T06:40:45.483Z] Talos topic: ccache_perf_log [2025-07-02T06:40:45.483Z] Put 1 messages to talos successfully, see detail in /home/jenkins/agent/workspace/pangu_build_component_vendor/talos_producer-success.log [2025-07-02T06:40:45.483Z] + set -e [2025-07-02T06:40:45.488Z] [Pipeline] } [2025-07-02T06:40:45.505Z] [Pipeline] // script [2025-07-02T06:40:45.510Z] [Pipeline] } [2025-07-02T06:40:45.527Z] [Pipeline] // container [2025-07-02T06:40:45.533Z] [Pipeline] } [2025-07-02T06:40:45.548Z] [Pipeline] // stage [2025-07-02T06:40:45.554Z] [Pipeline] stage [2025-07-02T06:40:45.555Z] [Pipeline] { (Declarative: Post Actions) [2025-07-02T06:40:45.570Z] [Pipeline] container [2025-07-02T06:40:45.572Z] [Pipeline] { [2025-07-02T06:40:45.582Z] [Pipeline] echo [2025-07-02T06:40:45.583Z] result : failure [2025-07-02T06:40:45.585Z] [Pipeline] sh [2025-07-02T06:40:46.080Z] + set -x [2025-07-02T06:40:46.080Z] + timeout 3m bash -x /home/jenkins/agent/workspace/pangu_build_component_vendor/xbuilder-script/bbparse/parse.sh [2025-07-02T06:41:00.931Z] + true [2025-07-02T06:41:00.931Z] + export XBUILDER_SCRIPT_PATH=/home/jenkins/agent/workspace/pangu_build_component_vendor/xbuilder-script [2025-07-02T06:41:00.931Z] + XBUILDER_SCRIPT_PATH=/home/jenkins/agent/workspace/pangu_build_component_vendor/xbuilder-script [2025-07-02T06:41:00.931Z] + source /home/jenkins/agent/workspace/pangu_build_component_vendor/xbuilder-script/build/api/corgi.sh [2025-07-02T06:41:00.931Z] + callback_corgi_status vendor failure [2025-07-02T06:41:00.931Z] + local task_type=vendor [2025-07-02T06:41:00.931Z] + local result=failure [2025-07-02T06:41:00.931Z] + [[ -z vendor ]] [2025-07-02T06:41:00.931Z] + [[ -z failure ]] [2025-07-02T06:41:00.931Z] + local file_dir= [2025-07-02T06:41:00.931Z] + local cust_version= [2025-07-02T06:41:00.931Z] + local artifacts_comp_file= [2025-07-02T06:41:00.931Z] + [[ ! -d '' ]] [2025-07-02T06:41:00.931Z] + [[ -n '' ]] [2025-07-02T06:41:00.931Z] + retry -s 10 -t 10 -e timeout 60s python3 /home/jenkins/agent/workspace/pangu_build_component_vendor/xbuilder-script/build/api/send_mq.py --type=vendor --result=failure --artfs= --cust= --artfs_comp= [2025-07-02T06:41:00.931Z] can not find atest_suite_generate_result.txt [2025-07-02T06:41:00.931Z] {"id": 6079118, "taskType": "vendor", "buildUrl": "https://builder03.pt.miui.com/job/pangu_build_component_vendor/441631/", "result": "failure", "custVersion": "", "machine": "pangu-build-component-vendor-441631-0xff8-fg3kw-gntwp", "outFiles": [], "atestSuiteGenerateResult": "", "malteseRunId": "0", "errorCode": "120034", "codeOwner": "", "description": "FAILED报错,编译问题", "repositoryOwner": ""} [2025-07-02T06:41:00.931Z] Send message status: SendStatus.OK, msgId: 0A0F7950B4B50BE3D34B084CF15C0000 [2025-07-02T06:41:00.931Z] + status=0 [2025-07-02T06:41:00.931Z] + [[ 0 == \1\2\4 ]] [2025-07-02T06:41:00.931Z] + [[ 0 == \1 ]] [2025-07-02T06:41:00.931Z] + source /home/jenkins/agent/workspace/pangu_build_component_vendor/xbuilder-script/build/api/timedate.sh [2025-07-02T06:41:00.931Z] + record_timestamp total failure [2025-07-02T06:41:00.931Z] + local stage=total [2025-07-02T06:41:00.931Z] + local status=failure [2025-07-02T06:41:00.931Z] ++ date +%s%3N [2025-07-02T06:41:00.931Z] + local timestamp=1751438460410 [2025-07-02T06:41:00.931Z] + local time_tracking_raw_file=/home/jenkins/agent/workspace/pangu_build_component_vendor/time_tracking_raw.txt [2025-07-02T06:41:00.931Z] + echo total:failure:1751438460410 [2025-07-02T06:41:00.931Z] + record_timestamp 'post build' start [2025-07-02T06:41:00.931Z] + local 'stage=post build' [2025-07-02T06:41:00.931Z] + local status=start [2025-07-02T06:41:00.931Z] ++ date +%s%3N [2025-07-02T06:41:00.931Z] + local timestamp=1751438460411 [2025-07-02T06:41:00.931Z] + local time_tracking_raw_file=/home/jenkins/agent/workspace/pangu_build_component_vendor/time_tracking_raw.txt [2025-07-02T06:41:00.931Z] + echo 'post build:start:1751438460411' [2025-07-02T06:41:00.931Z] + echo 'copy repo record' [2025-07-02T06:41:00.931Z] copy repo record [2025-07-02T06:41:00.931Z] + export BUILD_HOME=/home/work/data/miui_codes/build_home_rom [2025-07-02T06:41:00.931Z] + BUILD_HOME=/home/work/data/miui_codes/build_home_rom [2025-07-02T06:41:00.931Z] + [[ -s /home/work/data/miui_codes/build_home_rom/.repo/.repo_fetchtimes.json ]] [2025-07-02T06:41:00.931Z] + cp /home/work/data/miui_codes/build_home_rom/.repo/.repo_fetchtimes.json /home/jenkins/agent/workspace/pangu_build_component_vendor/.repo_fetchtimes.json [2025-07-02T06:41:00.931Z] + [[ -s /home/work/data/miui_codes/build_home_rom/.repo/.repo_checkouttimes.json ]] [2025-07-02T06:41:00.931Z] + cp /home/work/data/miui_codes/build_home_rom/.repo/.repo_checkouttimes.json /home/jenkins/agent/workspace/pangu_build_component_vendor/.repo_checkouttimes.json [2025-07-02T06:41:00.931Z] + echo 'cleaning up the old build workspace(build_home_rom*)...' [2025-07-02T06:41:00.931Z] cleaning up the old build workspace(build_home_rom*)... [2025-07-02T06:41:00.931Z] + rm -rf /home/work/data/miui_codes/build_home_rom /home/work/data/miui_codes/build_home_rom-hal-merged /home/work/data/miui_codes/build_home_rom-hal-upper /home/work/data/miui_codes/build_home_rom-hal-work /home/work/data/miui_codes/build_home_rom-krn-merged /home/work/data/miui_codes/build_home_rom-krn-upper /home/work/data/miui_codes/build_home_rom-krn-work /home/work/data/miui_codes/build_home_rom-vext-merged /home/work/data/miui_codes/build_home_rom-vext-upper /home/work/data/miui_codes/build_home_rom-vext-work [2025-07-02T06:41:48.256Z] + true [2025-07-02T06:41:48.265Z] [Pipeline] archiveArtifacts [2025-07-02T06:41:48.269Z] Archiving artifacts [2025-07-02T06:41:48.638Z] [Pipeline] step [2025-07-02T06:41:48.655Z] [Pipeline] logParser
07-03
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值