In [3]:
from SentenceParserPython3 import SentenceParser
import pandas as pd
import numpy as np
from bs4 import BeautifulSoup
import sys
import re
def printProgressBar (iteration, total, prefix = '', suffix = '', decimals = 1, length = 100, fill = '='):
    percent = ("{0:." + str(decimals) + "f}").format(100 * (iteration / float(total)))
    filledLength = int(length * iteration // total)
    bar = fill * filledLength + '.' * (length - filledLength)
    sys.stdout.write('\r%s |%s| %s%% %s' % (prefix, bar, percent, suffix))
    sys.stdout.flush()

In [2]:
SP = SentenceParser()
SP.readfile('./nvbugs_Description.csv','csv', header =0)
SP.data = SP.data.drop('Unnamed: 0', 1)


INFO:SentenceParserPython3:Start reading File

In [16]:
def matchhtml(test_str):
    pattern = r'http[s]?://(?:[a-z]|[0-9]|[=#$-_@.&+]|[!*\(\),]|(?:%[0-9a-f][0-9a-f]))+'
    return re.findall(pattern, test_str), re.sub(pattern, ' ', test_str)

def filtbracket(test_str):
    pattern = r'<.*?>'
    return re.sub(pattern, ' ', test_str)

def removequot(test_str):
    pattern = r'&.*?;'
    text = re.sub(pattern, ' ', test_str)
    text = re.sub(r'[\[\]/:?\\"|`]+', ' ',text)
    return text


def matchfile(test_str):
    '''
    C:/users
    /home/app
    \\itappdev_ml
    
    '''
    pattern = r'(( [A-Za-z]:|\\|/|\./)[a-zA-Z0-9_\.\\/#&~!%]+)'
    templist = []
    for item in re.findall(pattern, test_str):
        templist.append(item[0])
    return templist, re.sub(pattern, ' ', test_str)

def deepclean(test_str):
    # Remove ' a ', ' # ' something that doesn't make sense
    pattern = r'( [^ ] |[.\']+)'
    
    
def overallreplacement(df, column, new_name):
    df[new_name] = df[column].str.replace(r'[\n\r\t\a\b]+', ' ')
    # Remove non-printable words
    df[new_name] = df[new_name].str.replace(r'[^\x00-\x7f]+', '')
    # df[new_name] = df[column].str.replace(r'http[s]?://(?:[a-z]|[0-9]|[$-_@.&amp;+]|[!*\(\),]|(?:%[0-9a-f][0-9a-f]))+',' ')
    templist = df[new_name].tolist()
    htmls = []
    converted = []
    filepaths = []
    printProgressBar(0, df.shape[0], prefix = 'Progress', suffix = 'Completed',length = 50)
    for idx, row in enumerate(templist):
        # Determine if it is float('nan')
        if row == row:
            html, str_nohtml = matchhtml(row)
            htmls.append(' '.join(html))
            str_nohtml = filtbracket(str_nohtml)
            filepath, str_nofilepath = matchfile(str_nohtml)
            filepaths.append(' '.join(filepath))
            converted.append(BeautifulSoup(str_nofilepath,'html.parser').get_text())
        else:
            converted.append(row)
            htmls.append('')
            filepaths.append('')
            # converted.append(row)
        printProgressBar(idx, df.shape[0], prefix = 'Progress', suffix = 'Completed',length = 50)
        
    df[new_name] = converted
    df['html'] = htmls
    df['filepath'] = filepaths

In [17]:
text = '''
<pre>/home/scratch.msstegra_t194/USt194_auto_jun_01/hw/nvmobile/bin/mtb_run -P t194 -o testout -rtlarg &#39;+bug_200188886 +mpc_RandSyncLocalDisable +disable_mc_ooo_assert +cif_block_req_limit=80000 +pad_checker +pad_checker_glitch_bus +NV_MCH_COMMON_REQACUM_async_data_fifo_fifo_stall_probability=0 +NV_MCH_COMMON_REQACUM_async_ctrl_fifo_fifo_stall_probability=0 +asserts_are_warnings   +skip_agent=csr_mpcorer +skip_agent=csw_mpcorew  +use_uvm_bfm=1 +legacy_tests_with_uvm_bfm &#39; -allow_error_string &quot;ace_recm_w_r_hazard&quot; -allow_error_string &quot;ace_recm_w_w_hazard&quot; -allow_error_string &quot;ace_recm_r_w_hazard&quot; -allow_error_string &quot;ace_errs_dvm_tlb_inv&quot; -allow_error_string &quot;ace_errs_dvm_resvd_1&quot; -allow_error_string &quot;ASRT_MPCIF_UNGATE_RD_CLKEN&quot; -rtlarg &quot;+ntb_random_seed=39971 +seed=19686 +seed0=23209 +seed1=27190 +seed2=45848&quot; -memType denali_lpddr4_jedec_4CH_2R_8GB_1866 -rtlarg &quot;+e_br4 +emem_type=denali_lpddr4_jedec_4CH_2R_8GB_1866 +emem_adr_cfg=17826562 +emem_adr_cfg1=1049346  +lpddr4_denali_jedec_4CH_2R +isLpddr4=1 +num_chan=4 +ch_en=0000000000001111   +soma_path=`nvrun nvbuild_call_api get_source_dir ip/mss/mc/3.2/vmodels makePathsAbsolute`/soma/lpddr4/jedec_lpddr4_16gb_3733.spc +dram_x64=0 +x16_lp4_mode=1 +disable_checkNoControlAssertX32 +dram_board_cfg=11&quot; -emcClkPeriod 6.211 -rtlarg &quot;+tick_monitor_warn_only +mc2emc_mon_disable +mcmm_dl_disable_monitor=1&quot; -rtlarg &quot;+dyn_self_ref=0 &quot; -rtlarg &quot;+disable_bfm_bd_compare&quot; -allow_error_string &quot;RESET_NOT_LOW_AT_START|Address in Write|Address in Read&quot; -rtlarg &quot; +asserts_are_warnings&quot; -rtlarg &quot; +asserts_are_warnings&quot; -disable_legacy_checks 1 -rtlarg &quot;+ecc_en=1 +dramErrInject=1 +num_loops=8&quot; -rtlarg &quot;+num_xact=500 +test_parallel +csize_min=0 +csize_max=2 +xact_size_min=0 +xact_size_max=64&quot; -allow_error_string &quot;hit assert condition for bug 1681770&quot; -rtlarg &quot;+enable_eco_fix=1&quot; -rtlarg &quot;+reg_calc_str=MC_EMEM_ARB_CFG=0x40040001:MC_EMEM_ADR_CFG_BANK_MASK_0=0x400:MC_EMEM_ADR_CFG_BANK_MASK_1=0x800:MC_EMEM_ADR_CFG_BANK_MASK_2=0x1000:MC_EMEM_ARB_MISC1=0x00400b39:MC_EMEM_ARB_OVERRIDE=0x00100800 +gob_extremes=1&quot; ecc_stress -v mtb</pre> <strong>Triage Link:</strong>
'''
print(removequot(text))


<pre> home scratch.msstegra_t194 USt194_auto_jun_01 hw nvmobile bin mtb_run -P t194 -o testout -rtlarg  +bug_200188886 +mpc_RandSyncLocalDisable +disable_mc_ooo_assert +cif_block_req_limit=80000 +pad_checker +pad_checker_glitch_bus +NV_MCH_COMMON_REQACUM_async_data_fifo_fifo_stall_probability=0 +NV_MCH_COMMON_REQACUM_async_ctrl_fifo_fifo_stall_probability=0 +asserts_are_warnings   +skip_agent=csr_mpcorer +skip_agent=csw_mpcorew  +use_uvm_bfm=1 +legacy_tests_with_uvm_bfm   -allow_error_string  ace_recm_w_r_hazard  -allow_error_string  ace_recm_w_w_hazard  -allow_error_string  ace_recm_r_w_hazard  -allow_error_string  ace_errs_dvm_tlb_inv  -allow_error_string  ace_errs_dvm_resvd_1  -allow_error_string  ASRT_MPCIF_UNGATE_RD_CLKEN  -rtlarg  +ntb_random_seed=39971 +seed=19686 +seed0=23209 +seed1=27190 +seed2=45848  -memType denali_lpddr4_jedec_4CH_2R_8GB_1866 -rtlarg  +e_br4 +emem_type=denali_lpddr4_jedec_4CH_2R_8GB_1866 +emem_adr_cfg=17826562 +emem_adr_cfg1=1049346  +lpddr4_denali_jedec_4CH_2R +isLpddr4=1 +num_chan=4 +ch_en=0000000000001111   +soma_path= nvrun nvbuild_call_api get_source_dir ip mss mc 3.2 vmodels makePathsAbsolute soma lpddr4 jedec_lpddr4_16gb_3733.spc +dram_x64=0 +x16_lp4_mode=1 +disable_checkNoControlAssertX32 +dram_board_cfg=11  -emcClkPeriod 6.211 -rtlarg  +tick_monitor_warn_only +mc2emc_mon_disable +mcmm_dl_disable_monitor=1  -rtlarg  +dyn_self_ref=0   -rtlarg  +disable_bfm_bd_compare  -allow_error_string  RESET_NOT_LOW_AT_START Address in Write Address in Read  -rtlarg   +asserts_are_warnings  -rtlarg   +asserts_are_warnings  -disable_legacy_checks 1 -rtlarg  +ecc_en=1 +dramErrInject=1 +num_loops=8  -rtlarg  +num_xact=500 +test_parallel +csize_min=0 +csize_max=2 +xact_size_min=0 +xact_size_max=64  -allow_error_string  hit assert condition for bug 1681770  -rtlarg  +enable_eco_fix=1  -rtlarg  +reg_calc_str=MC_EMEM_ARB_CFG=0x40040001 MC_EMEM_ADR_CFG_BANK_MASK_0=0x400 MC_EMEM_ADR_CFG_BANK_MASK_1=0x800 MC_EMEM_ADR_CFG_BANK_MASK_2=0x1000 MC_EMEM_ARB_MISC1=0x00400b39 MC_EMEM_ARB_OVERRIDE=0x00100800 +gob_extremes=1  ecc_stress -v mtb< pre> <strong>Triage Link < strong>


In [24]:
overallreplacement(SP.data, 'Description','Cleaned')
SP.data


Progress |=.................................................| 3.5% Completed
C:\Users\qlan\AppData\Local\Continuum\Anaconda2\envs\py35\lib\site-packages\bs4\__init__.py:219: UserWarning: "b'.'" looks like a filename, not markup. You shouldprobably open this file and pass the filehandle intoBeautiful Soup.
  'Beautiful Soup.' % markup)
Progress |====..............................................| 9.1% Completed
C:\Users\qlan\AppData\Local\Continuum\Anaconda2\envs\py35\lib\site-packages\bs4\__init__.py:219: UserWarning: "b'. '" looks like a filename, not markup. You shouldprobably open this file and pass the filehandle intoBeautiful Soup.
  'Beautiful Soup.' % markup)
Progress |=====================.............................| 43.1% Completed
C:\Users\qlan\AppData\Local\Continuum\Anaconda2\envs\py35\lib\site-packages\bs4\__init__.py:219: UserWarning: "b'..'" looks like a filename, not markup. You shouldprobably open this file and pass the filehandle intoBeautiful Soup.
  'Beautiful Soup.' % markup)
Progress |=================================================.| 100.0% Completed
Out[24]:
BugId Description Cleaned html filepath
0 124918 This is a dummy bug for testing the SOAP API This is a dummy bug for testing the SOAP API
1 945575 Hello,\r\nin trying to apply Jacques Mahe's pa... Hello, in trying to apply Jacques Mahe's paper... /a /a
2 1136773 [Icera imported data]\r\nCM crashes after disc... [Icera imported data] CM crashes after disconn... /1 /2
3 1137658 [Icera imported data]\r\nThe bad audio codec s... [Icera imported data] The bad audio codec sele... /AMR
4 1151336 [Icera imported data]\r\nhi,\r\n\r\nWe build a... [Icera imported data] hi, We build a variant f... //////////////////////////// /EV4/libdrivers.a...
5 1510314 No SPI-NOR support with T124. So we need only ... No SPI-NOR support with T124. So we need only ...
6 1566373 Test bug \r\n \r\n-------------------- Addi... Test bug -------------------- Additional...
7 1630322 In the A5 T210 TRM, I am looking for informati... In the A5 T210 TRM, I am looking for informati... /T210 /T132 /SCL /flow /T210
8 1636523 Hi Peter,\r\nwe have a j9 crash within a nv fu... Hi Peter, we have a j9 crash within a nv funct... /nfs/it/jenkins/toolchains/mmx2_high/rel_mib2p...
9 1651351 400.400.Even for preformatted text, I find tha... 400.400.Even for preformatted text, I find tha... http://nvbugs/200092654/3 http://nvbugs/200092...
10 1651431 Problem Description:\r\r\nVery simple. The ser... Problem Description: Very simple. The server l... ./matrixMulCUBLAS /MSHybrid /A /A
11 1651432 Please help resolve the following palamida hit... Please help resolve the following palamida hit... https://wiki.nvidia.com/wmpwiki/index.php/IP_A... /15/2015.
12 1651433 MSAction: Project Spartan: Favorites Bar: If b... MSAction: Project Spartan: Favorites Bar: If b...
13 1651434 Please help resolve the following palamida hit... Please help resolve the following palamida hit... https://wiki.nvidia.com/wmpwiki/index.php/IP_A... /15/2015.
14 1651435 Name of new app profile:\r\r\nCPU_CLUSTER\r\r\... Name of new app profile: CPU_CLUSTER ??The mod... /sys/kernel/cluster/active
15 1651436 Please help resolve the following palamida hit... Please help resolve the following palamida hit... https://wiki.nvidia.com/wmpwiki/index.php/IP_A... /15/2015.
16 1651437 Please help resolve the following palamida hit... Please help resolve the following palamida hit... https://wiki.nvidia.com/wmpwiki/index.php/IP_A... /15/2015.
17 1651438 Please help resolve the following palamida hit... Please help resolve the following palamida hit... https://wiki.nvidia.com/wmpwiki/index.php/IP_A... /15/2015.
18 1651439 Please help resolve the following palamida hit... Please help resolve the following palamida hit... https://wiki.nvidia.com/wmpwiki/index.php/IP_A... /15/2015.
19 1651440 Witcher 3 was released to the public before th... Witcher 3 was released to the public before th...
20 1651441 Dereference before validation Dereference before validation
21 1651442 For the new 4/6 class shared GPU ballout, we n... For the new 4 class shared GPU ballout, we ne... /6 /E /G5x
22 1651443 Test Rollup -child Test Rollup -child
23 1651444 Issue automatically imported to JIRA by jirasy... Issue automatically imported to JIRA by jirasy... https://jirasw.nvidia.com/browse/TCS-104 https... /15/2015.
24 1651445 After the power outage last week we found that... After the power outage last week we found that...
25 1651446 Please help resolve the following palamida hit... Please help resolve the following palamida hit... https://wiki.nvidia.com/wmpwiki/index.php/IP_A... /15/2015.
26 1651447 Test NAMD 2.10 with stream-out patch full prof... Test NAMD 2.10 with stream-out patch full prof...
27 1651448 NaN NaN
28 1651449 Please help resolve the following palamida hit... Please help resolve the following palamida hit... https://wiki.nvidia.com/wmpwiki/index.php/IP_A... /15/2015.
29 1651450 Moving the .phy directories isn&#39;t working.... Moving the .phy directories isn't working. In ...
... ... ... ... ... ...
443580 200315182 Build : http://buildbrain/mobile/vol4/automati... Build : Command line : Observations: Prev... http://buildbrain/mobile/vol4/automatic/stage-... ./argus_camera /home/ubuntu# ./argus_camera
443581 200315183 Description: Changed resolution is not gettin... Description: Changed resolution is not gettin... \\builds\PreRel\NV\wddm \384.50\UDA\GeforceWeb...
443582 200315184 GPU: GP104 SLI\r\r\nPlatform: Acer GP104 SLI N... GPU: GP104 SLI Platform: Acer GP104 SLI NB, AS... /disable \\netapp \gpu_qa_pu\bug\2jun17\dx9.mp4
443583 200315185 <u><strong>Configuration-</strong></u>\r\r\nMa... Configuration- Main server - Winserver2012... http://xyz:7070/fne/bin/capability&rdquo;</li>... \\netapp \vgx\pmohite\NvidiaGridLicenseServer ...
443584 200315186 Steps:\r\r\n1) Flash and boot the board\r\r\n2... Steps: 1) Flash and boot the board 2) Let the ...
443585 200315187 Description: Corruption is observed on charac... Description: Corruption is observed on charac... http://nvgtl/download/B08710F2-2983-482A-AF1D-... \\builds\PreRel\NV\wddm \384.50\UDA\GeforceWeb...
443586 200315188 There are about 3k feedthrough assignment from... There are about 3k feedthrough assignment from... /home/scratch.emilyy_gpu_3/emilyy_tulit1_na/nv...
443587 200315189 <strong>Tested Config</strong>\r\r\nBoard: T18... Tested Config Board: T186 Drive CX P2382 H... https://wiki.nvidia.com/engwiki/index.php/Embe... /2 /2 /nfs/bubble_dd /nfs/gears_dd /nfs/ctree_dd
443588 200315190 Summary : Review fifo stall values used in mss... Summary : Review fifo stall values used in mss... /MTB
443589 200315191 <strong>System config:</strong>\r\r\nIntel(R) ... System config: Intel(R) Core(TM)i7 - 3770K C... \\builds\Prerelease\NV\wddm \384.52 \UDA\Gefor...
443590 200315192 <u><strong>Configuration-</strong></u>\r\r\nMa... Configuration- Main server - Winserver2012... http://xyz:7070/fne/bin/capability&rdquo;</li>... \\netapp \vgx\pmohite\NvidiaGridLicenseServer ...
443591 200315193 Jobs failing with RUN_TEST timeout on VR Night... Jobs failing with RUN_TEST timeout on VR Night... http://ausvrl.nvidia.com/jobs.php?cpu=ci5qc&am...
443592 200315194 Cadence17.2 support set Backdrill &#39;Drill p... Cadence17.2 support set Backdrill 'Drill param...
443593 200315195 <strong>Summary:</strong> NO MATCH/INCOMPLETE\... Summary: NO MATCH Fallout: 2 of tests f... http://gpuwa/nvregress/ui/#/p/t194/rrs?cols=re... /INCOMPLETE /INCOMPLETE /BDC /home/scratch.mss...
443594 200315196 Fall out : 1\r\r\nLevel : Level 109\r\r\n\r\r\... Fall out : 1 Level : Level 109 Waves Path: -0... /home/scratch.mssregressions_t194/sim/t194_mcf...
443595 200315197 on dev-camera / L4T / jetson-cv, E3333 multi-c... on dev-camera / L4T / jetson-cv, E3333 multi-c... http://testmon.nvidia.com/results?board=jetson...
443596 200315198 <strong>System configuration : </strong>\r\r\n... System configuration : Platform : T186-Orca... http://buildbrain/mobile/vol5/automatic/rel-28...
443597 200315199 <strong>Configuration:</strong>\r\r\nPlatform:... Configuration: Platform: T210 Build: Came... http://buildbrain/mobile/vol3/automatic/rel-28... ./flash.sh
443598 200315200 This bug is to report and track the CDC violat... This bug is to report and track the CDC violat... /home/scratch.alaad_t194/t194/hw/nvmobile_t194...
443599 200315201 <strong>Configuration:</strong>\r\r\nPlatform:... Configuration: Platform: T210 Build: Came... http://buildbrain/mobile/vol3/automatic/rel-28... ./flash.sh
443600 200315202 With current implementation of NvBugs we have ... With current implementation of NvBugs we have ...
443601 200315203 Need Optimus profile for the game Middle-earth... Need Optimus profile for the game Middle-earth... http://nvgtl/build/4498037#buildGeneral http:/...
443602 200315204 <strong>Tested Config</strong>\r\r\nBoard: T18... Tested Config Board: T186 Drive CX P2382 H... https://wiki.nvidia.com/engwiki/index.php/Embe... /2 /2
443603 200315205 <strong><u>Test Config</u>:</strong>\r\r\n\r\r... Test Config : 1) GFE version: 3.8.0.17 2)) ... /Non /5
443604 200315206 <table aria-describedby="tblTC_info" id="tblTC... 43148 Idle mode wifi on 802.11b mode ... /aes /Comms/wi /security /tkip /Comms/wi /secu...
443605 200315207 <strong><u>Test Config</u>:</strong>\r\r\n\r\r... Test Config : 1) GFE version: 3.8.0.17 2)) ... /Non /5 \\netapp \builds_mobile_public\mohsin\...
443606 200315208 This bug is needed for RID 52174.- WS - Mosai... This bug is needed for RID 52174.- WS - Mosai...
443607 200315209 <u><strong>Project:</strong></u>\r\r\nNCCL 2.0... Project: NCCL 2.0.2 Master Node Configur... http://cuda-repo/release-candidates/repos/nccl... //sw/gpgpu/nccl/gitfusion/stable/... /29 //sw/...
443608 200315210 <strong>System configuration : </strong>\r\r\n... System configuration : Platform : T186-Orca... http://buildbrain/mobile/vol5/automatic/rel-28... /&#39 /&#39 /disable /0 /3 /0x33c /0x33c
443609 200315211 <strong>Tested Config</strong>\r\r\n\r\r\nBoar... Tested Config Board: T186 Drive CX P2382 HV... https://wiki.nvidia.com/engwiki/index.php/Embe... /2 /integrity/integrity/tegra_monolith/dtb/teg...

443610 rows × 5 columns


In [25]:
df = SP.data
print(df[df['BugId'] == 200315195].Description.tolist()[0])
























afd599e6ed0cb1f4d6e041469e9f8fa5

In [26]:
df = SP.data
print(df[df['BugId'] == 200315195].Cleaned.tolist()[0])
print(df[df['BugId'] == 200315195].filepath.tolist())
print(df[df['BugId'] == 200315195].html.tolist())


 Summary:  NO MATCH   Fallout:  2   of tests failing out of 352 in level63 in  MTB   Error:  NO MATCH   Dump:   [SC ]        Repro:  [ CL seen on  38695202]    -P t194 -o testout -rtlarg '+bug_200188886 +mpc_RandSyncLocalDisable +disable_mc_ooo_assert +cif_block_req_limit=80000 +pad_checker +pad_checker_glitch_bus +NV_MCH_COMMON_REQACUM_async_data_fifo_fifo_stall_probability=0 +NV_MCH_COMMON_REQACUM_async_ctrl_fifo_fifo_stall_probability=0 +asserts_are_warnings   +skip_agent=csr_mpcorer +skip_agent=csw_mpcorew  +use_uvm_bfm=1 +legacy_tests_with_uvm_bfm ' -allow_error_string "ace_recm_w_r_hazard" -allow_error_string "ace_recm_w_w_hazard" -allow_error_string "ace_recm_r_w_hazard" -allow_error_string "ace_errs_dvm_tlb_inv" -allow_error_string "ace_errs_dvm_resvd_1" -allow_error_string "ASRT_MPCIF_UNGATE_RD_CLKEN" -rtlarg "+ntb_random_seed=39971 +seed=19686 +seed0=23209 +seed1=27190 +seed2=45848" -memType denali_lpddr4_jedec_4CH_2R_8GB_1866 -rtlarg "+e_br4 +emem_type=denali_lpddr4_jedec_4CH_2R_8GB_1866 +emem_adr_cfg=17826562 +emem_adr_cfg1=1049346  +lpddr4_denali_jedec_4CH_2R +isLpddr4=1 +num_chan=4 +ch_en=0000000000001111   +soma_path=`nvrun nvbuild_call_api get_source_dir ip  makePathsAbsolute`  +dram_x64=0 +x16_lp4_mode=1 +disable_checkNoControlAssertX32 +dram_board_cfg=11" -emcClkPeriod 6.211 -rtlarg "+tick_monitor_warn_only +mc2emc_mon_disable +mcmm_dl_disable_monitor=1" -rtlarg "+dyn_self_ref=0 " -rtlarg "+disable_bfm_bd_compare" -allow_error_string "RESET_NOT_LOW_AT_START|Address in Write|Address in Read" -rtlarg " +asserts_are_warnings" -rtlarg " +asserts_are_warnings" -disable_legacy_checks 1 -rtlarg "+ecc_en=1 +dramErrInject=1 +num_loops=8" -rtlarg "+num_xact=500 +test_parallel +csize_min=0 +csize_max=2 +xact_size_min=0 +xact_size_max=64" -allow_error_string "hit assert condition for bug 1681770" -rtlarg "+enable_eco_fix=1" -rtlarg "+reg_calc_str=MC_EMEM_ARB_CFG=0x40040001:MC_EMEM_ADR_CFG_BANK_MASK_0=0x400:MC_EMEM_ADR_CFG_BANK_MASK_1=0x800:MC_EMEM_ADR_CFG_BANK_MASK_2=0x1000:MC_EMEM_ARB_MISC1=0x00400b39:MC_EMEM_ARB_OVERRIDE=0x00100800 +gob_extremes=1" ecc_stress -v mtb   Triage Link:     LOGURL:  -06-01-02_30_12  Test UID :  afd599e6ed0cb1f4d6e041469e9f8fa5
['/INCOMPLETE /INCOMPLETE /BDC /home/scratch.msstegra_t194/bugs/200315195 /home/scratch.msstegra_t194/USt194_auto_jun_01/hw/nvmobile/bin/mtb_run /mss/mc/3.2/vmodels /soma/lpddr4/jedec_lpddr4_16gb_3733.spc /home/scratch.mssregressions_t194/sim/t194_mtb_ecc_repro_1681770_level_63_2017 /mtb_standsim/tests/na/ecc_stress/000038']
['http://gpuwa/nvregress/ui/#/p/t194/rrs?cols=regression%2Ctestbench%2Cusername%2Cchangelist%2Cstarted%2Ccompleted%2Cofficial%2Clatest%2CbucketCount%2CpendingCount%2CrunningCount%2CpassingCount%2CfailingCount%2CfailingCountForUnignored%2CuntriagedCount%2CpassingPercent%2CpassingPercentForFinished%2CpassingPercentForUnignored%2CpassingPercentForFinishedAndUnignored%2CcyclesPerSecond%2CinstructionsPerCycle%2CtestCount%2CdurationSeconds%2CcpuSeconds&amp;md=7&amp;o=true&amp;tags=%5B%7B%22key%22%3A%22lvl63%22%2C%22value%22%3A%22%22%7D%5D']

In [42]:
matchfile(mystr)


Out[42]:
([('/sys/kernel/cluster/active', '/'), ('/strong', '/')],
 '\nName of new app profile:\nCPU_CLUSTER\nâ??The module where the field will be used (we need to know if it&#39;s used in non-Nvidia modules):\nNVIDIA?  Andy?\nValid values (or ranges) for this field :\nTo start of with I think it will be -1, 0, 1.  -1 to do nothing.  0 to set LP, 1 to set G.  Andy?\nDescription (1-2 paragraphs) detailing what this field is used for, what effects it has and what modules are affected by it.\nControl the active cpu cluster between LP and G.  Not sure how to expand this in the future for new ARM clusters.  Andy?\n\nPlatform information for the app profile: what device(s) is it supported on? What chip type?\nAndy?\nHow can SQA verify that the app profile is working?\n<strong>They can peek into the device nodes when an app is running.   â??< >\nShould this profile field be public? (Can OEMs set this value in their profiles?)\nNo\nWhich applications should this app profile be set for? (need package names)â??\nTBD. Andy?\n')

In [ ]: