Do Patchset Updates (PSU's) Change the Oracle Release Version/Fifth Digit? [ID 861152.1]



Do Patchset Updates (PSU's) Change the Oracle Release Version/Fifth Digit? [ID 861152.1]


Modified08-SEP-2011TypeHOWTOStatusPUBLISHED

In this Document
Goal
Solution
References


Applies to:

OracleServer - Enterprise Edition - Version: 10.2.0.4 to 11.2.0.2 - Release: 10.2 to11.2
Information in this document applies to anyplatform.

Goal

Thisarticle helps to find whether PSU released for Oracle Database Server10gR2 ( 10.2.0.x ) and 11gR1 (11.1.0.x) and 11g R2 (11.2.0.x) change the database version.

Solution

Do Patchset Updates (PSU's) Change the Oracle ReleaseVersion/Fifth Digit?

Answer: NO.

The PSU i.e 10.2.0.4.x/10.2.0.5.x , 11.1.0.7.x and11.2.0.1.x/11.2.0.2.x released for Oracle Database Server version10.2.0.4.0/10.2.0.5.x , 11.1..0.7.0 and 11.2.0.1.0/11.2.0.2.0respectively does NOT change the database version .ThatmeansPSU 10.2.0.4.x /10.2.0.5.x, 11.1.0.7.x, 11.2.0.1.x /11.2.0.2.x( where x is the fifth digit ) does NOT change the 5th digit of the OracleDatabase Server version.

After applying the PSU 10.2.0.4.x/10.2.0.5.x ,11.1.0.7.x,11.2.0.1.x/11.2.0.2.x "opatch lsinventory"still shows theversion as 10.2.0.4.0/10.2.0.5.0 for Oracle 10g R2, 11.1.0.7 for Oracle 11gR1 and 11.2.0.1 /11.2.0.2 for Oracle 11g R2

PSU'salsowill notchange the version of oracle binaries (likesqlplus, exp/imp etc.)

Note : It is also applicable for the Oracle Enterprise ManagerGrid Control and EM Agent

Although Patch Set Updates are referenced by their 5-place version number, withthe 10.2 , 11.1 and 11.2 PSUs the product banners and Oracle UniversalInstaller (OUI) information are not updated with the new version number. Forthe 10.2 ,11.1 and 11.2 PSUs, use the OPatch inventory information to determinethe PSU version currently installed.

example:

> opatch lsinventory

And compare it to the version table listed in

Note 854428.1Patch Set Updates forOracle Products

Section 7, "Determining the Patch Set Update Version"

or

1. Make sure your opatch version is at or above

  • 10.2.0.4.5 for version 10.2 ORACLE_HOMEs
  • 11.1.0.6.5 for version 11.1 ORACLE_HOMEs
  • 11.2.0.1.0 for version 11.1 ORACLE_HOMEs

$ opatch version
InvokingOPatch 10.2.0.4.8

OPatchVersion: 10.2.0.4.8

2. Verify if PSU is installed in the ORACLE_HOME

$ opatch lsinv -bugs_fixed | grep PSU

85761568833280 Tue Feb 09 16:54:18 MST 2010 DATABASE PSU 10.2.0.4.3 (INCLUDESCPUJUL2009)
88332808833280 Tue Feb 09 16:54:18 MST 2010 DATABASE PSU 10.2.0.4.4 (INCLUDESCPUOCT2009)


3. Verify the PSU Post Install steps were run in the DB

select substr(action_time,1,30)action_time,
substr(id,1,10) id,
substr(action,1,10) action,
substr(version,1,8) version,
substr(BUNDLE_SERIES,1,6) bundle,
substr(comments,1,20) comments
from registry$history;

ACTION_TIMEID ACTION VERSION BUNDLE COMMENTS
---------------------------- -------- -------- ------ --------------
23-AUG-10 07.28.02.856762 AM 4APPLY 10.2.0.4 PSU PSU 10.2.0.4.3
23-AUG-10 07.31.48.001892 AM 1APPLY 10.2.0.4 PSU PSU 10.2.0.4.4

Note: The registry$history will not contain the row showingthe PSU Post Install step was executed unless catbundle.sql is executed.This means if the Post Install steps were skipped because the db was upgradedor created after installing the PSU, this row will not exist

-------------------------------------------------------------------------------------------------------

Blog: http://blog.youkuaiyun.com/tianlesoftware

Weibo: http://weibo.com/tianlesoftware

Email: dvd.dba@gmail.com

DBA1 群:62697716(满); DBA2 群:62697977(满)DBA3 群:62697850(满)

DBA 超级群:63306533(满); DBA4 群:83829929(满) DBA5群: 142216823(满)

DBA6 群:158654907(满) DBA7 群:69087192(满)DBA8 群:172855474

DBA 超级群2:151508914 DBA9群:102954821 聊天 群:40132017(满)

--加群需要在备注说明Oracle表空间和数据文件的关系,否则拒绝申请

[2025-10-09T07:39:28.999Z] change_url: http://gerrit.scm.adc.com:8080/#/c/40424682/1 cherry_pick_result_dict: Successfully [2025-10-09T07:39:28.999Z] change_url: http://gerrit.scm.adc.com:8080/#/c/40526967/2 cherry_pick_result_dict: Successfully [2025-10-09T07:39:28.999Z] Traceback (most recent call last): [2025-10-09T07:39:28.999Z] File "build_stage/download.py", line 43, in <module> [2025-10-09T07:39:28.999Z] main() [2025-10-09T07:39:28.999Z] File "/work/0004/workspace/Build_S_BP/24173/script/common/utils.py", line 549, in wrapper [2025-10-09T07:39:28.999Z] _update_timing_field(es, index_name, duration, timing_field) [2025-10-09T07:39:28.999Z] File "/work/0004/workspace/Build_S_BP/24173/script/common/utils.py", line 416, in _update_timing_field [2025-10-09T07:39:28.999Z] search_res = es.search(index=index_name, body=query, size=1) [2025-10-09T07:39:28.999Z] File "/usr/local/lib/python2.7/dist-packages/elasticsearch/client/utils.py", line 347, in _wrapped [2025-10-09T07:39:28.999Z] return func(*args, params=params, headers=headers, **kwargs) [2025-10-09T07:39:28.999Z] File "/usr/local/lib/python2.7/dist-packages/elasticsearch/client/__init__.py", line 1826, in search [2025-10-09T07:39:28.999Z] body=body, [2025-10-09T07:39:28.999Z] File "/usr/local/lib/python2.7/dist-packages/elasticsearch/transport.py", line 466, in perform_request [2025-10-09T07:39:28.999Z] raise e [2025-10-09T07:39:28.999Z] elasticsearch.exceptions.NotFoundError: NotFoundError(404, u'index_not_found_exception', u'no such index [chip_components_2025_10]', chip_components_2025_10, index_or_alias) [Pipeline] } [Pipeline] // stage [Pipeline] echo [2025-10-09T07:39:29.059Z] hudson.AbortException: script returned exit code 1 [Pipeline] stage [Pipeline] { (package) [Pipeline] sh [2025-10-09T07:39:29.412Z] + cd /work/0004/workspace/Build_S_BP/24173/script/build_t/bp/ [2025-10-09T07:39:29.412Z] + python -O build_stage/package.py [2025-10-09T07:39:29.668Z] [BUILD_LOG 2025-10-09 15:39:29,489 INFO] tag.py-getTagInfo: tag_info = {'static_apk_url': '', 'apk_absolute_path': '', 'xml_absolute_path': 'http://gpw14.myoas.com:80/artifactory/manifest-snapshot-local/202509/s-v-release-15.0.2/bp/MT6835_bp_2025091923387319e8_user.xml', 'static_apk_jfrogpath': '', 'compile_xml_tag': 'ab98c80f9a8d196c81d6b9f907fe676cc808629b', 'script_tag': '383e6a963f573fbcd8ef751088365f352c440a16', 'xml_relative_path': 'XML_INFO/MT6835_bp_2025091923387319e8_user.xml', 'static_apk_tag': '', 'static_apk_name': '', 'tag_type': 'ini'} [2025-10-09T07:39:29.668Z] [BUILD_LOG 2025-10-09 15:39:29,491 INFO] tag.py-getTagInfo: [TAGINFO] tag_info = {'static_apk_url': '', 'apklistPatch': [], 'apk_absolute_path': '', 'xml_absolute_path': 'http://gpw14.myoas.com:80/artifactory/manifest-snapshot-local/202509/s-v-release-15.0.2/bp/MT6835_bp_2025091923387319e8_user.xml', 'static_apk_jfrogpath': '', 'codePatch': [u'http://gerrit.scm.adc.com:8080/#/c/40424682/1', u'http://gerrit.scm.adc.com:8080/#/c/40526967/2'], 'compile_xml_tag': 'ab98c80f9a8d196c81d6b9f907fe676cc808629b', 'script_tag': '383e6a963f573fbcd8ef751088365f352c440a16', 'modemPatch': {}, 'xml_relative_path': 'XML_INFO/MT6835_bp_2025091923387319e8_user.xml', 'static_apk_tag': '', 'static_apk_name': '', 'tag_type': 'ini'} [2025-10-09T07:39:29.668Z] [BUILD_LOG 2025-10-09 15:39:29,509 ERROR] utils.py-Copy: source /work/0004/workspace/Build_S_BP/24173/code/source/bp/target_elfs/about.html doesn't exits [2025-10-09T07:39:29.668Z] [BUILD_LOG 2025-10-09 15:39:29,509 INFO] package.py-__init__: Package init... [2025-10-09T07:39:29.668Z] BPEnvVariable getIdentifier [2025-10-09T07:39:29.668Z] sql_cmd is : select isSupportReuseVersion from CCM_S2_0_Build_S_BP where ccmBuildHistoryId='33458282' [2025-10-09T07:39:29.668Z] [INFO]reuseBaseCcmBuildHistoryId is: None [2025-10-09T07:39:29.668Z] [tagInfo]tag_info['modemPatch'] is: {} [2025-10-09T07:39:29.668Z] self.TAGINFO = {'static_apk_url': '', 'apklistPatch': [], 'apk_absolute_path': '', 'xml_absolute_path': 'http://gpw14.myoas.com:80/artifactory/manifest-snapshot-local/202509/s-v-release-15.0.2/bp/MT6835_bp_2025091923387319e8_user.xml', 'static_apk_jfrogpath': '', 'codePatch': [u'http://gerrit.scm.adc.com:8080/#/c/40424682/1', u'http://gerrit.scm.adc.com:8080/#/c/40526967/2'], 'compile_xml_tag': 'ab98c80f9a8d196c81d6b9f907fe676cc808629b', 'script_tag': '383e6a963f573fbcd8ef751088365f352c440a16', 'modemPatch': {}, 'xml_relative_path': 'XML_INFO/MT6835_bp_2025091923387319e8_user.xml', 'static_apk_tag': '', 'static_apk_name': '', 'tag_type': 'ini'} [2025-10-09T07:39:29.668Z] soc is: MTK [2025-10-09T07:39:29.668Z] bp_path_name is: bp [2025-10-09T07:39:29.668Z] [INFO]remote_build_type is: False [2025-10-09T07:39:29.668Z] [ES] Successfully connected to Elasticsearch [2025-10-09T07:39:29.668Z] Traceback (most recent call last): [2025-10-09T07:39:29.668Z] File "build_stage/package.py", line 43, in <module> [2025-10-09T07:39:29.668Z] main() [2025-10-09T07:39:29.668Z] File "/work/0004/workspace/Build_S_BP/24173/script/common/utils.py", line 542, in wrapper [2025-10-09T07:39:29.668Z] _update_es_status(es, index_name, index_type, build_level) [2025-10-09T07:39:29.668Z] File "/work/0004/workspace/Build_S_BP/24173/script/common/utils.py", line 384, in _update_es_status [2025-10-09T07:39:29.668Z] search_res = es.search(index=index_name, body=query, size=1) [2025-10-09T07:39:29.668Z] File "/usr/local/lib/python2.7/dist-packages/elasticsearch/client/utils.py", line 347, in _wrapped [2025-10-09T07:39:29.668Z] return func(*args, params=params, headers=headers, **kwargs) [2025-10-09T07:39:29.668Z] File "/usr/local/lib/python2.7/dist-packages/elasticsearch/client/__init__.py", line 1826, in search [2025-10-09T07:39:29.668Z] body=body, [2025-10-09T07:39:29.668Z] File "/usr/local/lib/python2.7/dist-packages/elasticsearch/transport.py", line 466, in perform_request [2025-10-09T07:39:29.668Z] raise e [2025-10-09T07:39:29.668Z] elasticsearch.exceptions.NotFoundError: NotFoundError(404, u'index_not_found_exception', u'no such index [chip_components_2025_10]', chip_components_2025_10, index_or_alias) [Pipeline] } [Pipeline] // stage [Pipeline] echo [2025-10-09T07:39:29.718Z] hudson.AbortException: script returned exit code 1 [Pipeline] stage [Pipeline] { (archive) [Pipeline] sh [2025-10-09T07:39:30.067Z] + cd /work/0004/workspace/Build_S_BP/24173/script/build_t/bp/ [2025-10-09T07:39:30.067Z] + python -O build_stage/archive_jfrog.py [2025-10-09T07:39:30.323Z] [BUILD_LOG 2025-10-09 15:39:30,168 INFO] tag.py-getTagInfo: tag_info = {'static_apk_url': '', 'apk_absolute_path': '', 'xml_absolute_path': 'http://gpw14.myoas.com:80/artifactory/manifest-snapshot-local/202509/s-v-release-15.0.2/bp/MT6835_bp_2025091923387319e8_user.xml', 'static_apk_jfrogpath': '', 'compile_xml_tag': 'ab98c80f9a8d196c81d6b9f907fe676cc808629b', 'script_tag': '383e6a963f573fbcd8ef751088365f352c440a16', 'xml_relative_path': 'XML_INFO/MT6835_bp_2025091923387319e8_user.xml', 'static_apk_tag': '', 'static_apk_name': '', 'tag_type': 'ini'} [2025-10-09T07:39:30.323Z] [BUILD_LOG 2025-10-09 15:39:30,169 INFO] tag.py-getTagInfo: [TAGINFO] tag_info = {'static_apk_url': '', 'apklistPatch': [], 'apk_absolute_path': '', 'xml_absolute_path': 'http://gpw14.myoas.com:80/artifactory/manifest-snapshot-local/202509/s-v-release-15.0.2/bp/MT6835_bp_2025091923387319e8_user.xml', 'static_apk_jfrogpath': '', 'codePatch': [u'http://gerrit.scm.adc.com:8080/#/c/40424682/1', u'http://gerrit.scm.adc.com:8080/#/c/40526967/2'], 'compile_xml_tag': 'ab98c80f9a8d196c81d6b9f907fe676cc808629b', 'script_tag': '383e6a963f573fbcd8ef751088365f352c440a16', 'modemPatch': {}, 'xml_relative_path': 'XML_INFO/MT6835_bp_2025091923387319e8_user.xml', 'static_apk_tag': '', 'static_apk_name': '', 'tag_type': 'ini'} [2025-10-09T07:39:30.323Z] [Info] [Thread 15] Uploading artifact: common/tag.ini [2025-10-09T07:39:30.323Z] [Info] [Thread 7] Uploading artifact: common/compile_detail.info [2025-10-09T07:39:30.323Z] [Info] [Thread 8] Uploading artifact: common/compile.info [2025-10-09T07:39:30.578Z] [Info] Setting properties... [2025-10-09T07:39:30.578Z] [Info] [Thread 2] Setting properties on: component-bp-snapshot-local/patch/cellPhone/Android15/MT6835/Release_Maintain/00.1.00015023/00.1.00015023-20251009152520-33837650/ [2025-10-09T07:39:30.835Z] [Info] Done setting properties. [2025-10-09T07:39:30.835Z] { [2025-10-09T07:39:30.835Z] "status": "success", [2025-10-09T07:39:30.835Z] "totals": { [2025-10-09T07:39:30.835Z] "success": 1, [2025-10-09T07:39:30.835Z] "failure": 0 [2025-10-09T07:39:30.835Z] } [2025-10-09T07:39:30.835Z] } [2025-10-09T07:39:30.835Z] [BUILD_LOG 2025-10-09 15:39:30,639 INFO] utils.py-CountTime: main cost time: 0m 0s [2025-10-09T07:39:30.835Z] BPEnvVariable getIdentifier [2025-10-09T07:39:30.835Z] sql_cmd is : select isSupportReuseVersion from CCM_S2_0_Build_S_BP where ccmBuildHistoryId='33458282' [2025-10-09T07:39:30.835Z] [INFO]reuseBaseCcmBuildHistoryId is: None [2025-10-09T07:39:30.835Z] [tagInfo]tag_info['modemPatch'] is: {} [2025-10-09T07:39:30.835Z] self.TAGINFO = {'static_apk_url': '', 'apklistPatch': [], 'apk_absolute_path': '', 'xml_absolute_path': 'http://gpw14.myoas.com:80/artifactory/manifest-snapshot-local/202509/s-v-release-15.0.2/bp/MT6835_bp_2025091923387319e8_user.xml', 'static_apk_jfrogpath': '', 'codePatch': [u'http://gerrit.scm.adc.com:8080/#/c/40424682/1', u'http://gerrit.scm.adc.com:8080/#/c/40526967/2'], 'compile_xml_tag': 'ab98c80f9a8d196c81d6b9f907fe676cc808629b', 'script_tag': '383e6a963f573fbcd8ef751088365f352c440a16', 'modemPatch': {}, 'xml_relative_path': 'XML_INFO/MT6835_bp_2025091923387319e8_user.xml', 'static_apk_tag': '', 'static_apk_name': '', 'tag_type': 'ini'} [2025-10-09T07:39:30.835Z] soc is: MTK [2025-10-09T07:39:30.835Z] bp_path_name is: bp [2025-10-09T07:39:30.835Z] [INFO]remote_build_type is: False [2025-10-09T07:39:30.835Z] [ES] Successfully connected to Elasticsearch [2025-10-09T07:39:30.835Z] ---------2025-10-09 15:39:30,Upload Jfrog start ...---------- [2025-10-09T07:39:30.835Z] [JFrog cmd:] /work/jfrog rt u ./ component-bp-snapshot-local/patch/cellPhone/Android15/MT6835/Release_Maintain/00.1.00015023/00.1.00015023-20251009152520-33837650/ --url=http://gpw21.myoas.com/artifactory --user=**** --password=**** --retries=6 --threads=16 --flat=false --include-dirs --symlinks=true --exclusions="*.md5;*.sha256;*.sha1;r_ini_lock" > /work/0004/workspace/Build_S_BP/24173/code/08529088ac93fa0454c6c4d885178d8206d380748a01b52af5b4b7d70da93e28 [2025-10-09T07:39:30.835Z] j_upload_log for /work/0004/workspace/Build_S_BP/24173/package is : { [2025-10-09T07:39:30.835Z] "status": "success", [2025-10-09T07:39:30.835Z] "totals": { [2025-10-09T07:39:30.835Z] "success": 3, [2025-10-09T07:39:30.835Z] "failure": 0 [2025-10-09T07:39:30.835Z] } [2025-10-09T07:39:30.835Z] } [2025-10-09T07:39:30.835Z] [2025-10-09T07:39:30.835Z] ---------2025-10-09 15:39:30,Upload Jfrog end ...---------- [2025-10-09T07:39:30.835Z] [JFrog cmd:] /work/jfrog rt sp component-bp-snapshot-local/patch/cellPhone/Android15/MT6835/Release_Maintain/00.1.00015023/00.1.00015023-20251009152520-33837650 "JENKINS_BUILD_URL=http://10.234.27.234:8089/jenkins/job/Build_S_BP/24173/;version=00.1.00015023.2025100915252033837650;versionType=release;ccm_url=https://noah.myoas.com/micro-app/ccm/template/soc?id\=199601&componentType\=BP&indexTab\=all&isFromDrawer\=true&FromRecord\=socDetail&vendor\=MT6835&activeTab\=buildRecord&recordId\=33837650&componentHistoryId\=33837650&FromInnerRecord\=socBuildDetail;expireDate=2025-11-12;isTagPatchVersion=true" --include-dirs --url=http://gpw21.myoas.com/artifactory --user=**** --password=**** --recursive=false [2025-10-09T07:39:30.835Z] Traceback (most recent call last): [2025-10-09T07:39:30.835Z] File "build_stage/archive_jfrog.py", line 29, in <module> [2025-10-09T07:39:30.835Z] main() [2025-10-09T07:39:30.835Z] File "/work/0004/workspace/Build_S_BP/24173/script/common/utils.py", line 549, in wrapper [2025-10-09T07:39:30.835Z] _update_timing_field(es, index_name, duration, timing_field) [2025-10-09T07:39:30.835Z] File "/work/0004/workspace/Build_S_BP/24173/script/common/utils.py", line 416, in _update_timing_field [2025-10-09T07:39:30.835Z] search_res = es.search(index=index_name, body=query, size=1) [2025-10-09T07:39:30.835Z] File "/usr/local/lib/python2.7/dist-packages/elasticsearch/client/utils.py", line 347, in _wrapped [2025-10-09T07:39:30.835Z] return func(*args, params=params, headers=headers, **kwargs) [2025-10-09T07:39:30.835Z] File "/usr/local/lib/python2.7/dist-packages/elasticsearch/client/__init__.py", line 1826, in search [2025-10-09T07:39:30.835Z] body=body, [2025-10-09T07:39:30.835Z] File "/usr/local/lib/python2.7/dist-packages/elasticsearch/transport.py", line 466, in perform_request [2025-10-09T07:39:30.835Z] raise e [2025-10-09T07:39:30.835Z] elasticsearch.exceptions.NotFoundError: NotFoundError(404, u'index_not_found_exception', u'no such index [chip_components_2025_10]', chip_components_2025_10, index_or_alias) [Pipeline] } [Pipeline] // stage [Pipeline] echo [2025-10-09T07:39:30.893Z] hudson.AbortException: script returned exit code 1 [Pipeline] stage [Pipeline] { (callback) [Pipeline] sh [2025-10-09T07:39:31.216Z] + cd /work/0004/workspace/Build_S_BP/24173/script/build_t/bp/ [2025-10-09T07:39:31.216Z] + python -O build_stage/callback_ccm.py --build_stop [2025-10-09T07:39:31.472Z] [BUILD_LOG 2025-10-09 15:39:31,291 INFO] tag.py-getTagInfo: tag_info = {'static_apk_url': '', 'apk_absolute_path': '', 'xml_absolute_path': 'http://gpw14.myoas.com:80/artifactory/manifest-snapshot-local/202509/s-v-release-15.0.2/bp/MT6835_bp_2025091923387319e8_user.xml', 'static_apk_jfrogpath': '', 'compile_xml_tag': 'ab98c80f9a8d196c81d6b9f907fe676cc808629b', 'script_tag': '383e6a963f573fbcd8ef751088365f352c440a16', 'xml_relative_path': 'XML_INFO/MT6835_bp_2025091923387319e8_user.xml', 'static_apk_tag': '', 'static_apk_name': '', 'tag_type': 'ini'} [2025-10-09T07:39:31.472Z] [BUILD_LOG 2025-10-09 15:39:31,294 INFO] tag.py-getTagInfo: [TAGINFO] tag_info = {'static_apk_url': '', 'apklistPatch': [], 'apk_absolute_path': '', 'xml_absolute_path': 'http://gpw14.myoas.com:80/artifactory/manifest-snapshot-local/202509/s-v-release-15.0.2/bp/MT6835_bp_2025091923387319e8_user.xml', 'static_apk_jfrogpath': '', 'codePatch': [u'http://gerrit.scm.adc.com:8080/#/c/40424682/1', u'http://gerrit.scm.adc.com:8080/#/c/40526967/2'], 'compile_xml_tag': 'ab98c80f9a8d196c81d6b9f907fe676cc808629b', 'script_tag': '383e6a963f573fbcd8ef751088365f352c440a16', 'modemPatch': {}, 'xml_relative_path': 'XML_INFO/MT6835_bp_2025091923387319e8_user.xml', 'static_apk_tag': '', 'static_apk_name': '', 'tag_type': 'ini'} [2025-10-09T07:39:31.472Z] [BUILD_LOG 2025-10-09 15:39:31,324 INFO] static_xml.py-__init__: static_xml_file = /work/0004/workspace/Build_S_BP/24173/code/source/bp/MT6835_bp_202510091528f48099_user.xml [2025-10-09T07:39:31.472Z] [BUILD_LOG 2025-10-09 15:39:31,324 INFO] callback_ccm.py-callback_ccm: ccm callback cmd is : curl -H "Content-Type:application/json" -w ' [2025-10-09T07:39:31.472Z] callback_result:%{http_code} [2025-10-09T07:39:31.473Z] ' --max-time 60 -XPOST -H "x-token:2c6ebc3e7cba9267b509defcb559803f" https://panter.myoas.com/api/v1/components -d '{"xml_absolute_path": "http://gpw14.myoas.com:80/artifactory/manifest-snapshot-local/202510/s-v-release-15.0.2/bp/MT6835_bp_202510091528f48099_user.xml", "repo_init_command": "repo init -u ssh://gerrit.scm.adc.com:29418/oplus/platform/manifest -b v/release-15.0.2 -m BP/bp_mt6835_24e_nr17r1mp5_maintain-14.1.xml --repo-branch=update --reference=/work/oppo_mirror --no-repo-verify;", "component_result": "fail", "build_parma": {"componentType": "BP", "pipeline": {"resultCallbackUrl": "http://gcode-ccm-api.myoas.com/component-service/external/callback/component/jenkins-build-result/33837650", "ccm_component_hash_fixed_callback_url": "https://gcode-ccm-api.myoas.com/single-service/jenkins/callback/component/record/hashFixed/33837650", "expireDate": "2025-11-12", "ccmBuildHistoryId": "33837650", "ccmUrl": "https://noah.myoas.com/micro-app/ccm/template/soc?id=199601&componentType=BP&indexTab=all&isFromDrawer=true&FromRecord=socDetail&vendor=MT6835&activeTab=buildRecord&recordId=33837650&componentHistoryId=33837650&FromInnerRecord=socBuildDetail", "buildTimeCallbackUrl": "http://gcode-ccm-api.myoas.com/component-service/external/callback/component/buildTime/component/33837650", "startTime": "20251009152520", "isSupportReuseVersion": "true", "jenkinEnv": "prod", "submitUsername": "V96817792", "purpose": "general"}, "patchInfo": {"baseCcmBuildHistoryId": "33458282", "patchSet": [{"type": "code", "gerritUrl": "http://gerrit.scm.adc.com:8080/#/c/40424682/1"}, {"type": "code", "gerritUrl": "http://gerrit.scm.adc.com:8080/#/c/40526967/2"}], "baseVersionAddress": "http://gpw21.myoas.com/artifactory/component-bp-snapshot-local/patch/cellPhone/Android15/MT6835/Release_Maintain/00.1.00015023/00.1.00015023-20250919233722-33458282/"}, "prop": {"OPLUS_CCM_PLATFORM": "MT6835", "OPLUS_CCM_VERSION_TYPE": "release", "OPLUS_CCM_XML_NAME": "BP/bp_mt6835_24e_nr17r1mp5_maintain-14.1.xml", "OPLUS_CCM_CFG_FILE": "bp/mt6835/bp_compile.xml", "OPLUS_CCM_DOWNLOAD_CODE_BY_GROUP": "false", "OPLUS_CCM_CFG_BRANCH": "v/release-15.0.2", "OPLUS_CCM_JFROG_URL": "http://gpw21.myoas.com/artifactory/component-bp-snapshot-local/patch/cellPhone/Android15/MT6835/Release_Maintain/00.1.00015023/00.1.00015023-20251009152520-33837650/", "OPLUS_CCM_BASE_URL": "oplus/platform/manifest", "OPLUS_CCM_LIMIT_ANDROID_API_LEVEL": "35", "OPLUS_CCM_CALCULATE_VSDK_HASH": "true", "OPLUS_CCM_BRANCH_TYPE": "Release_Maintain", "OPLUS_CCM_MANIFEST_BRANCH": "v/release-15.0.2", "OPLUS_CCM_SOC": "MTK", "OPLUS_CCM_COMPONENT_VERSION": "00.1.00015023.2025100915252033837650", "OPLUS_CCM_GERRIT_HOST": "http://gerrit.scm.adc.com:8080"}}}' [2025-10-09T07:39:31.473Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-10-09T07:39:31.473Z] Dload Upload Total Spent Left Speed [2025-10-09T07:39:31.473Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2625 100 21 100 2604 165 20512 --:--:-- --:--:-- --:--:-- 20666 [2025-10-09T07:39:31.728Z] [BUILD_LOG 2025-10-09 15:39:31,470 INFO] callback_ccm.py-callback_ccm: ccm callback cmd result :Internal Server Error [2025-10-09T07:39:31.728Z] callback_result:500 [2025-10-09T07:39:31.728Z] [2025-10-09T07:39:32.656Z] [BUILD_LOG 2025-10-09 15:39:32,471 INFO] callback_ccm.py-callback_ccm: ccm callback cmd is : curl -H "Content-Type:application/json" -w ' [2025-10-09T07:39:32.656Z] callback_result:%{http_code} [2025-10-09T07:39:32.656Z] ' --max-time 60 -XPOST -H "x-token:2c6ebc3e7cba9267b509defcb559803f" https://panter.myoas.com/api/v1/components -d '{"xml_absolute_path": "http://gpw14.myoas.com:80/artifactory/manifest-snapshot-local/202510/s-v-release-15.0.2/bp/MT6835_bp_202510091528f48099_user.xml", "repo_init_command": "repo init -u ssh://gerrit.scm.adc.com:29418/oplus/platform/manifest -b v/release-15.0.2 -m BP/bp_mt6835_24e_nr17r1mp5_maintain-14.1.xml --repo-branch=update --reference=/work/oppo_mirror --no-repo-verify;", "component_result": "fail", "build_parma": {"componentType": "BP", "pipeline": {"resultCallbackUrl": "http://gcode-ccm-api.myoas.com/component-service/external/callback/component/jenkins-build-result/33837650", "ccm_component_hash_fixed_callback_url": "https://gcode-ccm-api.myoas.com/single-service/jenkins/callback/component/record/hashFixed/33837650", "expireDate": "2025-11-12", "ccmBuildHistoryId": "33837650", "ccmUrl": "https://noah.myoas.com/micro-app/ccm/template/soc?id=199601&componentType=BP&indexTab=all&isFromDrawer=true&FromRecord=socDetail&vendor=MT6835&activeTab=buildRecord&recordId=33837650&componentHistoryId=33837650&FromInnerRecord=socBuildDetail", "buildTimeCallbackUrl": "http://gcode-ccm-api.myoas.com/component-service/external/callback/component/buildTime/component/33837650", "startTime": "20251009152520", "isSupportReuseVersion": "true", "jenkinEnv": "prod", "submitUsername": "V96817792", "purpose": "general"}, "patchInfo": {"baseCcmBuildHistoryId": "33458282", "patchSet": [{"type": "code", "gerritUrl": "http://gerrit.scm.adc.com:8080/#/c/40424682/1"}, {"type": "code", "gerritUrl": "http://gerrit.scm.adc.com:8080/#/c/40526967/2"}], "baseVersionAddress": "http://gpw21.myoas.com/artifactory/component-bp-snapshot-local/patch/cellPhone/Android15/MT6835/Release_Maintain/00.1.00015023/00.1.00015023-20250919233722-33458282/"}, "prop": {"OPLUS_CCM_PLATFORM": "MT6835", "OPLUS_CCM_VERSION_TYPE": "release", "OPLUS_CCM_XML_NAME": "BP/bp_mt6835_24e_nr17r1mp5_maintain-14.1.xml", "OPLUS_CCM_CFG_FILE": "bp/mt6835/bp_compile.xml", "OPLUS_CCM_DOWNLOAD_CODE_BY_GROUP": "false", "OPLUS_CCM_CFG_BRANCH": "v/release-15.0.2", "OPLUS_CCM_JFROG_URL": "http://gpw21.myoas.com/artifactory/component-bp-snapshot-local/patch/cellPhone/Android15/MT6835/Release_Maintain/00.1.00015023/00.1.00015023-20251009152520-33837650/", "OPLUS_CCM_BASE_URL": "oplus/platform/manifest", "OPLUS_CCM_LIMIT_ANDROID_API_LEVEL": "35", "OPLUS_CCM_CALCULATE_VSDK_HASH": "true", "OPLUS_CCM_BRANCH_TYPE": "Release_Maintain", "OPLUS_CCM_MANIFEST_BRANCH": "v/release-15.0.2", "OPLUS_CCM_SOC": "MTK", "OPLUS_CCM_COMPONENT_VERSION": "00.1.00015023.2025100915252033837650", "OPLUS_CCM_GERRIT_HOST": "http://gerrit.scm.adc.com:8080"}}}' [2025-10-09T07:39:32.656Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-10-09T07:39:32.656Z] Dload Upload Total Spent Left Speed [2025-10-09T07:39:32.656Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2625 100 21 100 2604 160 19942 --:--:-- --:--:-- --:--:-- 20030 [2025-10-09T07:39:32.656Z] [BUILD_LOG 2025-10-09 15:39:32,619 INFO] callback_ccm.py-callback_ccm: ccm callback cmd result :Internal Server Error [2025-10-09T07:39:32.656Z] callback_result:500 [2025-10-09T07:39:32.656Z] [2025-10-09T07:39:34.020Z] [BUILD_LOG 2025-10-09 15:39:33,621 INFO] callback_ccm.py-callback_ccm: ccm callback cmd is : curl -H "Content-Type:application/json" -w ' [2025-10-09T07:39:34.020Z] callback_result:%{http_code} [2025-10-09T07:39:34.021Z] ' --max-time 60 -XPOST -H "x-token:2c6ebc3e7cba9267b509defcb559803f" https://panter.myoas.com/api/v1/components -d '{"xml_absolute_path": "http://gpw14.myoas.com:80/artifactory/manifest-snapshot-local/202510/s-v-release-15.0.2/bp/MT6835_bp_202510091528f48099_user.xml", "repo_init_command": "repo init -u ssh://gerrit.scm.adc.com:29418/oplus/platform/manifest -b v/release-15.0.2 -m BP/bp_mt6835_24e_nr17r1mp5_maintain-14.1.xml --repo-branch=update --reference=/work/oppo_mirror --no-repo-verify;", "component_result": "fail", "build_parma": {"componentType": "BP", "pipeline": {"resultCallbackUrl": "http://gcode-ccm-api.myoas.com/component-service/external/callback/component/jenkins-build-result/33837650", "ccm_component_hash_fixed_callback_url": "https://gcode-ccm-api.myoas.com/single-service/jenkins/callback/component/record/hashFixed/33837650", "expireDate": "2025-11-12", "ccmBuildHistoryId": "33837650", "ccmUrl": "https://noah.myoas.com/micro-app/ccm/template/soc?id=199601&componentType=BP&indexTab=all&isFromDrawer=true&FromRecord=socDetail&vendor=MT6835&activeTab=buildRecord&recordId=33837650&componentHistoryId=33837650&FromInnerRecord=socBuildDetail", "buildTimeCallbackUrl": "http://gcode-ccm-api.myoas.com/component-service/external/callback/component/buildTime/component/33837650", "startTime": "20251009152520", "isSupportReuseVersion": "true", "jenkinEnv": "prod", "submitUsername": "V96817792", "purpose": "general"}, "patchInfo": {"baseCcmBuildHistoryId": "33458282", "patchSet": [{"type": "code", "gerritUrl": "http://gerrit.scm.adc.com:8080/#/c/40424682/1"}, {"type": "code", "gerritUrl": "http://gerrit.scm.adc.com:8080/#/c/40526967/2"}], "baseVersionAddress": "http://gpw21.myoas.com/artifactory/component-bp-snapshot-local/patch/cellPhone/Android15/MT6835/Release_Maintain/00.1.00015023/00.1.00015023-20250919233722-33458282/"}, "prop": {"OPLUS_CCM_PLATFORM": "MT6835", "OPLUS_CCM_VERSION_TYPE": "release", "OPLUS_CCM_XML_NAME": "BP/bp_mt6835_24e_nr17r1mp5_maintain-14.1.xml", "OPLUS_CCM_CFG_FILE": "bp/mt6835/bp_compile.xml", "OPLUS_CCM_DOWNLOAD_CODE_BY_GROUP": "false", "OPLUS_CCM_CFG_BRANCH": "v/release-15.0.2", "OPLUS_CCM_JFROG_URL": "http://gpw21.myoas.com/artifactory/component-bp-snapshot-local/patch/cellPhone/Android15/MT6835/Release_Maintain/00.1.00015023/00.1.00015023-20251009152520-33837650/", "OPLUS_CCM_BASE_URL": "oplus/platform/manifest", "OPLUS_CCM_LIMIT_ANDROID_API_LEVEL": "35", "OPLUS_CCM_CALCULATE_VSDK_HASH": "true", "OPLUS_CCM_BRANCH_TYPE": "Release_Maintain", "OPLUS_CCM_MANIFEST_BRANCH": "v/release-15.0.2", "OPLUS_CCM_SOC": "MTK", "OPLUS_CCM_COMPONENT_VERSION": "00.1.00015023.2025100915252033837650", "OPLUS_CCM_GERRIT_HOST": "http://gerrit.scm.adc.com:8080"}}}' [2025-10-09T07:39:34.021Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-10-09T07:39:34.021Z] Dload Upload Total Spent Left Speed [2025-10-09T07:39:34.021Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2625 100 21 100 2604 162 20173 --:--:-- --:--:-- --:--:-- 20343 [2025-10-09T07:39:34.021Z] [BUILD_LOG 2025-10-09 15:39:33,766 INFO] callback_ccm.py-callback_ccm: ccm callback cmd result :Internal Server Error [2025-10-09T07:39:34.021Z] callback_result:500 [2025-10-09T07:39:34.021Z] [2025-10-09T07:39:34.948Z] [BUILD_LOG 2025-10-09 15:39:34,768 INFO] callback_ccm.py-callback_ccm: ccm callback cmd is : curl -H "Content-Type:application/json" -w ' [2025-10-09T07:39:34.948Z] callback_result:%{http_code} [2025-10-09T07:39:34.948Z] ' --max-time 60 -XPOST -H "x-token:2c6ebc3e7cba9267b509defcb559803f" https://panter.myoas.com/api/v1/components -d '{"xml_absolute_path": "http://gpw14.myoas.com:80/artifactory/manifest-snapshot-local/202510/s-v-release-15.0.2/bp/MT6835_bp_202510091528f48099_user.xml", "repo_init_command": "repo init -u ssh://gerrit.scm.adc.com:29418/oplus/platform/manifest -b v/release-15.0.2 -m BP/bp_mt6835_24e_nr17r1mp5_maintain-14.1.xml --repo-branch=update --reference=/work/oppo_mirror --no-repo-verify;", "component_result": "fail", "build_parma": {"componentType": "BP", "pipeline": {"resultCallbackUrl": "http://gcode-ccm-api.myoas.com/component-service/external/callback/component/jenkins-build-result/33837650", "ccm_component_hash_fixed_callback_url": "https://gcode-ccm-api.myoas.com/single-service/jenkins/callback/component/record/hashFixed/33837650", "expireDate": "2025-11-12", "ccmBuildHistoryId": "33837650", "ccmUrl": "https://noah.myoas.com/micro-app/ccm/template/soc?id=199601&componentType=BP&indexTab=all&isFromDrawer=true&FromRecord=socDetail&vendor=MT6835&activeTab=buildRecord&recordId=33837650&componentHistoryId=33837650&FromInnerRecord=socBuildDetail", "buildTimeCallbackUrl": "http://gcode-ccm-api.myoas.com/component-service/external/callback/component/buildTime/component/33837650", "startTime": "20251009152520", "isSupportReuseVersion": "true", "jenkinEnv": "prod", "submitUsername": "V96817792", "purpose": "general"}, "patchInfo": {"baseCcmBuildHistoryId": "33458282", "patchSet": [{"type": "code", "gerritUrl": "http://gerrit.scm.adc.com:8080/#/c/40424682/1"}, {"type": "code", "gerritUrl": "http://gerrit.scm.adc.com:8080/#/c/40526967/2"}], "baseVersionAddress": "http://gpw21.myoas.com/artifactory/component-bp-snapshot-local/patch/cellPhone/Android15/MT6835/Release_Maintain/00.1.00015023/00.1.00015023-20250919233722-33458282/"}, "prop": {"OPLUS_CCM_PLATFORM": "MT6835", "OPLUS_CCM_VERSION_TYPE": "release", "OPLUS_CCM_XML_NAME": "BP/bp_mt6835_24e_nr17r1mp5_maintain-14.1.xml", "OPLUS_CCM_CFG_FILE": "bp/mt6835/bp_compile.xml", "OPLUS_CCM_DOWNLOAD_CODE_BY_GROUP": "false", "OPLUS_CCM_CFG_BRANCH": "v/release-15.0.2", "OPLUS_CCM_JFROG_URL": "http://gpw21.myoas.com/artifactory/component-bp-snapshot-local/patch/cellPhone/Android15/MT6835/Release_Maintain/00.1.00015023/00.1.00015023-20251009152520-33837650/", "OPLUS_CCM_BASE_URL": "oplus/platform/manifest", "OPLUS_CCM_LIMIT_ANDROID_API_LEVEL": "35", "OPLUS_CCM_CALCULATE_VSDK_HASH": "true", "OPLUS_CCM_BRANCH_TYPE": "Release_Maintain", "OPLUS_CCM_MANIFEST_BRANCH": "v/release-15.0.2", "OPLUS_CCM_SOC": "MTK", "OPLUS_CCM_COMPONENT_VERSION": "00.1.00015023.2025100915252033837650", "OPLUS_CCM_GERRIT_HOST": "http://gerrit.scm.adc.com:8080"}}}' [2025-10-09T07:39:34.948Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-10-09T07:39:34.948Z] Dload Upload Total Spent Left Speed [2025-10-09T07:39:34.948Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2625 100 21 100 2604 160 19851 --:--:-- --:--:-- --:--:-- 19727 100 2625 100 21 100 2604 159 19835 --:--:-- --:--:-- --:--:-- 19727 [2025-10-09T07:39:34.948Z] [BUILD_LOG 2025-10-09 15:39:34,916 INFO] callback_ccm.py-callback_ccm: ccm callback cmd result :Internal Server Error [2025-10-09T07:39:34.948Z] callback_result:500 [2025-10-09T07:39:34.948Z] [2025-10-09T07:39:34.948Z] [BUILD_LOG 2025-10-09 15:39:34,916 INFO] callback_ccm.py-tag_system_callback_ccm: ('Internal Server Error\ncallback_result:500\n',) [2025-10-09T07:39:34.948Z] [BUILD_LOG 2025-10-09 15:39:34,916 INFO] callback_ccm.py-tag_system_callback_ccm: ====== [2025-10-09T07:39:34.948Z] [BUILD_LOG 2025-10-09 15:39:34,917 INFO] callback_ccm.py-tag_system_callback_ccm: Traceback (most recent call last): [2025-10-09T07:39:34.948Z] File "/work/0004/workspace/Build_S_BP/24173/script/build_t/t_common/callback_ccm.py", line 190, in tag_system_callback_ccm [2025-10-09T07:39:34.948Z] utils.RetryRun(self.retry_count,1, callback_ccm, callback_url, callback_data, TAG_TOKEN) [2025-10-09T07:39:34.948Z] File "/work/0004/workspace/Build_S_BP/24173/script/common/utils.py", line 1048, in RetryRun [2025-10-09T07:39:34.948Z] func_result = RetryRun(try_num - 1, sleep_sec, run_func, *params) [2025-10-09T07:39:34.948Z] File "/work/0004/workspace/Build_S_BP/24173/script/common/utils.py", line 1048, in RetryRun [2025-10-09T07:39:34.948Z] func_result = RetryRun(try_num - 1, sleep_sec, run_func, *params) [2025-10-09T07:39:34.948Z] File "/work/0004/workspace/Build_S_BP/24173/script/common/utils.py", line 1048, in RetryRun [2025-10-09T07:39:34.948Z] func_result = RetryRun(try_num - 1, sleep_sec, run_func, *params) [2025-10-09T07:39:34.948Z] File "/work/0004/workspace/Build_S_BP/24173/script/common/utils.py", line 1045, in RetryRun [2025-10-09T07:39:34.948Z] raise e [2025-10-09T07:39:34.948Z] AssertionError: Internal Server Error [2025-10-09T07:39:34.948Z] callback_result:500 [2025-10-09T07:39:34.948Z] [2025-10-09T07:39:34.948Z] [2025-10-09T07:39:34.948Z] BPEnvVariable getIdentifier [2025-10-09T07:39:34.948Z] sql_cmd is : select isSupportReuseVersion from CCM_S2_0_Build_S_BP where ccmBuildHistoryId='33458282' [2025-10-09T07:39:34.948Z] [INFO]reuseBaseCcmBuildHistoryId is: None [2025-10-09T07:39:34.948Z] [tagInfo]tag_info['modemPatch'] is: {} [2025-10-09T07:39:34.949Z] self.TAGINFO = {'static_apk_url': '', 'apklistPatch': [], 'apk_absolute_path': '', 'xml_absolute_path': 'http://gpw14.myoas.com:80/artifactory/manifest-snapshot-local/202509/s-v-release-15.0.2/bp/MT6835_bp_2025091923387319e8_user.xml', 'static_apk_jfrogpath': '', 'codePatch': [u'http://gerrit.scm.adc.com:8080/#/c/40424682/1', u'http://gerrit.scm.adc.com:8080/#/c/40526967/2'], 'compile_xml_tag': 'ab98c80f9a8d196c81d6b9f907fe676cc808629b', 'script_tag': '383e6a963f573fbcd8ef751088365f352c440a16', 'modemPatch': {}, 'xml_relative_path': 'XML_INFO/MT6835_bp_2025091923387319e8_user.xml', 'static_apk_tag': '', 'static_apk_name': '', 'tag_type': 'ini'} [2025-10-09T07:39:34.949Z] soc is: MTK [2025-10-09T07:39:34.949Z] bp_path_name is: bp [2025-10-09T07:39:34.949Z] [INFO]remote_build_type is: False [2025-10-09T07:39:34.949Z] [ES] Successfully connected to Elasticsearch [2025-10-09T07:39:34.949Z] 回调数据: {"msg": "", "result": "fail", "area": ""} [2025-10-09T07:39:34.949Z] 回调结果: 200 [Pipeline] } [Pipeline] // stage [Pipeline] sh [2025-10-09T07:39:35.291Z] + cd /work/0004/workspace/Build_S_BP/24173/script/build_t/bp/ [2025-10-09T07:39:35.291Z] + python -O build_stage/dump_build_info.py [2025-10-09T07:39:35.547Z] [BUILD_LOG 2025-10-09 15:39:35,450 INFO] tag.py-getTagInfo: tag_info = {'static_apk_url': '', 'apk_absolute_path': '', 'xml_absolute_path': 'http://gpw14.myoas.com:80/artifactory/manifest-snapshot-local/202509/s-v-release-15.0.2/bp/MT6835_bp_2025091923387319e8_user.xml', 'static_apk_jfrogpath': '', 'compile_xml_tag': 'ab98c80f9a8d196c81d6b9f907fe676cc808629b', 'script_tag': '383e6a963f573fbcd8ef751088365f352c440a16', 'xml_relative_path': 'XML_INFO/MT6835_bp_2025091923387319e8_user.xml', 'static_apk_tag': '', 'static_apk_name': '', 'tag_type': 'ini'} [2025-10-09T07:39:35.547Z] [BUILD_LOG 2025-10-09 15:39:35,451 INFO] tag.py-getTagInfo: [TAGINFO] tag_info = {'static_apk_url': '', 'apklistPatch': [], 'apk_absolute_path': '', 'xml_absolute_path': 'http://gpw14.myoas.com:80/artifactory/manifest-snapshot-local/202509/s-v-release-15.0.2/bp/MT6835_bp_2025091923387319e8_user.xml', 'static_apk_jfrogpath': '', 'codePatch': [u'http://gerrit.scm.adc.com:8080/#/c/40424682/1', u'http://gerrit.scm.adc.com:8080/#/c/40526967/2'], 'compile_xml_tag': 'ab98c80f9a8d196c81d6b9f907fe676cc808629b', 'script_tag': '383e6a963f573fbcd8ef751088365f352c440a16', 'modemPatch': {}, 'xml_relative_path': 'XML_INFO/MT6835_bp_2025091923387319e8_user.xml', 'static_apk_tag': '', 'static_apk_name': '', 'tag_type': 'ini'} [2025-10-09T07:39:35.547Z] BPEnvVariable getIdentifier [2025-10-09T07:39:35.547Z] sql_cmd is : select isSupportReuseVersion from CCM_S2_0_Build_S_BP where ccmBuildHistoryId='33458282' [2025-10-09T07:39:35.547Z] [INFO]reuseBaseCcmBuildHistoryId is: None [2025-10-09T07:39:35.547Z] [tagInfo]tag_info['modemPatch'] is: {} [2025-10-09T07:39:35.547Z] self.TAGINFO = {'static_apk_url': '', 'apklistPatch': [], 'apk_absolute_path': '', 'xml_absolute_path': 'http://gpw14.myoas.com:80/artifactory/manifest-snapshot-local/202509/s-v-release-15.0.2/bp/MT6835_bp_2025091923387319e8_user.xml', 'static_apk_jfrogpath': '', 'codePatch': [u'http://gerrit.scm.adc.com:8080/#/c/40424682/1', u'http://gerrit.scm.adc.com:8080/#/c/40526967/2'], 'compile_xml_tag': 'ab98c80f9a8d196c81d6b9f907fe676cc808629b', 'script_tag': '383e6a963f573fbcd8ef751088365f352c440a16', 'modemPatch': {}, 'xml_relative_path': 'XML_INFO/MT6835_bp_2025091923387319e8_user.xml', 'static_apk_tag': '', 'static_apk_name': '', 'tag_type': 'ini'} [2025-10-09T07:39:35.547Z] soc is: MTK [2025-10-09T07:39:35.547Z] bp_path_name is: bp [2025-10-09T07:39:35.547Z] [INFO]remote_build_type is: False [2025-10-09T07:39:35.547Z] [ES] Successfully connected to Elasticsearch [2025-10-09T07:39:35.547Z] #################################################################################################### [2025-10-09T07:39:35.547Z] Start Dump Important Build Informations [2025-10-09T07:39:35.547Z] #################################################################################################### [2025-10-09T07:39:35.547Z] Build Result: :fail [2025-10-09T07:39:35.547Z] Build Failure Msg: :hudson.AbortException: script returned exit code 1 [2025-10-09T07:39:35.547Z] Jfrog URL: :http://gpw21.myoas.com/artifactory/component-bp-snapshot-local/patch/cellPhone/Android15/MT6835/Release_Maintain/00.1.00015023/00.1.00015023-20251009152520-33837650/ [2025-10-09T07:39:35.547Z] #################################################################################################### [2025-10-09T07:39:35.547Z] Finish Dump Important Build Informations [2025-10-09T07:39:35.547Z] #################################################################################################### [Pipeline] sh [2025-10-09T07:39:35.834Z] + cd /work/0004/workspace/Build_S_BP/24173/script/build_t/bp/ [2025-10-09T07:39:35.834Z] + python -O build_stage/end.py [2025-10-09T07:39:36.200Z] [BUILD_LOG 2025-10-09 15:39:35,914 INFO] tag.py-getTagInfo: tag_info = {'static_apk_url': '', 'apk_absolute_path': '', 'xml_absolute_path': 'http://gpw14.myoas.com:80/artifactory/manifest-snapshot-local/202509/s-v-release-15.0.2/bp/MT6835_bp_2025091923387319e8_user.xml', 'static_apk_jfrogpath': '', 'compile_xml_tag': 'ab98c80f9a8d196c81d6b9f907fe676cc808629b', 'script_tag': '383e6a963f573fbcd8ef751088365f352c440a16', 'xml_relative_path': 'XML_INFO/MT6835_bp_2025091923387319e8_user.xml', 'static_apk_tag': '', 'static_apk_name': '', 'tag_type': 'ini'} [2025-10-09T07:39:36.200Z] [BUILD_LOG 2025-10-09 15:39:35,914 INFO] tag.py-getTagInfo: [TAGINFO] tag_info = {'static_apk_url': '', 'apklistPatch': [], 'apk_absolute_path': '', 'xml_absolute_path': 'http://gpw14.myoas.com:80/artifactory/manifest-snapshot-local/202509/s-v-release-15.0.2/bp/MT6835_bp_2025091923387319e8_user.xml', 'static_apk_jfrogpath': '', 'codePatch': [u'http://gerrit.scm.adc.com:8080/#/c/40424682/1', u'http://gerrit.scm.adc.com:8080/#/c/40526967/2'], 'compile_xml_tag': 'ab98c80f9a8d196c81d6b9f907fe676cc808629b', 'script_tag': '383e6a963f573fbcd8ef751088365f352c440a16', 'modemPatch': {}, 'xml_relative_path': 'XML_INFO/MT6835_bp_2025091923387319e8_user.xml', 'static_apk_tag': '', 'static_apk_name': '', 'tag_type': 'ini'} [2025-10-09T07:39:44.286Z] [BUILD_LOG 2025-10-09 15:39:42,835 INFO] utils.py-CountTime: main cost time: 0m 6s [2025-10-09T07:39:44.286Z] BPEnvVariable getIdentifier [2025-10-09T07:39:44.286Z] sql_cmd is : select isSupportReuseVersion from CCM_S2_0_Build_S_BP where ccmBuildHistoryId='33458282' [2025-10-09T07:39:44.286Z] [INFO]reuseBaseCcmBuildHistoryId is: None [2025-10-09T07:39:44.286Z] [tagInfo]tag_info['modemPatch'] is: {} [2025-10-09T07:39:44.286Z] self.TAGINFO = {'static_apk_url': '', 'apklistPatch': [], 'apk_absolute_path': '', 'xml_absolute_path': 'http://gpw14.myoas.com:80/artifactory/manifest-snapshot-local/202509/s-v-release-15.0.2/bp/MT6835_bp_2025091923387319e8_user.xml', 'static_apk_jfrogpath': '', 'codePatch': [u'http://gerrit.scm.adc.com:8080/#/c/40424682/1', u'http://gerrit.scm.adc.com:8080/#/c/40526967/2'], 'compile_xml_tag': 'ab98c80f9a8d196c81d6b9f907fe676cc808629b', 'script_tag': '383e6a963f573fbcd8ef751088365f352c440a16', 'modemPatch': {}, 'xml_relative_path': 'XML_INFO/MT6835_bp_2025091923387319e8_user.xml', 'static_apk_tag': '', 'static_apk_name': '', 'tag_type': 'ini'} [2025-10-09T07:39:44.286Z] soc is: MTK [2025-10-09T07:39:44.286Z] bp_path_name is: bp [2025-10-09T07:39:44.286Z] [INFO]remote_build_type is: False [2025-10-09T07:39:44.286Z] [ES] Successfully connected to Elasticsearch [2025-10-09T07:39:44.286Z] RM_SOURCE=1,cleaning env ... [2025-10-09T07:39:44.286Z] Traceback (most recent call last): [2025-10-09T07:39:44.286Z] File "build_stage/end.py", line 35, in <module> [2025-10-09T07:39:44.286Z] File "/work/0004/workspace/Build_S_BP/24173/script/common/utils.py", line 547, in wrapper [2025-10-09T07:39:44.286Z] File "/work/0004/workspace/Build_S_BP/24173/script/common/utils.py", line 453, in _update_end_time [2025-10-09T07:39:44.286Z] File "/usr/local/lib/python2.7/dist-packages/elasticsearch/client/utils.py", line 347, in _wrapped [2025-10-09T07:39:44.286Z] return func(*args, params=params, headers=headers, **kwargs) [2025-10-09T07:39:44.286Z] File "/usr/local/lib/python2.7/dist-packages/elasticsearch/client/__init__.py", line 1826, in search [2025-10-09T07:39:44.286Z] body=body, [2025-10-09T07:39:44.286Z] File "/usr/local/lib/python2.7/dist-packages/elasticsearch/transport.py", line 466, in perform_request [2025-10-09T07:39:44.286Z] raise e [2025-10-09T07:39:44.286Z] elasticsearch.exceptions.NotFoundError: NotFoundError(404, u'index_not_found_exception', u'no such index [chip_components_2025_10]', chip_components_2025_10, index_or_alias) [Pipeline] echo [2025-10-09T07:39:44.304Z] [Warning]: dump_build_info or clean workspace Failed , reason : hudson.AbortException: script returned exit code 1 [Pipeline] error [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // timestamps [Pipeline] End of Pipeline ERROR: Build Failed Finished: FAILURE
10-10
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值